:root {
    --bg-primary: #F3FFEC;
    --primary: #444444;
    --main: #389000;
    --bg: linear-gradient(180deg, #F3FFEC 0%, rgba(243, 255, 236, 0) 100%);

}

/* .header-area {
    background: var(--bg-primary);
} */

.about-hero {
    background-image: url('../images/about-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
    position: relative;
    background-size: cover;
}

.hero-about-bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #F3FFEC 0%, rgba(243, 255, 236, 0) 100%);
}

.about-content {
    padding-top: 100px;
}

.about-content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    color: var(--primary);

}

.about-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: center;
    color: var(--primary);
    padding-top: 12px;
}

/* ================================================================ ABOUT PARA SECTION ====================================== */
.about-para {
    padding: 50px 100px;
}

.about-para-section {
    margin-top: 200px;
}

.about-para-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.015em;
    text-align: justify;
    padding: 0px 100px 0px 0px;
}

.about-para-img img {
    width: 100%;
}

/* ==================================================== ICONS SECTON =============== */
.about-icon-section {
    margin-top: 200px;
    padding: 0px 100px;
}

.about-icons {
    margin: 40px 0px;
}

.about-icon {
    background-color: var(--bg-primary);
    border-radius: 8px;
}

.about-icon-para p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    padding: 0px 40px 0px 30px;
}

/* ==============================================   GATWAY SECTION =================== */
.gatway-section {
    background-image: url('../images/gatway.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;
    margin-top: 200px;
}

.gatway-content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    width: 60%;
    padding: 0px 80px;
}

.gatway-btn {
    padding-top: 80px;
}

.gatway-btn a {
    color: white;
    background-color: var(--main);
    border: 2px solid var(--main);
    transition: all .3s ease-in-out;
    padding: 8px 40px;
    text-decoration: none;
    border-radius: 100px;
}

.gatway-btn a:hover {
    background: transparent;
    border-color: white;
}

@media(max-width:1600px) {

    .about-para {
        padding: 0px;
    }

    .about-icon-section {
        padding: 0px;
    }

    .gatway-content h2 {
        width: 70%;
    }
}

@media(max-width:1400px) {
    .about-para-content p {
        padding: 0px;
    }

    .gatway-content h2 {
        width: 100%;
    }
}

@media(max-width:1023px) {
    .about-para-img {
        padding-top: 40px;
    }

    .about-icon-para p {
        padding: 0px;
        padding-left: 15px;
    }

    .gatway-content h2 {
        padding: 0px;
    }

    .about-para-section,
    .about-icon-section,
    .gatway-section {
        margin-top: 150px;
    }

    .gatway-content h2 {
        font-size: 30px;
        line-height: 48px;
    }
}

@media(max-width:767px) {
    .about-row {
        flex-direction: column-reverse;
    }

    .about-para-section {
        margin-top: 100px;
    }

    .about-para-section {
        margin-top: 40px;
    }

    .about-para-content p {
        padding: 24px 4px;
    }

    .about-para-section,
    .about-icon-section,
    .gatway-section {
        margin-top: 40px;
    }

    .about-icons {
        margin: 20px 0px;
    }
}

@media(max-width:360px) {
    p {
        font-size: 14px !important;
    }

    .about-content h2 {
        font-size: 33px;
    }

    .gatway-content h2 {
        font-size: 22px;
        line-height: 40px;
    }
}