:root {
    --white-color: #ffffff;
    --black-color: #27272e;
    --text-color: #5d5a88;
    --primary-color: #2fbc7a;
    --dark-primary-color: #238b5a;
    --secondary-color: #0a3d5e;
    --drop-shadow: 0px 1px 4px 0px #19213d14;
    --stroke-color: #f1f3f7;
}
.nav-home {
    background-color: rgba(10, 61, 94, 30%);
    backdrop-filter: blur(5px);
}

.nav-home .container li::after {
    background-color: var(--white-color);
}

.nav-home .container .lang-btn {
    color: var(--white-color);
}

.nav-home .container .lang-btn::after {
    background-color: var(--white-color) !important;
}

.nav-home .container a {
    color: var(--white-color);
}

.nav-home .container .nav-actions .icon-burger {
    color: var(--white-color);
}

.nav-home.scrolled {
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.nav-home.scrolled .container a {
    color: var(--text-color);
}

.nav-home.scrolled .container .nav-actions .icon-burger {
    color: var(--text-color);
}

.nav-home.scrolled .container li::after {
    background-color: var(--primary-color);
}

.nav-home.scrolled .container .lang-btn {
    color: var(--text-color);
}

.nav-home.scrolled .container .lang-btn::after {
    background-color: var(--primary-color) !important;
}

/* ============= Home - Hero ============= */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    color: var(--white-color);
}

.hero .swiper {
    overflow: hidden;
    height: 100%;
}

.hero .swiper .swiper-slide {
    position: relative;
}

.hero .swiper .swiper-slide .hero-image {
    position: relative;
    height: 100%;
}
[dir="rtl"] .arrow-icon svg
{
    transform: rotate(180deg) !important;
}

.hero .swiper .swiper-slide .hero-image .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: zoomIn 3s ease-out forwards;
}
[dir="rtl"] .hero .swiper .swiper-slide .hero-image .img-cover {
    transform: scaleX(-1) !important;
}

.hero .swiper .swiper-slide .content {
    position: absolute;
    top: 50%;
    left: 5vw;
    right: 5vw;
    max-width: 65%;
    z-index: 10;
    animation: slideIn 3s ease-out forwards;
}

.hero .swiper .swiper-slide .content h1 {
    font-size: 55px;
    font-weight: 900;
    line-height: 68px;
    margin-bottom: 16px;
}

.hero .swiper .swiper-slide .content p {
    font-size: 24px;
    line-height: 30px;
    color: #f2f1fa;
}

.hero .swiper .swiper-slide .content .hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

.hero .swiper .swiper-slide .hero-pattern {
    width: 170px;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
[dir="rtl"] .hero .swiper .swiper-slide .hero-pattern {
    right: 0;
}

.hero .swiper .swiper-slide .hero-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.hero .swiper .swiper-slide .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #2d2b53 0%, #2d2b5300 100%);
    z-index: 4;
    pointer-events: none;
}
[dir="rtl"] .hero .swiper .swiper-slide .hero-overlay {

    background: linear-gradient(to left, #2d2b53 0%, #2d2b5300 100%);

}

.hero .swiper-pagination {
    padding-bottom: 32px;
}

.hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px !important;
    border-radius: 999px;
    background-color: var(--primary-color) !important;
    transition-duration: 1s;
}

.hero .swiper-pagination-bullet {
    height: 14px !important;
    width: 14px !important;
    background-color: var(--white-color) !important;
    opacity: 100% !important;
    transition-duration: 1s;
}

@media screen and (max-width: 769px) {
    .hero .swiper-pagination-bullet {
        height: 10px !important;
        width: 10px !important;
    }

    .hero .swiper .swiper-slide .hero-pattern {
        width: 100px;
    }

    .content {
        /* position: absolute; */
        z-index: 10;
        max-width: 100%;
    }

    .content h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 16px;
        font-weight: 700;
    }

    .content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .statistics .container {
        padding: 24px 20px;
        align-items: start;
        flex-direction: column;
    }

    .statistics .container .statistics-numbers {
        width: 100%;
        gap: 32px;
        align-items: center;
        justify-content: center;
    }

    .section-mt {
        margin-top: 56px;
    }

    .section-title {
        margin-bottom: 45px;
    }

    .section-title h2 {
        font-size: 36px !important;
        margin-bottom: 8px !important;
    }

    .section-title p {
        line-height: 24px !important;
        font-size: 16px !important;
    }

    .routes-items {
        gap: 16px;
    }

    .navbar {
        height: 75px;
    }

    .navbar .logo {
        max-width: 150px;
    }

    .navbar .container ul {
        display: none;
    }

    .navbar .container .nav-actions .icon-burger {
        display: block;
    }

    .about-section .container .left {
        max-width: 100%;
        height: 350px;
    }

    .about-section .container .about-content {
        flex-direction: column;
    }

    .contact-form .container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .contact-form .container .map {
        max-width: 100%;
        height: 350px;
    }

    .contact-information .container {
        flex-direction: column;
        gap: 32px;
        align-items: start;
    }

    .contact-information .container::after {
        width: 100%;
    }

    .contact-information .container .contact-item {
        justify-content: start;
    }

    .contact-information .container .vertical-line {
        display: none;
    }

    .founder-message {
        overflow: hidden;
    }

    .founder-message .container .founder-info {
        overflow-x: hidden;
        justify-content: center;
    }

    .founder-message .container .founder-info h3 {
        font-size: 24px;
    }

    .founder-message .container .founder-info .founder-img {
        max-width: 100%;
        height: 350px;
    }

    .founder-message .container .content {
        flex-direction: column;
    }

    .founder-message .container .message {
        overflow-x: hidden;
    }

    .founder-message .container .message::before {
        top: 13px;
        max-width: 100px;
    }

    footer .container .part-one {
        flex-direction: column;
        align-items: start;
    }

    footer .container .part-one .routes-items {
        gap: 8px;
        flex-direction: column;
        align-items: start;
    }

    footer .container .part-two {
        text-align: start;
    }

    .hero-section {
        height: 470px;
    }

    .hero-section .hero-content {
        max-width: 100%;
    }

    .hero-section .hero-content h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .hero-section .hero-content p {
        font-size: 16px;
    }

    .about-section::before {
        display: none;
    }

    .about-section::after {
        display: none;
    }

    .about-section .container {
        padding: 0 !important;
    }

    .about-section .container .left,
    .about-section .container .section-title {
        padding: 0 5vw;
    }

    .about-section .container .right .about-description {
        padding: 0 5vw;
    }

    .about-section .container .right .mission-vision {
        position: relative;
        padding: 40px 5vw;
    }

    .about-section .container .right .mission-vision::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background-image: linear-gradient(150deg, #0a3d5e 0%, #08273b 100%);
        min-height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .privacy-terms-sections .container .box h3 {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 30px;
    }

    .logo {
        max-width: 160px;
    }

    .slider-logos button {
        width: 35px;
        height: 35px;
    }

    .slider-logos button svg {
        flex-shrink: 0 !important;
        width: 15px;
        height: 15px;
    }

    .slider-logos .swiper-slide {
        width: 200px;
        height: 90px;
        border-radius: 14px;
    }

    .slider-logos .swiper-slide img {
        width: 110px;
    }

    .hero-section {
        margin-top: 75px;
    }

    .hero-section .hero-pattern {
        width: 100px;
    }

    .about-section .container .right .mission-vision {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .statistics .container .statistics-numbers {
        flex-direction: column;
        align-items: start !important;
    }
}

@media screen and (max-width: 1320px) {
    .services-section .cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)) !important;
        gap: 16px;
    }
}
