@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');
@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&display=swap');

@font-face {
    font-family: Nautica;
    src: url('../font/NAUTICA\ MEDIUM.TTF');
    font-weight: bold;
}

@font-face {
    font-family: Poppins;
    src: url('../font/POPPINS-REGULAR.TTF');
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
    overflow-x: hidden;
    position: relative;
}


/* Nav Bar */
nav#navigation-bar {
    background: #052615;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.logo {
    width: 110px;
    padding: 10px;
}


/* =============== Start Home Styel  =========== */
.top-sec {
    /* background: url(../images/desktop/background.webp); */
    /* height: 900px; */
    background-size: 100%;
    background-repeat: no-repeat;
}

.top-sec .home-sec-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}

.top-sec .top-content {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0px;
    left: 100px;
}

.top-sec .right-content {
    position: absolute;
    top: 40px;
    left: 0;
    width: 50%;
}

.top-sec .right-content .home-logo {
    width: 130px;
}

.top-sec .right-content .title {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    line-height: 34px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.top-sec .right-content .sub-title {
    font-size: 22px;
    color: #fff;
    margin-block: 15px;
    font-weight: 300;
}

.top-sec .right-content .para {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.top-bottom-content {
    margin-bottom: 50px;
}

.para.start-text {
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.download-title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.down-btn-grp {
    display: flex;
    gap: 10px;
}

.down-btn-grp .down-btn-img {
    width: 200px;
}

.top-sec .left-content {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50px;
    text-align: right;
}

.top-sec .women-mobile-img {
    width: 660px;
}

.bottom-feature-sec {
    position: absolute;
    bottom: 65px;
    left: 100px;
}

.bottom-feature-sec .features-img {
    width: 565px;
}

/* =============== End Home Styel  =========== */


/* =============== Start Terms and condition Styel  =========== */
.tmc-content {
    margin-top: 50px;
}

.tmc-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.common-h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;

}

/* =============== End Terms and condition Styel  =========== */

/* =============== Start Footer Styel  =========== */
.footer {
    background: #052615;
    color: #fff;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9999;
}

.footer p {
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.footer .link-div {
    display: flex;
    gap: 20px;
}

.footer .link {
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    text-decoration: none;
}

.footer .link:hover {
    color: #c2c2c2;
}

/* =============== End Footer Styel  =========== */

.mobile-version {
    display: none;
}

@media only screen and (max-width:992px) {

    .mobile-version {
        display: block;
    }

    .desktop-version {
        display: none;
    }

    .mob-top-sec {
        position: relative;
    }

    img.top-sec-img {
        width: 100%;
    }

    img.home-logo {
        margin-top: 30px;
        margin-bottom: 50px;
        width: 120px;
    }

    .top-content {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .top-content h2.title {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        text-align: center;
    }

    .top-content h3.sub-title {
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-weight: 400;
        margin-top: 10px;
    }

    .download-sec {
        margin-top: -60px;
        z-index: 3;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .download-sec .sub-title {
        font-size: 20px;
        color: #7b7b7bd1;
        text-align: center;
        font-weight: 400;
    }

    .download-sec .mob-leaf-img {
        position: absolute;
        width: 80px;
        right: -2px;
        top: -35px;
    }

    .down-btn-grp {
        display: flex;
        gap: 15px;
    }

    .download-sec .down-title {
        font-size: 38px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #8b8a8a;
        margin-bottom: 0px;
    }

    .down-btn-grp .down-btn-img {
        width: 170px;
    }

    .message-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 30px 10px;
    }

    .message-content img.quote-img {
        width: 60px;
        margin-bottom: 15px;
    }

    .message-content p.para {
        color: #8b8a8a;
        text-align: center;
        font-size: 16px;
    }

    .mob-last-sec {
        position: relative;
    }

    .mob-last-sec img.last-bg-img {
        height: 1070px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .mob-last-sec {
        position: relative;
    }

    .mob-last-sec .last-content {
        position: absolute;
        /* top: 40%; */
        bottom: 50px;
        top: auto;
        width: 100%;
        padding-inline: 30px;
    }

    .mob-last-sec .features-img {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 15px;
        align-items: start;
        justify-content: center;
    }

    .mob-last-sec .last-content img.feature-img {
        width: 150px;
    }

    .mob-last-sec .last-content p.para {
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .bottom-down-content {
        margin-top: 50px;
    }

    .download-title {
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

    .bottom-down-content .down-btn-grp {
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .bottom-down-content .down-btn-grp .down-btn-img {
        width: 220px;
    }

    .logo {
        width: 90px;
        padding: 10px;
    }

    /* footer */

    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer p {
        text-align: center;
    }

    .footer .link-div {
        display: flex;
        gap: 5px;
        flex-direction: column;
        margin-top: 20px;
        align-items: center;
    }
}


@media only screen and (max-width:600px) {
    .down-btn-grp {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
}

@media only screen and (max-width:376px) {
    .mob-last-sec .last-content img.feature-img {
        width: 130px;
    }
}

@media only screen and (max-width:321px) {
    .down-btn-grp .down-btn-img {
        width: 150px;
    }

    .mob-last-sec .last-content img.feature-img {
        width: 110px;
    }

    .bottom-down-content .down-btn-grp .down-btn-img {
        width: 180px;
    }

    .download-sec .mob-leaf-img {
        width: 50px;
    }
}

@media only screen and (min-width:476px) {
    img.top-sec-img {
        width: 100%;
        height: 140vh;
        object-fit: cover;
        overflow-y: visible;
    }

    .top-content h2.title {
        font-size: 38px;
    }
}

@media only screen and (min-width:500px) {
    .mob-last-sec img.last-bg-img {
        height: 1120px;
    }
}

@media only screen and (min-width:600px) {
    .download-sec {
        margin-top: -20px;
    }

    .mob-last-sec img.last-bg-img {
        height: 1200px;
    }
}

@media only screen and (min-width:700px) {
    .mobile-version .download-sec {
        margin-top: -13%;
    }

    .mobile-version .mob-last-sec img.last-bg-img {
        height: 1300px;
    }

    .mobile-version img.home-logo {
        margin-top: 100px;
        margin-bottom: 50px;
        width: 180px;
    }

    .mobile-version .top-content h2.title {
        font-size: 60px;
        font-weight: 600;
    }

    .mobile-version .top-content h3.sub-title {
        font-size: 24px;
        font-weight: 400;
        margin-top: 30px;
    }

    .download-sec .mob-leaf-img {
        width: 150px;
    }
}

@media only screen and (min-width:800px) {
    .download-sec {
        margin-top: -20%;
    }

    .mobile-version .mob-last-sec img.last-bg-img {
        height: 1400px;
    }

}

/* desktop-version */
@media only screen and (min-width:800px) and (max-width:1281px) {
    .desktop-version .top-sec .right-content .home-logo {
        width: 100px;
    }

    .desktop-version .top-sec .right-content .sub-title {
        font-size: 20px;
    }

    .down-btn-grp .down-btn-img {
        width: 140px;
    }

    . .desktop-version .top-sec .right-content .title {
        font-size: 28px;
        line-height: 35px;
        margin-top: 15px;
    }

    .desktop-version .top-sec .right-content {
        top: 40px;
    }

    .top-sec .right-content .para {
        font-size: 13px;
        color: #fff;
        line-height: 18px;
    }

    .top-bottom-content {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width:1400px) {
    .top-sec .right-content .para {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        margin-top: 30px;
    }

    .top-sec .right-content {
        position: absolute;
        /* top: 100px; */
        left: 0;
        width: 48%;
    }
}

/* Account Deletion */
.cotactUsSection {
    padding-bottom: 40px;
    /* gap: 40px; */
    margin: auto;
    width: 100%;
}

.contactFormSection {
    box-shadow: #11111a1a 0 0 16px;
    padding: 60px 40px 40px;
    border-radius: 20px;
}

.contact-detail {
    border-radius: 20px;
    box-shadow: #11111a1a 0 0 16px;
    padding: 60px 40px 100px;
}

.contactAuthFormLabel {
    display: block;
}

.contact_title {
    font-size: 16px;
    color: var(--titleClr);
    font-weight: 600;
    margin-bottom: 12px;
}

.contact_input {
    border: 1px solid #05261569;
    border-radius: 4px;
    width: 100%;
    outline: none;
    margin-top: 6px;
    padding: 5px 10px;
}

.padding-10 {
    padding: 10px;
}

.contactBtn {
    background: #052615;
    color: #fff;
    border-radius: 12px;
    outline: none;
    border: none;
    padding: 10px 25px !important;
    margin-top: 20px;
}

.contactSubHeading {
    margin-bottom: 30px;
}

.headingtext {
    font-size: 32px;
    font-weight: 500;

}

@media only screen and (max-width:978px) {
    .contactFormSection {
        margin-top: 30px;
    }

    .contact-detail {
        padding: 60px 40px;
    }
}

@media only screen and (max-width:600px) {
    .contact-detail {
        padding: 40px 30px;
    }

    .contactFormSection {
        padding: 40px 30px;
    }
}

@media only screen and (min-width:1700px) {
    .top-sec .home-sec-img {
        height: calc(100vh - 61px)
    }

    .top-sec .right-content .home-logo {
        width: 160px;
    }

    .top-sec .right-content .title {
        font-size: 38px;
        line-height: 42px;
    }

    .top-sec .right-content .sub-title {
        font-size: 24px;
    }

    .top-sec .right-content .para {
        font-size: 18px;
        line-height: 26px;
    }

    .top-sec .right-content {
        width: 45%;
    }
    .para.start-text {
        font-size: 18px;
        line-height: 20px;
    }
    .bottom-feature-sec .para {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .bottom-feature-sec .features-img {
        width: 750px;
    }
    .bottom-feature-sec .top-bottom-content {
        margin-bottom: 100px;
    }
}