
/*---------- RESET ----------*/
html, body { height:100% }
body{line-height:1;-webkit-text-size-adjust:none;}
body,  select,  input, p{
    font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color:transparent;
	text-decoration:none;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption{display:block;margin:0;}
*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
input,textarea{-webkit-border-radius:0;border-radius:0;}
input[type=submit],
input[type=button]{-webkit-appearance:none;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content: '';content:none;}
:focus{outline:0;}
::-moz-focus-inner {border:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
*, *:after, *:before {
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #495057;
  font-weight: 500;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #495057;
  font-weight: 500;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #495057;
  font-weight: 500;
}

a{transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  outline:none;

}
  

img{ width:100%;display: block;}

.clearfloat{zoom:1;}
.clearfloat:before,
.clearfloat:after{content:"";display:table;}
.clearfloat:after{clear:both;}


body p{font-size: 36px; 
    line-height: 1.72;
    letter-spacing: 0.2px;  
    font-family: 'Roboto', sans-serif;
}

/*--------- Main Style -------*/

.custom-button.btn-large {
    line-height: 40px;
    padding: 5px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5px;
    font-size: 1em;
}

.custom-button {
    background: #f97c00;
    background: -moz-linear-gradient(92deg, #990808 0%, #f97c00 100%);
    background: -webkit-linear-gradient(92deg, #990808 0%, #f97c00 100%);
    background: -ms-linear-gradient(92deg, #990808 0%, #f97c00 100%);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
}

.custom-button.blue {
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px 10px;
    font-size: 18px;
    background: #683df5;
    background: -moz-linear-gradient(90deg, #3da9f5 0%, #683df5 100%);
    background: -ms-linear-gradient(90deg, #3da9f5 0%, #683df5 100%);
    background: -webkit-linear-gradient(90deg, #3da9f5 0%, #683df5 100%);
    box-shadow: -1.04px 4.891px 20px 0px rgb(69 49 183 / 50%);
    font-family: "Roboto", sans-serif;
}

.intro-section {
    width: 100%;
    float: left;
}

.container {
    margin: auto;
    max-width: 1440px;
    padding-inline: 1em;
    width: 100%;
}

.intro-section .container {
    width: 100%;
}

header {
    width: 100%;
    display: block;
    padding: 1em 0;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    float: left;
    background-image: url(../images/hero-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 70vh;
    position: relative;
}

.logo {
    width: 100%;
    padding: 1em 0;
    display: flex;flex-direction: row;
    justify-content: space-between;
    
align-items: center;}

.logo a{
    display: inline-block;
}

.logo img {
    width: 200px;
    display: inline-block;
}

.bid-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 2em;
    justify-content: center;
}

.bid-item {
    width: 100%;
    padding: 10px 10px 30px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 9px 20px 0px rgb(22 26 57 / 10%);
    margin: 0 auto;
}

.bid-item .bid-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f6ff;
    justify-content: center;
    align-items: center;
}

.bid-item .bid-thumb .rating {
    color: #ff7800;
    position: absolute;
    top: 20px;
    right: 20px;
}

.bid-item .bid-thumb .bid {
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: -moz-linear-gradient(135deg, #b122e6 0%, #ff63de 100%);
    background: -webkit-linear-gradient(135deg, #b122e6 0%, #ff63de 100%);
    background: -ms-linear-gradient(135deg, #b122e6 0%, #ff63de 100%);
    box-shadow: 0px 8px 8px 0px rgb(0 0 0 / 13%);
}

.bid-thumb a {
    display: block;
}

.bid-item .bid-content .title {
    margin: 0;
    line-height: 28px;
    font-size: 20px;
    padding: 16px 0;
}

.auctions-entry .item .price {
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background: #f37121;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.bid-item .bid-amount {
    padding: 12px 10px;
    align-items: center;
    border-bottom: 2px dotted #deddf5;
    border-top: 2px dotted #deddf5;
    width: 50%;
    justify-content: center;
    position: relative;
}

.bid-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
align-items: center;justify-content: space-between;}

.bid-amount {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bid-amount .amount-content {
    padding-left: 15px;
text-align: left;}

.bid-amount .icon {
    line-height: 1;
    font-size: 36px;
    color: #43b055;
}

.bid-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.icon img {
    width: 30px;
}

.item-title {
    width: 100%;
    text-align: center;
    color: #495057;
    padding: 10px;
    
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
}

.item-title a {
    color: #495057;
    padding: 10px;
    display: block;
    text-transform: capitalize;
    font-size: 1.3em;
}

.amount-content .current {
    font-size: 1.2em;
    margin-bottom: 2px;
}

.current-bidding .current {
    color: #43b055;
}

.bid-now .current {
    color: #f97c00;
}

.introduction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.introduction h1 {
    color: #990808;
    font-size: 4em;
    font-weight: 900;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}

.introduction h6 {
    color: #990808;
    font-size: 1.5em;
    font-weight: 500;
}

.how-it-work-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #eff5ff;
    padding: 5em 0;
}

.how-it-work-section .section-title{
    padding-bottom: 2em;
}

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    
    text-align: center;
}

.how-it-work-steps {
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-work-steps .step {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.how-it-work-steps h3 {
    padding-top: 1em;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1em;
    color: #990808;
}

.wrap-icon .bi {
    color: #f97c00;
    font-size: 3em;
}

.section-title h2 {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 1.5em;
    color: #990808;
margin-bottom: 0.3em;}
.item-wrap {
    width: 33%;
    display: inline-flex;
    flex-direction: row;
    padding: 1em;
}

.content-wrapper .item-wrap {
    width: 100%;
    display: inline-flex;
    padding: 0;
}

.content-wrapper .item-wrap .bid-item {
    box-shadow: 0px;
    margin: 0 auto;
}

.form-wrapper {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fafafc;
    height: 100vh;
    width: 100%;
    float: left;
    background-image: url("../images/bg-image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
background-attachment: fixed;}

.content-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 2em auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 1em;
    box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.content-wrapper .logo {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 2em;
}

.content-wrapper .logo img {
    width: 150px;
}

.content-wrapper h2 {
    font-weight: 500;
    margin-bottom: 0.7em;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #495057;
}

.field input {
    font-size: 1em;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    border-radius: 4px;
    border-color: #cccccc;
    background: #ffffff;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    border: 1px solid #ccc;
    margin-bottom: 1em;
    color: #495057;
    font-weight: 500;
}

label {
    margin-bottom: 10px;
    display: block;
    font-weight: 300;
    font-size: 1em;
}

footer {
    background: #fafafc;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1em 0;
}

.footer-logo img {
    width: 100px;
}

.footer-link {
    text-align: right;
}

.footer-link a {
    color: #990808;
    font-size: 0.9em;
    font-weight: 300;
}

.card {
    width: 350px;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    border: none;
    height: 350px;
    position: relative;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8880;
    outline: 0;
    box-shadow: none;
}

.cursor {
    cursor: pointer;
    color: #f97c00;
}

.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.otp-fields {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 1em;
    padding-bottom: 2em;
}

.otp-fields input {
    width: 50px;
    padding: 0.375rem 0.75rem;
    text-align: center;
}

.deposit-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 1em;
    padding-bottom: 2em;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 15px 0;
    line-height: 10px;
}

.submit-deposit {
    align-items: center;
    background-clip: padding-box;
    background: #fa6400;
    border: 1px solid #990808;
    background: -moz-linear-gradient(92deg, #990808 0%, #f97c00 100%);
    background: -webkit-linear-gradient(92deg, #990808 0%, #f97c00 100%);
    background: -ms-linear-gradient(92deg, #990808 0%, #f97c00 100%);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    color: #ffffff !important;
    padding: 12px 48px 8px;
    line-height: 40px;
    -moz-border-radius: 30px;
    border-radius: 5px;
    font-size: 1em;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
}

.deposit-btn input[type="submit"] {
    width: 50px;
    margin-bottom: 10px;
    line-height: 10px;
}

.insufficient-alert{
    padding: 20px 20px;
    background-color: #d3e7f3;
    border-color: #537fa9;
    margin-bottom: 1em;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #537fa9;
}

.insufficient-alert h2{
    margin-bottom: 0;
    margin-left: 10px;
    color: #537fa9;
}

.submit-btn{
    margin-bottom: 1em;
}

.navigation{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.navigation-tab{
    display: inline-flex;
}

.navigation-tab a{
    padding: 0.7em 1em;
    border-radius: 5px;
    font-size: 1em;
    background: #f97c00;
    color: #FFFFFF;
    text-transform: capitalize;
}

.navigation-tab.active-tab a{
    background: #990808;
    color: #FFFFFF;
}

.page-title{
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0.7em;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #495057;
}

.mobile-text {
    color: #495057;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0.7em;
}

.my-account-wrapper{
    width: 100%;
}

.my-account-content{ width: 100%;
    font-size: 1em;
    color: #495057;
    padding-bottom: 1em;
}

.my-account-content table {
    border-collapse: collapse;
    width: 100%;
}
  
.my-account-content td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-weight: 500;
}

.my-account-content th{
    width: 70%;
}

.my-account-content td{
   text-align: right;
}

.account a {
    padding: 0.7em 1em;
    border-radius: 5px;
    font-size: 1em;
    color: #FFFFFF;
    text-transform: capitalize;
    background: #990808;
    background: -moz-linear-gradient(92deg, #990808 0%, #f97c00 100%);
    background: -webkit-linear-gradient(92deg, #990808 0%, #f97c00 100%);
    background: -ms-linear-gradient(92deg, #990808 0%, #f97c00 100%);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
}

.my-account-wrapper .bid-item {
    width: 100%;
    padding: 0; 
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: none;
    margin: 0 auto;
}

.my-account-wrapper .bid-item .bid-amount{
    border-top:0;
}

.my-account-wrapper .bid-area{
    margin-bottom: 0;
}

.my-account-wrapper .bid-btn{
    margin-top: 1em;
}

.my-account-wrapper .bid-amount .amount-content{
    padding-left: 0;
}

.account-details{
    display: flex;
    flex-direction: column;
    align-items: end;
    align-content: center;
    justify-content: end;
    color: #393939;
    font-size: 12px;
    margin-bottom: 1em;
}

.my-balance-amount, 
.my-bonuses-amount{
    padding-left: 5px;
    font-size: 12px;
    font-weight: 400;
}

.my-balance{
    margin-bottom: 5px;
}

.information-box{
    border:1px solid #43b055;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0.7em;
}

.success-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-heading h3{
    font-size: 1.4em;
    font-weight: 300;
    color: #43b055;
    margin-bottom: 10px;
}

.success-heading h6{
    font-size: 1em;
    font-weight: 500;
    color:#990808
}


.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
  }
  .nice-select:hover {
    border-color: #d0dae5;
  }
  .nice-select:active,
  .nice-select.open,
  .nice-select:focus {
    border-color: #88bfff;
  }

.nice-select:after {
    border-bottom: 2px solid #90a1b5;
    border-right: 2px solid #90a1b5;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

  
.nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none;
}
  
.nice-select.disabled:after {
    border-color: #cdd5de;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f7f9;
}

.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #90a1b5;
    cursor: default;
}

.dropdown-box{ padding: 0.5em 0;
    display: flex;
    flex-direction: row;
}




@media handheld, only screen and (max-width: 1024px) {
    .header{
        height: 40vh;
    }

    .item-wrap {
        width: 49%;
    }
}


@media handheld, only screen and (max-width: 860px) {
    .logo img {
        margin: auto;
        width: 150px;
    }
    .intro-section {
        height: 20vh;
        display: flex;
    }
    .header{
        height: 50vh;
    }

    .amount-content .current {
        font-size: 1.1em;
    }

    .introduction h1{
        font-size: 3em;
    }
}
@media handheld, only screen and (max-width: 768px) {
    .header {
        height: 100vh;
    }

    .logo a{display: flex;
        justify-content: center;
    }
    .bid-section{
        padding-top: 0.8em;
    }
    .section-title{
        padding-bottom: 2em;
    }
    .item-wrap{
        padding: 0.3em;
    }
    .amount-content .current, 
    .amount-content .amount {
        font-size: 0.8em;
    }

}
@media handheld, only screen and (max-width: 540px) {
    .header {
        height: 60vh;
    }

    .intro-section {
        height: 30vh;
    }

    .item-wrap {
        width: 100%;
    }

    .how-it-work-steps {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 1em;
    }

    .how-it-work-section {
        padding-top: 2em;
        padding-bottom: 0;
    }

    .section-title{
        padding-bottom: 1em;
    }

    .how-it-work-steps .step {
        width: 50%;
        padding-bottom: 3em;
    }

    .how-it-work-steps h3{
        padding-top: 5px;
    }

 
}

@media handheld, only screen and (max-width: 480px) {

    .header {
        height: 70vh;
    }

    .introduction h1 {
        font-size: 2.5em;
    }

    .logo img {
        width: 175px;
        
    }
    .content-wrapper .logo img {
        width: 230px;
    }
    .amount-content .current, 
    .amount-content .amount {
        font-size: 1.2em;
    }

}


@media handheld, only screen and (max-width: 380px) {

    .amount-content .current, 
    .amount-content .amount {
        font-size: 0.8em;
    }

    .content-wrapper .logo img {
        width: 185px;
    }

    .content-wrapper h2 {
        font-size: 1em;
    }
}

@media handheld, only screen and (max-width: 340px) {
    .container{
        padding-inline: 0.2em;
    }
    .header {
        height: 80vh;
    }

    .account a{
        font-size: 0.8em;
    }

    .logo img {
        width: 100px;
    }

    .intro-section {
        height: 40vh;
    }

    .logo, .footer{
        padding-inline: 1em;
    }

}

@media handheld, only screen and (max-width: 320px){
    .header {
        height: 60vh;
    }
}