@import url('https://fonts.cdnfonts.com/css/chillax');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* common-class */
.container {
    max-width: 1819px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

body {
    font-family: 'Chillax', sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.logo {
    display: block;
    width: 74px;
}

h1,
.heading-1 {
    font-size: 70px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: 1.2;
}

h2,
.heading-2 {
    font-size: 55px;
    font-weight: 600;
    color: #121212;
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: 1.2;
}

h3,
.heading-3 {
    font-size: 48px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: 1.2;
}

h4,
.heading-4 {
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: 1.2;
}

h5,
.heading-5 {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: 1.2;
}

h6,
.heading-6 {
    font-size: 20px;
    font-weight: 600;
    color: #121212;
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: 1.2;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: 1.2;
}

span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
    color: #FFFFFF;
}

.cmn-btn {
    display: inline-block;
    background-color: #3F543E;
    color: #FFFFFF;
    font-size: 16px;
    padding: 20px 40px;
    border-radius: 50px;
    text-transform: capitalize;
    margin-right: 12px;
    border: 1px solid #052a03;
}

.cmn-gap {
    padding: 100px 0;
}

/* navbar starts */
.header {
    padding: 10px 0;
}

nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}

.nav-links li {
    margin-right: 37px;
}

.nav-links li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    text-transform: capitalize;
}

.nav-links li a:hover {
    color: #3F543E;
}

.extra-btn {
    background-color: transparent;
    color: #3F543E
}

.cmn-btn .right-arrow {
    margin-left: 12px;
}

.extra-btn i {
    margin: 0 8px;
}

.cmn-btn:hover {
    background-color: #FFFFFF;
    color: #3F543E;
}

.extra-btn:hover {
    background-color: #3F543E;
    color: #FFFFFF;
}

.hamburgur {
    display: none;
}

/* navbar ends */
/* banner starts */
.banner {
    min-height: 100vh;
    background: url(../image/banner-img.png);
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-child {
    max-width: 845px;
}

/* banner ends */
/* about starts */
.about .container {
    max-width: 1460px;
}

.about-child {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
}

.left,
.right {
    width: 50%;
    padding: 0 45px;
}

.left {
    display: flex;
}

.left-1 {
    padding-right: 22px;
    width: 60%;
}

.left-2 {
    width: 40%;
}

.right {
    display: flex;
    align-items: center;
}

.right span {
    font-size: 22px;
    text-transform: uppercase;
    color: #3F543E;
    font-weight: 600;
}

.right p {
    color: #121212;
}

/* about ends */
/* card starts */
.card .container {
    max-width: 1460px;
}

.card {
    background-color: #FAFAFA;
}

.card-left-text span {
    color: #3F543E;
    font-weight: 600;
}

.card-upper {
    display: flex;
    flex-wrap: wrap;
}

.card-right-text {
    margin-left: auto;
}

.card-right-text p {
    color: #121212;
    max-width: 300px;
}

.card-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-bottom: 40px; */
}

.cmn-card {
    width: calc(33.33% - 28px);
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 40px;
    box-shadow: 5px 5px 5px 5px;
}

.cmn-card:hover {
    transform: translateY(-10px);
    transition: 0.3s;
}

.cmn-card figure {
    margin-bottom: 18px;
}

.cmn-card-lower p {
    color: #121212;
}

.cmn-card:nth-child(2) {
    background-color: #3F543E;
}

.cmn-card:nth-child(2) .heading-6 {
    color: #FFFFFF;
}

.cmn-card:nth-child(2) p {
    color: #FFFFFF;
}

.card-lower {
    text-align: center;
}

/* card ends */
/* footer starts */
.footer {
    padding: 87px 0 50px 0;
}

.footer-logo {
    display: block;
    width: 82px;
    margin-bottom: 17px;
}

.footer-child {
    display: flex;
    flex-wrap: wrap;
}

.cmn-footer p {
    color: #121212;
}

.cmn-footer {
    width: 25%;
    padding: 0 20px;
}

.footer-head {
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.footer-links li {
    margin-bottom: 9px;
}

.footer-links li a {
    display: block;
    color: #121212;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.footer-links li a:hover {
    color: #3a543e;
}

.footer-icons {
    display: flex;
    flex-wrap: wrap;
}

.footer-icons li a {
    font-size: 18px;
    color: #3a543e;
    border: 1px solid #3a543e;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
}

.footer-icons li a:hover {
    background-color: #3a543e;
    color: #FAFAFA;
}

.footer-bottom {
    background-color: #f3f3f3;
    padding: 12px 0;
    border-radius: 10px;
    margin-top: 72px;
}

.footer-bottom div {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
}

.footer-bottom a {
    color: #121212;
}

/* footer ends */
/* responsive starts */
@media (min-width: 320px) and (max-width: 575.98px) {

    /* navbar starts */
    .hamburgur {
        display: block;
    }

    .nav-links {
        display: none;
    }

    .logo {
        width: 40px;
    }

    .cmn-btn {
        font-size: 8px;
        padding: 9px 10px;
    }

    .nav-right {
        margin-left: auto;
    }

    /* navbar ends */
    /* banner starts */
    .banner{
        min-height: 70vh;
    }
    .banner-child{
        text-align: center;
    }
    span {
        font-size: 12px;
    }

    h1 {
        font-size: 40px;
    }

    p {
        font-size: 10px;
    }

    .bnr-btn {
        font-size: 8px;
        padding: 10px 15px;
    }

    /* banner ends */
    /* about starts */
    .cmn-gap{
        padding: 45px 0;
    }
    .left,
    .right {
        width: 100%;
        padding: 0;
    }

    .left,
    .left-1,
    .left-2 {
        width: 100%;
    }

    .left-1 {
        padding: 0;
        margin-bottom: 10px;
    }

    .left {
        flex-direction: column;
    }

    .right {
        padding: 0 45px;
    }

    .right span {
        font-size: 10px;
    }

    .right h2 {
        font-size: 15px;
    }

    .right p {
        font-size: 11px;
    }

    .abt-btn {
        font-size: 10px;
        padding: 10px 20px;
    }

    /* about ends */
    /* card starts */
    .cmn-card {
        width: 100%;
        padding: 15px;
        margin-bottom: 25px;
    }

    .card-upper {
        flex-direction: column;
    }

    .card-right-text {
        margin-left: 0;
        /* margin-top: 5px; */
    }

    .card-upper h2 {
        font-size: 15px;
    }

    .card-upper span {
        font-size: 10px;
    }

    .card p {
        font-size: 11px;
    }

    .cmn-card h3 {
        font-size: 12px;
    }

    /* card ends */
    /* footer starts */
    .footer{
        padding: 27px 0 15px 0;
    }
    .cmn-footer {
        width: 100%;
        padding: 10px;
    }

    .footer-logo {
        width: 40px;
    }

    .footer-head {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .cmn-footer p {
        font-size: 11px;
    }

    .footer-links li a {
        font-size: 11px;
    }

    .footer-icons li a {
        font-size: 11px;
        padding: 4px;
    }

    .footer-bottom {
        margin-top: 20px;
    }

    .footer-bottom div {
        font-size: 11px;
    }

    /* footer ends */
}

@media (min-width: 576px) and (max-width: 767.98px) {

    /* navbar starts */
    .hamburgur {
        display: block;
    }

    .nav-links {
        display: none;
    }

    .logo {
        width: 55px;
    }

    .cmn-btn {
        font-size: 10px;
        padding: 10px 20px;
    }

    .nav-right {
        margin-left: auto;
    }

    /* navbar ends */
    /* banner starts */
    .banner{
        min-height: 80vh;
    }
    .banner-child{
        text-align: center;
    }
    span {
        font-size: 16px;
    }

    h1 {
        font-size: 48px;
    }

    p {
        font-size: 12px;
    }

    /* banner ends */
    /* about starts */
    .cmn-gap{
        padding: 60px 0;
    }
    .left,
    .right {
        width: 100%;
        padding: 0;
    }

    .left,
    .left-1,
    .left-2 {
        width: 100%;
    }

    .left-1 {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .left {
        flex-direction: column;
    }

    .right {
        padding: 0 45px;
    }

    .right span {
        font-size: 13px;
    }

    .right h2 {
        font-size: 20px;
    }

    .right p {
        font-size: 12px;
    }

    .abt-btn {
        font-size: 10px;
        padding: 10px 20px;
    }

    /* about ends */
    /* card starts */
    .cmn-card {
        width: calc(50% - 28px);
        padding: 20px;
        margin-bottom: 30px;
    }

    .card-upper {
        flex-direction: column;
    }

    .card-right-text {
        margin-left: 0;
    }

    .card-upper h2 {
        font-size: 20px;
    }

    .card-upper span {
        font-size: 13px;
    }

    .card p {
        font-size: 12px;
    }

    .cmn-card h3 {
        font-size: 14px;
    }

    /* card ends */
    /* footer starts */
    .footer{
        padding: 47px 0 20px 0;
    }
    .cmn-footer {
        width: 50%;
        padding: 15px;
    }

    .footer-logo {
        width: 55px;
    }

    .footer-head {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .cmn-footer p {
        font-size: 12px;
    }

    .footer-links li a {
        font-size: 12px;
    }

    .footer-icons li a {
        font-size: 12px;
        padding: 5px;
    }

    .footer-bottom {
        margin-top: 40px;
    }

    .footer-bottom div {
        font-size: 12px;
    }

    /* footer ends */
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* navbar starts */
    .hamburgur {
        display: block;
    }

    .nav-links {
        display: none;
    }

    .logo {
        width: 70px;
    }

    .cmn-btn {
        font-size: 12px;
        padding: 15px 35px;
    }

    .nav-right {
        margin-left: auto;
    }

    /* navbar ends */
    /* banner starts */
    .banner{
        min-height: 90vh;
    }
    span {
        font-size: 17px;
    }

    h1 {
        font-size: 50px;
    }

    p {
        font-size: 13px;
    }

    /* banner ends */
    /* about starts */
    .cmn-gap{
        padding: 80px 0;
    }
    .left,
    .right {
        width: 100%;
        padding: 0 45px;
    }

    .right span {
        font-size: 17px;
    }

    .right h2 {
        font-size: 30px;
    }

    .right p {
        font-size: 13px;
    }

    .abt-btn {
        font-size: 12px;
        padding: 15px 35px;
    }

    /* about ends */
    /* card starts */
    .cmn-card {
        width: calc(50% - 28px);
    }

    .card-upper h2 {
        font-size: 30px;
    }

    .card-upper span {
        font-size: 17px;
    }

    .card p {
        font-size: 13px;
    }

    .cmn-card h3 {
        font-size: 23px;
    }

    /* card ends */
    /* footer starts */
    .footer {
        padding: 67px 0 30px 0;
    }

    .footer-logo {
        width: 70px;
    }

    .cmn-footer {
        width: 33.33%;
        padding: 20px;
    }

    .cmn-footer p {
        font-size: 13px;
    }

    .footer-links li a {
        font-size: 13px;
    }

    .footer-icons li a {
        font-size: 13px;
        padding: 8px;
    }

    .footer-bottom {
        margin-top: 40px;
    }

    .footer-bottom div {
        font-size: 13px;
    }

    /* footer ends */
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}