@import url('https://fonts.googleapis.com/css2?family=Cambay:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
  font-family: 'Roslindale 1';
  src: url('../fonts/Roslindale-DeckNarrowBold-Testing.ttf');
  src: local('Roslindale-DeckNarrowBold-Testing.ttf'), local('Roslindale'),
       url('../fonts/Roslindale-DeckNarrowBold-Testing.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: opacity 3s;
}
html, body{
overflow-x: hidden;
}
body{
  font-family: "Cambay", sans-serif;
}
@keyframes fadeIn{
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-moz-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-webkit-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-o-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-ms-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}
@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1420px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  } 
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
/* ---------------------------------------header-------------------------------- */
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 12px;
      padding-left: 12px;
  }
}
.navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #F1F1F1;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background: #0E0E0E;
    border: 0;
    font-family: 'Cambay';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin: 16px 0px 16px;
}
.fixed-top {
  position: fixed;
  top: 24px;
  right: 0;
  left: 0;
  z-index: 1030;
}
header .container{
	place-items: center;
	border:1px solid #f1f1f194;
}
.product-name p a{
    color: #F1F1F1;
    font-family: Cambay;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px ;
}

.nav-bg-header{
  padding: 24px 40px 24px 40px;
  border-radius: 32px;
  border: 1px solid #fff; 
  border-image-source: linear-gradient(100.8deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.57) 100%);
  background: linear-gradient(100.8deg, rgba(255, 255, 255, 0.078) 0%, rgba(255, 255, 255, 0.036) 100%);
  border-image: linear-gradient(-34deg, #FFF, #FFF) 1;
  border-radius: 5px;
  border-width: 2px;
  position: relative;
	background-clip: padding-box;
	border-radius: 32px;
}
.nav-bg-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -8px; /* same as border width */
  border-radius: inherit; /* inherit container box's radius */
}
.nav-bg-header .nav-link{
  animation-timing-function: ease-in-out;
  animation-duration: 300ms;
  font-family: Cambay;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #F4F4F4 !important;
}
.nav-item{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
}
.navbar-collapse .currncy-drop {
    width: 112px;
    min-width: 112px;
    text-align: center;
    margin-top: 1.9rem;
    border-radius: 0px 0px 8px 8px;
    background: #0E0E0E;
    color: #F1F1F1;
}
.dropdown-toggle::after {
  content: "";
  border-top: 0px solid;
  background: url(../webatrex_img/down-arrow.svg) no-repeat;
  background-position: center center;
  position: absolute;
}
.dropdown-toggle::after {
  content: "";
  border-top: 0px solid;
  background: url(../webatrex_img/down-arrow.svg) no-repeat;
  background-position: center center;
  position: absolute;
  width: 12px;
  height: 7px;
  bottom: 15px;
  right: 34px;
}
.dropdown{
  padding-right: 40px;
}
.nav-bg-header .btn-light{
  width: 156px;
  height: 45px;
  gap: 10px;
  border-radius: 32px;
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 700;
  line-height: 26.06px;
  text-align: center;
  padding: 12px;
  color: #021C35 !important;
}
.navbar-nav .nav-link .img-cart {
    width: 24px;
    height: 24px;
    margin-right: 9px;
    margin-top: -5px;
}
.navbar-collapse .currncy-drop{
  width: 90px;
  min-width: 90px;
  text-align: center;
}
.nav-item-menu-right .cart-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-top{
  display: flex;
  height: 100vh;
  justify-content: center;
 align-items: center;

}
.custom-bdy-bg{
 color: #fff;
}
.hero-top::after{
  content: "";
  background: url(../webatrex_img/shadow-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 289px;
  z-index: 0;
}

.hero-top-content{
  width: 767px;
  height: 280px;
  padding: 40px 0px 0px 0px;
  gap: 24px;
  border-radius: 16px;
  margin: auto;
  background: linear-gradient(100.8deg, rgba(255, 255, 255, 0.013) 0%, rgba(255, 255, 255, 0.006) 100%);
  border: 1px solid #656565;
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.hero-top-content h1{
  font-family: 'Cambay';
  font-size: 65px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #F4F4F4;
  margin-bottom: 24px;

}
.hero-top-content h1 span{
  color:#86C2F9;
}
.div-scroll-box p{
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 700;
  line-height: 26.06px;
  text-align: center;
  color: #ffffff80;
  margin-top: 16px;
}


.div-scroll-box {
  position: absolute;
  text-align: center;
  margin: auto;
  width: 300px;
  left: 0px;
  right: 0px;
  bottom: 61px;
  height: 264px;
  z-index: 1;
}
.home-product .card{
  width: 309px;
  max-width: 100%;
  min-height: 445px;
  padding: 24px 24px;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #656565;
  background: linear-gradient(100.8deg, rgba(255, 255, 255, 0.078) 0%, rgba(255, 255, 255, 0.036) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin: auto;
}
.home-section-2{
  background: url(../webatrex_img/home-section-2.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-section-2 .card {
  border: 1px solid #656565;
  background: linear-gradient(100.8deg, rgba(255, 255, 255, 0.078) 0%, rgba(255, 255, 255, 0.036) 100%);
  border-radius: 8px;
  padding: 24px 40px 40px;
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 454px;
    max-width: 100%;
    margin: auto;
}
.home-section-2 .card h4 {
  font-family: 'Cambay';
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #F4F4F4;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: -5px;
  margin-left: 16px;
}
.home-section-2 .card p {
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #9B9B9B;
  margin-bottom: 0px;
}
.home-section-2 .card h4 img {
  margin-right: 24px;
  margin-bottom: 24px;
  margin-top: 16px;
}
.home-section-2 .card p{
  font-family: 'Cambay';
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #9B9B9B;
}
.stetement-bg {
  background: url(../webatrex_img/Statement.png) no-repeat;
  background-position: center center;
  background-size: cover !important;
  height: auto !important;
  width: 90%;
  max-width: 100%;
  margin: auto;
  margin-top: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding:3rem 0;
  }
.home-section-2::after {
  content: "";
  background: url(../webatrex_img/Data@3x-1.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 690px;
  height: 619px;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 19px;
  z-index: 0;
}
.statement-content h3{
  font-family: 'Cambay';
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  color: #021C35;
  margin-bottom: 32px;
}
.statement-content{
  width: 933px;
  max-width: 100%;
  margin: auto;
}
.home-product h1{
  font-family: 'Cambay';
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  color: #F1F1F1;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.home-product .card img{
  width: 261px;
  height: 241px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 24px;
}
.home-product .card h5{
  font-family: 'Cambay';
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #F1F1F1;
  margin-bottom: 4px;
}
.home-product .card p{
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #9B9B9B;
  margin-bottom: 24px;
}
.btn-orange {
    font-family: 'Cambay';
    font-size: 16px;
    font-weight: 700;
    line-height: 26.06px;
    text-align: center;
    color: #fff;
    background: #EB641E;
    width: 227px;
    height: 45px;
    border-radius: 32px;
    padding: 10px 18px;
    margin: auto;
    display: block;
}

.home-product .btn{
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 700;
  line-height: 26.06px;
  text-align: center;
  color: #021C35;
  background: #F4F4F4;
  width: 123px;
  height: 45px;
  padding: 11px 15px 8px 15px;
  gap: 10px;
  border-radius: 32px;
  position: relative;
}

.hero-top-content  p{
  font-family: 'Cambay';
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color:  #D0D0D0;
}
.img-head{
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 24px;
}

.hero-bottom{
  height: 713px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.hero-bottom-content{
  width: 638px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-bottom-content h1{
  font-family: 'Cambay';
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  color: #F1F1F1;
}
.hero-bottom-content p{
  font-family: 'Cambay';
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #f1f1f1;
  width: 530px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 24px;
}
.hero-bottom-content .btn{
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 700;
  line-height: 26.06px;
  text-align: center;
  color: #021C35;
  background: #F4F4F4;
  width: 228px;
  height: 45px;
  padding: 11px 15px 8px 15px;
  gap: 10px;
  border-radius: 32px;
}

.error-scetion {
  background: #121212;
  height: 1000px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-background {
  position: absolute;
  top: 6rem;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 1056px;
  height: 1056px;
  margin: auto;
}
.error-content{
  text-align: center;
  position: relative;
}
.error-content h5{
  font-family: 'Cambay';
  font-size: 40px;
  font-weight: 700;
  line-height: 65.15px;
  text-align: center;
  color: #fff;
}
.error-content h1 {
  font-family: Cambay;
  font-size: 250px;
  font-weight: 700;
  line-height: 160px;
  text-align: center;
  color: #fff;
  margin-top: 34px;
}
.btn-white {
  width: 145px;
  height: 45px;
  padding: 11px 16px 8px 16px;
  gap: 10px;
  border-radius: 32px;
  background: #F4F4F4;
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 700;
  line-height: 26.06px;
  text-align: center;
}
.footer-last-colum a{
  font-family: "Cambay";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #121212;
}
.footer-last-colum p{
  font-family: "Cambay";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  width: 335px;
  max-width: 100%;
  margin-top: 1.5rem;
}
.footer-menu li a{
  font-family: "Cambay";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #0E0E0E;
}
.footer-menu ul{
  padding-left: 0px;
  list-style: none;
}
.footer-menu h5{
  font-family: 'Cambay';
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #121212;
}
.footer-logo a{
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #121212;
  margin-top: 25px;
}
.footer-logo p{
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #121212;
  margin-top: 32px;
}
.footer{
  background: #F4F4F4;
  padding: 80px 0px 79px;
  height: 315px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer li{
    margin-bottom: 16px;
}
.btn-light:hover{
  background: #EB641E;
  color: #fff !important;
  border: 2px solid #F1F1F1;
}
.btn-light{
  transition: all .5s;
}
.nav-bg-header{
  z-index: 1;
}
.cart-div{
  width: 510px;
  height: 457px;
  padding: 40px 40px;
  gap: 24px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #656565;
  overflow: scroll;
  max-width: 100%;
  position: absolute;
  right: 4rem;
  top: 6.4rem;
  background: #0E0E0E;
  display: none;
  z-index: 0;
}
.cart-div h3{
  font-family: 'Cambay';
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  color: #F4F4F4;
  margin-bottom: 24px;
}
th p{
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color:#F1F1F1
  }
td p{
font-family: 'Cambay';
font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.15000000596046448px;
text-align: left;
color:#F1F1F1;
margin-bottom: 0px;
}
.cart-div h2{
  font-family: 'Cambay';
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color:#F1F1F1
}
.product-name {
    display: flex;
    justify-content: space-between;
    background: #3C3C3C;
    align-items: center;
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
}
.table>:not(caption)>*>* {
    vertical-align: middle;
}
.product-name span{
  font-family: 'Cambay';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    color: #F1F1F1;
    text-decoration: underline;
    text-underline-offset: 7px;
    padding-left: 16px;
}
.cart-box .btn{
  font-family: 'Cambay';
  font-size: 16px;
  font-weight: 700;
  line-height: 26.06px;
  text-align: center;
  padding: 11px;
  height: 45px;
  width: 435px;
  max-width: 100%;
  border-radius: 32px;
  margin: auto;
  display: block;
  margin-top: 24px;
}

/*.nav-link:hover{*/
/*  color: #86C2F9 !important;*/
/*}*/
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }
    .product-modal {
        margin: 1.75rem auto;
        max-width: 100%;
        width: 800px;
    }
}
.statement-content h3{
    font-family: 'Cambay';
    font-size: 45px;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    color: #021C35;
}
.statement-content h2{
    font-family: 'Cambay';
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    color: #021C35;
}
.modal-content .btn1A{
    font-family: 'Cambay';
    font-size: 16px;
    font-weight: 700;
    line-height: 26.06px;
    text-align: center;
    color: #fff;
    background: #EB641E;
    width: 181px;
    height: 45px;
    border-radius: 32px;
    padding: 9px 18px;
    margin: auto;
    border:0px;
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
    .modal-body .product-image{
        margin: 0 0 0rem 18px;
        display: block;
        text-align: center;
    }
    .modal-body .option-choice-form{
        padding: 0px 22px;
    }
    .modal-content .btn1A {
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 700;
        line-height: 26.06px;
        text-align: center;
        color: #fff;
        background: #EB641E;
        width: 100%;
        height: 45px;
        border-radius: 32px;
        padding: 11px 18px;
        margin: auto;
        border: 0px;
        max-width: 100%;
        display: block;
        margin-bottom: 16px;
    }
}
.btn-orange:hover{
    background: #afabab;
    color: #021C35;
    font-family: Cambay;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nav-item .active{
    font-weight: 700;
}
 #option-choice-form .btn1A:hover{
    border: 2px solid #F1F1F1;
    background: #afabab;
    color: #021C35;
    font-family: Cambay;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn1A:hover{
    border: 2px solid #F1F1F1;
    background: #afabab;
    color: #021C35;
    font-family: Cambay;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*----------------------------responsive-----------------------------*/

@media only screen and (min-width: 300px) and (max-width: 600px){
    .nav-bg-header {
        padding: 15px 24px 15px;
    }
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .fixed-top {
        position: fixed;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .navbar-light .navbar-toggler-icon {
        background: url(../webatrex_img/humbugermenu.svg) no-repeat;
        background-size: cover;
        width: 24px;
        height: 16px;
        background-position: center center;
    }

    .navbar-light .is-active .navbar-toggler-icon {
        background: url(../webatrex_img/humbugerclose.svg) no-repeat;
        background-size: cover;
        width: 24px;
        height: 16px;
        background-position: center center;
    }
    .nav-bg-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        /* margin-right: 0rem; */
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
        width: 43px;
        height: 41px;
        margin: auto;
        margin-top: -4px;
        padding-left: 0px;
        margin-left: 6.3rem;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-items: flex-start;
        margin-top: 24px;
    }
    .navbar-nav .nav-link {
        animation-timing-function: ease-in-out;
        animation-duration: 300ms;
        font-family: Cambay;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        color: #fff !important;
        margin-top: 8px;
        padding: 16px 0px;
        border-bottom: 1px solid #676767;
        position: relative;
    }  
    .navbar-nav .dropdown-menu {
        position: static;
    }
    header .container {
        place-items: center;
        border: 0px solid #FFF;
        border-radius: 0px;
        border-bottom: 1px solid #ffffff82;
    }
    .navbar-brand img{
        width: 43px;
        height: 40px;
        margin-top: -3px;
    }
    .nav-item-mo .img-cart{
        margin-right:8px !important;
        width: 18px;
        height: 20px;
    }
    .nav-item-mo  a{
        display: flex;
        justify-content: center;
        align-items: end;
    }
    .header-nav-mo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 375px;
    }
    .nav-item-mo {
        position: absolute;
        right: 0px;
        top: 15px;
    }  
    .nav-bg-header{
      min-height: 70px;
    }
    .navbar-toggler {
        padding: 0px;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 0px solid transparent;
        transition: box-shadow .15s ease-in-out;
        margin-top: 5px;
    } 
    .nav-item {
        display: block;
        align-items: center;
        padding-top: 0px;
        width: 100%;
    }
    .header-top{
        background:#121212;
    }
    .nav-item-menu{
        width: 160px;
        max-width: 100%;
    }
    .navbar-nav li .navbar-nav{
        flex-direction: row-reverse;
    }
    .nav-bg-header .btn-light {
        width: 328px;
        height: 45px;
        gap: 10px;
        border-radius: 32px;
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 700;
        line-height: 26.06px;
        text-align: center;
        padding: 12px;
        color: #021C35 !important;
        margin-top: 48px;
    }
    .dropdown {
        padding-right: 0px;
    }
    .nav-item-menu-right{
        margin-left: 12px;
    }
    .dropdown-toggle::after {
        content: "";
        border-top: 0px solid;
        background: url(../webatrex_img/down-arrow-blue.svg) no-repeat;
        background-position: center center;
        position: absolute;
        width: 12px;
        height: 7px;
        bottom: 30px;
        right: 7px;
    }
    .dropdown-toggle.show::after {
        transform: rotate(180deg);
    }
    .navbar-nav .dropdown-menu {
        position: static;
    }
    .nav-item-menu-right .cart-btn {
        display: flex;
    }
    .nav-item-menu-right .cart-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 10px 0rem;
        margin: 0px 0px 0px;
    }
    .navbar-collapse .currncy-drop {
        width: 160px;
        min-width: 90px;
        text-align: left;
        border-radius: 0px;
        border:0px;
        background: #201e1e;
        margin-top: -1px;
        border-bottom: 1px solid #676767;
    }
    .currncy-drop a{
        font-family: 'Cambay';
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        color: #fff;
    }
    .hero-top {
        display: flex;
        justify-content: center;
        align-items: baseline;
        padding-top: 115px;
        margin-top: 3.8rem;
        height: 630px;
        overflow: visible;
    }
    .footer {
        background: #F4F4F4;
        padding: 27px 0px 20px;
        height: 498px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-logo{
        text-align: center;
    }
    .footer-logo .footer-img{
        width: 86px;
        height: 80px;
    }
    .footer-logo p {
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.15000000596046448px;
        text-align: center;
        color: #121212;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer-menu ul {
        padding-left: 0px;
        list-style: none;
        margin-bottom: 15px;
    }

    footer li {
        margin-bottom: 8px;
    }
    .footer-last-colum p {
        font-family: "Cambay";
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        width: 335px;
        max-width: 100%;
        margin-top: 1rem;
        margin: auto;
    }
    .footer-last-colum a {
        font-family: "Cambay";
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        color: #121212;
    }
    .footer-last-colum{
        text-align: center;
    }
    .footer-menu{
        margin-top: 22px;
    }
      
    .error-content h5 {
        font-family: 'Cambay';
        font-size: 40px;
        font-weight: 700;
        line-height: 65.15px;
        text-align: center;
        color: #fff;
    }
    .error-content h1 {
        font-family: Cambay;
        font-size: 150px;
        font-weight: 700;
        line-height: 96px;
        text-align: center;
        color: #fff;
        margin-top: 0px;
    }
    .error-scetion {
        background: #121212;
        height: 620px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top:54px;
        padding-bottom:157px;
    }
    .img-background {
        position: absolute;
        top: 6rem;
        right: 0px;
        left: 0px;
        bottom: 0px;
        width: 1056px;
        height: 1056px;
        margin: auto;
        display: none;
    }
    .hero-bottom {
        height: 418px;
        display: flex;
        justify-content: center;
        align-items: center;
    }    
    .hero-bottom-content h1 {
        font-family: 'Cambay';
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        color: #F1F1F1;
    }
    .hero-bottom-content p {
        font-family: 'Cambay';
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        color: #f1f1f1;
        width: 530px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 16px;
    }
    .hero-top-content h1 {
        font-family: 'Cambay';
        font-size: 32px;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: -0.25px;
        text-align: center;
        color: #F1F1F1;
    }
    .hero-top-content {
        width: 767px;
        height: 280px;
        padding: 0px 0px 0px 0px;
        gap: 24px;
        border-radius: 16px;
        margin: auto;
        background: transparent;
        border: 0px solid #656565;
        position: relative;
        z-index: 1;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: none;
        max-width: 100%;
    }
    .hero-top-content h1 {
        font-family: 'Cambay';
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.25px;
        text-align: center;
        color: #F1F1F1;
        margin-bottom: 3px;
    }
    .hero-top-content p {
        font-family: 'Cambay';
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        color: #F1F1F1;
        padding: 0px 3rem;
    }  
    .div-scroll-box img {
        height: 168px;
        margin: auto;
    }
    .div-scroll-box p {
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 700;
        line-height: 26.06px;
        text-align: center;
        color: #ffffff80;
        margin-top: 16px;
        display: none;
    }
    .div-scroll-box {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 300px;
        left: 0px;
        right: 0px;
        bottom: 146px;
        height: 210px;
        z-index: 1;
    }
        
    .hero-bottom-content {
        width: 318px;
        max-width: 100%;
        margin: auto;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .home-product .card {
        width: 309px;
        max-width: 100%;
        min-height: 423px;
        padding: 24px 24px;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid #656565;
        background: linear-gradient(100.8deg, rgba(255, 255, 255, 0.078) 0%, rgba(255, 255, 255, 0.036) 100%);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        margin: auto;
        margin-bottom: 24px;
    }
    .home-product .card p {
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.5px;
        text-align: left;
        color: #9B9B9B;
        margin-bottom: 16px;
    }
    .statement-content h3 {
        font-family: 'Cambay';
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        color: #021C35;
    }
    .home-product {
        background: url(../webatrex_img/home-section-2-mo.png) #000000 no-repeat;
        background-position: center center;
        background-size: cover;
        padding-bottom: 0px;
        padding-top: 2rem;
    }
    .home-product h1 {
        font-family: 'Cambay';
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        color: #F1F1F1;
        position: relative;
        text-align: center;
        margin-bottom: 2rem;
    }
    .stetement-bg {
        background: #F4F4F4;
        background-position: center center;
        background-size: contain;
        height: 100%;
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        padding: 40px 24px;
    }
    
    .home-section-2 {
        background: url(../webatrex_img/home-section-2.png) no-repeat;
        background-position: 0px 143px;
        background-size: cover;
        padding-bottom: 0px;
        padding-top: 0rem;
        margin-top: -8rem;
        overflow: visible;
    }
    .hero-top::after {
        content: "";
        background: url(../webatrex_img/shadow-bg.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        left: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 289px;
        z-index: 0;
    }
    .home-section-2 .card {
        border: 1px solid #656565;
        background: linear-gradient(100.8deg, rgba(255, 255, 255, 0.078) 0%, rgba(255, 255, 255, 0.036) 100%);
        border-radius: 8px;
        padding: 24px 24px 24px;
        display: flex;
        gap: 24px;
        position: relative;
        z-index: 1;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        width: 316px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 24px;
        padding: 16px 40px;
    }
    .img-head {
        display: block;
        justify-content: left;
        align-items: center;
        margin-bottom: 16px;
    }
    .home-2-card{
        text-align: center;
    }
    .home-section-2 .card p {
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.5px;
        text-align: center;
        color: #9B9B9B;
    }
    .home-section-2 .card h4 {
        font-family: 'Cambay';
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        color: #F1F1F1;
        justify-content: center;
        align-items: center;
        margin-bottom: -5px;
        margin-left: 0px;
        margin-top: 16px;
    }
    .home-section-2::after {
        content: "";
        background: url(../webatrex_img/Data@3x-1-mo.png) no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        width: 375px;
        height: 619px;
        margin: auto;
        left: 0px;
        right: 0px;
        top: 26rem;
        z-index: 0;
    }
    .cart-div {
        width: 510px;
        height: 457px;
        padding: 24px 24px;
        gap: 24px;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #656565;
        overflow: scroll;
        max-width: 100%;
        position: absolute;
        right: 0rem;
        top: 4.5rem;
        background: #0E0E0E;
        display: none;
        z-index: 1;

    }
    .product-name {
        display: flex;
        justify-content: space-between;
        background: transparent;
        align-items: center;
        padding: 12px 0px 12px 0px;
        border-radius: 0px;
    }
    td p {
        font-family: 'Cambay';
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.15000000596046448px;
        text-align: left;
        color: #F1F1F1;
        margin-bottom: 0px;
    }
    th p {
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.15000000596046448px;
        text-align: left;
        color: #F1F1F1;
        margin-bottom: 0px;
    }


    .table>:not(caption)>*>* {
       padding: 0px 0px;
    }
    .cart-div h3 {
        font-family: 'Cambay';
        font-size: 36px;
        font-weight: 400;
        line-height: 45px;
        text-align: left;
        color: #F4F4F4;
        margin-bottom: 16px;
    }
    .cart-div h2 {
        font-family: 'Cambay';
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        color: #86C2F9;
    }
    .cart-box .btn {
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 700;
        line-height: 26.06px;
        text-align: center;
        padding: 11px;
        height: 45px;
        width: 435px;
        max-width: 100%;
        border-radius: 32px;
        margin: auto;
        display: block;
        margin-top: 12px;
    }
    .price-cart p{
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .cart-div {
        width: 510px;
        height: unset !important;
        max-height: 450px !important;
        padding: 24px 24px !important;
        gap: 24px;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #656565;
        overflow: scroll !important;
        max-width: 100%;
        position: absolute;
        right: 0rem !important;
        top: 4rem !important;
        background: #0E0E0E;
        display: none;
        z-index: 0;
    }
    
}
@media only screen and (min-width: 700px) and (max-width: 786px){
    .navbar-light .navbar-toggler-icon {
        background: url(../webatrex_img/humbugermenu.svg) no-repeat;
        background-size: cover;
        width: 24px;
        height: 16px;
        background-position: center center;
    }

    .navbar-light .is-active .navbar-toggler-icon {
        background: url(../webatrex_img/humbugerclose.svg) no-repeat;
        background-size: cover;
        width: 24px;
        height: 16px;
        background-position: center center;
    }
    .dropdown-toggle::after {
        content: "";
        border-top: 0px solid;
        background: url(../webatrex_img/down-arrow.svg) no-repeat;
        background-position: center center;
        position: absolute;
        width: 12px;
        height: 7px;
        bottom: 15px;
        right: 11px;
    }
    .nav-bg-header {
        padding: 12px 12px 12px 12px;
    } 
    .header-nav-mo{
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
    }
    .navbar-nav {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1100px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 13px;
        padding-left: 13px;
    }
    .dropdown {
        padding-right: 33px;
    }
}
/* ------------------------responsive------------------------------ */
@media only screen and (min-width: 300px) and (max-width: 600px){
}
@media only screen and (min-width: 300px) and (max-width: 600px){
   
}
@media only screen and (min-width: 300px) and (max-width: 600px){
}
@media only screen and (min-width: 786px) and (max-width: 991px){
    .hero-top-content {
        width: 767px;
        height: 280px;
        padding: 40px 0px 0px 0px;
        gap: 24px;
        border-radius: 16px;
        margin: auto;
        background: linear-gradient(100.8deg, rgba(255, 255, 255, 0.013) 0%, rgba(255, 255, 255, 0.006) 100%);
        border: 1px solid #656565;
        position: relative;
        z-index: 1;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        max-width: 100%;
    }
    .div-scroll-box {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 300px;
        left: 0px;
        right: 0px;
        bottom: -11px;
        height: 203px;
        z-index: 1;
    }
    .home-section-2 .col-md-6{
        margin: auto;
        margin-bottom: 24px;
    }
    .stetement-bg {
        background: #fff;
        background-position: center center;
        background-size: contain;
        height: 430px;
        width: 90%;
        max-width: 100%;
        margin: auto;
        margin-top: 11rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        border-radius: 30px;
    }    
    .home-section-2 .card h4 {
        font-family: 'Cambay';
        font-size: 21px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        color: #F1F1F1;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-bottom: -5px;
        margin-left: 16px;
    }
    .home-product .card {
        width: 309px;
        max-width: 100%;
        min-height: 445px;
        padding: 24px 24px;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid #656565;
        background: linear-gradient(100.8deg, rgba(255, 255, 255, 0.078) 0%, rgba(255, 255, 255, 0.036) 100%);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        margin: auto;
        margin-bottom: 24px;
    }
    .footer {
        background: #F4F4F4;
        padding: 80px 0px 79px;
        height: 448px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}
@media only screen and (min-width: 800px) and (max-width:995px){
    .div-scroll-box {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 300px;
        left: 0px;
        right: 0px;
        bottom: 61px;
        height: 120px;
        z-index: 1;
    }
    .div-scroll-box img{
        height: 120px;
    }
    .stetement-bg {
        background: url(../webatrex_img/Statement.png) no-repeat;
        background-position: center center;
        background-size: cover;
        height: 430px;
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-top: 8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    .home-section-2 .card h4 {
        font-family: 'Cambay';
        font-size: 17px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        color: #F1F1F1;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-bottom: -12px;
        margin-left: 18px;
    }
    .home-product .card h5 {
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        color: #F1F1F1;
        margin-bottom: 4px;
    }
    .home-product .card {
        width: 309px;
        max-width: 100%;
        min-height: 445px;
        padding: 24px 10px
    }
}
@media only screen and (min-width: 1000px) and (max-width:1090px){
    .div-scroll-box {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 300px;
        left: 0px;
        right: 0px;
        bottom: 61px;
        height: 120px;
        z-index: 1;
    }
    .div-scroll-box img{
        height: 120px;
    }
    .stetement-bg {
        background: url(../webatrex_img/Statement.png) no-repeat;
        background-position: center center;
        background-size: contain;
        height: 430px;
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-top: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    .home-section-2 {
        background-size: cover;
        padding-bottom: 0px;
    }
    .statement-content h3 {
        font-family: 'Cambay';
        font-size: 32px;
        font-weight: 400;
        line-height: 44px;
        text-align: center;
        color: #021C35;
    }
    
    .home-product h1 {
        font-family: 'Cambay';
        font-size: 32px;
        font-weight: 400;
        line-height: 39px;
        text-align: center;
        color: #F1F1F1;
        position: relative;
        text-align: center;
        margin-bottom: 2rem;
    }
    .home-section-2 .card h4 {
        font-family: 'Cambay';
        font-size: 17px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        color: #F1F1F1;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-bottom: -12px;
        margin-left: 18px;
    }
    .home-product .btn {
        font-family: 'Cambay';
        font-size: 16px;
        font-weight: 700;
        line-height: 26.06px;
        text-align: center;
        color: #021C35;
        background: #F4F4F4;
        width: 115px;
        height: 45px;
        padding: 11px 15px 8px 15px;
        gap: 10px;
        border-radius: 32px;
        position: relative;
    }
    .home-product .card {
        width: 309px;
        max-width: 100%;
        min-height: 445px;
        padding: 24px 14px;
    }
}
@media only screen and (min-width: 1100px) and (max-width:1190px){
    .div-scroll-box {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 300px;
        left: 0px;
        right: 0px;
        bottom: 61px;
        height: 140px;
        z-index: 1;
    }
    .div-scroll-box img{
        height: 140px;
    }
    .stetement-bg {
        background: url(../webatrex_img/Statement.png) no-repeat;
        background-position: center center;
        background-size: contain;
        height: 430px;
        width: 97%;
        max-width: 100%;
        margin: auto;
        margin-top: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    
    .home-section-2 .card h4 {
        font-family: 'Cambay';
        font-size: 19px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        color: #F1F1F1;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-bottom: -5px;
        margin-left: 16px;
    }
    .home-product .card {
        width: 309px;
        max-width: 100%;
        min-height: 445px;
        padding: 24px 16px
    }
}
@media only screen and (min-width: 1200px) and (max-width:1290px){
    .div-scroll-box {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 300px;
        left: 0px;
        right: 0px;
        bottom: 61px;
        height: 160px;
        z-index: 1;
    }
    .div-scroll-box img{
        height: 160px;
    }
    .stetement-bg {
        background: url(../webatrex_img/Statement.png) no-repeat;
        background-position: center center;
        background-size: contain;
        height: 430px;
        width: 97%;
        max-width: 100%;
        margin: auto;
        margin-top: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        border-radius: 24px;
    }
    
}
@media only screen and (min-width: 1300px) and (max-width:1390px){
    .div-scroll-box {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 300px;
        left: 0px;
        right: 0px;
        bottom: 61px;
        height: 175px;
        z-index: 1;
    }
    .div-scroll-box img{
        height: 175px;
    }
    .stetement-bg {
        background: url(../webatrex_img/Statement.png) no-repeat;
        background-position: center center;
        background-size: contain;
        height: 430px;
        width: 97%;
        max-width: 100%;
        margin: auto;
        margin-top: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        border-radius: 24px;
    }
    
    
}

@media only screen and (min-width: 1400px) and (max-width:1490px){
    .div-scroll-box {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 300px;
        left: 0px;
        right: 0px;
        bottom:50px;
        height: 180px;
        z-index: 1;
    }
    .div-scroll-box img{
        height: 169px;
    }
    .stetement-bg {
        background: url(../webatrex_img/Statement.png) no-repeat;
        background-position: center center;
        background-size: contain;
        height: 430px;
        width: 90%;
        max-width: 100%;
        margin: auto;
        margin-top: 8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        border-radius: 24px;
    }
    .hero-bottom {
        height: 779px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        
}
@media only screen and (min-width: 1500px) and (max-width:1690px){
    .div-scroll-box {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 300px;
        left: 0px;
        right: 0px;
        bottom: 61px;
        height: 220px;
        z-index: 1;
    }
    .div-scroll-box img{
        height: 207px;
    }
    .stetement-bg {
        background: url(../webatrex_img/Statement.png) no-repeat;
        background-position: center center;
        background-size: contain;
        height: 430px;
        width: 90%;
        max-width: 100%;
        margin: auto;
        margin-top: 9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        border-radius: 24px;
    }
    
}
@media only screen and (min-width: 1401px) and (max-width:1500px){
    .cart-div {
        width: 510px;
        height: 457px;
        padding: 40px 40px;
        gap: 24px;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #656565;
        overflow: scroll;
        max-width: 100%;
        position: absolute;
        right: 6rem;
        top: 6.4rem;
        background: #0E0E0E;
        display: none;
        z-index: 0;
    }
}
@media only screen and (min-width: 1501px) and (max-width:1600px){
    .cart-div {
        width: 510px;
        height: 457px;
        padding: 40px 40px;
        gap: 24px;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #656565;
        overflow: scroll;
        max-width: 100%;
        position: absolute;
        right: 6rem;
        top: 6.4rem;
        background: #0E0E0E;
        display: none;
        z-index: 0;
    }
}
@media only screen and (min-width: 1601px) and (max-width:1800px){
    .cart-div {
        width: 510px;
        height: 457px;
        padding: 40px 40px;
        gap: 24px;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #656565;
        overflow: scroll;
        max-width: 100%;
        position: absolute;
        right: 9rem;
        top: 6.4rem;
        background: #0E0E0E;
        display: none;
        z-index: 0;
    }
}
@media only screen and (min-width: 1801px) and (max-width:1990px){
    .cart-div {
        width: 510px;
        height: 457px;
        padding: 40px 40px;
        gap: 24px;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #656565;
        overflow: scroll;
        max-width: 100%;
        position: absolute;
        right: 12rem;
        top: 6.4rem;
        background: #0E0E0E;
        display: none;
        z-index: 0;
    }
    .hero-bottom {
        height: 993px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width: 2000px) and (max-width:2200px){
    .cart-div {
        width: 510px;
        height: 457px;
        padding: 40px 40px;
        gap: 24px;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #656565;
        overflow: scroll;
        max-width: 100%;
        position: absolute;
        right: 18rem;
        top: 6.4rem;
        background: #0E0E0E;
        display: none;
        z-index: 0;
    }
}
@media only screen and (min-width: 2300px) and (max-width:2880px){
    .cart-div {
        width: 510px;
        height: 457px;
        padding: 40px 40px;
        gap: 24px;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #656565;
        overflow: scroll;
        max-width: 100%;
        position: absolute;
        right:38rem;
        top: 6.4rem;
        background: #0E0E0E;
        display: none;
        z-index: 0;
    }
}