* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.white {
    color: #fff;
}

.black {
    color: #000100;
}

.gray {
    color: #626262;
}

.black-background {
    background-color: #000100;
}

.header-logo {
    max-width: 180px;
}

.full-width {
    width: 100%;
}

.section {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.header {
    position: relative;
    z-index: 55;
    padding-top: 48px;
}

.hero-section {
    padding-top: 270px;
    padding-bottom: 120px;
    margin-top: -230px;
    position: relative;
}

.hero-section::after {
    content: '';
    background-color: #00000050;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.header-login-btn {
    margin-left: auto;
    margin-top: 22px;
    padding: 16px 26px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background-color: #F3E1B6;
    color: #000100;
    border-radius: 100px;
    align-self: start;

}


.hero-section-content {
    z-index: 1;
    position: relative;
}

.hero-section video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    top: 0;
}

.hero-section .heading-wrapper {
    max-width: 967px;
}

.hero-heading {
    font-size: 70px;
    line-height: 85px;
    font-weight: 800;
    font-family: "Open Sans";
}

.second-section {
    padding: 80px 0 110px;
}

.secondary-heading {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Open Sans";
    text-transform: uppercase;
    margin-bottom: 0;
}

.paragraph-text {
    margin-bottom: 0;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1px;
}

.second-section .content-wrapper {
    max-width: 685px;
    margin: auto;
}

.third-section {
    background-image: url(../assest/background-third.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.fourth-section {
    padding: 80px 0;
}

.arrow-anchor {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 100%;
    background-color: #F3EAD4 !important;
    background: url(../assest/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 14px;
    bottom: 16px;
}

.subtract-content-box h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Open Sans";
    margin-top: 20px;
    text-align: center;
    text-transform: capitalize;
}

.fifth-section {
    background-color: #F9F9F9;
}

.icon-box-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

.icon-box-heading h6 {
    margin-bottom: 0;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.icon-box-desc {
    margin-top: 12px;
}

.fifth-section {
    padding: 45px 0;
}

.why-choose-image {
    border-radius: 24px;
}

.sixth-section {
    padding: 150px 0;
}

.fifth-section .left-col {
    padding-right: 40px;
    ;
}

.fifth-section .right-col {
    padding-left: 40px;
    ;
}

.sixth-section .left-col {
    padding-right: 40px;
    ;
}

.sixth-section .right-col {
    padding-left: 40px;
    ;
}

.seventh-section {
    background: linear-gradient(161.7deg, #F3EAD4 -61.56%, #F2D690 143.84%);
    padding: 80px 0;
}

.seventh-section .section {
    max-width: 1160px;
}

.subtitle-heading {
    margin-bottom: 0;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.seventh-section .content-wrapper {
    max-width: 300px;
    margin: auto;
}

.border-left-dashed {
    border-left: 2px dashed #000000B2;
}

.border-right-dashed {
    border-right: 2px dashed #000000B2;
}

.post-featured-image-wrapper {
    position: relative;
}

.post-read-more {
    position: absolute;
    bottom: 37px;
    right: 16px;
    padding: 16.5px 24px;
    background-color: #fff;
    color: #000000;
    font-family: "Plus Jakarta Sans";
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.post-read-more::after {
    content: '';
    width: 24px;
    height: 24px;
    mask-image: url('../assest/arrow-right.svg');
    mask-repeat: no-repeat;
    mask-size: 20px;
    mask-position: center;
    background-color: #000;
}

.post-featured-image {
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 24px;
}

.eight-section {
    padding: 80px 0;
}

.contact-details {
    max-width: 472px;
}

.contact-details a {
    text-decoration: none;
    color: #000100;
    font-family: "Open Sans";
}

.contact-details-text {
    font-weight: 400;
}

.contact-left-wrapper {
    padding: 60px 8px;
    max-width: 576px;
    margin: auto;
}

.contact-heading-wrapper h2 {
    text-transform: none;
}

.email-wrapper {
    max-width: 166px;
    text-align: center;
    margin-right: auto;
}

.telphone-wrapper {
    max-width: 171px;
    text-align: center;
    margin-left: auto;
}

.contact-form-section h3 {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.ninth-section {
    background-color: #F5F5F5;
}

.contact-form label {
    display: block;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 18px;
    color: #000100;
}

.form-group {
    padding: 14px 12px;
    font-size: 16px;
    font-family: "Open Sans";
    border: 0;
    background-color: #fff;
    width: 100%;
    border-radius: 14px;
    margin: 12px 0 8px;
}

.fields-section {
    max-width: 490px;
}

.submit-btn {
    padding: 13px 26px;
    border-radius: 100px;
    background: linear-gradient(161.7deg, #F3EAD4 -61.56%, #F2D690 143.84%);
    font-size: 18px;
    font-family: "Open Sans";
    color: #000100;
    width: 100%;
    border: 0;
    font-weight: 700;
    margin-top: 16px;
}

.contact-featured-image {
    background-image: url(../assest/contact-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.footer {
    background-color: #000100;
    padding: 24px 0;
}

.footer-copyright {
    font-size: 21px;
    line-height: 33px;
    font-family: "Open Sans";
    color: #D2D2D2;
    margin: 0;
    text-align: center;
    text-decoration: uppercase;
}


/*  */

.account-section {
    padding: 100px 0;
}

.login-container {
    padding-right: 12px;
}



.header.layout-2 {
    background-color: #000100;
    padding: 14px 0;
    text-align: center;
}

.account-forms label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #192F1E;
    text-transform: capitalize;
    margin-bottom: 4.5px;
    display: block;
}

.account-forms .form-group {
    margin: 0;
    border: 1px solid #D7D7D7;
    border-radius: 12px;
    padding: 14px 16px;
}

.account-forms .fields-section {
    margin-bottom: 24px;
}

.acceptance-field-section {
    display: flex;
}

.acceptance-field-section input {
    width: 21px;
    height: 21px;
}

.acceptance-field-section label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #606060;
}

.acceptance-field-section label a {
    text-decoration: none;
    color: #664EA8;
}

.account-forms .submit-btn {
    border-radius: 12px;
    font-weight: 600;
}

.account-forms .fields-section {
    max-width: 100%;
}

.already-account {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 24px;
    font-family: "Figtree";
}

.account-divider {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #75787D;
    display: flex;
    align-items: center;
    font-family: "Figtree";
}

.account-divider::before,
.account-divider::after {
    flex: 1;
    content: '';
    padding: 1px;
    background-color: #E4EBF3;
    margin: 10px;
}

.socials-account {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-container {
    padding: 30px;
    border: 1px solid #D4D4D4;
    background-color: #FEFEFE;
    border-radius: 20px;
    width: 50%;
}

.account-forms {
    max-width: 420px;
    margin: auto
}

.logins-heading {
    font-size: 42px;
    line-height: 52px;
    font-family: "Open Sans";
    color: #170A38;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.login-divider {
    margin-top: 85px;
}

.social-logins {
    margin-top: 46px;
}

.signup-container {
    padding-right: 15px;
}

.login-container {
    padding-left: 15px;
}

.account-section .row {
    gap: 30px;
    flex-wrap: nowrap;
    margin: 0;
}

.account-section .social-container {
    flex: inherit !important;
}


@media (min-width: 767px) and (max-width: 1024px) {
    .account-section {
        padding: 70px 0;
    }

    .logins-heading {
        font-size: 34px;
        line-height: 42px;
    }

    .account-forms label {
        font-size: 16px;
        line-height: 26px;
    }

    .account-section .row {
        gap: 20px
    }

    /* Home Page */

    .header-logo {
        max-width: 160px;
    }

    .hero-heading {
        font-size: 60px;
        line-height: 70px;
    }

    .hero-section {
        padding-bottom: 80px;
    }

    .second-section {
        padding: 60px 0 60px;
    }

    .secondary-heading {
        font-size: 40px;
        line-height: 50px;
    }

    .paragraph-text {
        font-size: 16px;
        line-height: 22px;
    }

    .third-section {
        padding: 50px 0;
    }

    .fourth-section {
        padding: 60px 0;
    }

    .fourth-section .col-3 {
        width: 50% !important;
    }

    .fourth-section .row {
        gap: 24px 0;
    }

    .fifth-section .left-col {
        padding-right: 15px;
    }

    .fifth-section .right-col {
        padding-left: 15px;
    }

    .icon-box-heading h6 {
        font-size: 20px;
        line-height: 28px;
    }

    .icon-box-wrapper {
        gap: 12px;
    }

    .icon-box-wrapper .icon-box-image img {
        width: 34px;
    }

    .sixth-section {
        padding: 80px 0;
    }

    .sixth-section .left-col {
        padding-right: 15px;
    }

    .sixth-section .right-col {
        padding-left: 15px;
    }

    .seventh-section {
        padding: 60px 0;
    }

    .eight-section {
        padding: 60px 0;
    }

    .subtitle-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .post-read-more {
        padding: 14px 22px;
    }

    .post-featured-image {
        height: 300px;
    }

    .contact-details,
    .telphone-wrapper {
        text-align: left;
    }

    .contact-details h6 {
        text-align: left !important;
    }

    .footer {
        padding: 16px 0;
    }

    .footer-copyright {
        font-size: 18px;
        line-height: 28px;
    }

}

@media only screen and (max-width: 767px) {
    .account-section .row {
        flex-wrap: wrap;
    }

    /* Home Page */

    .header {
        padding-top: 30px;
    }

    .header-logo {
        max-width: 120px;
    }

    .header-login-btn{
        padding: 12px 18px;
        font-size: 16px;
    }

    .hero-heading {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-section {
        padding-bottom: 50px;
    }

    .second-section {
        padding: 50px 0;
    }

    .secondary-heading {
        font-size: 34px;
        line-height: 44px;
    }

    .paragraph-text {
        font-size: 16px;
        line-height: 22px;
    }

    .third-section {
        padding: 50px 0;
    }

    .fourth-section {
        padding: 50px 0;
    }

    .fourth-section .col-3 {
        width: 100% !important;
    }

    .fourth-section .row {
        gap: 40px 0;
    }

    .fifth-section .row {
        gap: 24px;
    }

    .fifth-section .left-col {
        padding-right: calc(var(--bs-gutter-x) * .5);
        width: 100%;
    }

    .fifth-section .right-col {
        padding-left: calc(var(--bs-gutter-x) * .5);
        width: 100%;
        order: -1;
    }

    .fifth-section .icon-box {
        padding-top: 0px !important;
    }

    .icon-box-heading h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .icon-box-wrapper {
        gap: 10px;
    }

    .icon-box-wrapper .icon-box-image img {
        width: 30px;
    }

    .sixth-section {
        padding: 50px 0;
    }

    .sixth-section .row {
        gap: 24px;
    }

    .sixth-section .left-col {
        padding-right: calc(var(--bs-gutter-x) * .5);
        width: 100%;
    }

    .sixth-section .right-col {
        padding-left: calc(var(--bs-gutter-x) * .5);
        width: 100%;
    }

    .sixth-section .icon-box {
        padding-top: 0px !important;
    }

    .seventh-section {
        padding: 50px 0;
    }

    .seventh-section .row {
        gap: 40px;
    }

    .seventh-section .col-4 {
        width: 100%;
        border: 0 !important;
    }

    .seventh-section .content-wrapper {
        max-width: 100%;
    }

    .seventh-section h6.subtitle-heading {
        margin-top: 0px !important;
    }

    .eight-section {
        padding: 50px 0;
    }

    .eight-section .row {
        gap: 40px;
    }

    .eight-section .col-4 {
        width: 100%;
    }

    .subtitle-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .post-read-more {
        padding: 12px 18px;
    }

    .post-featured-image {
        height: 250px;
    }

    .ninth-section .col-6 {
        width: 100%;
    }

    .telphone-wrapper {
        max-width: 100%;
    }

    .email-wrapper {
        text-align: left;
    }

    .contact-details {
        gap: 24px;
    }

    .contact-details,
    .telphone-wrapper {
        text-align: left;
    }

    .contact-details h6 {
        text-align: left !important;
    }

    .contact-form label {
        font-size: 16px;
    }

    .contact-left-wrapper {
        padding: 50px 8px;
    }

    .footer {
        padding: 14px 0;
    }

    .footer-copyright {
        font-size: 14px;
        line-height: 26px;
    }

    /* Sign Up */

    .logins-heading {
        font-size: 34px;
        line-height: 44px;
    }

    .account-section {
        padding: 50px 0;
    }

    .account-forms label {
        font-size: 16px;
        line-height: 26px;
    }

    .login-divider {
        margin-top: 24px;
    }

    .social-logins {
        margin-top: 24px;
    }
}

@media (min-width: 1024px) and (max-width: 1250px) {
    .arrow-anchor {
        width: 40px;
        height: 40px;
    }
}