#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);
    background-color: #002B2B;
}

#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;
}

@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 {
    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;
    }
}

#contact-details {
    padding: 0;
    background: #FFF;
}

#contact-details .top {
    padding: 31px 0;
    background: #002B2B;
}

#contact-details .content {
    text-align: center;
}

#contact-details .content h2 {
color: #FFF;
font-family: "Neo Sans";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 45px;
    margin-bottom: 0;
}

#contact-details .content h2 strong {
    color: #C8FF00;
    font-weight: 500;
}

#contact-details .bottom {
    padding: 50px 0;
}

#contact-details .wrap {
    max-width: 910px;
    margin: 0 auto;
    padding: 22px 24px;
    border-radius: 48px;
    background: #022D2C;
    display: flex;
    align-items: center;
    gap: 58px;
}

#contact-details .left {
    width: 376px;
    min-width: 376px;
}

#contact-details .left img {
    width: 100%;
    height: auto;
    aspect-ratio: 376/270;
    object-fit: cover;
    border-radius: 42px;
    display: block;
}

#contact-details .right {
    flex: 1;
    padding-right: 18px;
}

#contact-details .text {
    margin-bottom: 18px;
}

#contact-details .text h2 {
color: #FFF;
font-family: "Neo Sans";
font-size: 34px;
font-style: normal;
font-weight: 500;
line-height: 28.5px; /* 83.824% */
    margin-bottom: 22px;
}

#contact-details .text p {
color: #FFF;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
    margin-bottom: 0;
}

#contact-details .details a {
    display: flex;
    align-items: center;
    gap: 14px;
color: #FFF;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
    text-decoration: none;
}

#contact-details .details a + a {
    margin-top: 10px;
}

#contact-details .details a:nth-child(2) {
    font-weight: 500;
}

#contact-details .details i {
    width: 18px;
    min-width: 18px;
    color: #C8FF00;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

@media (max-width: 1200px) {
    #contact-details .wrap {
        gap: 35px;
    }

    #contact-details .left {
        width: 330px;
        min-width: 330px;
    }

    #contact-details .text h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    #contact-details .top {
        padding: 24px 0;
    }

    #contact-details .content h2 {
        font-size: 34px;
        line-height: 40px;
    }

    #contact-details .wrap {
        padding: 18px;
        border-radius: 30px;
        flex-direction: column;
        gap: 28px;
    }

    #contact-details .left {
        width: 100%;
        min-width: 0;
    }

    #contact-details .left img {
        border-radius: 24px;
    }

    #contact-details .right {
        width: 100%;
        padding-right: 0;
    }

    #contact-details .text h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

#locations {
    padding: 100px 0;
    background: #042224;
}

#locations .container-fluid {
    padding-left: 190px;
    padding-right: 190px;
}

#locations .slide {
    padding: 0 16px;
}

#locations .item {
    height: 100%;
    min-height: 224px;
    border-radius: 18px;
    overflow: hidden;
    background: #F8F8F8;
}

#locations .top {
    min-height: 52px;
    padding: 14px 20px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #C8FF00;
}

#locations .top h3 {
color: #000;
text-align: center;
font-family: "Neo Sans";
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: 19px; /* 100% */
    margin-bottom: 0;
}

#locations .bottom {
    min-height: 172px;
    padding: 21px 22px 20px;
    display: flex;
    flex-direction: column;
}

#locations .type {
color: #000;
text-align: center;
font-family: "Neo Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 88.889% */
    margin-bottom: 54px;
}

#locations .details {
    margin-top: auto;
}

#locations .details a {
    display: flex;
    align-items: center;
    gap: 12px;
color: #000;
font-family: "Neo Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 100% */
    text-decoration: none;
}

#locations .details a + a {
    margin-top: 7px;
    color: #000;
font-family: "Neo Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
}

#locations .details a:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

#locations .details i {
    width: 16px;
    min-width: 16px;
    color: #A3D900;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

#locations .arrows {
    margin-top: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#locations .arrows .slick-arrow {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #C8FF00;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

#locations .arrows .slick-arrow::before {
    display: none;
}

@media (max-width: 1400px) {
    #locations .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 1200px) {
    #locations .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    #locations {
        padding: 50px 0;
    }

    #locations .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    #locations .slider {
        margin: 0;
    }

    #locations .slide {
        padding: 0;
    }

    #locations .item {
        max-width: 320px;
        margin: 0 auto;
    }

    #locations .arrows {
        margin-top: 40px;
    }
}

#contact {
    padding: 100px 0;
    background: #CDFF00;
}
#contact .wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 75px 135px 60px;
    border-radius: 50px;
    background: #F7F7F7;
}
#contact .content {
    margin-bottom: 50px;
    text-align: center;
}
#contact .form-control {
    width: 100%;
    padding: 13px 16px;
    border-radius: 2px;
    border: 1px solid #A2A2A2;
    background: #FFF;
    color: #000;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    box-shadow: none;
}
#contact select.form-control {
    appearance: auto;
}
#contact textarea.form-control {
    height: 136px;
    padding-top: 16px;
    resize: vertical;
}
#contact .form-control::placeholder {
    color: #737373;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
}
#contact .check {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
#contact .check input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex: 0 0 18px;
    accent-color: #000;
}
#contact .check label {
    color: #5C5C5C;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#contact .check a {
    color: #5C5C5C;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #005949;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#contact .click {
    margin-top: 5px;
}
#contact .click .btn-green {
    border-radius: 0;
    width: 100%;
}
#contact .content h2 {
    color: #000;
    font-family: "Neo Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0;
    margin-bottom: 18px;
}
#contact .content h2 strong {
    font-weight: 700;
}
#contact .content p {
    color: #000;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    #contact .wrap {
        max-width: 800px;
        padding: 70px 85px 60px;
    }
    #contact .content h2 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 767px) {
    #contact {
        padding: 50px 0;
    }
    #contact .wrap {
        padding: 40px 20px;
        border-radius: 30px;
    }
    #contact .content {
        margin-bottom: 35px;
    }
    #contact .form-control {
        height: 54px;
        font-size: 14px;
    }
    #contact textarea.form-control {
        height: 130px;
    }
    #contact .check {
        gap: 12px;
    }
    #contact .check label {
        font-size: 14px;
        line-height: 21px;
    }
    #contact .content h2 {
        font-size: 34px;
        line-height: 42px;
    }
    #contact .content p {
        font-size: 14px;
        line-height: 21px;
    }
}
