*{
    font-family: "Aleo", serif !important;
    scroll-behavior: smooth;
}

a:hover{
  text-decoration: none;
}

.link-hover{
  border-bottom: #23376900 solid 2px;
  font-size: larger;
}
.link-hover:hover{
  border-bottom: solid #fff 2px;
}

.light-color{
    color: #35bbd8;
}
.dark-color{
    color: #233769;
}
.light-bg{
    background: #35bbd8;
}
.dark-bg{
    background: #233769;
}

.socialLogo{
  font-size: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.lang-button {
  border: solid 0.3px #ffffff;
  z-index: 100;
  width: 65px;
  height: fit-content;
  border-radius: 25px;
  background: linear-gradient(to right, #35bbd8 50%, #ffffff00 50%);
}

.home-bg{
    background: radial-gradient(#cbccd7,#35bbd8);
    min-height: 90vh;
}
.card-bg{
    background: radial-gradient(#fff,#40a0b5);
}



.cardMore{
    text-decoration: none !important;
    color: #fff;
}

.cardMore:hover {
    text-decoration: none !important;
    color: #fff;
}

button , input{
    box-shadow: none !important;
}

.shop-card{
    width: 16rem;
    margin-bottom: 1rem;
}

.card-name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    color: #233769;
}

.card-discount{
    position: relative; 
    top: -2px; 
    font-size: 14px; 
    font-weight: 400; 
    margin-left: 10px; 
    text-decoration: line-through; 
    color: black;
}

.team-card{
  max-width: 540px; 
  max-height: fit-content; 
  border-radius: 500px 10px 10px 0px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}


.left-scroll{
  position: absolute; 
  left: 20px; 
  top: 50%; 
  transform: translateY(-50%); 
  z-index: 10; 
  font-size: 30px; 
  cursor: pointer;
}

.right-scroll{
  position: absolute; 
  right: 20px; 
  top: 50%; 
  transform: translateY(-50%); 
  z-index: 10; 
  font-size: 30px; 
  cursor: pointer;
}

.slider{
  flex-wrap: nowrap;
  display: -webkit-box;
  overflow-x: auto;
  overflow-y: hidden;
  }
  
  .slider::-webkit-scrollbar {
  -webkit-appearance: none;
  }
  

  
  /* infinty slider for new product*/
  .slider2 {
    overflow: hidden;
  }
   .slider2 .slide-track2 {
     -webkit-animation: scroll 30s linear infinite;
     animation: scroll 50s linear infinite;
     display: flex;
     width: fit-content;
   }
   .slider2:hover .slide-track2 {
     animation-play-state: paused;
   }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  /* end infinty slider*/
  
  
  /* infinty slider for logo*/
  .logos {
    overflow: hidden;
    
   }
   
   .logo_items {
     display: inline-block;
     animation: 15s slides infinite linear;
   }
   
   .logos:hover .logo_items {
     animation-play-state: paused;
   }
   
   @keyframes slides {
     from {
       transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
   /* end infinty slider for logo*/
   
   
 @media only screen and (max-width: 1200px) {
   .offer-text-h{
     font-size: 25px !important;
    }
    
    .offer-text-s{
      font-size: 20px !important;
    }
    
    .team-card{
        max-width: 450px;
    }
}
 @media only screen and (max-width: 992px) {
    .shop-container{
        padding: 0 !important;
    }
   
    .shop-card{
      width: 14rem !important;
    }
    
    .offer-text-h{
      font-size: 23px !important;
    }
    
    .offer-text-s{
      font-size: 18px !important;
    }
    .offer-text-card{
      padding: 0.5rem !important;
    }

    .team-container{
        justify-content: center !important;
    }
}
@media only screen and (max-width: 768px) {
  .connect-card{
    margin-bottom: 45px;
  }

  .small-nav{
    flex-direction: column;
  }

  .socialLogo{
    font-size: 1rem;
    padding-left: 0.25rem;
     padding-right: 0.25rem;
  }
  .logo{
    max-height: 41px !important;
  }

  .counter-border{
    border-left: #fff solid 5px;
    border-right: #fff solid 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 75%;
  }

  .large-counter-border{
    border: none !important;
  }
}
@media only screen and (max-width: 488px) {
    .shop-card{
     width: 12rem !important;
     
    }
}

@media only screen and (max-width: 424px) {
    .shop-card{
     width: 10rem !important;
    }
  }











  