/* =======================================================
HERO
=======================================================*/
#hero {
    min-height: 530px;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 68% 98%, 32% 98%, 0 92%);
    clip-path: shape(from 0 0, line to 100% 0, line to 100% 92%, curve to 50% 98% with 82% 94% / 68% 98%, curve to 0 92% with 32% 98% / 18% 94%, close);
}

#hero .container {
    position: relative;
    z-index: 1;
}

#hero .content {
    max-width: 820px;
}

#hero .content h1 {
    color: #FFF;
font-family: "Neo Sans";
font-size: 55px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 98.182% */
    margin-bottom: 20px;
}

#hero .content h1 strong {
    color: #CDFF00;
    font-weight: 500;
}

#hero .content p {
    color: rgba(255, 255, 255, 0.90);
font-family: "Neo Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

#hero .content .click i {
    margin-left: 18px;
}

#hero .btn:hover{
    background: #fff;
}

@media (max-width: 1200px) {
    #hero {
        min-height: 500px;
        background-position: 58% center;
    }
    
        #hero::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.08) 100%);
    }
}

@media (max-width: 767px) {
    #hero {
        min-height: 460px;
        padding: 50px 0;
        background-position: 62% center;
        clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 99%, 0 94%);
        clip-path: shape(from 0 0, line to 100% 0, line to 100% 94%, curve to 50% 99% with 82% 96% / 68% 99%, curve to 0 94% with 32% 99% / 18% 96%, close);
    }

    #hero::before {
        background: rgba(0, 0, 0, 0.52);
    }

    #hero .content h1 {
        font-size: 36px;
        line-height: 42px;
    }

    #hero .content p {
        font-size: 16px;
        line-height: 26px;
    }
}
/* =======================================================
STATS
=======================================================*/
#stats {
    padding: 100px 0 50px;
    margin-top: -50px;
    background: #002B2B;
}

#stats .container-fluid {
    max-width: 1440px;
}

#stats .item {
    max-width: 210px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#stats .wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

#stats .icon {
    width: 36px;
    flex: 0 0 36px;
}

#stats .icon img {
    width: 100%;
    height: 36px;
    object-fit: contain;
    display: block;
}

#stats h2 {
    color: #CDFF00;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 100% */
    margin-bottom: 0;
}

#stats p {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin: 8px 0 0;
}

@media (max-width: 1200px) {
    #stats .container {
        max-width: 960px;
    }
}

@media(max-width:991px) {

    #stats .row {
        row-gap: 40px;
    }
}

@media (max-width: 767px) {
    #stats .row {
        row-gap: 40px;
    }

    #stats .item {
        max-width: 160px;
    }

    #stats h2 {
        font-size: 27px;
        line-height: 34px;
    }

    #stats p {
        margin-left: 0;
    }
}
/* =======================================================
CTA
=======================================================*/
#cta {
    padding: 100px 0;
    background: #042224;
    text-align: center;
}
#cta .content {
    margin: 0 auto;
}
#cta .content h2 {
    color: #FFF;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 57.6px;
    margin-bottom: 30px;
}
#cta .content h2 strong {
    color: #CDFF00;
    font-weight: 500;
}
#cta .content p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: "Neo Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
}
#cta .content p:last-child {
    margin-bottom: 0;
}
#cta .content .click {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
#cta .content .click .btn-green:hover {
    color: #fff;
}
@media (max-width: 767px) {
    #cta {
        padding: 50px 0;
    }
    #cta .content h2 {
        font-size: 36px;
        line-height: 44px;
    }
    #cta .content p {
        font-size: 16px;
        line-height: 26px;
    }
}
/* =======================================================
FILTERS
=======================================================*/
#posts .filters {
    display: flex;
    justify-content: center;
    padding: 40px 0 20px;
    gap: 10px;
}
#posts .filter {
    border-radius: 33554400px;
    border: 1px solid rgba(4, 34, 36, 0.20);
    display: flex;
    padding: 8px 17px 10px 16px;
    justify-content: center;
    align-items: center;
    color: #042224;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    cursor: pointer;
}
#posts .filter:hover {
    border: 1px solid #CDFF00;
    background: #CDFF00;
    color: #042224;
}
#posts .filter.active {
    border-radius: 33554400px;
    border: 1px solid #CDFF00;
    background: #CDFF00;
    color: #042224;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 150% */
}
/* =======================================================
POSTS
=======================================================*/
#posts .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
#posts .post img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#posts .post .top {
    position: relative;
}
#posts .post .tag {
    position: absolute;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #031819;
    border-radius: 2px;
    background: #CDFF00;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    /* 80% */
    padding: 10px;
    top: 20px;
    left: 10px;
}
#posts .post .bottom {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #031819;
    padding: 25px;
}
#posts .post h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.2px;
    /* 130% */
    margin-bottom: 30px;
}
#posts .post .text {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    /* 160% */
}
#posts .btn {
    border-radius: 2px;
    border: 1px solid rgba(205, 255, 0, 0.20);
    display: flex;
    width: 100%;
    height: 50px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #CDFF00;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}
#posts .btn:hover {
    background: #CDFF00;
    color: #031819;
}
#posts .btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}
/* =======================================================
MODAL
=======================================================*/
#guidemodal h3 {
    color: #000;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 128.571% */
}
#guidemodal h3 span {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}
#guidemodal p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
#guidemodal .form-group {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-self: stretch;
    justify-content: space-between;
}
#guidemodal input[type=text] {
    width: calc(50% - 6px);
}
#guidemodal input[type=text],
#guidemodal input[type=email] {
    height: 45px;
}
#guidemodal label {
    color: #5C5C5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-align: left;
    padding-left: 10px;
}
#guidemodal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 60px;
}
#guidemodal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50px;
    outline: 0;
}
#guidemodal .btn {
    border-radius: 2px;
    border: 1px solid #CDFF00;
    background: #CDFF00;
    width: 100%;
    height: 61px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#guidemodal .btn:hover {
    background: transparent;
}
#guidemodal .btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}
/* =======================================================
#page-title
=======================================================*/
#page-title {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #CDFF00;
    text-align: center;
    margin-bottom: 50px;
}

#page-title::after {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -62px;
    height: 78px;
    background: #fff;
    border-radius: 50% 50% 0 0;
}

#page-title .container {
    position: relative;
    z-index: 2;
}

/* --------- */
#page-title h1 {
color: #000;
text-align: center;
font-family: "Neo Sans";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 45px; /* 112.5% */
}