* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif
}


:root {
    --font-family: "Inter", sans-serif;
    --h1: 300 64px/110% var(--font-family);
    --h2: 200 24px/110% var(--font-family);
    --text-span: 600 24px/100% var(--font-family);
    --text-span-sm: 300 16px/120% var(--font-family);
    --text: 400 16px/120% var(--font-family);
    --tex-md: 600 42px/100% var(--font-family);
    --text-button: 400 18px/normal var(--font-family-header);
    --text-primary: #000;
    --text-secondary: #656565;
    --text-sm: 400 16px/150% var(--font-family);
    --tittle-primary: #FFF;
    --tittle-secondary: #02192D;
    --line-breaker: #E2BD5F;
    --font-family-header: "Poppins", sans-serif;
    --text-header: 400 1rem/1.5 var(--font-family-header);
    --text-header-primary: #F5F5F5;
    --text-header-secondary: #02192D;
    --primary: #000
}

body {
    font: var(--text);
    color: var(--text-secondary);
    font-family: var(--font-family);
    height: auto;
    min-height: 100vh;
    overscroll-behavior-y: none;
    background: #f5f5f5
}


.header {
    width: 100%;
    background: rgba(28, 35, 41, .55);
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #fff;
    backdrop-filter: blur(25px)
}

.container-header {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo img {
    height: 40px
}

.nav ul {
    display: flex;
    gap: 40px;
    list-style: none
}

.nav a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    opacity: .8;
    transition: 0.3s
}

.nav a:hover,
.nav a.active {
    opacity: 1;
    font-weight: 700
}

.btn-contato {
    background: #fff;
    color: #1c2329;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block
}

@media (min-width:1300px) {
    nav#nav {
        position: relative;
        display: flex;
        left: 17%
    }
}

@media (max-width:900px) {
    .nav {
        position: absolute;
        top: 85px;
        right: 0;
        width: 220px;
        border-radius: 10px;
        padding: 18px 0;
        display: none;
        background: rgba(28, 35, 41, .55);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, .08);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
    }

    .nav ul {
        flex-direction: column;
        gap: 15px;
        text-align: right;
        padding-right: 20px
    }

    .nav.active {
        display: block;
        animation: slideDown 0.3s ease
    }

    .btn-contato {
        display: none
    }

    .hamburger {
        display: flex
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px) translateX(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0) translateX(-10px)
    }
}

@media (min-width:1080px) and (max-width:1280px) {
    nav#nav {
        position: relative;
        display: flex;
        left: 9%
    }


}

.footer {
    background-color: #02192D;
    color: #fff;
    font-family: 'Inter', sans-serif
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
    padding-bottom: .5rem
}

.footer-col h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2.5rem
}

.footer-col h4 {
    font-size: 18px;
    margin: 0
}

.footer-col p,
.footer-col li {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    line-height: 1.6;
    margin-block: .5rem
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-col li {
    margin-bottom: 2.5rem
}

.footer-col a {
    text-decoration: none;
    color: #c8d3df;
    transition: 0.3s
}

.footer-col a:hover {
    color: #fff
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 3.5rem
}

.contact-item i {
    font-size: 22px;
    color: #fff;
    margin-top: 5px;
    min-width: 25px
}

.logo {
    text-align: right;
    max-width: max-content
}

.logo span {
    font-size: 52px;
    font-weight: 700
}

.logo p {
    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 13px
}

.footer-bottom {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 2.5rem;
    font-size: 13px;
    color: #fff
}

.footer .logo img {
    height: 100%
}

.icon {
    flex-shrink: 0;
    color: currentColor;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}


@media (min-width:1080px) {
    .center.social-media {
        margin-top: 0.5rem;
    }
}

@media (max-width:992px) {
    .footer-container {
        grid-template-columns: 1fr 1fr
    }

    .logo {
        text-align: left
    }

    .footer-col.logo-col {
        justify-content: center;
        display: flex;
        margin-bottom: 4.5rem;
    }
}

@media (max-width:600px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: left
    }

    .contact-item {
        align-items: flex-start;
        margin-bottom: 1.5rem
    }

    .logo {
        text-align: center;
        margin-top: 20px
    }

    .footer-col li {
        margin-bottom: 1.5rem
    }

    .footer-container {
        gap: 20px
    }
}


h1,
h2 {
    color: var(--tittle-primary)
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.container {
    max-width: 1280px;
    padding-inline: 32px;
    margin-inline: auto
}

.button-contact {
    width: 270px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;

    & span {
        font: var(--text-span)
    }

    & a {
        color: inherit;
        text-decoration: none
    }
}

.h2-tittle {
    padding: 1.5rem 0 1.5rem;
    font: var(--tex-md);
    color: var(--text-header-secondary);
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 2.5rem
}

.whatsapp-button-powered-by {
    display: none !important
}

.center {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center
}

@media (min-width:700px) {
    img.image-moblie {
        display: none
    }
}

@media (max-width:699px) {
    img.image-desktop {
        display: none
    }
}

@media (max-width:1330px) {
    :root {
        --font-family: "Inter", sans-serif;
        --h1: 100 32px/110% var(--font-family);
        --h2: 100 22px/140% var(--font-family);
        --text-span: 600 24px/100% var(--font-family);
        --text-span-sm: 300 16px/120% var(--font-family);
        --text: 400 16px/120% var(--font-family);
        --tex-md: 600 42px/100% var(--font-family);
        --text-button: 400 18px/normal var(--font-family-header);
        --text-primary: #000;
        --text-secondary: #656565;
        --tittle-primary: #FFF;
        --tittle-secondary: #02192D;
        --line-breaker: #E2BD5F;
        --font-family-header: "Poppins", sans-serif;
        --text-header: 400 1rem/1.5 var(--font-family-header);
        --text-header-primary: #F5F5F5;
        --text-header-secondary: #02192D
    }
}

@media (max-width:600px) {
    :root {
        --font-family: "Inter", sans-serif;
        --h1: 100 20px / 110% var(--font-family);
        --h2: 100 16px / 140% var(--font-family);
        --text-span: 600 17px / 100% var(--font-family);
        --text-span-sm: 300 16px / 120% var(--font-family);
        --text: 400 12px / 120% var(--font-family);
        --tex-md: 600 20px / 100% var(--font-family);
        --text-button: 400 12px / normal var(--font-family-header);
        --text-primary: #000;
        --text-secondary: #656565;
        --tittle-primary: #FFF;
        --tittle-secondary: #02192D;
        --line-breaker: #E2BD5F;
        --font-family-header: "Poppins", sans-serif;
        --text-header: 400 1rem / 1.5 var(--font-family-header);
        --text-header-primary: #F5F5F5;
        --text-header-secondary: #02192D
    }

    body {
        font: var(--text);
        color: var(--text-secondary);
        font-family: var(--font-family);
        height: auto;
        min-height: 100vh;
        overscroll-behavior-y: none
    }

    h1,
    h2 {
        color: var(--tittle-primary)
    }

    a {
        text-decoration: none
    }

    img {
        max-width: 100%
    }

    .container {
        max-width: 100%;
        padding-inline: inherit;
        margin-inline: auto
    }

    .button-contact {
        width: 150px;
        height: 40px;
        border-radius: 10px;
        cursor: pointer;

        & span {
            font: var(--text-span);
            font-size: 12px !important
        }
    }

    .h2-tittle {
        font: var(--tex-md);
        color: var(--text-header-secondary);
        border-bottom: 1px solid #C1C1C1;
        margin-bottom: 2.5rem;
        padding-block: 1.5rem;
        padding-inline: .5rem
    }

    #comment {
        & .carrosel-comments {
            margin-block: 2.5rem;
            max-width: 229px;
            align-content: center;
            display: flex;
            margin-inline: auto
        }
    }

    aside {
        display: none !important
    }
}

& .button-contact-arrow {
    background-color: #009E28 !important;
    font-weight: 600 !important;
    margin-top: .3rem;
    width: 366px !important;
    height: 50px;
    border: 2px solid transparent;
    box-sizing: border-box;
    padding: 14px 26px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    transition: all 1.50s ease
}

.button-contact-arrow:hover {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .15), 0 8px 24px rgba(34, 197, 94, .35);
    transform: translateY(-1px);
    border-color: #fff
}

.arrow {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    opacity: 0;
    transform: scale(.9);
    transition: all 0.25s ease
}

.text-contact {
    transition: transform 0.25s ease
}

.button-contact-arrow:hover .arrow {
    opacity: 1;
    transform: scale(1)
}

.button-contact-arrowt:hover .text-contact {
    transform: translateX(-12px)
}

.button-contact-arrow:active {
    transform: translateY(0);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 4px 12px rgba(34, 197, 94, .25)
}

.areas {
    padding: 60px 0%;
    position: relative
}

.areas-header {
    position: absolute;
    top: 8rem;
    right: 0%;
    display: flex;
    gap: 10px
}

.carousel {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-block: 1.5rem;
    max-width: 1200px;
    margin: 0 auto
}

.carousel-track {
    justify-content: center;
    display: flex;
    gap: 20px
}

.carousel::-webkit-scrollbar {
    display: none
}

.card {
    flex: 0 0 calc((100% - 3.5rem) / 3);
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-top: 1.5rem
}

.card img {
    width: 100%;
    height: 382px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: .5rem
}

.card h3 {
    font: var(--h2);
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-block: .5rem
}

.carousel:active {
    cursor: grabbing
}

.card p {
    font: var(--text);
    font-size: 17px;
    line-height: 120%;
    color: #656565
}

.card-description {
    max-width: 430px;
    text-align: left;
    height: 20%;
    padding: .5rem 0 .5rem
}

.container_button {
    width: 100%;
    height: 150px;
    display: flex;

    & .button-contact {
        width: 300px;
        height: 55px;
        margin: 0px !important;

        & span,
        a {
            font-size: 20px
        }
    }
}

.carousel::-webkit-scrollbar {
    display: none
}

.carousel-dots {
    display: none
}

@media (max-width:1024px) {
    .areas {
        margin-bottom: 0.5rem !important;
        padding: 0;
        position: relative
    }

    .areas-header {
        position: absolute;
        top: 4.5rem;
        right: 0%;
        display: flex;
        gap: 10px
    }

    .nav-btn {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 2px solid #0b2236;
        background: transparent;
        cursor: pointer;
        font-size: 18px;
        transition: 0.3s
    }

    .nav-btn:hover {
        background: #0b2236;
        color: #fff
    }

    .carousel {
        gap: 10px;
        padding: 0 10px;
        margin-top: .5rem
    }

    .card {
        flex: 0 0 calc((100% - 2.5rem) / 3);
        max-width: 240px
    }

    .card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 20px;
        margin-bottom: 0rem
    }

    .card h3 {
        font: var(--h2);
        color: #000;
        font-weight: 600;
        margin-bottom: .5rem
    }

    .card p {
        font: var(--text);
        line-height: 120%;
        color: #656565
    }

    .card-description {
        max-width: 300px;
        text-align: start;
        padding-block: .5rem
    }

    .container_button {
        margin-top: 4.5rem;
        height: 70px;

        & span {
            font: var(--text-span);
            font-size: 20px
        }
    }



}

@media (min-width:601px) and (max-width:799px) {
    .card {
        max-width: 100%
    }

    .container_button {
        height: 80px;

        & span {
            font: var(--text-span);
            font-size: 16px !important
        }
    }

    .areas-header {
        display: none
    }

    .carousel-track {
        gap: 10px;
        display: grid
    }

    .carousel {
        max-width: 100%
    }
}

@media (max-width:600px) {
    .areas-header {
        position: absolute;
        top: 25rem;
        right: 5%;
        display: flex;
        gap: 10px
    }

    .nav-btn {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 2px solid #0b2236;
        background: transparent;
        cursor: pointer;
        font-size: 18px;
        transition: 0.3s;
        display: none
    }

    .nav-btn:hover {
        background: #0b2236;
        color: #fff
    }

    .carousel {
        overflow: hidden;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        justify-content: center
    }

    .card {
        flex: 0 0 100%;
        max-width: 100%;
        padding-inline: .5rem;
        justify-content: center
    }

    .card img {
        min-width: 100%;
        margin-bottom: 0rem
    }

    .card h3 {
        font: var(--h2);
        color: #000;
        font-weight: 600;
        margin-bottom: .5rem
    }

    .card p {
        font: var(--text);
        line-height: 120%;
        color: #656565
    }

    .card-description {
        max-width: 100%;
        text-align: start;
        padding-block: .5rem
    }

    .container_button {
        margin-top: 1.5rem;
        height: 80px;

        & span {
            font: var(--text-span);
            font-size: 16px !important
        }

        & .button-contact {
            width: 100%
        }
    }

    .carousel-track {
        display: flex;
        gap: .3rem;
        transition: transform 0.5s cubic-bezier(.22, .61, .36, 1);
        will-change: transform;
        touch-action: pan-y;
        justify-content: normal
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 20px
    }

    .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #777;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease
    }

    .dot.active {
        background: #777;
        width: 26px;
        border-radius: 999px
    }
}


#home {
    & h2 {
        padding-inline: 8.5rem !important;
    }
}

#home,
#video-section {

    & h1,
    h2 {
        text-align: center
    }

    h1 {
        font: var(--h1);
        line-height: normal
    }

    h2 {
        padding: 1.5rem 0 1.5rem;
        font: var(--h2)
    }

    strong {
        font-weight: 700
    }
}

.title-wrapper {
    max-width: 1280px;
    padding-inline: 1rem;
    margin-inline: auto;
    margin-block: 10%
}

.banner-container {
    height: 95vh;
    max-width: 100%;
    padding: 1.5em;
    align-content: center;
    background-image: url(../assets/imgs/banner.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;

    & .title-wrapper {
        & img {
            display: block;
            margin: auto;
            padding: 1.5rem
        }

        & a {
            justify-self: anchor-center;
            align-items: baseline;
            margin: .5rem;
            display: block;

            spam {
                background-image: url(../assets/Arrow_1.svg);
                width: 21px;
                height: 15px;
                background-repeat: no-repeat
            }
        }

        & .banner-button {
            margin: auto;
            text-align: center;
            margin-top: 2.5rem;

            & button {
                width: 180px;
                height: 50px;
                border: 1px solid #fff;
                border-radius: 23px;
                margin-inline: .5rem;
                cursor: pointer;
                background-color: #00294C;

                & a,
                span {
                    font: var(--text-button);
                    color: #fff;
                    margin: auto
                }
            }
        }


    }

    & .mouse-banner {
        animation: descer 1s linear infinite
    }
}

@keyframes descer {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(25px)
    }
}

button.whatsapp {
    background-color: #009E28 !important
}

.line-breaker {
    border-top: 4px solid var(--line-breaker);
    width: 150px;
    margin-top: 2rem;
    display: flex
}

.features-header {
    & h2 {
        padding: 1.5rem 0 1.5rem;
        font: var(--tex-md);
        color: var(--text-header-secondary);
        border-bottom: 1px solid #C1C1C1
    }
}

section#features {
    margin-bottom: 2.5rem
}

.grid.container {
    & .button-contact {
        margin: auto;
        color: var(--text-header-primary);
        display: block;
        background-color: #02192D
    }
}

#features {
    &>div {
        grid-template-columns: repeat(3, 400px)
    }

    & h2 {
        font: var(--h2);
        color: #000;
        font-weight: 600;
        margin: .5rem 0 .5rem;
        font-size: 42px
    }

    & p {
        font: var(--text);
        color: #656565
    }
}

#lst-icons {
    margin-block: 3.5rem;

    &>div {
        grid-template-columns: repeat(2, 200px)
    }

    & .check {
        display: flex;
        align-items: center;
        gap: .5rem
    }

    & span {
        font: var(--text-span-sm);
        font-size: 17px;
        font-weight: 400
    }
}

.aboutus-container {
    display: grid;
    grid-template-columns: 60% 40%;
    padding-bottom: 1.5rem;
    margin-bottom: 0rem;

    & .main-container {
        max-width: 1280px;
        padding-inline: 32px;
        margin-inline: auto;
        margin-top: 1.5rem
    }

    & h1 {
        padding: 1.5rem 0 1.5rem;
        font: var(--tex-md);
        color: var(--text-header-primary);
        border-bottom: 1px solid #C1C1C1;
        margin-bottom: 2rem
    }

    & span {
        font: var(--text-span);
        color: var(--text-header-primary);
        align-content: center;
        font-size: 18px
    }

    & p {
        margin-block: 1.5rem;
        font: var(--text-span-sm);
        color: #fff
    }

    & strong {
        color: #E2BD5F;
        font-weight: 600
    }

    & .about-us-content {
        max-width: 475px
    }

    & a.text-contact {
        color: #fff;
    }
}

.check {
    display: flex;
    align-items: center;
    gap: .5rem
}

#about-us {
    max-width: 100%;
    background-image: url(../assets/imgs/aboutusbackground.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;

    & aside {
        & img {
            margin-top: 2rem;
            height: 84vh
        }
    }

    & aside.banner-side {
        display: flex;
        align-items: center;
        width: 100%
    }

    & .arrow-white {
        display: none
    }

    & img.image-moblie {
        height: 30%;
    }
}

#comment {

    & img {
        margin-bottom: 1.5rem
    }

    & .carrosel-comments {
        margin-block: 2.5rem
    }

    .widget-container {
        min-height: 500px;
    }
}

.reviews-container {
    max-width: 1200px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.reviews-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.rating-number {
    font-size: 28px;
    font-weight: bold;
}

.rating-stars {
    color: #fbbc04;
    font-size: 18px;
}


.reviews-slider {
    position: relative;
    display: flex;
    align-items: center;
}


.review-carousel {
    overflow: hidden;
    width: 100%;
}

.track {
    display: flex;
    gap: 24px;
    transition: transform .5s ease;
    will-change: transform;
}

.review-card {
    flex: 0 0 calc((100% - 48px) / 3);
    background: #f5f5f5;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
    .review-card {
        min-width: 50%;
    }

    .track {
        gap: 0px;
    }

}

@media (max-width: 600px) {
    .review-card {
        min-width: 100%;
    }

    .reviews-container {
        padding-inline: 1.5rem;
    }
}

.card-inner {
    background: white;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.review-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.review-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.review-name {
    font-weight: bold;
    font-size: 14px;
}

.review-stars {
    color: #fbbc04;
    font-size: 14px;
    margin: 6px 0;
}

.review-text {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.nav-btn:hover {
    transform: translateY(-50%) scale(1.1);
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.nav-btn.prev {
    left: -20px;
}

.nav-btn.next {
    right: -20px;
}

#contact {
    height: 85vh;
    max-width: 100%;
    padding: 1.5em;
    align-content: center;
    background-image: url(../assets/imgs/last-banner.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;

    & .title-wrapper {
        max-width: 1280px;
        padding-inline: 5rem;
        margin-inline: auto
    }

    & h1 {
        font: var(--h1);
        font-size: 54px;
        font-weight: 400;
        text-align: center;
        line-height: normal;
        align-items: center;
        margin-block: 2.5rem
    }

    & .button-contact {
        margin: auto;
        text-align: center;
        margin-top: 2.5rem;
        display: block;

        & span {
            font-size: 22px
        }
    }
}

.stats {
    padding: 60px 5%
}

.stat.stats-box span {
    font-size: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37
}

.stat-col {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-top: 1rem
}

.stats-box {
    background-color: #02192D;
    ;
    border-radius: 20px;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    color: #fff
}

.stat {
    display: flex;
    justify-content: center
}

.stat h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px
}

.stat h2 span {
    color: #d4af37
}

.stat p {
    font-size: 16px;
    color: #c8d3df
}

.divider {
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, .2)
}

@media (min-width:1024px) and (max-width:1200px) {
    .stats-box {
        gap: 1rem
    }
}

@media (min-width:651px) and (max-width:1023px) {
    .stat.stats-box span {
        font-size: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d4af37
    }

    .stat-col {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        margin-top: 1rem
    }

    .stats-box {
        text-align: center;
        top: -1.5rem;
        position: relative;
        text-align: center;
        background-color: #02192D;
        border-radius: 15px;
        padding: 20px 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1px;
        color: #fff
    }

    .stat h2 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 1px !important
    }

    .stat p {
        font-size: 12px;
        color: #fff
    }

    .divider {
        width: 1px;
        height: 80px;
        background: rgba(255, 255, 255, .2)
    }

    .stats {
        padding: 0 0%
    }

    .line-breaker {
        border-top: 4px solid var(--line-breaker);
        width: 150px;
        margin-top: 1rem;
        display: flex
    }
}

@media (max-width:650px) {
    .stat.stats-box span {
        font-size: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d4af37
    }

    .stat-col {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        margin-top: 0
    }

    .stats-box {
        text-align: center;
        top: -1.5rem;
        position: relative;
        text-align: center;
        background-color: #02192D;
        border-radius: 15px;
        padding: 20px 4px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 3px;
        color: #fff
    }

    .stat h2 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 1px !important
    }

    .stat p {
        font-size: 8px;
        color: #fff;
        line-height: 1.2;
        margin-block: 0.2rem !important
    }

    .divider {
        width: 1px;
        height: 80px;
        background: rgba(255, 255, 255, .2)
    }

    .stats {
        padding: 0 1%
    }

    .banner-side {
        display: none
    }

    #comment {
        .h2-tittle {
            font-size: 24px !important
        }
    }
}

@media (min-width:2580px) {
    .banner-container {
        height: 100%;
        max-width: 1280px;
        padding: 1.5em;
        align-content: center;
        background-image: url(../assets/imgs/banner.png);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover;

        & .title-wrapper {
            max-width: 1280px;
            padding-inline: 10rem;
            margin-inline: auto;

            & img {
                display: block;
                margin: auto;
                padding: 1.5rem
            }

            & a {
                justify-self: anchor-center;
                align-items: baseline;
                gap: 8px;
                display: flex;

                spam {
                    background-image: url(../assets/Arrow_1.svg);
                    width: 21px;
                    height: 15px;
                    background-repeat: no-repeat
                }
            }
        }



    }

    #about-us {
        height: 100%;
        max-width: 1280px;
        background-image: url(../assets/imgs/aboutusbackground.png);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover
    }

    .aboutus-container {
        & .main-container {
            padding-inline: 32px;
            margin-left: 0
        }
    }

    #contact {
        height: 100%;
        max-width: 1280px;
        align-content: center;
        background-image: url(../assets/imgs/last-banner.png);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover
    }
}

@media (min-width:2580px) {

    .container-header,
    .header-nv,
    .aboutus-container,
    #banne,
    #about-us,
    #contact {
        margin-inline: auto;
        max-width: 1280px
    }

    #about-us {
        & aside {
            & img {
                margin-top: 2rem;
                height: 95%
            }
        }
    }
}

@media (min-width:750px) and (max-width:1330px) {
    .banner-container {
        height: 100%;
        max-width: 100%;
        padding: 1.5em;
        align-content: center;
        background-image: url(../assets/imgs/banner-mobile.webp);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover
    }

    .features-header {
        & h2 {
            padding: 1.5rem 0 1.5rem;
            font: var(--tex-md);
            color: var(--text-header-secondary);
            border-bottom: 1px solid #C1C1C1;
            padding-left: 1.5rem !important
        }
    }

    .grid.container {
        & .button-contact {
            display: block;
            margin: auto;
            background-color: #02192D;
            color: var(--text-header-primary);
            margin-block: 4rem
        }
    }

    aside.banner-side {
        display: none
    }

    .aboutus-container {
        & p {
            margin-block: 1.5rem;
            font: var(--text-span-sm);
            color: #fff;
            margin-right: 1rem
        }

        & h1 {
            padding: 1.5rem 0 1.5rem;
            font: var(--tex-md);
            color: var(--text-header-primary);
            border-bottom: 1px solid #C1C1C1;
            margin-bottom: 2rem
        }

        & span {
            font: var(--text-span);
            color: var(--text-header-primary);
            align-content: center;
            font-size: 18px
        }
    }

    #about-us {
        & aside {
            & img {
                height: auto
            }
        }
    }

    .aboutus-container {
        & .button-contact {
            margin-bottom: 1.7rem
        }
    }

    #contact {
        & h1 {
            font-size: 36px
        }
    }

    .areas-header {
        top: 8rem !important
    }
}

@media (max-width:749px) {
    img.logo {
        width: 130px;
        margin-bottom: 2.5rem !important
    }

    #home {
        h2 {
            font: var(--h2);
            padding-block: .5rem;
            padding-inline: 0.5rem !important;
        }

        h1 {
            font: var(--h1);
            line-height: normal;
            margin-block: .5rem
        }
    }

    .banner-container {
        background-image: url(../assets/imgs/banner-mobile.webp);
        background-size: cover;
        background-position: right;

        & .title-wrapper {
            & .banner-button {
                & button {
                    height: 34px;
                    border: 1px solid #fff;
                    border-radius: 23px;
                    margin-inline: 0;
                    background-color: #00294C;
                    margin-block: .5rem;
                    margin-inline: .5rem
                }
            }
        }

        & .title-wrapper {
            padding-inline: 1rem;
            margin-inline: auto;
            margin-top: 6.5rem
        }

        & .title-wrapper {
            & img {
                display: block;
                margin: auto;
                padding: inherit;
                margin-top: .5rem;
                width: 40%;
            }
        }

        & img.mouse-img {
            max-width: 6%;
        }
    }

    .areas {
        padding: 1rem 0% !important;
        position: relative
    }

    .features-header {
        & h2 {
            font: var(--tex-md);
            color: var(--text-header-secondary);
            border-bottom: 1px solid #C1C1C1;
            padding-inline: .5rem;
            font-size: 24px !important
        }
    }

    .grid.container {
        & .button-contact {
            display: block;
            margin: auto;
            background-color: #02192D;
            color: var(--text-header-primary);
            margin-block: 2rem
        }
    }

    #about-us {
        background-image: url(../assets/imgs/aboutusbackground-mobile.webp);

        & aside {
            & img {
                display: none
            }
        }
    }

    #lst-icons {
        margin-block: 2.5rem;

        &>div {
            grid-template-columns: repeat(2, 110px);
            margin-inline: auto
        }

        & span {
            font: var(--text-span-sm);
            font-size: 12px;
            font-weight: 400
        }
    }

    .aboutus-container {
        display: flex;
        grid-template-columns: 60% 40%;
        padding-bottom: 2.5rem;
        margin-bottom: 0;
        max-width: 100%;
        text-align: left;
        width: auto;

        & .button-contact {
            background-color: #009E28 !important;
            font-size: 10px !important;
            font-weight: 600 !important;
            margin-top: 1.5rem;
            border: 1px solid #fff;
            margin-inline: auto;
            display: flex;
            width: 250px !important;
            padding: 4px 12px
        }

        & span {
            font: var(--text-span);
            color: var(--text-header-primary);
            align-content: center;
            font-size: 16px;
            text-align: center !important;
            width: inherit;
            margin-right: 0rem
        }

        & h1 {
            padding: 1.5rem 0 1.5rem;
            font: var(--tex-md);
            color: var(--text-header-primary);
            border-bottom: 1px solid #C1C1C1;
            margin-bottom: 2rem;
            white-space-collapse: collapse;
            width: max-content;
            font-size: 32px
        }

        & p {
            font-size: 16px
        }

        & .text-contact {
            transition: transform 0.25s ease;
            font-size: 13px !important
        }
    }

    #contact {
        background-image: url(../assets/imgs/last-banner-mobile.webp);
        height: 50vh;

        & .title-wrapper {
            max-width: 1280px;
            padding-inline: 0rem;
            margin-inline: auto
        }

        & h1 {
            font: var(--h1)
        }

        & .button-contact {
            width: 180px
        }
    }

    .banner-side {
        display: none !important
    }



}

@media (min-width:651px) and (max-width:700px) {
    .banner-side {
        display: none !important
    }
}

@media (max-width:380px) {
    .banner-container {
        & .title-wrapper {
            width: 100%;
            padding-inline: 0
        }
    }

    #home {
        h2 {
            font-size: 19px;

        }
    }


}



.grid {
    display: grid
}

.grid-flow-col {
    grid-auto-flow: column
}

.grid-flow-col-2 {
    grid-template-columns: 1fr 1fr
}

.gap-16 {
    gap: 16px
}

.gap-30 {
    gap: 30px
}

.text-2xl {
    font: var(--h1)
}

.text-xl {
    font: var(--h2)
}

.text-lg {
    font: var(--h3)
}

.text-sm {
    font: var(--text-sm)
}

.gab-32 {
    gap: 32px
}

#video-section {
    max-height: 100%;

    & h1 {
        text-align: left;
        color: #000;
        text-align: left;
        font-weight: 600;
        border-bottom: 1px solid #000;
        padding-bottom: .5rem;
        font-size: 32px;
        margin-block: 1.5rem
    }

    & p,
    span {
        font: var(--text-sm);
        text-align: left;
        color: var(--primary)
    }

    & p {
        margin-block: 1.5rem
    }

    & UL {
        margin-left: 1.5rem
    }

    & .video-wrapper {
        margin: 2.5rem;
        padding: .5rem;

        & iframe {
            width: 640px;
            height: 360px
        }
    }

    & .center {
        flex-direction: column
    }

    & .button-contact {
        margin-block: 1.5rem;
        background-color: #02192D !important;

    }


    & a,
    span.text-contact {
        color: #ffff !important
    }

    .title-wrapper {
        margin-top: 10%;
        margin-bottom: 5%;
    }
}

@media (max-width:1024px) {
    #video-section {
        .title-wrapper {
            margin-top: 6.5rem !important
        }

    }

    @media (min-width:760px) and (max-width:950px) {

        #contact {
            height: 35vh !important;
        }
    }

    @media (max-width:450px) {
        & .video-wrapper {
            & iframe {
                width: 300px !important
            }

            & .button-contact {
                width: 300px !important
            }
        }

        p {
            margin-block: 0.5rem !important
        }


        & .video-wrapper {
            & iframe {
                width: 500px;
            }

        }
    }

}


@media (max-width:750px) {
    #video-section {
        & .button-contact {
            width: 280px !important;
            font-size: 12px !important;
            display: flex;
            justify-content: end;
            align-items: center;
        }

        & .title-wrapper {
            margin-top: 6.5rem;
        }

        & h1 {
            font-size: 24px;
        }
    }
}

@media (min-width:500px) and (max-width:750px) {
    & .video-wrapper {
        & iframe {
            width: 370px !important;
        }
    }
}

.modal {
    & iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: none
    }

    & iframe.active {
        display: block
    }
}

.btn-open {
    padding: 14px 28px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 999px;
    cursor: pointer
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
    z-index: 9999
}

.modal.active {
    opacity: 1;
    pointer-events: auto
}

.modal-content {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.close {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 5;
    background: rgba(0, 0, 0, .5);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-thumb {
    position: absolute;
    inset: 0;
    cursor: pointer
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.play-circle {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.play-triangle {
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    margin-left: 6px
}