* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

section {
    width: 100% !important;
    margin: 0;
    padding: 0%;

}

li {
    list-style-type: none;
}

P {
    font-size: 14.39px;
}

.btnStyle {
    color: #ffff;
    background-color: #007F73;
    text-decoration: none;
}

.grayColor {
    color: #999;
}

.fontFamily {
    font-family: 'Times New Roman', Times, serif !important;
}


.fontColor {
    color: #007F73;
}

.bgcolor {
    background-color: #007F73;
}

.borderColor {
    border: 1px solid #007F73;
}


/* header section */
#header-sec {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background-color: #fff;
}


.menu-container {
    display: none;
    position: absolute;
    background-color: white;
    left: 0;
    width: 100%;
    z-index: 1000;
    border: 1px solid #ddd;
    padding: 10px;
}

.select-product:hover+.menu-container,
.menu-container:hover {
    display: block;
}

.product-category {
    color: #000;
}

.client-name {
    color: #ffff;
}

ul li .navs {
    color: #ffff;
    transition: all 0.5s ease;
}

ul li .active {
    color: #007F73 !important;
    font-weight: bold;

}

ul li .navs:hover {
    color: #007F73;
    transition: all 0.5s ease;
}

#banner-sec .baner-content {
    font-family: 'Times New Roman', Times, serif !important;
}

.typing-effect {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}

.carousel-indicators button {
    transition: all 0.5s ease !important;
    opacity: 1 !important;
}

.carousel-indicators button.active {
    transform: scale(1.8);
    transition: all 0.5s ease;
    opacity: 1;
}

.carousel-indicators button {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden;
    border: none;
    padding: 0;
}

.carousel-indicators button img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.catogory-row .catogory-btnStyle {
    border: 1px solid #ffff;
    width: 100%;
    color: #fff;
}

.catogory-row .catogory-btnStyle:hover {
    background-color: #fff;
    transition: all 0.5s ease;
    color: #000;
}

.baner-filter-image {
    transition: all 0.5s ease;
}

.catogory-row .catogory-btnStyle:hover .baner-filter-image {
    filter: brightness(0) saturate(100%);
    transition: all 0.5s ease;
}

.baner-row {
    padding: 10% 0;
}

.popup-img{
    opacity: 0;
    position: absolute;
    top: -350%; 
    left: 0;
    text-align: left;
    z-index: 2;
    transition: all 0.5s ease;
}
.popup-img img{
    width: 50%;
    height: 40%;
}
.parent-cont2{
    position: relative;
}
.child-popup{
    opacity: 0;
    position: absolute;
    top: -350%;
    left: 35%;
    z-index: 1;
    transition: all 0.5s ease;
}
.child-popup img{
    width: 90%;
}

.img-div{
    box-shadow: 0 0 5px #999;
}
.img-div img{
    width: 100%;
    cursor: pointer;
    object-fit: cover;
}
.child-img{
    width: 25%;
    box-shadow: 0 0 5px #999;
}

.child-img img{
    cursor: pointer;
    object-fit: cover;
}

.child{
    margin-left: 20%;
}
.brand-img-col{
    padding: 10px 0;
}
.brand-img-col img{
    box-shadow: 0 0 5px #999;
    object-fit: cover;
    transition: all 0.5s ease;
    cursor: pointer;
}

.brand-img-col img:hover{
    transform: scale(1.1);
}

.brand-img-col{
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
  }

.hover-image2 {
    position: absolute;
    bottom: 100%;
    left: 7%;
    width: 200px;
    height: 200px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
  }

  .hover-image {
    position: absolute;
    bottom: 100%;
    left: 7%;
    width: 200px;
    height: 200px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    z-index: 10;
    transform: translate(-50%, -120%);
  }

  .hover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hover-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hover-image.visible {
    opacity: 1;
  }

.wrapper {
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.track {
    display: flex;
    width: calc(200px *26);
    animation: rotateBranch2 30s linear infinite;
}

.track:hover {
    animation-play-state: paused;
}

@keyframes rotateBranch2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px *13));
    }
}

.branch {
    display: flex;
    align-items: center;
    perspective: 100px;
    padding: 2px;
}

.branch img {
    width: 100%;
    box-shadow: 0 0 10px #ccc;
}

/* left to right quotation tiles */

.wrapper-quotation1 {
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.track-quotation1 {
    display: flex;
    width: calc(100px *12);
    animation: rotateBranch1 15s linear infinite;
}

.track-quotation1:hover {
    animation-play-state: paused;
}

@keyframes rotateBranch1 {
    0% {
        transform: translateX(calc(-100px *6));
    }

    100% {
        transform: translateX(0);
    }
}

.branch-quotation1 {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    perspective: 100px;
    padding: 2px;
}

.branch-quotation1 img {
    width: 100%;
}


/* right to lect quotation tile animation */
.wrapper-quotation {
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.track-quotation {
    display: flex;
    width: calc(100px *12);
    animation: rotateBranch 15s linear infinite;
}

.track-quotation:hover {
    animation-play-state: paused;
}

@keyframes rotateBranch {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100px *6));
    }
}

.branch-quotation {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    perspective: 100px;
    padding: 2px;
}

.branch-quotation img {
    width: 100%;
}

.videocontainer {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.videocontainer video {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.play-button.hidden {
    display: none;
}

/* visualize section*/
#visualize-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/visualizeBg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.try-content {
    border: 1px solid #ffff;
    width: 4rem;
}

#choose-sec .choose-reason {
    box-shadow: 1px 5px 10px #f5f4f4;
    padding: 5px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

#choose-sec .choose-reason:hover {
    opacity: 1;
    transform: translateY(-10px);
    background: url('../images/visionbg.svg') center center / cover no-repeat;
    color: #fff;
    transition: all 0.5s ease;
}

.choose-reason:hover .fontColor {
    color: #fff;
    transition: all 0.5s ease;
}

.choose-reason:hover .choose-image {
    filter: brightness(0) invert(1);
}

.choose-reason p {
    z-index: 2;
    position: relative;
}

.choose-reason::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* elegant-section */
.elegant-parent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.elegant-parent img {
    position: relative;
    transition: all 0.5s ease;
}

.elegant-parent:hover .elegant {
    display: flex;
    transition: all 0.5s ease;
}

.elegant {
    text-align: center;
    position: absolute;
}

/* transform section */
#transform-sec {
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url("../images/transformBg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#transform-sec .transform-btn {
    background-color: #ffff;
    color: #007F73;
    transition: all 0.5s ease;
    padding: 10px 15px;
}

#transform-sec .transform-btn:hover {
    color: #fff;
    background-color: #007F73;
    transition: all 0.5s ease;
}

.transform-tile-parent {
    position: relative;
}

.transform-tile-child img {
    animation: tilesposition 2s ease infinite;
    transition: all 2s ease;
}

@keyframes tilesposition {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.category-wrapper-slider {
    height: 250px;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.category-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 10;
    pointer-events: none;
}

.category-wrapper-row {
    display: flex;
    width: calc(250px *10);
    animation: category-wraper-animation 15s linear infinite;
}

.category-wrapper-row:hover {
    animation-play-state: paused;
}

@keyframes category-wraper-animation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px *5));
    }
}

.category-wrapper-image {
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    perspective: 100px;
    padding: 2px;
}

.category-wrapper-image img {
    width: 100%;
}

.category-wrapper {
    position: relative;
    overflow: hidden;
}

.category-top {
    position: absolute;
    top: 0;
}

.category-bottom {
    position: absolute;
    bottom: -1px;
}

.banner-bottom {
    position: absolute;
    bottom: -17%;
    width: 100%;
}

/* collection section */
#collection-sec .collection-card {
    transition: all 0.5s ease;
}

#collection-sec .collection-image {
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s ease;
}

#collection-sec .collection-image img {
    transition: all 1s ease;
}

#collection-sec .collection-image:hover img {
    transform: scale(1.1);
}

#collection-sec .collection-card:hover {
    transform: translateY(-10%);
}

/* about section */
.nextBtn::after {
    color: #007F73 !important;
    font-size: 30px !important;
}


/* frequantly section */
.frequantlyFilter.filterActive {
    background-color: #007F73;
    border-color: #007F73;
    color: #fff;
}

.overflow-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* Optional: Add some spacing and padding */
.overflow-scroll-wrapper>div {
    flex-shrink: 0;
}

/* Hide the scrollbar for aesthetic reasons */
.overflow-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.overflow-scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.frequantlyFilter {
    color: #999;
    transition: all 0.5s ease;
    border: 1px solid #999;
    cursor: pointer;
}

.frequantlyFilter:hover {
    background-color: #007F73;
    border-color: #007F73;
    color: #fff;
    box-shadow: 0 0 5px #999;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    box-shadow: none !important;
    border: transparent !important;
    color: inherit;
}

.accordion-button {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23007F73' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E") !important;
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23007F73' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") !important;
}

/* contact section */
input,
textarea {
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 5px;
}

input:focus,
textarea:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#contact-sec {
    background-color: #ffff;
}

.social {
    border: 1px solid #858585;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.social:hover {
    box-shadow: 0 0 10px #fff;
    transform: scale(1.2);
}

.footer-menu-container {
    margin: auto;
    display: flex;
    padding: 0;
    margin: 0;
}

.custom-placeholder::placeholder {
    font-size: 13px;
    color: #999;
}

/* Mobile view: 2 columns */
.contact-btn {
    background-color: #007F73;
    color: #fff;
}

.contact-card {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) {

    #contact-sec {
        background-color: #007F73;
    }

    .contact-col {
        height: auto;
    }

    .custom-margin {
        margin-left: 0;
    }
}

.custom-margin {
    margin-left: -10px;
}

@keyframes blink {
    0% {
        transform: scale(1);
        border: 2px solid #64de3b;
    }

    50% {
        transform: scale(1.2);
        border: 5px solid #60de3624;
    }

    100% {
        transform: scale(1);
        border: 2px solid #64de3b1b;
    }
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: blink 1.5s infinite;
    transition: transform 0.3s ease-in-out;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    animation-play-state: paused;
}

.category-row .category-btnStyle {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

@media (max-width: 767px) {
    h1.baner-content {
        font-size: 2rem;
    }

    .text-lg-light {
        color: #000;
    }

    .carousel-caption {
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }

    .carousel-indicators {
        position: absolute !important;
        left: 0;
        right: 0;
        bottom: -6% !important;
        transform: translateX(-50% -50%);
        display: flex;
        justify-content: center;
        gap: 5px;
        z-index: 15;
    }

    .carousel-indicators button {
        width: 100% !important;
        height: 100% !important;
    }

    .catogory-row {
        width: 100%;
    }

    .btnStyle {
        color: #ffff;
        background-color: #007F73;
        padding: 0.8rem 2rem;
        text-decoration: none;
    }

    .catogory-btnStyle p {
        font-size: 16px;
    }

    .category-wrapper {
        height: 50%;
    }

    .chooseTitle {
        color: #007F73;
    }

    .founder-title {
        font-size: 1.5rem;
    }

    .wrapper .branch {
        width: 112px;
    }

    .brandTitle {
        font-size: 1.3rem;
    }

    .fontSize {
        font-size: 1.6rem;
    }

    .brandfont {
        font-size: 0.9rem;
        font-weight: 600;
    }

    .saniterytitle {
        font-size: 14px;
        font-weight: bold;
    }

    .brandfontSolution {
        font-size: 0.9rem;
    }

    .transform-tile-child {
        width: 120%;
        position: absolute;
        top: -10%;
        right: 5%;
    }

    .transform-btn-font {
        font-size: 0.6rem;
    }

    .social img {
        filter: brightness(0) saturate(100%);
    }

    .social {
        width: 40px;
        height: 40px;
    }

    .footer-menu-container {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .footer-menu {
        width: 33.33%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .footer-menu-list {
        width: 33.33%;
        padding: 10px 0;
    }

    .visionbtn img {
        width: 20%;
    }

    .visionbtn span {
        font-size: 10px;
    }

    .p-sub-parent .p-sub-child1 {
        width: 50%;
        padding: 5px;
    }

    #tiles-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .elegant-parent img {
        filter: brightness(50%);
        transform: scale(1.2);
    }

    .elegant {
        display: flex;
    }

    .product-modal-dialog {
        width: 100%;
    }

}

@media (min-width: 768px) {
    h1.baner-content {
        font-size: 1.5rem;
    }

    .carousel-caption {
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
        padding: 0.5rem;
    }

    .catogory-row {
        padding: 2rem 0;
        width: 90%;
    }

    .category-wrapper {
        height: 100%;
    }

    .btnStyle {
        color: #ffff;
        background-color: #007F73;
        padding: 0.6rem 2rem;
        text-decoration: none;
    }

    .catogory-btnStyle p {
        font-size: 13px;
    }

    .carousel-indicators {
        position: absolute;
        left: 0;
        bottom: -6% !important;
        transform: translateX(-50% -50%);
        display: flex;
        justify-content: center;
        gap: 20px;
        z-index: 15;
    }

    .carousel-indicators button {
        width: 70px !important;
        height: 70px !important;
    }

    .wrapper .branch {
        width: 200px;
    }

    .founder-title {
        font-size: 2.7rem;
    }

    .brandTitle {
        font-size: 2.5rem;
    }

    .brandfont {
        font-size: 2rem;
        font-weight: 500;
    }

    .brandfontSolution {
        font-size: 1.4rem;
    }

    .transform-tile-child {
        position: absolute;
        width: 75%;
        top: -10%;
        right: 10%;
    }

    .transform-btn-font {
        font-size: 15px;
    }

    .fontSize {
        font-size: 3rem;
    }

    .saniterytitle {
        font-size: 25px;
        font-weight: bold;
    }

    .custom-paragraph {
        font-size: 19.41px;
    }

    .social {
        width: 40px;
        height: 40px;
    }

    .text-lg-light {
        color: #ffff;
    }

    .footer-menu-container {
        width: 100%;
        justify-content: space-between;
    }

    .footer-menu {
        width: 33.33%;
        text-align: center;
    }

    .footer-menu-list {
        width: 16.66%;
    }

    .p-sub-parent .p-sub-child1 {
        width: 50%;
        padding: 10px;
    }

    #tiles-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .freequent-font {
        font-size: 20px;
        font-weight: bolder;
    }

    .product-modal-dialog {
        max-width: 70% !important;
    }

    .product-modal-dialog .product-image-card-modal {
        width: 300px !important;
        height: 100px !important;
    }


}

@media (min-width:768px) and (max-width:991px) {
    .elegant-parent img {
        filter: brightness(50%);
        transform: scale(1.2);
    }

    .elegant {
        display: flex;
    }
}

@media (min-width: 992px) {
    h1.baner-content {
        font-size: 3rem;
        font-weight: bold;
    }

    .catogory-row {
        width: 65%;
    }

    .btnStyle {
        color: #ffff;
        background-color: #007F73;
        padding: 0.6rem 2rem;
        text-decoration: none;
    }

    .catogory-btnStyle p {
        font-size: 13px;
    }

    .carousel-caption {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
        padding: 0.5rem;
    }

    .carousel-indicators {
        position: absolute;
        left: 0;
        bottom: -11% !important;
        transform: translateX(-50% -50%);
        display: flex;
        justify-content: center;
        gap: 25px;
        z-index: 15;
    }

    .carousel-indicators button {
        width: 70px !important;
        height: 70px !important;
    }

    .wrapper .branch {
        width: 200px;
    }

    .brandTitle {
        font-size: 3rem;
    }

    .brandfont {
        font-size: 2rem;
        font-weight: 500;
    }

    .brandfontSolution {
        font-size: 1.4rem;
    }

    .transform-tile-child {
        width: 50%;
        position: absolute;
        top: -50%;
        right: 30%;
    }

    .transform-btn-font {
        font-size: 15px;
    }

    .fontSize {
        font-size: 3rem;
    }

    .custom-paragraph {
        font-size: 19.41px;
    }

    .social {
        width: 30px;
        height: 30px;
    }

    .text-lg-light {
        color: #ffffff;
    }

    .footer-menu {
        width: 33.33%;
        font-size: 13px;
    }

    .p-sub-parent .p-sub-child1 {
        width: 50%;
        padding: 10px;
    }

    #tiles-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .elegant-parent:hover img {
        filter: brightness(50%);
        transform: scale(1.2);
    }

    .elegant {
        text-align: center;
        position: absolute;
        display: none;
    }
}

.imgContainer {
    width: 100%;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.slide_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_div img {
    position: relative;
    height: 370px;
    width: 100px;
    filter: saturate(10%);
    transition: 0.7s;
    border-radius: 20px;
}

.slide_div .button {
    position: absolute;
    width: 240px;
    height: 370px;
    transition: 0.7s;
    border-radius: 20px;
}

#slider1:target~.imgContainer #img1,
#slider1:target~.imgContainer #button1 {
    width: 390px;
    height: 600px;
    background-color: transparent;
    filter: saturate(100%);
}

#slider2:target~.imgContainer #img2,
#slider2:target~.imgContainer #button2 {
    width: 390px;
    height: 600px;
    background-color: transparent;
    filter: saturate(100%);
}

#slider3:target~.imgContainer #img3,
#slider3:target~.imgContainer #button3 {
    width: 390px;
    height: 600px;
    background-color: transparent;
    filter: saturate(100%);
}

#slider4:target~.imgContainer #img4,
#slider4:target~.imgContainer #button4 {
    width: 390px;
    height: 600px;
    background-color: transparent;
    filter: saturate(100%);
}

#slider5:target~.imgContainer #img5,
#slider5:target~.imgContainer #button5 {
    width: 390px;
    height: 600px;
    background-color: transparent;
    filter: saturate(100%);
}

#slider6:target~.imgContainer #img6,
#slider6:target~.imgContainer #button6 {
    width: 390px;
    height: 600px;
    background-color: transparent;
    filter: saturate(100%);
}

#slider7:target~.imgContainer #img7,
#slider7:target~.imgContainer #button7 {
    width: 390px;
    height: 600px;
    background-color: transparent;
    filter: saturate(100%);
}


#slider1:target~.imgContainer {
    left: 60%;
}

#slider2:target~.imgContainer {
    left: 40%;
}

#slider3:target~.imgContainer {
    left: 20%;
}

#slider4:target~.imgContainer {
    left: 0%;
}

#slider5:target~.imgContainer {
    left: -20%;
}

#slider6:target~.imgContainer {
    left: -40%;
}

#slider7:target~.imgContainer {
    left: -60%;
}

.slider-wrapper {
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.animateContain {
    overflow-x: hidden;
    width: 100%;
}

.animateContain .animateStart-1 {
    transform: translateX(-120%);
    opacity: 0;
    transition: transform 1s ease-in-out;
}

.animateContain .animateStart-2 {
    transform: translateX(120%);
    opacity: 0;
    transition: transform 1s ease-in-out;
}

.animateContain.show-animation .animateStart-1 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1s ease-in-out;
}

.animateContain.show-animation .animateStart-2 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1s ease-in-out;
}

.animateContain .animateStart-3 {
    transform: translateX(120%);
    opacity: 0;
    transition: transform 1s ease-in-out;
}

.animateContain.show-animation .animateStart-3 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1s ease-in-out;
    transition-delay: 0.2s;
}

.animateContain .animateStart-4 {
    transform: translateX(120%);
    opacity: 0;
    transition: transform 1s ease-in-out;
}

.animateContain.show-animation .animateStart-4 {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1s ease-in-out;
    transition-delay: 0.4s;
}

.animateContain .scale-animation {
    transform: scale(0);
    opacity: 0;
    transition: transform 1s ease;
}

.animateContain.show-animation .scale-animation {
    transform: scale(1);
    opacity: 1;
}


.animateContain .scale-animation1 {
    transform: scale(0);
    opacity: 0;
    transition: transform 1s ease;
    transition: 1s;
}

.animateContain.show-animation .scale-animation1 {
    transform: scale(1);
    opacity: 1;
}

.animateContain .scale-animation2 {
    transform: scale(0);
    opacity: 0;
    transition: transform 1s ease;
    transition: 1.5s;
}

.animateContain.show-animation .scale-animation2 {
    transform: scale(1);
    opacity: 1;
}

.animateContain .scale-animation3 {
    transform: scale(0);
    opacity: 0;
    transition: transform 1s ease;
    transition: 2s;
}

.animateContain.show-animation .scale-animation3 {
    transform: scale(1);
    opacity: 1;
}

.animateContain .top-animation {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 1s ease;
}

.animateContain.show-animation .top-animation {
    transform: translateY(0);
    opacity: 1;
}

.animateContain .bottom-animation {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1s ease;
}

.animateContain.show-animation .bottom-animation {
    transform: translateY(0);
    opacity: 1;
}

/* The loader will cover the entire page */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* nav menu section */
.menu {
    list-style: none;
    display: flex;
    flex-direction: row;
}

.hovered {
    background-color: #e5f5f5;
    border-left: 2px solid teal;
    color: teal;
}

.menu>li {
    position: relative;
}

.menu>li>a {
    text-decoration: none;
    color: teal;
    font-weight: bold;
    padding: 10px;
    display: block;
    transition: background-color 0.3s, color 0.3s;
}

.submenu {
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    background-color: #fff;
    min-width: 150px;
    z-index: 1000;
}

.dropdown-menu {
    overflow-y: scroll;
}

.submenu li {
    position: relative;
}

.submenu li a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: block;
    transition: background-color 0.3s;
}

.submenu li a:hover {
    background-color: #e5f5f5;
    color: teal;
}

.submenu .submenu {
    top: 0;
    left: 100%;
}

.submenu1 {
    list-style: none;
    display: none;
    background-color: rgba(186, 186, 186, 0.13);
}

.menu-item.active>.submenu1 {
    display: block;
}

.menu-item.active>a .arrow {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}


.child3.active>a {
    background-color: #e5f5f5;
    border-left: 2px solid teal;
    color: teal;
}

.child2.active>a {
    background-color: #e5f5f5;
    border-left: 2px solid teal;
    color: teal;
}