@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --colorOne: #0000A8;
    --colorTwo: #008000;
}

.my-section {
    padding: 50px 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Rubik", sans-serif;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

.para {
    padding-left: 40px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    color: black;
}

.heading {
    color: white;
    display: inline-block;
    background-color: var(--colorTwo);
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

    &::after {
        position: absolute;
        content: "";
        background-color: var(--colorTwo);
        width: 12px;
        height: 25px;
        right: -14px;
        top: 50%;
        border-radius: 0 5px 5px 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
        -o-border-radius: 0 5px 5px 0;
    }

    /* ======================= */

    /* &::after {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        background-color: var(--colorOne);
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
    } */

    /* &::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        border: 2px solid var(--colorTwo);
        left: 10px;
        top: 45%;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
    } */
}

.myBtn {
    background-color: var(--colorTwo);
    padding: 8px 18px;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 5px;
    z-index: 1;
    color: white;
    border: none;
    outline: none;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

    &:hover::before {
        width: 100%;
    }

    &::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: var(--colorOne);
        z-index: -1;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
}


@media (max-width:768px) {
    .my-section {
        padding: 25px 0;
    }
}

/***** Hero Slider Section *****/

.heroSwiper {

    .heroBanner {

        img {
            width: 100%;
        }
    }

    .swiper-pagination-bullet-active {
        background-color: var(--colorOne);
        width: 20px;
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
        -o-border-radius: 3px !important;
    }

    .swiper-button-next {
        position: absolute;
        width: 41px !important;
        z-index: 10;
        background: var(--colorOne);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .swiper-button-prev {
        position: absolute;
        width: 41px;
        z-index: 10;
        background: var(--colorOne);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .swiper-button-prev {
        width: 41px;
        height: 35px;
        border-radius: 50px 0 0 50px;
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        -ms-border-radius: 50px 0 0 50px;
        -o-border-radius: 50px 0 0 50px;

        &:hover:after {
            transform: translateX(-5px);
            -webkit-transform: translateX(-5px);
            -moz-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
            -o-transform: translateX(-5px);
        }
    }

    .swiper-button-next {
        right: 10px;
        left: auto;
        width: 41px;
        height: 35px;
        border-radius: 0px 50px 50px 0;
        -webkit-border-radius: 0px 50px 50px 0;
        -moz-border-radius: 0px 50px 50px 0;
        -ms-border-radius: 0px 50px 50px 0;
        -o-border-radius: 0px 50px 50px 0;

        &:hover:after {
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
            -o-transform: translateX(5px);
        }
    }

    .swiper-button-prev::after {
        content: "\f177";
        font-family: FontAwesome;
        font-size: 20px;
        color: rgb(255, 255, 255);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    .swiper-button-next::after {
        content: "\f30b";
        font-family: FontAwesome;
        font-size: 20px;
        color: white;
        z-index: 99;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
}

@media (max-width:768px) {

    .heroNav {
        display: none;
    }
}

/***** End Hero Slider Section *****/

/***** Product Section *****/

.product-section {
    overflow: hidden !important;

    .product-card {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;

        img {
            width: 100%;
        }

        .product-content {
            position: absolute;
            max-width: 300px;
            left: 30px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);

            h3 {
                color: white;
                line-height: 1.1;
                font-size: 32px;
                text-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            }

            button {
                margin-top: 15px;

                a {
                    color: white;
                }
            }
        }
    }
}

@media (max-width:768px) {
    .product-section {
        overflow: hidden !important;

        .product-card {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;

            img {
                width: 100%;
            }

            .product-content {
                position: absolute;
                max-width: 300px;
                left: 30px;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);

                h3 {
                    color: white;
                    line-height: 1.1;
                    font-size: 22px;
                    text-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
                }

                button {
                    margin-top: 10px;

                    a {
                        color: white;
                    }
                }
            }
        }
    }
}

/***** End Product Section *****/

/***** About Us Section *****/

.about-section {
    background-color: #e0fcdd;
    position: relative;

    .aboutLeft {

        .top {
            font-size: 22px;
            color: var(--colorTwo);
            font-weight: 500;
        }

        h2 {
            color: var(--colorOne);
            font-size: 28px;
            margin-bottom: 5px;
        }

        p {
            font-size: 16px;
            font-weight: 400;
            color: black;

            b {
                font-weight: 600;
                letter-spacing: 1px;
                color: #454545;
            }
        }

        a {
            display: inline-block;
            background-color: var(--colorOne);
            color: white;
            margin-top: 15px;
            padding: 8px 12px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }
    }

    /* .aboutRight {
        position: absolute;
        top: -80px;

        img {
            width: 100%;
            border-radius: 15px 15px 0 0;
            height: 500px;
            -webkit-border-radius: 15px 15px 0 0;
            -moz-border-radius: 15px 15px 0 0;
            -ms-border-radius: 15px 15px 0 0;
            -o-border-radius: 15px 15px 0 0;
        }
    } */

    .aboutRight {
        display: flex;
        justify-content: center;
        align-items: center;

        img {
            width: 100%;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }
    }
}


@media (max-width:768px) {

    .about-section {

        .aboutLeft {

            .top {
                font-size: 18px;
            }

            h2 {
                font-size: 22px;
            }

            p {
                font-size: 15px;
            }
        }
    }
}

/***** End About Us Section *****/


/***** About Page Section *****/

.aboutPage {

    .aboutPage-left {

        .top {
            color: var(--colorTwo);
            font-size: 20px;
            font-weight: 500;
        }

        h2 {
            color: var(--colorOne);
            font-size: 28px;
        }

        p {
            margin-top: 5px;
        }

    }

    .aboutPage-right {

        img {
            width: 100%;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }
    }
}

/***** End About Page Section *****/



/***** Product Slider Section *****/

.productSlider-section {
    position: relative;

    .productSlider-content {
        margin-bottom: 30px;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--colorOne);
        width: 20px;
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
        -o-border-radius: 3px !important;
    }

    .swiper-button-next {
        top: 25px;
        width: 50px;
        height: 50px;
        background: var(--colorOne);
    }

    .swiper-button-prev {
        top: 25px;
        width: 50px;
        height: 50px;
        background: var(--colorOne);
    }


    .swiper-button-prev {
        left: inherit;
        right: 55px;
        width: 41px;
        height: 35px;
        border-radius: 50px 0 0 50px;
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        -ms-border-radius: 50px 0 0 50px;
        -o-border-radius: 50px 0 0 50px;

        &:hover:after {
            transform: translateX(-5px);
            -webkit-transform: translateX(-5px);
            -moz-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
            -o-transform: translateX(-5px);
        }
    }

    .swiper-button-next {
        right: 10px;
        left: auto;
        width: 41px;
        height: 35px;
        border-radius: 0px 50px 50px 0;
        -webkit-border-radius: 0px 50px 50px 0;
        -moz-border-radius: 0px 50px 50px 0;
        -ms-border-radius: 0px 50px 50px 0;
        -o-border-radius: 0px 50px 50px 0;

        &:hover:after {
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
            -o-transform: translateX(5px);
        }
    }

    .swiper-button-prev:after {
        content: "\f177";
        font-family: FontAwesome;
        font-size: 20px;
        color: white;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    .swiper-button-next:after {
        content: "\f178";
        font-family: FontAwesome;
        font-size: 20px;
        color: white;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    .productSlider-card {
        border: 1px solid var(--colorTwo);
        background-color: var(--colorTwo);
        overflow: hidden;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;

        &:hover img {
            scale: 1.1;
        }

        .productSlider-img {
            overflow: hidden;
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;

            img {
                width: 100%;
                transition: all 0.5s linear;
                -webkit-transition: all 0.5s linear;
                -moz-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;
            }
        }

        h3 {
            color: white;
            padding: 15px;
            font-weight: 500;
            font-size: 20px;
        }
    }

}

@media (max-width:768px) {
    .testi-nav {
        display: none;
    }

    .testiSection {
        .productSlider-content {
            margin-bottom: 20px;
        }
    }
}

/***** End Testimoinal Section *****/

/***** End Product Slider Section *****/

/***** Testimoinal Section *****/

.testiSection {
    position: relative;

    .testi-content {
        margin-bottom: 30px;
    }

    .swiper-pagination-bullet-active {
        background-color: white;
        width: 20px;
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
        -o-border-radius: 3px !important;
    }

    .swiper-button-next {
        top: 30px;
        width: 50px;
        height: 50px;
        background: var(--colorOne);
    }

    .swiper-button-prev {
        top: 30px;
        width: 50px;
        height: 50px;
        background: var(--colorOne);
    }

    .swiper-button-prev {
        left: inherit;
        right: 55px;
        width: 41px;
        height: 35px;
        border-radius: 50px 0 0 50px;
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        -ms-border-radius: 50px 0 0 50px;
        -o-border-radius: 50px 0 0 50px;

        &:hover:after {
            transform: translateX(-5px);
            -webkit-transform: translateX(-5px);
            -moz-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
            -o-transform: translateX(-5px);
        }
    }

    .swiper-button-next {
        right: 10px;
        left: auto;
        width: 41px;
        height: 35px;
        border-radius: 0px 50px 50px 0;
        -webkit-border-radius: 0px 50px 50px 0;
        -moz-border-radius: 0px 50px 50px 0;
        -ms-border-radius: 0px 50px 50px 0;
        -o-border-radius: 0px 50px 50px 0;

        &:hover:after {
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
            -o-transform: translateX(5px);
        }
    }

    .swiper-button-prev:after {
        content: "\f177";
        font-family: FontAwesome;
        font-size: 20px;
        color: white;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    .swiper-button-next:after {
        content: "\f178";
        font-family: FontAwesome;
        font-size: 20px;
        color: white;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    .swiper-slide-active {
        background-color: var(--colorOne);
        overflow: hidden;
        color: white;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .testimoinalCard {
        border: 1.5px solid var(--colorOne);
        padding: 20px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;

        .testiCard {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;

            img {
                width: 50px;
                height: 50px;
                object-fit: cover;
                border-radius: 200px;
                -webkit-border-radius: 200px;
                -moz-border-radius: 200px;
                -ms-border-radius: 200px;
                -o-border-radius: 200px;
                box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            }

            h3 {
                font-size: 20px;
            }
        }
    }
}

@media (max-width:768px) {
    .testi-nav {
        display: none;
    }

    .testiSection {
        .testi-content {
            margin-bottom: 20px;
        }
    }
}

/***** End Testimoinal Section *****/

/***** Blog Section *****/

.blog-section {

    .blog-text {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 40px;

        a {
            color: white;
        }
    }

    .blog-card {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 20px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        height: 100%;

        &:hover img {
            scale: 1.1;
        }

        .blog-card-img {
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            overflow: hidden;
            position: relative;

            img {
                aspect-ratio: 16/9;
                width: 100%;
                transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
            }

            p {
                position: absolute;
                top: 0;
                right: 0;
                background-color: var(--colorTwo);
                padding: 4px 8px;
                color: white;
            }
        }

        .blog-content {
            margin-top: 20px;

            h3 {
                font-size: 22px;
                margin-bottom: 10px;
            }

            a {
                text-decoration: none;
                color: var(--colorOne);
                margin-top: 10px;
                display: inline-block;
                font-weight: 500;
                position: relative;

                &:hover::after {
                    right: -22px;
                    opacity: 1;
                }

                &::after {
                    position: absolute;
                    content: "\f101";
                    top: 3px;
                    right: -10px;
                    opacity: 0;
                    font-size: 14px;
                    font-family: FontAwesome;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                    -moz-transition: all 0.3s linear;
                    -ms-transition: all 0.3s linear;
                    -o-transition: all 0.3s linear;
                }
            }
        }
    }
}

/***** End Blog Section *****/

/***** Blog Details Section *****/

.blogDetails-section {

    .blogDeatils-left {

        h2 {
            font-size: 28px;
            margin-bottom: 5px;
        }

        p {
            font-size: 16px;
            font-weight: 400;
        }

        h3 {
            margin-top: 15px;
            font-size: 24px;
            margin-bottom: 5px;
        }

        h4 {
            margin-top: 15px;
            font-size: 22px;
            margin-bottom: 5px;
        }

        ul {
            margin-top: 10px;
            padding-left: 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;

            li {
                position: relative;
                list-style: none;
                padding-left: 5px;

                &::before {
                    position: absolute;
                    content: "\f101";
                    font-family: FontAwesome;
                    left: -16px;
                    font-weight: bolder;
                }

                b {
                    font-weight: 600;
                }
            }
        }
    }

    .blogDr {

        position: sticky;
        top: 150px;
        height: 100%;

        .blogDetails-right {

            img {
                width: 100%;
            }
        }
    }
}

@media (max-width:768px) {

    .blogDetails-section {

        .blogDeatils-left {

            h2 {
                font-size: 22px;
                margin-bottom: 5px;
            }

            p {
                font-size: 15px;
                font-weight: 400;
            }

            h3 {
                margin-top: 10px;
                font-size: 20px;
                margin-bottom: 5px;
            }

            h4 {
                margin-top: 10px;
                font-size: 18px;
                margin-bottom: 5px;
            }
        }

        .blogDr {

            position: static;
            top: 0px;
            height: 100%;

            .blogDetails-right {

                img {
                    width: 100%;
                }
            }
        }
    }
}

/***** End Blog Details Section *****/

/***** Gallery Section *****/

.project-block-one {
    position: relative;
    overflow: hidden;

    & :hover img {
        scale: 1.1;
    }
}

.image-box img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.view-btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure {
    margin: 0;
}

/***** End Gallery Section *****/

/***** Contact Us Section *****/

.contact-section {
    padding: 50px 0 0 0;

    .contactLeft {

        h2 {
            color: var(--colorTwo);
            margin-bottom: 8px;
        }

        .contact-in {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-top: 15px;

            i {
                width: 40px;
                line-height: 40px;
                background-color: var(--colorTwo);
                text-align: center;
                color: white;
            }

            a {
                color: black;
            }
        }
    }

    .contactRight {

        form {
            background-color: #F5F6F9;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
            padding: 30px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;

            input,
            textarea {
                width: 100%;
                padding: 8px 12px;
                border: none;
                outline: none;
                box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
            }
        }
    }

    .contactMap {
        margin-top: 50px;

        iframe {
            border: 2px solid red;
            width: 100%;
            margin-bottom: -7px;
        }
    }
}


@media (max-width:768px) {

    .contact-section {
        .contactRight {
            form {
                padding: 25px 20px;
            }
        }
    }
}

/***** End Contact Us Section *****/


/***** Breadcrumb Section Section *****/

.lithiumBreadcrumb {
    position: relative;

    img {
        width: 100%;
    }

    h1 {
        font-size: 40px;
        position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@media (max-width:768px) {
    .lithiumBreadcrumb {

        h1 {
            font-size: 20px;
            max-width: 280px;
            left: 15px;
        }
    }
}

/***** End Breadcrumb Section Section *****/

/***** Widely Applications Section *****/

.widely-section {
    background-color: #F4F4F4;

    .widely-text {
        margin-bottom: 40px;
    }

    .widely-card {
        position: relative;
        border: 1px solid var(--colorTwo);
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 25px;
        border-radius: 15px;
        overflow: hidden;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        height: 100%;
        z-index: 1;

        &:hover::before {
            height: 100%;
        }

        &::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 0%;
            top: 0;
            left: 0;
            background-color: var(--colorTwo);
            z-index: -1;
            transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
        }

        &:hover img:nth-child(1) {
            transform: translateY(-101%);
            -webkit-transform: translateY(-101%);
            -moz-transform: translateY(-101%);
            -ms-transform: translateY(-101%);
            -o-transform: translateY(-101%);
        }

        &:hover img:nth-child(2) {
            width: 100%;
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
        }

        &:hover p {
            color: white;
        }

        .widely-img {
            overflow: hidden;
            width: 70px;
            height: 70px;
            margin: auto;

            img {
                width: 100%;
                transition: all 0.5s linear;
                -webkit-transition: all 0.5s linear;
                -moz-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;

                &:nth-child(2) {
                    width: 100%;
                    transition: all 0.5s linear;
                    -webkit-transition: all 0.5s linear;
                    -moz-transition: all 0.5s linear;
                    -ms-transition: all 0.5s linear;
                    -o-transition: all 0.5s linear;
                }
            }
        }

        p {
            font-size: 14px;
            font-weight: 500;
            color: rgb(0, 0, 0);
            margin-top: 15px;
            transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
        }
    }
}

/***** End Widely Applications Section *****/


/***** Footer Section *****/

.footer-section {
    padding: 50px 0 0 0;
    background-color: #001E0F;

    .footer-hero {
        p {
            color: rgba(255, 255, 255, 0.904);
        }

        .footer-icon {
            margin-top: 15px;
            display: flex;
            gap: 15px;
            align-items: center;

            a {
                width: 44px;
                line-height: 44px;
                color: white;
                background-color: var(--colorTwo);
                text-align: center;
                font-size: 18px;
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
                transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;

                &:hover:nth-child(1) {
                    background-color: #3b5998;
                }

                &:hover:nth-child(2) {
                    background-color: #000000;
                }

                &:hover:nth-child(3) {
                    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
                }

                &:hover:nth-child(4) {
                    background-color: #0077B5;
                }
            }
        }
    }

    .footer-link {
        h3 {
            color: white;
            font-size: 26px;
            margin-bottom: 15px;
        }

        ul {
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;

            li {
                list-style: none;
                position: relative;

                &::after {
                    position: absolute;
                    content: "\f04b";
                    font-family: FontAwesome;
                    top: 0;
                    left: 0;
                    color: var(--colorTwo);
                    opacity: 0;
                    transition: all 0.5s linear;
                    -webkit-transition: all 0.5s linear;
                    -moz-transition: all 0.5s linear;
                    -ms-transition: all 0.5s linear;
                    -o-transition: all 0.5s linear;
                }

                a {
                    text-decoration: none;
                    color: white;
                    padding-left: 0px;
                    transition: 0.3s linear;
                    -webkit-transition: 0.3s linear;
                    -moz-transition: 0.3s linear;
                    -ms-transition: 0.3s linear;
                    -o-transition: 0.3s linear;
                }

                &:hover::after {
                    opacity: 1;
                }

                &:hover a {
                    padding-left: 20px;
                }
            }
        }

        address {
            display: flex;
            flex-direction: column;
            gap: 10px;

            .address-in {
                display: flex;
                gap: 15px;

                i {
                    width: 35px;
                    line-height: 35px;
                    background-color: var(--colorTwo);
                    text-align: center;
                    color: white;
                }

                a {
                    color: white;
                    text-decoration: none;
                }
            }
        }
    }

    .copyRight {
        margin-top: 50px;
        text-align: center;
        background-color: black;
        padding: 15px 10px;

        p {
            color: white;
            font-size: 15px;

            a {
                color: var(--colorTwo);
                font-family: "Rubik", sans-serif;

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }
}

/***** End Footer Section *****/

/***** Top to Bottom Button Section *****/

.my_bttn {
    line-height: 40px;
    width: 40px;
    background-color: var(--colorTwo);
    border: none;
    color: white;
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    display: none;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0;
    z-index: 99;

    i {
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    &:hover i {
        font-size: 22px;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
}

/***** End Top to Bottom Button Section *****/

.counter-bg {
    background-image: url(../img/counter-bg.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;

    &::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.counter {
    text-align: center;
    padding: 25px;
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(110, 110, 110, 0.1);
    backdrop-filter: blur(2.2px);
    -webkit-backdrop-filter: blur(2.2px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.counter .counter-icon {
    color: white;
    margin: auto;
    width: 60px;
    line-height: 60px;
    font-size: 25px;
    background-color: var(--colorTwo);
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -ms-border-radius: 75px;
    -o-border-radius: 75px;
}

.counter .counter-value {
    margin-top: 15px;
    display: block;
    font-size: 28px;
    color: white;
    font-weight: 700;

    &::after {
        position: absolute;
        content: "\2b";
        font-weight: FontAwesome;
        margin-left: 5px;
    }
}

.counter p {
    color: #fff;
}


/***** Pop Button Right Section *****/
#openModalBtn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    position: fixed;
    right: -47px;
    bottom: 150px;
    rotate: 90deg;
    z-index: 99;
    background-color: var(--colorTwo);
    color: white;
    border: none;
    outline: none;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
}

.side-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease-in-out, display 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out, display 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out, display 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out, display 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out, display 0.4s ease-in-out;
    z-index: 999;
    background-color: #00000096;
}

.side-modal-content {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    min-width: 400px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    h3 {
        background-color: var(--colorTwo);
        color: white;
        font-size: 22px;
        padding: 12px 20px;
    }

    form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px;

        input,
        textarea {
            padding: 6px 8px;
            border: none;
            outline: none;
            border: 1px solid var(--colorTwo);
            border-radius: 5px;
        }

        button {
            background-color: var(--colorTwo);
            color: white;
            max-width: 120px;
            padding: 6px 12px;
            border: none;
            outline: none;
        }
    }
}

.close {
    color: var(--colorTwo);
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: -36px;
    cursor: pointer;
    background-color: white;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    line-height: 1;
    border: 2px solid var(--colorTwo);
    /* rotate: 45deg; */
}

.side-modal.show {
    display: block;
    left: 0;
}

@media (max-width:768px) {
    .side-modal-content {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        position: absolute;
        max-width: auto;
        width: 90%;
        margin: auto;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .close {
        left: calc(100% - 36px);
    }
}

/***** End Pop Button Right Section *****/


/***** Product Categories Section *****/

.apps-section {


    .apps-left {
        position: sticky;
        top: 100px;

        .tab {
            display: flex;
            flex-direction: column;
            border-bottom: none;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            /* overflow: hidden;
            max-height: 500px;
            overflow-y: scroll; */

            &::-webkit-scrollbar {
                width: 5px;
            }

            /* Track */
            &::-webkit-scrollbar-track {
                border-radius: 10px;
            }

            /* Handle */
            &::-webkit-scrollbar-thumb {
                background: var(--colorOne);
                border-radius: 0px 10px 10px 0;
                -webkit-border-radius: 0px 10px 10px 0;
                -moz-border-radius: 0px 10px 10px 0;
                -ms-border-radius: 0px 10px 10px 0;
                -o-border-radius: 0px 10px 10px 0;
            }

            /* Handle on hover */
            &::-webkit-scrollbar-thumb:hover {
                background: var(--colorTwo);
            }

            button {
                text-align: left;
                border: none;
                background-color: white;
                outline: none;
                transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;

                a {
                    padding: 8px 15px;
                    display: inline-block;
                    color: black;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                    -moz-transition: all 0.3s linear;
                    -ms-transition: all 0.3s linear;
                    -o-transition: all 0.3s linear;

                    &:hover {
                        color: white;
                    }
                }

                &:hover {
                    background-color: var(--colorOne);
                    color: white;
                }


                &.active {
                    background-color: var(--colorOne);
                    color: white !important;

                    a {
                        color: white;
                    }
                }
            }
        }
    }

    .apps-right {

        img {
            width: 100%;
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
        }

        h2 {
            color: var(--colorOne);
            font-size: 26px;
            margin-top: 15px;
        }

        h3 {
            font-size: 22px;
            margin: 15px 0;
        }

        h4 {
            font-size: 18px;
            /* color: var(--colorTwo); */
        }

        ul {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 0;

            li {
                list-style: none;
                position: relative;
                padding-left: 25px;

                &::after {
                    position: absolute;
                    content: "\f064";
                    font-family: FontAwesome;
                    top: 3px;
                    left: 0px;
                }

                b {
                    font-weight: 600;
                }
            }
        }

        p {
            margin-top: 10px;
            font-weight: 400;
        }
    }
}

/***** End Product Categories Section *****/

/***** Inquiry Form Section *****/

.inquirySection {

    .inquiryForm {

        input {
            color: rgb(1, 1, 1);
            width: 100%;
            border: none;
            outline: none;
            padding: 5px 10px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        }

        select {
            color: rgb(0, 0, 0);
            width: 100%;
            border: none;
            outline: none;
            padding: 5px 10px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

            option {
                background-color: rgb(255, 255, 255);
                color: blue;
            }
        }

        textarea {
            width: 100%;
            border: none;
            outline: none;
            box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
            padding: 5px 10px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }
    }
}

/***** End Inquiry Form Section *****/

/***** Modal Two Section *****/

.modalTwo {

    ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

/***** End Modal Two Section *****/


/***** Lithium Ion Battery Section *****/

.lithiumCard {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;

    &:hover img {
        scale: 1.1;
    }

    .lithiumImg {
        overflow: hidden;

        img {
            width: 100%;
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
        }
    }

    .lithium-content {
        border: 1px solid var(--colorOne);
        border-radius: 0 0 15px 15px;
        -webkit-border-radius: 0 0 15px 15px;
        -moz-border-radius: 0 0 15px 15px;
        -ms-border-radius: 0 0 15px 15px;
        -o-border-radius: 0 0 15px 15px;

        table {
            width: 100%;

            tr {
                border-bottom: 1px solid var(--colorOne);

                th {
                    padding: 5px 10px;
                    border-right: 1px solid var(--colorOne);
                    width: 50%;
                    font-weight: 600;
                }

                td {
                    padding: 5px 10px;
                }
            }
        }

        button {
            margin: 10px 10px;
        }
    }
}

/***** End Lithium Ion Battery Section *****/

@media screen and (max-width:1000px) {
    .container {
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
    }
}