@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;400;700&display=swap');

body {
    margin: 0;
    font-family: "Jost", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.3;
    color: silver;
    background-color: black;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* Page */
.page {
    overflow: hidden;
    max-width: 2500px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.gradient-button {
    text-align: center;
    text-decoration: none;
    margin: 15px 0 0 0;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    font-family: "Avenir Next", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: black;
    padding: 16px 40px;
    width: fit-content;
    background-color: #469cd4;
    margin-top: 30px;
    border-radius: 50px;
}

.gradient-button:hover {
    background-color: #537f3b;
}


/*Home page projects*/
.footer-cta{
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.footer-cta .brochureProject{
    margin-right: 20px;
}

.brochureProject {
    padding: 20px 40px;
    background-color: black;
    display: flex;
    flex-direction: row;
    width: fit-content;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 50px;
    margin-top: 40px;
}

.projectBrochureText {
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    line-height: 1;
    margin: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brochureProject:hover{
    background-color: #3b7228;
}

.btn-top{
    width: fit-content;
    margin: 40px auto 0 auto;
}

.projectBrochureImg {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 20px;
}

.cta-box{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cta-box a{
    cursor: pointer;
    text-decoration: none;
}

.btn_animation {
    -webkit-animation: pulsescale3d 1.25s infinite;
    animation: pulsescale3d 1.25s infinite;
    background-color: #a8b02f;
}

@-webkit-keyframes pulsescale3d {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0); }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(173, 143, 84, 1);
        box-shadow: 0 0 0 0 rgba(173, 143, 84, 1); }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 30px rgba(14, 207, 84, 0);
        box-shadow: 0 0 0 30px rgba(14, 207, 84, 0); }
}

@keyframes pulsescale3d {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0); }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(173, 143, 84, 1);
        box-shadow: 0 0 0 0 rgba(173, 143, 84, 1); }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 30px rgba(14, 207, 84, 0);
        box-shadow: 0 0 0 30px rgba(14, 207, 84, 0); }
}

/* Container */
.container {
    width: 100%;
    max-width: 1500px;
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
}

#myVideo2 {
    width: 100%; /* Set the width of the video */
    height: auto; /* Set the height of the video */
    border-radius: 40px;
}

#myVideo3 {
    border-radius: 40px;
}

@media (max-width: 1200px){
    .brochureProject {
        padding: 20px 45px;
        margin-top: 40px;
    }
    .projectBrochureText {
        font-size: 13px;
    }
    .projectBrochureImg {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
    .container {
        padding: 0 70px;
    }
}

@media (max-width: 1400px) {
    #myVideo2, #myVideo3 {
        border-radius: 20px;
    }
}

@media (max-width: 1100px) {
    .container {
        padding: 0 50px;
    }
}

@media (max-width: 1000px) {
    .container {
        padding: 0 30px;
    }
}

@media (max-width: 700px){
    .container {
        padding: 0 20px;
    }
    #myVideo2 {
        border-radius: 15px;
        max-width: 400px;
    }
}

/* Intro */
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    background-color: white;
    background-position: center;
    background-size: cover;
}

.video-title{
    font-size: 90px;
    font-family: "Avenir Nex", Arial;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    z-index: 2;
}

.intro__inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}

.intro__suptitle {
    font-size: 125px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 200px;
    background: -webkit-linear-gradient(#e8f252, #717623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-small{
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    color: white;
}

.line{
    position: relative;
    width: fit-content;
    margin-bottom: 40px;
    font-size: 40px;
    font-family: "Raleway", Arial;
    font-weight: 700;
    line-height: 1.3;

    background: -webkit-linear-gradient(#e8f252, #717623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.overlaymy {
    background-color: #0b4c008a;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

.overlay-green{
    background-color: #0d2401;
    width: 100%;
    height: 350px;
    z-index: 1;
    position: absolute;
    bottom: 0;
}

#jet {
    width: 100%;
    max-width: 1000px; /* or the size of your image */
    animation: float 4s ease-in-out infinite 0.2s;
    transform-origin: left; /* Start the scale from the top left */
    z-index: 0;
    margin: 70px auto 0 auto;
    left: 0;
    right: 0;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.subtitle{
    margin: 30px 0;
    font-size: 28px;
    letter-spacing: 4px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
}

.intro_text{
    color: #79817c;
    letter-spacing: 0.025rem;
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.bullet{
    margin-top: 30px;
}

.catalogue-btn{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: black;
    padding: 20px 50px;
    width: fit-content;
    text-decoration: none;
    background-color: #6ad446;
    transition: all 0.3s;
    margin: 30px auto 0 auto;
    border-radius: 50px;
}

.catalogue-btn:hover{
    background-color: #3b7228;
}

/*about*/
.section-company{
    background-color: #0d2401;
    padding: 120px 0;
}

.footer {
    padding: 100px 0;
}

.cta_box li{
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1700px) {
    .subtitle {
        font-size: 22px;
    }
    .video-title {
        font-size: 70px;
    }
}

@media (max-width: 1500px) {
    .video-title {
        font-size: 55px;
    }
}

@media (max-width: 1400px) {
    .line {
        font-size: 30px;
    }
    .intro_text {
        font-size: 14px;
    }
    .video-title {
        font-size: 55px;
    }
    .intro__suptitle {
        font-size: 90px;
    }
    .intro-small {
        font-size: 33px;
    }
}

@media (max-width: 1300px) {
    .video-title {
        font-size: 45px;
    }
}

@media (max-width: 1200px) {
    .intro__suptitle {
        font-size: 70px;
    }
    .intro-small {
        font-size: 25.5px;
    }
    .intro_text {
        font-size: 12px;
    }
    .cta_box li{
        font-size: 13px;
    }
    .subtitle {
        font-size: 18.5px;
    }
    .catalogue-btn {
        font-size: 13px;
        padding: 15px 30px;
        margin-top: 25px;
    }
    .video-title {
        font-size: 40px;
    }
    .section-company {
        padding: 120px 0;
    }
    .footer h3{
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .catalogue-btn {
        font-size: 11px;
    }
    .video-title {
        font-size: 37px;
    }
    .line {
        font-size: 25px;
    }
    .intro {
        min-height: 650px;
    }
}

@media (max-width: 1050px) {
    .section-company {
        padding: 100px 0;
    }
    .subtitle {
        font-size: 16px;
    }
    .intro_text {
        font-size: 11px;
    }
    .video-title {
        font-size: 30px;
    }
    #jet {
        width: 80%;
    }
}

@media (max-width: 900px) {
    .section-company {
        padding: 70px 0;
    }
    .intro__suptitle {
        font-size: 60px;
    }
    .intro-small {
        font-size: 22px;
    }
    .footer h3 {
        font-size: 13px;
    }
    .footer .cta_box {
        width: 55%;
    }
    .line {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .intro_text {
        font-size: 10px;
    }
}

@media (max-width: 800px) {
    .catalogue-btn {
        font-size: 13px;
        padding: 15px 30px;
        margin-top: 20px;
    }
}

@media (max-width: 700px) {
    .overlay-green {
        height: 150px;
    }
    .section-company {
        padding: 50px 0;
    }
    .intro {
        min-height: 100vh;
    }
    .subtitle {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 3px;
    }
    .intro__suptitle {
        font-size: 48px;
        margin-bottom: 0;
        letter-spacing: 0;
        margin-right: 0;
        line-height: 1.2;
    }
    .intro-small {
        font-size: 14px;
        margin: 10px 0 0 0;
        letter-spacing: 2px;
    }
    .catalogue-btn {
        font-size: 13px;
        padding: 15px 30px;
        margin-top: 20px;
    }
    .catalogue-btn {
        font-size: 11px;
        margin-top: 10px;
    }
    .line {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .video-title {
        font-size: 15px;
    }
    .video {
        min-height: 40vh;
        padding: 80px 0 30px 0;
        background-position: 65% 100%;
    }

    .footer{
        min-height: 40vh;
        padding: 100px 0;
        background-position: 45% 100%;
    }

    .footer .cta_box {
        width: 80%;
    }
    .footer h3 {
        font-size: 12px;
    }
}


/* Header */
.header {
    width: 100%;
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header.fixed {
    padding: 20px 0;
    /*background: linear-gradient(315deg, #753BBD 0%, #00A9CE 67.21%, #00A9CE 100%);*/
    background-color: black;
    box-shadow: 0 3px 10px rgb(255 255 255 / 20%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.6s;
}

.header.active {
    background-color: #eb8b8d;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 7px;
    text-decoration: none;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#e8f252, #717623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.header__logo img {
    max-width: 100%;
    height: auto;
}

/* Nav */
.phone-menu{
    display: -webkit-inline-flex !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center;
}

.flag-phone{
    width: 30px;
    margin-right: 5px
}

.nav {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.nav__link {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: color .1s linear;
}

.nav__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: opacity .1s linear;
}

.nav__link:hover:after,
.nav__link.active:after {
    opacity: 1;
}

.nav__link.active {
    color: #ffffff;
}

.text-black{
    color: #000;
}

.text-green{
    color: #78ff44;
}

.text-gold{
    color: #ca9330;
}

.text-white{
    color: #fff!important;
    text-decoration: none;
}

/* Nav toggle */
.nav-toggle {
    width: 25px;
    padding: 16px 0;
    display: none;
    font-size: 0;
    color: transparent;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 24px;
    z-index: 1;
}

.nav-toggle:focus {
    outline: 0;
}

.nav-toggle__item {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: background .2s linear;
}

.nav-toggle.active .nav-toggle__item {
    background: none;
}

.nav-toggle__item:before,
.nav-toggle__item:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: transform .2s linear;
}

.nav-toggle__item:before {
    top: -8px;
}

.nav-toggle__item:after {
    bottom: -8px;
}

.nav-toggle.active .nav-toggle__item:before {
    transform-origin: left top;
    transform: rotate(45deg) translate3d(0px, -3px, 0)
}

.nav-toggle.active .nav-toggle__item:after {
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3d(0px, 3px, 0);
}

.nav-whatsapp{
    color: #6ad446;
    font-weight: 700;
}

@media (max-width: 1600px) {
    .header__logo {
        font-size: 30px;
    }
    .nav {
        font-size: 14px;
        text-transform: uppercase;
    }
}

@media (max-width: 1400px) {
    .header__logo {
        font-size: 25px;
    }
    .nav {
        font-size: 13px;
        text-transform: uppercase;
    }
}

@media (max-width: 1200px) {
    .nav {
        font-size: 11px;
        text-transform: uppercase;
    }
    .header__logo {
        font-size: 20px;
    }
    .header.fixed {
        padding: 15px 0;
    }
}

@media (max-width: 990px) {
    .nav {
        font-size: 11px;
        text-transform: uppercase;
    }
}
@media (max-width: 770px) {
    .header {
        padding: 20px 0;
    }
    .nav-toggle__item:before, .nav-toggle__item:after {
        height: 2px;
    }
    .nav-toggle__item {
        height: 2px;
    }
    .nav-toggle {
        top: -5px;
    }
    .nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #0b0b0b;
    }
    .nav.active {
        display: block;
        top: 45px;
        padding: 20px 0;
    }
    .nav__link {
        display: block;
        margin: 0;
        padding: 10px 20px;
        width: fit-content;
    }
    .nav__link:after {
        width: 70%;
        left: 20px;
    }
    .nav-toggle {
        display: block;
    }
}
@media (max-width: 650px) {
    .nav.active {
        display: block;
        top: 38px;
    }
}


/* Slider */
.slider {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.slider__inner {
    display: flex;
    position: relative;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 200px 100px 200px;
    z-index: 1;
    background-color: #0d2401;
}

.slider__item {
    padding: 40px 30px;
    position: relative;
    width: 23%;
    border: 1px solid #ffffff3d;
    border-radius: 10px;
}

.slider__num {
    font-size: 150px;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-transform: uppercase;
    line-height: 1;

    background: -webkit-linear-gradient(#e8f252, #717623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.slider__num img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.slider__text p {
    width: fit-content;
    font-size: 18px;
    font-weight: 400;
    color: #e0e0e0;
    margin: 0 auto;
    margin-top: 30px;
}
.bg-dark .slider__text p {
    margin-top: 10px;
}
.slider__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-decoration: none;
    text-align: center;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1; /* Ensure video stays in the background */
}

@media (max-width: 1600px) {
    .slider__inner {
        padding: 20px 20px;
    }
    .slider__num {
        font-size: 110px;
    }
    .slider__text p {
        font-size: 15px;
    }
    .slider__item {
        padding: 50px 30px;
    }
}

@media (max-width: 1500px) {
    .slider__inner {
        padding: 0 20px;
    }
}

@media (max-width: 1400px) {
    .slider__num {
        font-size: 90px;
    }
    .slider__text p {
        font-size: 13px;
    }
}

@media (max-width: 1300px) {
    .slider__item {
        font-size: 12px;
    }
    .slider__num {
        font-size: 80px;
    }
}

@media (max-width: 1200px) {
    .video-title {
        font-size: 45px;
    }
    .video-section {
        padding: 100px 100px;
    }
}

@media (max-width: 1000px) {
    .slider__item {
        padding: 40px 40px;
        width: 49%;
        margin-bottom: 1%;
    }
    .slider__inner {
        padding: 0 50px;
    }
}
@media (max-width: 700px) {
    .slider__num {
        font-size: 60px;
    }
    .slider__inner {
        padding: 0 15px;
    }
    .slider__item {
        padding: 30px 15px;
    }
    .slider__num img {
        width: 30px;
        height: 30px;
    }
}


/* Section */
.section {
    padding: 150px 0;
    background-color: black;
}

.top-subtitle{
    font-size: 25px;
    font-weight: 600;
    color: white;
    line-height: 1.3;
}

@media (max-width: 1368px) {
    .top-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .section {
        padding: 100px 0;
    }
}

@media (max-width: 650px) {
    .top-subtitle {
        font-size: 18px;
    }
}

/* Statistics */
.statistics {
    margin-bottom: 20px;
}
.stat {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 50px;
}
.stat__item {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center;
    padding: 10px;
    color: #000000;
}
.stat__count {
    width: 50px;
    margin: 0 auto 20px auto;
}
.stat__text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.services__title {
    margin-bottom: 10px;

    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

@media (max-width: 990px) {
    .stat {
       justify-content: center;
    }
    .stat__item {
        flex: none;
        width: 33.33333%;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 0;
    }
    .stat__item:last-child {
        border-right: 0;
    }
    .footer__col--first {
        width: 100%;
    }
    .footer__col--second,
    .footer__col--third {
        width: 50%;
    }
    .instagram {
        justify-content: flex-start;
    }
    .instagram__item {
        width: auto;
        border-right: 1px solid white;
    }
}

@media (max-width: 770px) {
    .section {
        padding: 50px 0;
    }
    .footer__col--second,
    .footer__col--third {
        width: 100%;
    }
}


@media (max-width: 700px) {
    .stat__text {
        font-size: 10px;
    }
    .stat {
        margin-top: 0;
    }
    .stat__item {
        width: 50%;
    }
}

/*********************** whatsapp ************************/
.whatsapp-group {
    position: fixed;
    right: 3px;
    bottom: 0;
    z-index: 300000;
    cursor: pointer;
}

.tg-group{
    position: fixed;
    right: 3px;
    bottom: 54px;
    z-index: 300000;
    cursor: pointer;
}

.grow img {
    width: 50px;
}

.text-center{
    text-align: center;
}

@media (max-width: 400px) {
    .grow img {
        width: 40px;
    }
    .tg-group {
        bottom: 44px;
    }
}

/*footer*/
.intro__inner2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    margin-bottom: 70px;
    z-index: 2;
    text-align: center;
}

.cta-section {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: black;
}

.slider__inner2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: 200px;
    margin-top: 50px;
}

.no-bg{
    background: transparent!important;
    margin-bottom: 0!important;
}

.slider__num2 {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.slider__num2 img{
    max-width: 100%;
    height: auto;
    opacity: 0.6;
}

.slider__text2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-decoration: none;
}

.slider__text2 p {
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.478);
    margin: 0;
    margin-top: 20px;
}

.cta_box {
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.cta_img{
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro_box2 {
    width: 40%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.cta_title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}

.cta-form {
    padding: 40px;
    text-align: center;
    position: relative;
    background-color: #151515;

}

.cta-box-item {
    position: relative;
}

.section-about{
    position: relative;
    padding: 150px 0;
    background-color: #161616;
}

.bg-dark{
    background-color: #161616;
    padding: 0;
}

.cta_about{
    width: 70%;
}

.mar-t-100{
    margin-top: 100px;
}

.mar-t-200{
    margin-top: 150px;
}

.mob-revers{
    margin-top: 60px;
}

@media (max-width: 1600px) {
    .slider__inner2 {
        margin-left: 150px;
    }
    .section-about {
        padding: 120px 0;
     }
    .bg-dark {
        padding: 0 20px;
    }
}

@media (max-width: 1400px) {
    .slider__inner2 {
        margin-left: 100px;
    }
    .slider__text2 p {
        font-size: 12px;
        margin-top: 15px;
    }
    .slider__num2 {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    .section-about {
        padding: 120px 0;
    }
}

@media (max-width: 1200px) {

    .slider__inner2 {
        margin-left: 80px;
    }
    .slider__text2 p {
        font-size: 11px;
    }
    .slider__num2 {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 1100px) {
    .slider__num2 {
        width: 45px;
        height: 45px;
        margin-bottom: 10px
    }
    .slider__text2 p {
        font-size: 11px;
        margin-top: 10px;
    }
    .slider__item2 {
        width: 33.3%;
        margin-bottom: 30px;
    }
    .section-about {
        padding: 100px 0;
    }
}

@media (max-width: 1000px) {
    .slider__inner2 {
        margin-left: 40px;
    }
    .cta_box {
        width: 47%;
    }
    .section-about {
        padding: 70px 0;
    }
}

@media (max-width: 800px) {
    .cta_title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .slider__text2 p {
        font-size: 10px;
    }
    .intro__inner2 {
        padding: 0 20px;
    }
    .slider__num2 {
        margin-bottom: 0;
    }
}

@media (max-width: 700px){
    .bg-dark{
        padding: 0 15px;
    }
    .cta_box {
        width: 100%;
    }
    .cta_img {
        width: 100%;
        margin-top: 50px;
    }
    .mar-t-100 {
        margin-top: 50px;
    }
    .mob-revers{
        flex-direction: column-reverse;
    }
    .section-about {
        padding: 50px 0;
    }
    .cta_about {
        width: 100%;
    }
    .slider__inner2 {
        justify-content: left;
        margin-left: 0;
        margin-top: 20px;
    }
    .cta-form {
        padding: 20px 15px 15px;
    }
    .slider__num2 {
        width: 37px;
        height: 37px;
    }
    .slider__item2 {
        width: 49%;
        margin-bottom: 25px;
    }
    .intro__inner2 {
        margin-bottom: 0;
        margin-top: 50px;
    }
}

/* Video */
.video-section{
    position: relative;
    padding: 0 170px;
    background-color: #0d2401;
}

.video-box{
    position: relative;
}

.video-box video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; /* Make video fill the container */
    height: 100%; /* Cover the full height of the container */
    object-fit: cover; /* Ensure aspect ratio is maintained without stretching */
    z-index: 2; /* Positions the video behind any content in .bg-right-70 */
}

.video-box .cta_box {
    padding: 350px 0 50px 50px;
}

.video-title{
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: white;
}

@media (max-width: 1600px) {
    .video-box .cta_box {
        padding: 300px 0 50px 50px;
    }
    .video-section {
        position: relative;
        padding: 0 100px;
    }
}

@media (max-width: 1400px) {
    .video-title {
        font-size: 45px;
    }
    .video-section {
        padding: 0 70px;
    }
    .video-box .cta_box {
        padding: 280px 0 50px 50px;
    }
}

@media (max-width: 1300px) {
    .video-title {
        font-size: 40px;
    }
    .video-section {
        padding: 0 150px;
    }
}

@media (max-width: 1200px) {
    .video-title {
        font-size: 35px;
    }
    .video-section {
        padding: 0 100px;
    }
}

@media (max-width: 1100px) {
    .video-title {
        font-size: 30px;
    }
    .video-section {
        padding: 0 50px;
    }
}
@media (max-width: 1000px) {
    .video-section {
        padding: 0 30px;
    }
    .video-box .cta_box {
        padding: 200px 0 50px 50px;
    }
    .video-title {
        font-size: 25px;
    }
}
@media (max-width: 700px) {
    .video-box .cta_box {
        padding: 150px 20px 20px 20px;
    }
    #myVideo3 {
        border-radius: 15px;
    }
    .video-section {
        padding: 20px;
    }
    .video-title {
        font-size: 17px;
    }
}


/*********************slider */
.slide-container {
    width: 100%;
    padding: 100px 0 0 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 14px;
    background-color: white;
    border-radius: 0 0 25px 25px;
}

.card-content {
    min-height: 220px;
}

.image-content {
    height: 250px;
    position: relative;
    row-gap: 5px;
    padding: 30px;
    background-size: cover;
    background-position: center;
    border-radius: 25px 25px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
}

.name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.airplain-logo{
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.description {
    font-size: 17px;
    color: #000000;
    text-align: center;
    font-weight: 400;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #a8b02f;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #a8b02f;
}

.swiper-navBtn {
    color: #a8b02f;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #a8b02f;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #a8b02f;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #a8b02f;
}

@media screen and (max-width: 800px) {
    .card-content {
        min-height: 310px;
    }

    .slide-container {
        padding: 70px 0 0 0;
    }

    /* .swiper-navBtn{
      display: none;
    } */
}

@media (max-width: 1400px) {
    .image-content {
        height: 210px;
    }
    .card-content {
        min-height: 210px;
    }
    .name {
        font-size: 18px;
    }
    .description {
        font-size: 16px;
    }
}


@media screen and (max-width: 1050px) {
    .name {
        font-size: 17px;
        font-weight: 500;
        color: #333;
    }

    .description {
        font-size: 14px;
        color: #707070;
        text-align: center;
    }
}

@media screen and (max-width: 519px) {
    .name {
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

    .description {
        font-size: 13px;
        color: #707070;
        text-align: center;
    }

    .card-content {
        min-height: 170px;
    }
    .image-content {
        height: 170px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 60%;
    }
}