/* body styles */
body {
    font-family: "DM Sans";
}

/* Root */
:root {

    /**
     * colors
     */
    --royal-blue-dark: hsl(231, 68%, 21%);
    --winter-sky_50: hsla(335, 87%, 53%, 0.5);
    --ksu-purple: hsl(275, 54%, 33%);
    --winter-sky: hsl(335, 87%, 53%);
    --greenmint: #0a9d5a;
    --greenmintlight: #19bf74;
    --greenmintdark: #067040;
    --greenmintextradark: #025831;
    --gradient-1: linear-gradient(90deg, var(--greenmintdark) 0, var(--greenmint) 51%, var(--greenmintdark));
    --gradient-2: linear-gradient(90deg, var(--greenmintextradark) 0, var(--greenmintdark) 51%, var(--greenmintextradark));
    --gradient-3: linear-gradient(180deg, var(--greenmint) 0%, var(--greenmintdark) 61%);

    /**
     * transition
     */

    --transition-1: 0.15s ease;
    --transition-2: 0.35s ease;

}

/* Original Navbar Style */
.c1 {
    background: rgba(0, 0, 0, 0);
    padding: 10px 110px;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
}

.c1 .imglogo {
    height: 50px;
    transition: height 0.3s;
}

/* Scrolled Navbar Style */
.navbar.scrolled {
    background-color: white !important;
}

/* Navbar Links */
.navbar-nav {
    --bs-nav-link-color: rgb(255, 255, 255);
    --bs-nav-link-hover-color: #fab400;
    font-size: 18px;
    font-weight: 600;
}

.navbar.scrolled .navbar-nav .nav-link {
    color: hsl(0, 0%, 0%) !important;
}

.navbar.scrolled .navbar-nav .nav-link:hover {
    color: var(--greenmint) !important;
}

.navbar-toggler {
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    padding: 2px 2px;
}

/* Scrolled Logo Style */
.navbar.scrolled .imglogo {
    height: 45px;
}

.btn-modal .btn {
    background-color: #ffffff;
    color: var(--greenmintdark);
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 35px 0;
}

.btn-modal .btn:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid white;
    color: white;
}

.navbar.scrolled .btn-modal .btn {
    background-color: var(--greenmint);
    color: white;
    border: 2px solid white;
}

.navbar.scrolled .btn-modal .btn:hover {
    background-color: white;
    color: var(--greenmint);
    border: 2px solid var(--greenmint);
}

/* Navbar End */


/* Section 1 Start */
.sec-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:
        url("../images/hero-bg.png"),
        var(--gradient-2);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, auto;
    padding-block-start: 0px;
}

.sec-1 .row1 {
    #p1 {
        font-size: 20px;
        font-weight: bold;
        color: #fab400;
    }

    h1 {
        font-size: 55px;
        color: #fff;
        font-weight: 700;
    }

    .letterspace {
        letter-spacing: 3px;
    }

    #p2 {
        font-size: 16px;
        color: #fff;
    }
}

.custom-shape-divider-bottom-1720503067 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1720503067 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 82px;
}

.custom-shape-divider-bottom-1720503067 .shape-fill {
    fill: #FFFFFF;
}

/* Section 1 End */


/* section 2 Start */
.sec-2 .head h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 75px;
    color: black;
}

.head-para p:nth-child(1) {
    font-size: 20px;
    font-style: italic;
    line-height: 35px;
    color: black;
}

.head-para p:nth-child(2) {
    font-size: 20px;
    font-style: italic;
    line-height: 35px;
    color: black;
}

.head-features {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 700;
}

.head-features p:hover {
    color: var(--greenmint);
    transition: 0.3s;
}

.sec-2 .bi::before,
.sec-2 [class^="bi-"]::before,
.sec-2 [class*=" bi-"]::before {
    font-size: 1.5rem;
    font-weight: 900 !important;
    vertical-align: sub;
    padding-right: 8px;
    color: var(--greenmint);
}

.sec-2 .package {
    transform: scale(0.9);
}

.sec-2 .package {
    h1 {
        font-size: 55px;
        font-weight: 900;
    }

    h3 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 4px;
    }
}

.sec-2 .package-main {
    text-align: center;

    .package-features {
        text-align: start;
    }

    .package-price {
        border-radius: 20px;
        margin: 0 220px;
        background-color: white;
        color: var(--greenmint);

        h1 {
            font-size: 45px;
            padding: 10px;
            margin: 0;
        }
    }

    .light .package-price {
        background-image: var(--gradient-3);
        color: white;
        margin: 0 183px;
    }

    .ultra .package-price {
        background-image: var(--gradient-3);
        color: white;
        margin: 0 183px;
    }

    .package-price .bi .bi::before,
    [class^="bi-"]::before,
    [class*=" bi-"]::before {
        font-size: 20px;
        font-weight: 900 !important;
        vertical-align: sub;
        padding-right: 8px;
        color: var(--greenmint);
    }

    .light {
        background-color: #0a9d5b39;
        padding: 25px 25px 0 25px;
        border-radius: 30px 30px 0 0;
    }

    .pro {
        padding: 20px;
        border-radius: 30px;
        background-image: var(--gradient-3);
        color: white;
        margin: 0 -30px;
    }

    .ultra {
        background-color: #0a9d5b39;
        padding: 25px 25px 0 25px;
        border-radius: 0 0 30px 30px;
    }

}

/* section 2 End */

/* Section 3 Start */
.sec-3 {
    padding: 50px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:
        url("../images/hero-bg.png"),
        var(--gradient-2);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, auto;
    background-attachment: fixed;
}

.sec-3 h1 {
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    color: white;
    padding-bottom: 30px;
}

.sec-3 .approach-box {
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: 600;
    position: relative;
}

.sec-3 .approach-box img {
    height: 125px;
    width: 125px;
}

.sec-3 .approach-box p {
    padding: 30px;
}

/* Section 3 End */


/* Section 4 Start */
.sec-4 {
    padding: 50px 0;
}

.sec-4 h1 {
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    color: #039453;
    padding-bottom: 100px;
}

.sec-4 .head p:nth-child(1) {
    text-align: center;
    padding-top: 86px;
    font-size: 21px;
    color: var(--greenmintdark);
    margin: 0;
    font-weight: 600;
}

.sec-4 .card {
    position: relative;
    height: 350px;
    width: 300px;
    background-color: #0a9d5b39;
    border: 0px;
}

.sec-4 .card-body {
    text-align: center;
    padding: 15px 25px 25px;
    font-weight: 400;
}

.sec-4 .img {
    position: absolute;
    top: -19%;
    left: 27%;
    background-color: #039453;
    border-radius: 50%;
    border: 8px solid white;
    padding: 25px;
}

.sec-4 .img img {
    height: 75px;
    width: 75px;
}

/* Section 4 End */


/* Section 6 Start */
/* c-to-a Start */
.sec-6 {
    padding: 80px 15px !important
}

.c-to-a {
    font-size: 40px;
    font-weight: 600;
    background-color: #0a9d5a;
    padding: 40px;

    p {
        margin: 0;
        text-align: center;
        color: white;
    }
}

.c-to-a2 {
    background-color: #067040;
    padding: 40px;

    .bi {
        font-size: 80px;
        color: white;
        transition: padding-left 0.3s;
    }

    .bi:hover {
        cursor: pointer;
        padding-left: 20px;
        transition: padding-left 0.3s;
    }

    .bi::before,
    [class^="bi-"]::before,
    [class*=" bi-"]::before {
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* c-to-a End */
/* Section 6 End */


/* Footer Started */
.footer-top {
    background-image: url("../images/footer-bg.png"), var(--gradient-2);
    background-repeat: no-repeat;
    background-size: auto, 200%;
    background-position: center, center;
    font-size: 15px;
    color: white;
}

.footer-logo-info .social-link {
    background-color: white;
    color: var(--greenmint);
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    margin: 5px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

footer h4 {
    font-weight: 700;
}

.footer .active {
    color: #fab400;
    font-weight: 800;
}

.footer .active:hover {
    color: #fab400;
    text-decoration: none;
}

footer .bi {
    vertical-align: -1px;
    padding: 3px;
}

.footer-bottom {
    background-color: var(--greenmintextradark);
    padding: 20px;
    text-align: center;
    color: white;
}


/* Footer End */

/* Whatsapp Start */
.whatsapp {
    /* border: 2px solid black; */
    border-radius: 50%;
    padding: 15px;
    background-color: #4caf50;
    position: fixed;
    bottom: 20px;
    right: 20px;

    img {
        width: 30px;
        transition: width 0.3s;
    }
}

.whatsapp:hover {
    cursor: pointer;

    img {
        width: 50px;
        transition: width 0.3s;
    }
}

/* Whatsapp End*/


/* Media Queries Start */
@media screen and (max-device-width: 768px) {

    /* Navbar Started */
    .c1 {
        padding: 10px 15px;
    }

    .c1 .imglogo {
        height: 35px;
    }

    .nav-link {
        text-align: center;
    }

    .btn-modal {
        text-align: center;
    }

    .btn-modal .btn:hover {
        background-color: var(--greenmint);
        border: 1px solid white;
        color: white;
    }

    .btn-modal .btn {
        background-color: #ffffff;
        color: var(--greenmintdark);
        padding: 8px 25px;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid var(--greenmintdark);
        border-radius: 35px 0;
    }

    .navbar.scrolled .btn-modal .btn:hover {
        background-color: white;
        color: var(--greenmint);
        border: 1px solid var(--greenmint);
    }

    .navbar-collapse {
        background-color: white;
    }

    .navbar-nav {
        --bs-nav-link-color: var(--greenmintdark) !important;
        --bs-nav-link-hover-color: var(--greenmintdark) !important;
    }

    /* Scrolled Logo Style */
    .navbar.scrolled .imglogo {
        height: 25px;
    }

    /* Navbar End */

    /* Section 1 Start */
    .sec-1 .row1 {
        padding: 5px;
        text-align: center;

        #p1 {
            font-size: 18px;
        }

        h1 {
            font-size: 45px;
            color: #fff;
            font-weight: 900;
        }
    }

    .dotlottie-player {
        height: 400px;
    }

    /* Section 1 End */

    /* Section 2 Start */

    .sec-2 .head h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 47px;
        color: black;
    }

    .head-para p:nth-child(1) {
        font-size: 18px;
        font-style: italic;
        line-height: 31px;
        color: black;
    }

    .head-para p:nth-child(2) {
        font-size: 18px;
        font-style: italic;
        line-height: 31px;
        color: black;
    }

    .head-features {
        padding-top: 15px;
        font-size: 18px;
        font-weight: 700;
    }

    .head-features p:hover {
        color: var(--greenmint);
        transition: 0.3s;
    }

    .sec-2 .bi::before,
    .sec-2 [class^="bi-"]::before,
    .sec-2 [class*=" bi-"]::before {
        font-size: 1.2rem;
        font-weight: 700 !important;
        vertical-align: sub;
        padding-right: 5px;
        color: var(--greenmint);
    }

    .sec-2 .package h1 {
        font-size: 40px;
    }

    .sec-2 .package .p2 {
        font-size: 18px;
        font-style: italic;
    }

    .sec-2 .package-main {
        .package-price {
            border-radius: 20px;
            margin: 0 80px;
            background-color: white;
            color: var(--greenmint);
        }
    }

    .sec-2 .package-main {
        .light .package-price {
            background-color: var(--greenmint);
            background-image: var(--gradient-3);
            color: white;
            margin: 0 50px;
        }
    }

    .sec-2 .package-main {
        .ultra .package-price {
            background-color: var(--greenmint);
            background-image: var(--gradient-3);
            color: white;
            margin: 0 50px;
        }
    }

    .ultra .package-price {
        background-image: var(--gradient-3);
        color: white;
        margin: 0 183px;
    }

    /* Section 2 Start */

    /* section 3 Start  */
    .sec-3 {
        padding: 30px;
    }

    .sec-3 h1 {
        font-size: 40px;
    }

    .sec-3 .approach-box {
        padding: 5px;
    }

    .sec-3 .approach-box p {
        padding: 0;
        padding-top: 15px;
        font-size: 14px;
    }

    .sec-3 .approach-box img {
        height: 100px;
        width: 100px;
    }

    /* section 3 End */

    /* Section 4 Start */
    .sec-4 h1 {
        font-size: 40px;
        padding-bottom: 0px;
    }

    .sec-4 .card {
        margin-top: 100px;
    }

    .col-center {
        display: flex;
        justify-content: center;
    }

    /* Section 4 End */

    /* c-to-a start */
    .c-to-a {
        font-size: 23px;
    }

    .c-to-a2 {
        padding: 0px;

        .bi {
            font-size: 50px;
            color: white;
            transition: padding-left 0.3s;
        }
    }

    /* c-to-a end */
}

/* Media Queries End */