*{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 600;
}
a{
    color: #000;
}
a:hover{
    color: #000;
}
body{
    width: 100% !important;
}
/* Section 1 */

.section1{
    background-color: #e6e6e6;
    padding: 30px;
    width: 100%;
}
.carousel-outer{
    margin-top: 100px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.carousel-inner{
    box-shadow: 0px 0px 10px;
    border-radius: 10px;
}

/* Section2 */

.sec2-outerdiv{
    padding: 50px;
    border: solid #99DBF5;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.sec2-heading{
    text-align: center;
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.sec2-paragraphe{
    font-size: 20px;
    text-align: justify;
    width: 80%;
    margin: auto;
}
a:hover{
    text-decoration:none;
}
.sec2-seemore{
    /* background-color: aquamarine; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 50px;
}
.sec2-seemore-heading-anchor{
    align-items: center;
    display: flex;
    width: fit-content;
    /* background-color: aqua; */
}
.sec2-seemore-heading-anchor:hover{
    color: black;
}
.sec2-seemore-heading{
    padding-top: 5px;
    padding-left: 5px;
    transition: 0.3s ease-in-out;
}
.sec2-seemore-heading-anchor{
    color: black;
    transition: 0.3s ease;
    /* background-color: aquamarine; */
    height: 40px;
}
.sec2-seemore-heading:hover{
    font-size: 35px;
    color: black;
}

/* Section 3*/

.section3{
    /* background-color: #A7ECEE ; */
    margin-bottom: 50px;
}
.sec3-outter{
    /* background-color: blue; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.sec3-headding{
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 30px;
}
.products-tab{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.product-link{
    color: rgb(0, 0, 0) !important;
    font-size: 20px !important;
    transition: 0.3s ease;
}
.more-product-link{
    font-size: 30px;
    padding: 20px;
    height: 60px !important;
    transition: 0.3s ease;
}
.more-product-link:hover{
    font-size: 35px;
    color: #f0007b;
}
.active{
    color: #f0007b !important;
    font-size: 22px !important;
}
.nav-tabs{
    height: 50px !important;
}
.product-description{
    color: black !important;
    font-weight: 500;
}
.tab-content{
    margin-top: 20px;
    text-align: center;
}
.product-sample{
    margin-left: 20px;
    margin-right: 20px;
}

/*Section 4*/

.section4{
    background-color: #99DBF5;
}
.sec4-heading{
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px;
}
.sec4-outter{
    margin: 20px;
    height: fit-content;
}
.card-shadow{
    box-shadow: 0px 5px 10px;
    cursor: pointer;
    transition: 0.3s ease;
}
.card-shadow:hover{
    box-shadow: 0px 0px 2px;
    transform: scale(1.07);
    z-index: 2;
}


/*Section 5*/
.section5{
    background-color: #f1f4fd ;
    margin-top: -20px !important;
}
.sec5-heading{
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}
.sec5-outterdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30vh;
    background: #f1f4fd;
  }
  
  .sec5-container {
    max-width: 1200px;
    width: 95%;
  }
  
  .slider-wrapper {
    position: relative;
  }
  
  .slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  
  .slider-wrapper .slide-button:hover {
    background: #404040;
  }
  
  .slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
  }
  
  .slider-wrapper .slide-button#next-slide {
    right: -25px;
  }
  
  .slider-wrapper .image-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  
  .slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
  }
  
  .slider-wrapper .image-list .image-item {
    width: 200px !important;
    height: auto !important;
    object-fit: cover;
    transition: 0.3s;
  }
  
  .container .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
  }
  
  .slider-scrollbar:hover .scrollbar-track {
    height: 4px;
  }
  
  .slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
  }
  
  .slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
  }
  
.slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}
.material-symbols-rounded{
    background-color: #ffffff !important;
}

.image-item:hover{
    transform:scale(1.1) !important;
}

  
  /* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
    .slider-wrapper .slide-button {
      display: none !important;
    }
  
    .slider-wrapper .image-list {
      gap: 10px;
      margin-bottom: 15px;
      scroll-snap-type: x mandatory;
    }
  
    .slider-wrapper .image-list .image-item {
      width: 280px;
      height: 380px;
    }
  
    .slider-scrollbar .scrollbar-thumb {
      width: 20%;
    }
    .image-item:hover{
        transform:scale(1) !important;
    }
  }


@media (max-width: 500px){
    .sec2-outerdiv{
        padding: 0px;
        border: solid #99DBF5;
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .products-tab{
        display: block;
        text-align: center;

    }
    .product-description{
        padding-top: 130px;
    }
    
}
@media (max-width: 768px){
    .carousel-outer{
        width: 50%;
        
    }
    .sec2-paragraphe{
        text-align: center;
    }
    .sec2-seemore-heading-anchor{
        margin: auto;
        /* background-color: aqua; */
    }
    .product-description{
        font-size: 20px !important;
    }
    .card-shadow:hover{
        box-shadow: 0px 0px 2px;
        transform: scale(1);
        z-index: 2;
    }
}