/* @import url('https://fonts.googleapis.com/css2?family=Sintony:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Rokkitt'); */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@1,500;1,600&display=swap');
* {
    margin: 0;
    padding: 0;
    /* transition: 0.8s all ease; */
    /* color: #000; */

}
html,body{
  width: 100%;
  /* overflow-x: hidden; */
  /* font-family: 'Lexend', sans-serif !important; */
  /* font-family: 'SF-Body-font' !important; */
  /* font-family: 'IBM Plex Sans', sans-serif !important; */
}
p{
  font-family: 'Poppins', sans-serif !important;
font-family: 'IBM Plex Sans', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
}
.accordion-body {
  padding: 1rem 1.25rem;
  font-family: 'IBM Plex Sans', sans-serif !important;
}
/* ///////////////root Color Elements///////////////////////////////// */

:root {
    --c1: #146cda;
    --c2: rgb(5, 98, 214);
    --light: rgb(220, 220, 220);
    --white: rgb(255, 255, 255);
    --black: rgb(0, 0, 0);
    --gray: rgb(194, 194, 194);
    --red:#ff013c;
}
.c1{
    color: var(--c1);
}
a{
    text-decoration: none !important;
    
}
.red{
  color: #ff013c !important;
}
body{
    overflow-x: hidden;
    /* font-family: 'Sintony', Arial, Helvetica, sans-serif !important; */
}
.w{
  color: #fff;
}
/* ///////////////////////////////Welcome Content /////////////////////////////////// */
.top{
  background-color: var(--c1);
}
.welcome {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 1% 0;
  background-color: var(--c1);
  align-items: center;
}

/* ////////////////////////////////////////////////// */

.welcome-content p {
  color: var(--white);
  font-family: 'Sintony', sans-serif;
}

/* //////////////////////////////////////////////////// */

.welcome-social-links {
  display: flex;
  width: 20%;
  gap: 15px;
  justify-content: space-around;
}

.welcome-social-links .front-links {
  border-right: 1px solid var(--light);
  width: 47%;
}

.welcome-social-links .front-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.welcome-social-links .front-links a {
  text-decoration: none;
  color: var(--white) !important;
  font-family: 'Sintony', sans-serif;

}

.out-of-stock{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(247, 248, 252,.7);
}
.out-of-stock i{
  font-size: 25px;
  color: #000;
  /* font-weight: bolder; */
}
.out-of-stock:hover{
  cursor: not-allowed;
}

.welcome-social-links .front-links i {
  color: #fff !important;
}

.welcome-social-links .font-links a {
  color: var(--white) !important;

}

.welcome-social-links .font-links a:hover {
  color: var(--gray);
}

.welcome-social-links .front-links a:hover {
  color: var(--gray);
}


.welcome-social-links .font-links {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.newnav{
  position: fixed !important;
  top: -13% ;
  left: 0%;
}
.nav-i{
  font-size: 20px;
  /* padding-left: 11px; */
}

.btn-search{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.btn:focus{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.accordion-button:focus{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: none !important;
}
/* hero */
/* hero */
.mob-baner{
    display: none !important;
}
.desk-baner{
    display: block;
}
.hero-crd{
    width: 100%;
}
.hero-crd img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.main-c{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.name-nav-icon{
  font-size: 12px;
  letter-spacing: 1px;
}
/* .mo-n .count-b{
  background-color: #000;
} */
.count-b {
  background-color: #000;
  border-radius: 50%;
  height: 18px;
  width: 18px !important;
  padding: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
  color: #fff;
  position: absolute;
  top: 18%;
  right: -30%;
}
.count-a{
    background-color: #000;
    border-radius: 50%;
    height: 18px;
    width: 18px !important;
    padding: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
    color: #fff;
    position: absolute;
    top: 18%;
    right: 8%;
  }
/* .c-box{
  position: absolute;
  top: -20%;
  right: -30%;
  color: #fff;
display: flex;
align-items: center;
justify-content: center;
margin-left: .0% !important;
} */

.c-box p{
  color: #fff;
  font-size: 10px;
  margin: 0% !important;
}
.c-box h6{
  color: #fff;
  font-size: 13px;
  margin: 0% !important;
  margin-left: 5px !important;
  /* letter-spacing: 1px; */
}
.log-btn{
  font-size: 13px !important;
  background-color: #000 !important;
  color: #fff !important;
  /* height: 50px; */
}

.hero{
    /* height: 80vh; */
    overflow: hidden;
}
.hero-slider{
    height: 100% !important;
}
/* offer baner */
.offer-gpay img{
    width: 100%;
    object-fit: contain;
}
/* details */
.detai-i i{
    font-size: 40px;
}
/* ad banner */
.ad-boxs{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
/* .des-top{
  position: absolute;
  top: -100%;
  left: -100%;
background: rgba(239, 235, 239, 0.2);
width: 100%;
height: 100%;
transition: 1.5s;
} */
.des-top{
  position: absolute;
  top: 0%;
  left: 50%;
width: 0%;
height: 100%;
transition: all .5s ease-in-out;
}
.des-down{
  position: absolute;
  top:40%;
  left : 0%;
width: 100%;
height: 10%;
transition: all .5s ease-in-out;
}
/* .des-down{
  position: absolute;
  bottom:-100%;
  right : -100%;
  background: rgba(239, 235, 239, 0.2);
width: 100%;
height: 100%;
transition: 1.5s;
} */
/* .ad-boxs:hover .des-top{
  top: 0%;
  left:0%;
  transition: 1.5s;
} */
.ad-boxs:hover .des-top{
  width: 100%;
  left: 0%;
  background: rgba(239, 235, 239, 0.3);
  transition: all 1s ease-in-out;
}
.ad-boxs:hover .des-down{
  top: 0%;
  height: 100%;
  background: rgba(239, 235, 239, 0.3);
  transition: all 1s ease-in-out;
}
/* .ad-boxs:hover .des-down{
  bottom:0%;
  right :0%;
  transition: 1.5s;
} */
.ad-boxs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ad-box-ovly{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    color: #fff;
}
.offcanvas-start {
  width: 278px !important;
}
.ad-box-ovly h3{
    font-weight: bold;
    font-size: 40px;
}
.top-ca-tab .nav-tabs {
  border-bottom: 1px solid var(--c1);
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: var(--c1) var(--c2) #fff !important;
}
.tabs-top{
  display: flex;
  justify-content: flex-end;
}

/* .ad-boxs:hover{
    animation: rotate624 0.7s ease-in-out both;
} */

  @keyframes rotate624 {
    0% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  
    25% {
      transform: rotate(3deg) translate3d(0, 0, 0);
    }
  
    50% {
      transform: rotate(-3deg) translate3d(0, 0, 0);
    }
  
    75% {
      transform: rotate(1deg) translate3d(0, 0, 0);
    }
  
    100% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }
  @keyframes storm1261 {
    0% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
  
    25% {
      transform: translate3d(4px, 0, 0) translateZ(0);
    }
  
    50% {
      transform: translate3d(-3px, 0, 0) translateZ(0);
    }
  
    75% {
      transform: translate3d(2px, 0, 0) translateZ(0);
    }
  
    100% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
  }
  .detai-txt h5{
    font-size: 14px;
  }
  .detai-txt p{
    font-size: 11px;
  }
  /* Popular Categories */


.main-round{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2% !important;
}
.round-bx{
  width: 150px;
  height: 150px;
  /* overflow: hidden; */
  /* border-radius: 59% 41% 70% 30% / 30% 30% 70% 70% ; */
  /* background-image: linear-gradient(to right, #fe8c00 0%, #f83600  51%, #fe8c00  100%); */
  /* border: 2px solid var(--red); */
  /* box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; */
  border-radius: 66% 34% 27% 73% / 65% 49% 51% 35%  ;
  width: 150px;
  background-image: linear-gradient(180deg, var(--c1),#1FA2FF, #12D8FA);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8%;
  position: relative;
  transition: all 2.5s;
}
         
.round-bx::before {
  content: '';
  position: absolute;
  left: 0%;
  border-radius: 66% 34% 27% 73% / 65% 49% 51% 35%  ;
  width: 150px;
  /* background-image: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255)); */
  height: 150px;
  /* animation: rotBGimg 3s linear infinite; */
  transition: all 2.2s ;
  z-index: -1;
  /* transition: all 1.5s; */
}
.round-bx:hover:before {
  background-image: linear-gradient(180deg,  #1FA2FF, #12D8FA,#A6FFCB);
  animation: rotBGimg 4.5s linear infinite;
  transition: all 1.2s ;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.round-bx::after {
  content: '';
  position: absolute;
  /* background: #07182E; */
  ;
  inset: 5px;
  border-radius: 15px;
} 



.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.round-bx img{
  width: 95%;
  height: 100%;
  object-fit: contain;
}
  /* ////////////////////// */
  .cat-con{
    display: flex;
    flex-wrap:wrap ;
    align-items: center;
    justify-content: center;
  }
  .cat-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }
  .cat-box img{
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  .cat-box h3{
    font-size: 18px;
  }
  .g-btn {
    display: inline-block;
    border-radius: 4px;
    background-color: var(--c1);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    width: 130px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
   }
   
   .g-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color: #fff;
   }
   
   .g-btn span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
   }
   
   .g-btn:hover span {
    padding-right: 15px;
   }
   
   .g-btn:hover span:after {
    opacity: 1;
    right: 0;
    color: #fff !important;
   }

  /* product card */
  .product-card{
    width: 100%;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    /* border-right: 2px solid rgba(172, 170, 170, 0.15); */
    position: relative;
    margin-top: 5%;
    min-height: 330px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .5s;
     }
     .product-card:hover{
      /* box-shadow: unset; */
      transform: translateY(-4%);
      transition: all .5s;
     }
  .product-card img{
 width: 100%;
 height: 250px;
 /* background-color: red; */
 object-fit: contain;
 margin-bottom: 3%;
}
.name{
    font-weight: 600;
    color: #000;
    width: 100%;
    font-size: 14px;
   margin: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    letter-spacing: 1px;
  }
  .price{
    /* width: 85%; */
    color: black;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
    text-align: left;
  }
  .card-text{
    color: #000;
  }
  /* .side-mob img{
    height: 100%;
 
  } */
  .pro-crd-ovly{
    position: absolute;
    top: 0%;
    right: 0%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 30;
  }
  .i-crd{
    background-color: #f6f4f4;
    border-radius: 50%;
    margin-bottom: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lk-btn{
    color:#ff013c !important;
  }
  .cart-i-cd{
    background-color: var(--c1);
    height: 40px;
    width: 40px;
  }
  .cart-i-cd i{
    color: #fff;
    font-size: 14px;
  }
  /* .product-card:hover .pro-crd-ovly{
    right: 0%;
  } */
  .strike{
    font-size: 14px !important;
    font-weight: 600 !important;
    color: black;
  }
  .ofer-ovly{
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: #e40046;
    color: #fff;
  }
  .ofer-ovly p{
    font-size: 12px;
    font-weight: bold;
    margin: 0% !important;
  }

  .titie{
    text-transform: uppercase;
    font-size: 23px;
  }
  .time-brd{
    border: 2px solid var(--c1);
    border-radius: 12px;
  }
  .title-two{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #fff;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    width: 50%;
  }
  .ti-t{
    font-size: 21px;
    margin-right: 15px;
  }
  .wrap-countdown{
    background-color: var(--c1);
    border-radius: 18px;
  }
  .timer{
    /* text-transform: uppercase; */
    font-size: 21px;
    color: #fff;
    /* background-color: var(--c1); */
    border-radius: 5px;
    
  }
  /* .time-bx{
    background-color: #b8b5b5;
    padding: 10px;
    border-radius: 5px;
  } */
  /* deal of the week */
  .noselect {
    width: 150px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: var(--c1);
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    background: var(--c1);
   }
   
   .noselect,  .noselect span {
    transition: 200ms;
   }
   
   .noselect .text {
    transform: translateX(35px);
    color: white;
    font-weight: bold;
    font-size: 14px;
   }
   
   .noselect .icon {
    position: absolute;
    /* border-left: 1px solid var(); */
    transform: translateX(110px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   
   .noselect i {
    width: 15px;
    fill: #eee;
   }
   
   .noselect:hover {
    background: var(--c1);
   }
   
   .noselect:hover .text {
    color: transparent;
   }
   
   .noselect:hover .icon {
    width: 150px;
    border-left: none;
    transform: translateX(0);
   }
   
   .noselect:focus {
    outline: none;
   }
   
   .noselect:active .icon i {
    transform: scale(0.8);
   }
   .card{
    border: none !important;
   }
.icon i{
 color: #fff;
}
.brand-box img:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
/* carousel */
.carousel{
  position: relative;
}
.carousel .cur-nav{
  position: absolute;
  top: 40%;
  left: 0%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  
}
/* footer */
/* .footer{
    background-color: #f9f9f9;
    background-image: url(../images/footer-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: scroll;
  } */
  .foot-h{
    color: #000;
    font-weight: bold;
    /* font-family: 'Averia Serif Libre' !important; */
  }
  .foot-p{
    color: #6f6f6f;
    font-size: 16px;
    transition: all .5s;
  }
  .foot-p:hover{
    /* color: var(--c1); */
    transform: translateX(5px);
    transition: all .5s;
  }
  .cp{
    font-size: 14px;
  }
  .footer-i i{
    font-size: 20px;
  }
  .ficons i{
    color: var(--c1);
    font-size: 25px;
    margin-right: 10px;
  }
  .fi{
    font-size: 30px !important;
  }
  .final-footer{
    background-color: #000;
  }
  .foot-gal img{
    height: 120px;
    object-fit: cover;
  }

  .mega-menu{
    left: 1%;
    width: 97%;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
  }
  .dropdown-item{
    background-color: unset !important;
    transition: all .5s;
    font-size: 13px;
  }
  .dropdown-item i{
    margin-right: 6px;
  }
  .dropdown-item:hover{
    transform: translateX(10px);
    transition: all .5s;
  }
  @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }
  
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }
  .animate {
    animation-duration: 1s;
    -webkit-animation-duration:1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
/* make it responsive */
@media screen and (max-width:1280px) {
   /* timer */
  .ti-t {
    font-size: 15px !important;
}
.timer{
  font-size: 15px !important;
}
.count-a {
  top: 17%;
  right: 1%;
}
.count-b {
  top: 19%;
  right: -48%;
}
}
@media screen and (max-width:1030px) {
  .newnav{
      position: fixed ;
    top: -14%;
  }
}

@media screen and (max-width:1050px) {
  .count-a {
    top: 16%;
    right: 1%;
  }
  .count-b {
    top: 18%;
    right: -48%;
}
  .round-bx {
    width: 123px !important;
    height: 108px;
  }
  .main-round h5{
    font-size: 14px;
  }
  /* timer */
  .ti-t {
    font-size: 15px;
}
.timer{
  font-size: 15px;
}

}

@media screen and (max-width:920px) {

  html,body{
    /* overflow-x: hidden; */
    width: 100% !important;
    margin: 0% !important;
    padding: 0% !important;
  }
  body{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.count-a {
  top: -8%;
  right: 1%;
}
.count-b {
  top: -9%;
  right: -21%;
}

.navbar {
  /* position: unset !important; */
  /* position: sticky !important;
  top: 0% !important;
  left: 0%; */
  transition: top 1s ease-out 0s !important;
  width: 100% !important;
  min-height: 60px;
  padding: 0 !important;
  z-index: 200;
  /* width: 100%; */
}
.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
}
.nave-hide{
  display: none !important;
}
.of-nav{
  z-index: 50;
  /* position: sticky;
  top: 0%;
  left: 0%; */
}
.main-nav{
  display: none !important;
}
.nav-i {
    font-size: 21px;
    padding: 6px;
}
.main-c p{
  margin-bottom: 0% !important;
}
.main-c i{
  margin-top: 0% !important;
}
.log-btn{
  background-color: #000 !important;
}
    .mob-baner{
        display: block !important;
    }
    .desk-baner{
        display: none !important;
    }
    .ad-boxs{
        margin-bottom: 3%;
        height: 341px;
    }
    .product-card{
      min-height: auto;
    }
    .product-card img{
      width: 100%;
      height: 215px;
      
    }
    
    .name{
    padding: 0 10px;
    font-size: 13px;
    -webkit-line-clamp: 1;
      }
      .price{
        font-size: 13px !important;
      margin-top: 5px !important;
      }
      .pro-crd-ovly{
        right: 0%;
      }
      .side-mob{
        height: 600px;
        overflow: hidden;
        position: relative;
    
      }
      .side-mob img{
        position: absolute;
        top: 0%;
        left: 0%;
        object-fit: cover;
        height: unset;
      }
      .titie{
        font-size: 17px;
        margin-top: 10px;
      }
      .up-down{
        display: flex !important;
        flex-direction: column-reverse;
      }
      .full-img img{
        min-height: 80px;
    object-fit: cover;
      }
     .carousel .owl-item .product-card .name {
        width: 100%;
        /* padding: 0 10px; */
        /* height: 51px; */
        font-size: 11px;
    }
    .carousel .owl-item .product-card .price {
      width: 100%;
      color: var(--red);
      font-size: 13px;
  }
  /* timer */
  .time-brd{
    border: none;
  }
  .title-two{
    flex-direction: column;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
    height: auto;
  }
  .ti-t{
    font-size: 20px;
    margin-right: unset;
  }
  .timer{
    /* text-transform: uppercase; */
    font-size: 18px;

  }
  .ficons{
    margin-top: 8%;
  }
  .ficons{
    margin-bottom: 8%;
  }
  /* footer */
  .foot-city {
    position: absolute;
    bottom: 1%;
    height: 193px !important;
    object-fit: cover;
}

.foot-gal img {
  height: unset;
  object-fit: cover;
}
.detai-i{
  text-align: center;
}
.detai-txt{
  text-align: center;
}
}
@media screen and (max-width:600px) {
  .count-a {
    top: -8%;
    right: 1%;
  }
  .count-b {
    top: -9%;
    right: -21%;
  }
.ad-boxs{
    height: 200px;
}
.side-mob{
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .card-body{
    padding-top: 0% !important;
  }
  .name {
    width: 100%;
    padding: 0 0px;
    /* height: 70px; */
    font-size: 12px;

}
/* footer */
.foot-city {
  position: absolute;
  /* bottom: 4%; */
  height: 175px !important;
  object-fit: cover;
}
}
@media screen and (max-width:400px) {
  .count-a {
    top: -8%;
    right: 1%;
  }
  .count-b {
    top: -9%;
    right: -21%;
  }
  .logo {
      width: 145px;
      object-fit: contain;
  }
  .nav-i {
      font-size: 23px;
      padding: 3px;
  }
  .stocks{
      position: absolute;
      top: 3%;
      left: 4%;
      background-color: #0a0a0a;
  
  }
  .fnav p {
      font-size: 8px;
  }
}
@media screen and (max-width:370px) {
  .count-a {
    top: -8%;
    right: 1%;
  }
  .count-b {
    top: -9%;
    right: -21%;
  }
  .logo {
      width: 125px;
      object-fit: contain;
  }
  .card-text{
    font-size: 12px;
  }
  /* .nav-i {
      font-size: 16px;
  } */
  .log-btn {
    font-size: 9px !important;
  }
  .owl-item .noselect{
    width: 120px;
  }
  .owl-item .noselect span{
    font-size: 11px !important;
  }

}
@media screen and (max-width:320px) {
  .count-a {
    top: -8%;
    right: 1%;
  }
  .count-b {
    top: -9%;
    right: -21%;
  }


  .welcome-content p {
      color: var(--white);
      font-size: 10px !important;
      font-family: 'Sintony', sans-serif;
  }

  /* //////////////////////////////////////////////////// */

  .welcome-social-links {
      display: flex;
      width: 40%;
      gap: 15px;
      justify-content: space-around;
  }

  .welcome-social-links .front-links a {
      text-decoration: none;
      color: var(--white);
      font-size: 8px !important;
      font-family: 'Sintony', sans-serif;

  }
}
@media screen and (min-width:321px) and (max-width:425px) {
  .count-a {
    top: -8%;
    right: 1%;
  }
  .count-b {
    top: -9%;
    right: -21%;
  }
  .welcome-content p {
      color: var(--white);
      font-size: 10px !important;
      font-family: 'Sintony', sans-serif;
  }

  /* //////////////////////////////////////////////////// */

  .welcome-social-links {
      display: flex;
      width: 40%;
      gap: 15px;
      justify-content: space-around;
  }

  .welcome-social-links .front-links a {
      text-decoration: none;
      color: var(--white);
      font-size: 8px !important;
      font-family: 'Sintony', sans-serif;

  }


}

@media screen and (min-width:426px) and (max-width:600px) {
  /* //////////////////////////////////////////////////// */
  .count-a {
    top: -8%;
    right: 1%;
  }
  .count-b {
    top: -9%;
    right: -21%;
  }
  .welcome-social-links {
      display: flex;
      width: 40%;
      gap: 15px;
      justify-content: space-around;
  }

}

@media screen and (min-width:601px) and (max-width:768px) {
  /* //////////////////////////////////////////////////// */
  .count-a {
    top: -8%;
    right: 1%;
  }
  .count-b {
    top: -9%;
    right: -21%;
  }
  .welcome-social-links {
      display: flex;
      width: 30%;
      gap: 15px;
      justify-content: space-around;
  }
}
@media screen and (max-width:346px) {
  .logo {
      width: 100px;
      object-fit: contain;
  }
  .count-a {
    top: -8%;
    right: 1%;
  }
  .count-b {
    top: -9%;
    right: -21%;
  }
  .nav-i {
      font-size: 16px;
  }
  .toggler-icon {
      width: 25px;
  }
}