/* =========================================================
   RAHBAN TIR
   SERVICES - AIR
========================================================= */

.air-page {
    direction: rtl;
    background: #f5f7fa;
    color: #102f52;
    overflow: hidden;
}


/* =========================================================
   HERO
========================================================= */

.air-hero {
    position: relative;
    min-height: 610px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            120deg,
            #082c52 0%,
            #123e72 55%,
            #1d548d 100%
        );

    overflow: hidden;
}

.air-hero::before,
.air-hero::after {
    content: "";

    position: absolute;

    border-radius: 50%;

    border:
        1px solid rgba(255,255,255,.08);
}

.air-hero::before {
    width: 620px;
    height: 620px;

    right: -330px;
    top: -350px;
}

.air-hero::after {
    width: 450px;
    height: 450px;

    left: -270px;
    bottom: -290px;
}

.air-hero-container {
    position: relative;
    z-index: 2;

    width: min(1240px, 94%);

    margin: auto;

    display: grid;

    grid-template-columns:
        1fr 1fr;

    align-items: center;

    gap: 60px;

    padding: 80px 0;
}

.air-hero-content {
    color: #fff;
}

.air-eyebrow {
    display: inline-flex;

    align-items: center;

    padding: 8px 17px;

    margin-bottom: 20px;

    border-radius: 30px;

    background: rgba(255,255,255,.08);

    border:
        1px solid
        rgba(255,255,255,.15);

    color: rgba(255,255,255,.88);

    font-size: 11px;

    font-weight: 800;
}

.air-hero h1 {
    margin: 0 0 20px;

    color: #fff;

    font-size:
        clamp(32px, 4vw, 53px);

    line-height: 1.55;

    font-weight: 900;
}

.air-hero h1 span {
    color: #ef3438;
}

.air-hero-content > p {
    max-width: 590px;

    margin: 0 0 30px;

    color:
        rgba(255,255,255,.80);

    font-size: 13px;

    line-height: 2.3;
}

.air-hero-actions {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;
}

.air-btn-primary,
.air-btn-secondary {
    min-height: 48px;

    padding: 0 26px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 900;

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.air-btn-primary {
    background: #ef3438;

    color: #fff;

    box-shadow:
        0 12px 30px
        rgba(239,52,56,.25);
}

.air-btn-primary:hover {
    background: #d92a30;

    transform:
        translateY(-2px);
}

.air-btn-secondary {
    background:
        rgba(255,255,255,.06);

    border:
        1px solid
        rgba(255,255,255,.28);

    color: #fff;
}

.air-btn-secondary:hover {
    background:
        rgba(255,255,255,.13);

    transform:
        translateY(-2px);
}


/* =========================================================
   AIRPLANE
========================================================= */

.air-hero-visual {
    position: relative;

    min-height: 390px;

    display: flex;

    align-items: center;
    justify-content: center;
}

.air-glow {
    position: absolute;

    width: 330px;
    height: 330px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.055);
}


/* Clouds */

.air-cloud {
    position: absolute;

    width: 115px;
    height: 32px;

    border-radius: 30px;

    background:
        rgba(255,255,255,.10);
}

.air-cloud::before,
.air-cloud::after {
    content: "";

    position: absolute;

    border-radius: 50%;

    background:
        rgba(255,255,255,.10);
}

.air-cloud::before {
    width: 45px;
    height: 45px;

    right: 18px;
    bottom: 5px;
}

.air-cloud::after {
    width: 34px;
    height: 34px;

    right: 55px;
    bottom: 3px;
}

.cloud-one {
    top: 65px;
    right: 40px;
}

.cloud-two {
    bottom: 90px;
    left: 35px;

    transform: scale(.75);
}


/* Plane */

.air-plane {
    position: relative;

    z-index: 4;

    width: 480px;
    height: 220px;

    transform:
        rotate(-8deg);
}


/* Main fuselage */

.air-plane-body {
    position: absolute;

    top: 95px;
    left: 65px;

    width: 350px;
    height: 45px;

    border-radius:
        50% 8px 8px 50%;

    background:
        linear-gradient(
            180deg,
            #eef4f7,
            #b9c9d4
        );

    box-shadow:
        0 15px 30px
        rgba(0,0,0,.18);
}

.air-plane-body::before {
    content: "";

    position: absolute;

    right: -18px;
    top: 10px;

    width: 35px;
    height: 25px;

    border-radius:
        0 50% 50% 0;

    background: #e5edf1;
}


/* Cockpit */

.air-plane-body::after {
    content: "";

    position: absolute;

    left: 17px;
    top: 7px;

    width: 48px;
    height: 29px;

    border-radius:
        25px 4px 4px 25px;

    background:
        linear-gradient(
            145deg,
            #c9e0ed,
            #527896
        );
}


/* Wings */

.air-wing {
    position: absolute;

    background:
        linear-gradient(
            145deg,
            #d9e3e9,
            #aebdc8
        );

    box-shadow:
        0 8px 15px
        rgba(0,0,0,.10);
}

.wing-top {
    top: 55px;
    left: 195px;

    width: 185px;
    height: 25px;

    clip-path:
        polygon(
            0 50%,
            100% 0,
            100% 100%
        );
}

.wing-bottom {
    top: 132px;
    left: 185px;

    width: 175px;
    height: 25px;

    clip-path:
        polygon(
            0 0,
            100% 0,
            100% 100%,
            15% 50%
        );
}


/* Tail */

.air-tail {
    position: absolute;

    top: 52px;
    right: 64px;

    width: 70px;
    height: 70px;

    background:
        #aebdca;

    clip-path:
        polygon(
            0 100%,
            35% 0,
            100% 100%
        );
}


/* Windows */

.air-window {
    position: absolute;

    top: 108px;

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background: #3f6b8b;

    border:
        2px solid
        #d8e6ed;
}

.aw1 {
    left: 140px;
}

.aw2 {
    left: 165px;
}

.aw3 {
    left: 190px;
}

.aw4 {
    left: 215px;
}

.aw5 {
    left: 240px;
}


/* Red stripe */

.air-plane-body {
    border-bottom:
        5px solid #ef3438;
}


/* Route line */

.air-route-line {
    position: absolute;

    width: 420px;
    height: 150px;

    left: 20px;
    top: 60px;

    border-top:
        2px dashed
        rgba(255,255,255,.22);

    border-radius: 50%;

    transform:
        rotate(-12deg);
}

.air-route-line span {
    position: absolute;

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #ef3438;
}

.air-route-line span:nth-child(1) {
    left: 20px;
    top: 15px;
}

.air-route-line span:nth-child(2) {
    left: 190px;
    top: -10px;
}

.air-route-line span:nth-child(3) {
    right: 20px;
    top: 20px;
}


/* =========================================================
   STATS
========================================================= */

.air-stats {
    position: relative;

    z-index: 6;

    width: min(1050px, 90%);

    margin:
        -45px auto 0;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    background: #fff;

    border-radius: 16px;

    box-shadow:
        0 15px 45px
        rgba(10,40,70,.12);
}

.air-stat {
    padding: 25px 15px;

    text-align: center;

    border-left:
        1px solid #edf0f3;
}

.air-stat:last-child {
    border-left: none;
}

.air-stat strong {
    display: block;

    margin-bottom: 6px;

    color: #173b6d;

    font-size: 25px;

    font-weight: 900;
}

.air-stat span {
    color: #7a8795;

    font-size: 10px;
}


/* =========================================================
   MAIN
========================================================= */

.air-main {
    width: min(1200px, 94%);

    margin: auto;

    padding: 90px 0;
}


/* =========================================================
   SECTION TITLE
========================================================= */

.air-section-title {
    text-align: center;

    margin-bottom: 42px;
}

.air-section-title > span,
.air-small-title {
    color: #ef3438;

    font-size: 10px;

    font-weight: 900;
}

.air-section-title h2 {
    margin: 8px 0 10px;

    color: #102f52;

    font-size: 30px;

    font-weight: 900;
}

.air-section-title p {
    max-width: 680px;

    margin: auto;

    color: #758292;

    font-size: 12px;

    line-height: 2;
}


/* =========================================================
   SERVICES
========================================================= */

.air-services-section {
    margin-bottom: 90px;
}

.air-services-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;
}

.air-card {
    position: relative;

    padding: 28px 24px;

    background: #fff;

    border:
        1px solid #e7edf2;

    border-radius: 15px;

    box-shadow:
        0 8px 28px
        rgba(16,47,82,.05);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.air-card::before {
    content: "";

    position: absolute;

    top: 0;
    right: 25px;

    width: 45px;
    height: 3px;

    border-radius:
        0 0 5px 5px;

    background: #ef3438;
}

.air-card:hover {
    transform:
        translateY(-7px);

    box-shadow:
        0 18px 38px
        rgba(16,47,82,.12);
}

.air-card-icon {
    width: 57px;
    height: 57px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 17px;

    border-radius: 14px;

    background: #edf4fb;

    color: #173b6d;

    font-size: 23px;
}

.air-card h3 {
    margin: 0 0 10px;

    color: #102f52;

    font-size: 16px;

    font-weight: 900;
}

.air-card p {
    margin: 0;

    color: #758292;

    font-size: 11px;

    line-height: 2;
}


/* =========================================================
   ROUTES
========================================================= */

.air-routes {
    position: relative;

    padding: 55px 35px;

    margin-bottom: 90px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #0c3158,
            #174777
        );

    overflow: hidden;
}

.air-routes::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    left: -170px;
    bottom: -220px;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.08);
}

.air-routes-heading {
    position: relative;
    z-index: 2;

    text-align: center;

    margin-bottom: 45px;
}

.air-routes-heading span {
    color: #ff5558;

    font-size: 10px;

    font-weight: 900;
}

.air-routes-heading h2 {
    margin: 8px 0;

    color: #fff;

    font-size: 29px;

    font-weight: 900;
}

.air-routes-heading p {
    margin: 0;

    color:
        rgba(255,255,255,.68);

    font-size: 11px;
}

.air-route-flow {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        1fr 70px 1fr 70px 1fr 70px 1fr;

    align-items: center;

    gap: 10px;
}

.air-route-point {
    padding: 22px 10px;

    text-align: center;

    background:
        rgba(255,255,255,.07);

    border:
        1px solid
        rgba(255,255,255,.12);

    border-radius: 13px;
}

.air-route-point strong {
    display: block;

    margin-bottom: 5px;

    color: #fff;

    font-size: 16px;
}

.air-route-point span {
    color:
        rgba(255,255,255,.60);

    font-size: 9px;
}

.air-route-line {
    position: relative;

    height: 2px;

    background:
        rgba(255,255,255,.20);
}

.air-route-line::after {
    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    width: 8px;
    height: 8px;

    transform:
        translate(-50%, -50%);

    border-radius: 50%;

    background: #ef3438;
}


/* =========================================================
   ADVANTAGES
========================================================= */

.air-advantages {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    align-items: center;

    gap: 60px;

    margin-bottom: 90px;
}

.air-advantages-content h2 {
    margin: 10px 0 18px;

    color: #102f52;

    font-size: 31px;

    line-height: 1.6;

    font-weight: 900;
}

.air-advantages-content > p {
    margin-bottom: 25px;

    color: #758292;

    font-size: 12px;

    line-height: 2.1;
}

.air-benefits {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 13px;
}

.air-benefits > div {
    padding: 16px;

    background: #fff;

    border:
        1px solid #e7edf2;

    border-radius: 10px;
}

.air-benefits strong {
    display: block;

    margin-bottom: 5px;

    color: #173b6d;

    font-size: 12px;
}

.air-benefits span {
    color: #7a8795;

    font-size: 9px;
}


/* Visual */

.air-advantages-visual {
    position: relative;

    min-height: 350px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #0c3158,
            #1d548d
        );

    overflow: hidden;
}

.air-globe-lines {
    position: absolute;

    width: 270px;
    height: 270px;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.15);

    box-shadow:
        inset 0 0 0 35px
        rgba(255,255,255,.025),
        inset 0 0 0 75px
        rgba(255,255,255,.02);
}

.air-globe-lines::before,
.air-globe-lines::after {
    content: "";

    position: absolute;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.10);
}

.air-globe-lines::before {
    inset: 35px 65px;
}

.air-globe-lines::after {
    inset: 65px 35px;
}

.air-location {
    position: relative;
    z-index: 2;

    width: 210px;
    height: 210px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.18);
}

.air-location-inner {
    width: 125px;
    height: 125px;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    border-radius: 50%;

    background: #ef3438;

    color: #fff;

    font-size: 16px;

    line-height: 1.5;

    font-weight: 900;
}

.air-pin {
    position: absolute;

    width: 13px;
    height: 13px;

    border-radius: 50%;

    background: #fff;

    box-shadow:
        0 0 0 5px
        rgba(255,255,255,.15);
}

.air-pin.p1 {
    top: 45px;
    right: 65px;
}

.air-pin.p2 {
    bottom: 55px;
    left: 65px;
}

.air-pin.p3 {
    top: 80px;
    left: 45px;
}


/* =========================================================
   PROCESS
========================================================= */

.air-process {
    margin-bottom: 90px;
}

.air-process-grid {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 15px;
}

.air-process-grid::before {
    content: "";

    position: absolute;

    top: 45px;

    right: 10%;
    left: 10%;

    height: 2px;

    background: #dce4eb;

    z-index: 0;
}

.air-process-item {
    position: relative;
    z-index: 1;

    padding: 20px 10px;

    text-align: center;
}

.air-process-item b {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 14px;

    border-radius: 50%;

    background: #173b6d;

    color: #fff;

    font-size: 15px;

    border:
        5px solid #f5f7fa;
}

.air-process-item h3 {
    margin: 0 0 7px;

    color: #102f52;

    font-size: 13px;
}

.air-process-item p {
    margin: 0;

    color: #7a8795;

    font-size: 9px;

    line-height: 1.9;
}


/* =========================================================
   CTA
========================================================= */

.air-cta {
    position: relative;

    padding: 60px 30px;

    text-align: center;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #ef3438,
            #d9272c
        );

    box-shadow:
        0 18px 45px
        rgba(239,52,56,.18);

    overflow: hidden;
}

.air-cta::before,
.air-cta::after {
    content: "";

    position: absolute;

    border:
        1px solid
        rgba(255,255,255,.12);

    border-radius: 50%;
}

.air-cta::before {
    width: 280px;
    height: 280px;

    right: -140px;
    top: -180px;
}

.air-cta::after {
    width: 220px;
    height: 220px;

    left: -100px;
    bottom: -150px;
}

.air-cta > div {
    position: relative;
    z-index: 2;
}

.air-cta span {
    color:
        rgba(255,255,255,.70);

    font-size: 10px;

    font-weight: 900;
}

.air-cta h2 {
    max-width: 700px;

    margin: 10px auto 12px;

    color: #fff;

    font-size: 29px;

    line-height: 1.6;

    font-weight: 900;
}

.air-cta p {
    max-width: 650px;

    margin: 0 auto 25px;

    color:
        rgba(255,255,255,.82);

    font-size: 12px;

    line-height: 2;
}

.air-cta a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding: 0 28px;

    border-radius: 9px;

    background: #fff;

    color: #d9272c;

    text-decoration: none;

    font-size: 11px;

    font-weight: 900;

    transition: .2s ease;
}

.air-cta a:hover {
    transform:
        translateY(-2px);

    box-shadow:
        0 8px 22px
        rgba(0,0,0,.12);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .air-hero-container,
    .air-advantages {
        grid-template-columns: 1fr;
    }

    .air-hero-content {
        text-align: center;
    }

    .air-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .air-hero-actions {
        justify-content: center;
    }

    .air-services-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .air-process-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .air-process-grid::before {
        display: none;
    }

    .air-route-flow {
        grid-template-columns:
            1fr 45px 1fr 45px 1fr;
    }

    .air-route-flow
    .air-route-point:last-child {
        grid-column: 2 / 5;

        width: 50%;

        margin: 10px auto 0;
    }
}


@media (max-width: 650px) {

    .air-hero {
        min-height: auto;
    }

    .air-hero-container {
        width: 92%;

        padding: 55px 0;
    }

    .air-hero h1 {
        font-size: 30px;
    }

    .air-hero-content > p {
        font-size: 11px;
    }

    .air-hero-visual {
        min-height: 270px;
    }

    .air-plane {
        transform:
            scale(.65)
            rotate(-8deg);
    }

    .air-stats {
        width: 92%;

        grid-template-columns: 1fr;

        margin-top: -15px;
    }

    .air-stat {
        border-left: none;

        border-bottom:
            1px solid #edf0f3;
    }

    .air-stat:last-child {
        border-bottom: none;
    }

    .air-main {
        width: 92%;

        padding: 65px 0;
    }

    .air-services-grid {
        grid-template-columns: 1fr;
    }

    .air-routes {
        padding: 40px 18px;
    }

    .air-route-flow {
        grid-template-columns: 1fr;
    }

    .air-route-line {
        width: 2px;
        height: 35px;

        margin: auto;
    }

    .air-route-flow
    .air-route-point:last-child {
        grid-column: auto;

        width: auto;

        margin: 0;
    }

    .air-advantages-content h2 {
        font-size: 26px;
    }

    .air-benefits {
        grid-template-columns: 1fr;
    }

    .air-process-grid {
        grid-template-columns: 1fr;
    }

    .air-cta {
        padding: 45px 20px;
    }

    .air-cta h2 {
        font-size: 25px;
    }
}