﻿#responsiveMenu {
    display: none;
}
.modal {
    z-index: 999999999;
}
body {
    background-color: var(--secondary) !important;
}

#menuOverlay {
    display: none;
}

.pad-20 {
    padding: 20px;
}

.airline-box {
    display: flex;
    border: 2px solid var(--secondary);
    border-radius: 10px;
    margin-top: 40px;
    overflow: hidden;
}

    .airline-box.primary {
        border: 2px solid var(--primary);
    }

.airline-slider {
    display: flex;
    align-items: center;
}

.airline-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 170px;
    text-align: center;
    border-left: 1px solid var(--secLight);
}

    .airline-price span {
        color: var(--primary);
        font-weight: 500;
        display: block;
        line-height: 30px;
    }

    .airline-price.active .al-date-price {
        background-color: var(--primary);
        padding: 4px 16px;
        border-radius: 10px;
        width: 90%;
    }

    .airline-price.active span {
        color: var(--secondary);
    }

.al-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .al-img img {
        width: 34px !important;
        border-radius: 50%;
    }

.title-box {
    display: block;
    background-color: var(--secondary);
    /* height: max-content; */
    width: 170px;
    padding: 10px 16px;
    /* height: -webkit-fill-available; */
    text-align: center;
    flex-shrink: 0;
}

    .title-box.primary {
        background-color: var(--primary);
        display: flex;
        align-items: center;
        /* gap: 8px; */
        flex-direction: column;
    }

    .title-box img {
        display: block;
        margin: 0 auto 10px;
        width: 30px;
    }

    .title-box b {
        color: var(--light);
        font-weight: 500;
        width: max-content;
    }

.section {
    display: block;
    width: 100%;
    border-radius: 50px 50px 0 0;
    background-color: var(--light);
    margin-top: 100px;
    padding: 10px 0;
}

.section-list {
    margin-top: 0px;
}

.card {
    margin-top: 30px;
}

    .card.min-space {
        margin-top: 20px;
    }

.parvaz-info {
    display: flex;
    width: 100%;
    margin: 40px auto 0;
    justify-content: center;
}

    .parvaz-info span {
        color: var(--secondary);
        font-weight: 500;
        position: relative;
        display: block;
        padding: 0 20px;
        border-left: 1px solid var(--secLight);
    }

        .parvaz-info span.hasIcon::before {
            content: "";
            position: absolute;
            top: -35px;
            left: 50%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            /* background: var(--secLight); */
            transform: translate(-50%, 0);
        }

        .parvaz-info span.hasIcon.city::before {
            background-image: url(../icons/chapar.svg);
        }

        .parvaz-info span.hasIcon.airplane::before {
            background-image: url(../icons/airplane2.svg);
        }

        .parvaz-info span.hasIcon.bar::before {
            background-image: url(../icons/bar.svg);
        }

        .parvaz-info span.hasIcon.cabin::before {
            background-image: url(../icons/cabin.svg);
        }

        .parvaz-info span.hasIcon.airClass::before {
            background-image: url(../icons/class.svg);
        }

        .parvaz-info span:first-child {
            padding-right: 0;
        }

        .parvaz-info span:last-child {
            padding-left: 0;
            border: 0;
            padding-right: 0px;
        }

.flight-path {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 20px 0;
}

    .flight-path .airport {
        color: var(--primary);
        font-weight: bold;
        margin: 0 10px;
    }

    .flight-path .line {
        position: relative;
        width: 80%;
        height: 2px;
        background-color: var(--primary);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flight-path .airport:first-child::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        /* -webkit-mask-image: url("../images/airplane.svg"); */
        background: no-repeat;
        background-size: contain;
        background-position: center;
        width: 30px;
        height: 30px;
        /* background-color: var(--primary); */
        margin-right: 6px;
        background-image: url(../images/airplane.svg);
    }

    .flight-path .airport:last-child::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        background-color: var(--primary);
        border-radius: 50%;
        margin: -1px -11px 0 7px;
    }

    .flight-path .flight-time {
        position: absolute;
        top: -14px;
        background-color: var(--primary);
        color: var(--secondary);
        padding: 4px 10px;
        border-radius: 8px;
        font-size: 10pt;
        font-weight: 500;
    }

.parvaz-time {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .parvaz-time .time-info {
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .parvaz-time .time-info span {
            color: var(--secondary);
            font-weight: 500;
        }

.client-cards {
    display: flex;
    width: 100%;
    gap: 60px;
    margin: 60px auto;
}

    .client-cards img {
        width: 45%;
    }

.c-cards {
    width: 55%;
}

    .c-cards .card:not(:first-child) {
        margin-top: 10px;
    }

.factor-box {
    overflow: hidden;
}

    .factor-box .title {
        font-size: 16pt;
    }

    .factor-box .title {
        display: block;
        margin: 0;
        border-radius: 0;
        width: 100%;
    }

    .factor-box .card-content {
        background-color: var(--primary);
    }

.factor-items {
    display: grid;
    grid-template-columns: 60% 40%;
}

.factor-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .factor-info b {
        font-size: 14pt;
        color: var(--secondary);
    }

.factor-opt {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
}

    .factor-opt input {
        width: 100%;
    }

.factor-details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .factor-details span {
        font-weight: 600;
        font-size: 14pt;
        color: var(--secondary);
        border-left: 2px solid var(--light);
        padding: 0 60px;
    }

        .factor-details span:first-child {
            padding-right: 0;
        }

        .factor-details span:last-child {
            border-left: 0;
            padding-left: 0;
        }

.last-factor-opt {
    display: flex;
    margin-top: 20px;
    justify-content: end;
    gap: 10px;
    margin-bottom: -41px;
}

    .last-factor-opt input {
        min-width: 200px;
    }

.last-factor {
    margin-bottom: 60px;
}

.parvaz-list-filter {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 14px;
}

.parvaz-filter h2 {
    font-size: 16pt;
    margin: 0;
    color: var(--secondary);
}

.parvaz-filter-items {
    background: var(--light);
    margin-top: -50px;
    padding: 10px 20px;
    border-radius: 10px 0 0 0;
}

.parvaz-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .parvaz-filter cc {
        display: flex;
        gap: 10px;
    }

c1,
c2 {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--primary);
}

c1 {
    background-color: var(--secondary);
}

.filter-items {
    display: block;
    margin-top: 40px;
}

.price-container {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--secLight);
    padding: 10px 0 24px;
}

    .price-container.rdo-box {
        padding: 10px 0;
    }

.rdo-box .input-group {
    margin-top: 10px;
}

b.f-item-title {
    color: var(--secondary);
    font-size: 14pt;
    font-weight: 500;
}



.min-price,
.max-price {
    display: block;
    border: 2px solid var(--primary);
    background-color: var(--light);
    border-radius: 10px;
    padding: 6px;
    text-align: center;
}

    .min-price b,
    .max-price b {
        font-weight: normal;
        padding-left: 4px;
        color: var(--primary);
    }

    .min-price span,
    .max-price span {
        color: var(--primary);
    }

    .min-price p,
    .max-price p {
        color: var(--primary);
        display: block;
        margin: 0;
        text-align: right;
    }



img.airlineImg {
    width: 26px;
    border-radius: 50%;
    margin-right: 10px;
}

.airline .radioLabel {
    margin-right: 10px !important;
}

.airline .radio span {
    margin: 0px 46px 8px 0;
    color: var(--primary);
    font-weight: 500;
}

.filter-item:last-child .price-container {
    border-bottom: 0;
}

.card-content-parvaz {
    border-left: 1px solid var(--secLight);
    padding: 0 10px;
}

    .card-content-parvaz:last-child {
        border-left: 0;
    }

    .card-content-parvaz.flex {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        text-align: center;
        height: 100%;
        justify-content: center;
    }

        .card-content-parvaz.flex.row {
            flex-direction: row;
            gap: 0;
        }

    .card-content-parvaz img {
        width: 50px;
        border-radius: 50%;
    }

.primary-text {
    color: var(--primary) !important;
}

.parvaz-grid-card {
    display: grid;
    grid-template-columns: 15% 45% 20% 20%;
    align-items: center;
    padding-top: 0;
}

.card-content-parvaz .flight-path .flight-time {
    font-size: 9pt;
}

.info-box-parvaz {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
}

    .info-box-parvaz span {
        font-weight: 500;
        color: var(--secondary);
        font-size: 14pt;
    }

.card-content-parvaz.parvaz-opt b {
    color: var(--secondary);
    font-size: 16pt;
}

.card-content-parvaz.parvaz-opt .btn {
    color: var(--light);
    width: 80%;
}

.card-content-parvaz.parvaz-opt a {
    color: var(--secondary);
    font-weight: 500;
}

.adz {
    min-height: 100px;
    background-color: var(--secondary);
    display: grid;
    grid-template-columns: 40% 20% 40%;
    padding: 20px 30px;
    gap: 10px;
    justify-content: center;
    margin: 20px auto;
    border-radius:16px;
}

.adz img {
        height: 100%;
        border-radius: 10px;
        width: 100%;
        object-fit: cover;
    }

.paging {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .paging .page-item {
        font-size: 14pt;
        font-weight: 500;
    }

        .paging .page-item.page-item-prev {
            color: var(--primary);
        }

        .paging .page-item.page-item-next {
            color: var(--primary);
        }

        .paging .page-item.page-item-prev::before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            -webkit-mask-position: center;
            -webkit-mask-image: url(/template/ajmaanew/icons/arrow.svg);
            background-color: var(--primary);
            width: 10px;
            height: 10px;
            transform: rotate(180deg);
            margin-left: 6px;
        }

        .paging .page-item.page-item-next::after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            -webkit-mask-position: center;
            -webkit-mask-image: url(/template/ajmaanew/icons/arrow.svg);
            background-color: var(--primary);
            width: 10px;
            height: 10px;
            margin-right: 6px;
        }

.page-line {
    display: block;
    height: 30px;
    width: 2px;
    background-color: var(--secLight);
    margin: 0 10px;
}

.day-price.owl-carousel.owl-rtl .owl-item {
    border-left: 1px solid var(--secLight);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 0) and (max-width: 600px) {
    .parvaz-list-filter {
        grid-template-columns: 100%;
    }

    .paging {
        justify-content: center;
    }

    .card .title {
        margin: -23px 16px 0 0;
    }

    .secondary .card .title {
        width: 70%;
        display: inline-block;
    }

    .parvaz-grid-card {
        grid-template-columns: 100%;
    }

    .card-content-parvaz {
        border-bottom: 1px solid var(--secLight);
        border-left: 0;
        padding: 10px 0;
    }

    .info-box-parvaz {
        padding-top: 10px;
    }

    .card-content-parvaz:last-child {
        border-bottom: 0;
    }

    .card-content-parvaz.flex {
        height: auto;
    }

    .info-box-parvaz span {
        font-size: 12pt;
    }

    .flight-path .airport {
        margin: 0 2px;
    }

    .parvaz-info {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

        .parvaz-info span {
            border: 0;
            padding: 0;
        }

            .parvaz-info span.hasIcon::before {
                display: none;
            }

    .parvaz-time {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }

    .form .input-group {
        flex-basis: 100%;
    }

    .client-cards {
        flex-direction: column;
    }

        .client-cards img {
            width: 100%;
        }

    .secondary .card.factor-box .title {
        width: 100%;
        margin: 0;
    }

    .factor-items {
        grid-template-columns: 100%;
        gap: 20px;
    }

    .factor-details {
        flex-direction: column;
    }

        .factor-details span {
            border-bottom: 2px solid var(--light);
            padding: 20px 0;
            border-left: 0;
            text-align: center;
        }

    .last-factor-opt {
        margin-bottom: 0;
        flex-direction: column;
    }
}

#airlinesSlider,
#dayPrice {
    display: flex;
    align-items: center;
    padding-right: 8px;
    padding-block: 8px;
}

#dayPrice {
    background-color: #FFF;
}

.max-clock,
.min-clock {
    direction: ltr;
}


.inputs-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-right: auto;
    align-items: end;
}

.inputs-box-top {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: flex-end;
}

.rest-time {
    border-radius: 12px;
    padding: 12px 24px;
    background-color: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 8px; */
}

.rest-time-text,
.rest-time-time {
    font-weight: 500;
    font-size: 16px;
    color: var(--primary);
    margin: 0;
}

.rest-time-time {
    direction: ltr;
    min-width: 50px;
}

.inputs-box-top-input {
    border-radius: 12px;
    padding: 10px 48px;
    background-color: #FFF;
    border: 2px solid var(--primary);
    font-weight: 500;
    font-size: 16px;
    color: var(--primary);
}

.get-app {
    border-radius: 12px;
    padding: 10px 24px;
    background-color: #FFF;
    border: 2px solid var(--primary);
    font-weight: 500;
    font-size: 16px;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.inputs-box-bottom {
    border-radius: 12px;
    padding: 12px 24px;
    background-color: #FFF;
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: -webkit-fill-available;
}

.add-passenger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 16px;
    border-left: 1px solid var(--secLight);
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary);
    cursor: pointer;
}

.adult-count,
.child-count,
.infant-count {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-left: 30px;
    border-left: 1px solid var(--secLight);
    font-weight: 500;
    font-size: 16px;
    color: var(--primary);
}

.infant-count {
    border: unset;
}

.header-content-items-box {
    width: 72%;
    position: relative;
    left: 0;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.rest-time-icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    padding-left: 8px;
}

.get-app-icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.add-passenger-icon {
    width: 32px;
    object-fit: cover;
}


@media screen and (min-width: 0) and (max-width: 600px) {
    .inputs-box-top {
        flex-direction: column;
    }

    .inputs-box-top {
        align-self: center;
    }

    .inputs-box-top-input {
        text-align: center;
    }

    .rest-time,
    .inputs-box-top-input,
    .get-app {
        padding-inline: 0;
        width: 250px;
    }

    .inputs-box-bottom {
        flex-direction: column;
    }

    .add-passenger,
    .adult-count,
    .child-count,
    .infant-count {
        padding-left: 0;
        padding-bottom: 16px;
        border-left: unset;
        border-bottom: 1px solid var(--secLight);
    }
}


@media (max-width: 1300px) {

    .header-content-items-box {
        position: relative;
        width: 100%;
        top: 0;
    }

    .inputs-box {
        margin-left: auto;
    }


    .lnk {
        display: none;
    }

    #responsiveMenuButton {
        position: relative;
        border-radius: 6px;
        width: 50px;
        height: 50px;
        /* background-color: white; */
        cursor: pointer;
    }

        #responsiveMenuButton:before {
            content: "";
            background: center;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(../icons/menuIcon.svg);
            /* background-color: black; */
            top: 10px;
            left: 10px;
            position: absolute;
            width: 24px;
            height: 24px;
        }

    #responsiveMenu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        position: fixed;
        height: 100vh;
        width: 300px;
        background-color: white;
        padding: 10px;
        right: -400px;
        top: 0;
        z-index: 99999;
        box-shadow: -20px 0px 100px 0 #00000094;
        gap: 20px;
        transition: right 0.35s ease;
    }

        #responsiveMenu.active {
            right: 0;
        }

        #responsiveMenu #responsiveLang {
            display: flex;
            z-index: 999999;
            justify-content: center;
            gap: 20px;
            font-size: 11pt;
        }

            #responsiveMenu #responsiveLang a {
                font-size: 11pt;
                background-color: transparent;
                padding: 6px;
                color: black;
                border-radius: 6px;
            }

                #responsiveMenu #responsiveLang a.active {
                    font-size: 11pt;
                    background-color: var(--secondary);
                    padding: 6px;
                    color: white;
                    border-radius: 6px;
                }

        #responsiveMenu #responsiveItems {
            width: 100%;
            flex: 2;
        }

            #responsiveMenu #responsiveItems ul {
                list-style: none;
                padding: 0;
            }

                #responsiveMenu #responsiveItems ul li {
                    margin: 8px auto;
                    border-bottom: 1px dashed var(--primary);
                }

                    #responsiveMenu #responsiveItems ul li a {
                        font-size: 13pt;
                    }

        #responsiveMenu #responsiveLogo {
            padding-bottom: 30px;
        }

    #menuOverlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s ease;
    }

        #menuOverlay.active {
            opacity: 1;
            visibility: visible;
        }

    .client-cards img {
        display: none;
    }

    .c-cards {
        width: 100%;
    }
}


/* Modal section */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999;
}

.modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary);
    padding-inline: 32px;
    width: 500px;
    height: 560px;
    border-radius: 32px;
    display: none;
    z-index: 1000;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
    overflow: visible;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
}

/*.modal-content {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}*/

.modal-content-top-section {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    gap: 24px;
    background-color: #FFF;
    width: -webkit-fill-available;
    padding-inline: 24px;
    padding-top: 80px;
    padding-bottom: 32px;
    border-radius: 16px;
    position: relative;
}

.modal-content-top-section-fly-info {
    display: flex;
    align-items: center;
    width: 100%;
    /* justify-content: space-between; */
    gap: 32px;
}

.modal-content-top-section-fly-info-logo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 8px; */
    padding-left: 32px;
    border-left: 1px solid var(--secLight);
}


.modal-content-top-section-fly-info-logo-box-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.modal-content-top-section-fly-info-logo-box-airline-name {
    color: var(--secondary);
    font-weight: 600;
    font-size: 24px;
}

.modal-content-top-section-fly-info-logo-box-airline-code {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
}

.modal-content-top-section-fly-info-des-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 68%;
}

.modal-content-top-section-fly-info-des-box-top-texts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    .modal-content-top-section-fly-info-des-box-top-texts p {
        font-weight: 500;
        font-size: 16px;
        color: var(--primary);
    }

.modal-content-top-section-fly-info-des-box-middle-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.city-name {
    color: var(--secondary);
    font-size: 20px;
    font-weight: 600;
}

.line-container {
    display: flex;
    align-items: center;
    padding-top: 8px;
    width: 100%;
}

.line-section {
    width: 100%;
    height: 2px;
    background-color: var(--primary);
}

.airplane-svg {
    padding-left: 8px;
}

.circle-section {
    width: 14px;
    height: 14px;
    background-color: var(--primary);
    border-radius: 50%;
}

.modal-content-top-section-fly-info-des-box-bottom-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal-content-top-section-fly-info-des-box-bottom-section p {
        font-weight: 500;
        font-size: 16px;
        color: var(--primary);
    }

.modal-content-top-section-price-info {
    width: 70%;
    background-color: var(--secondary);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding-block: 8px;
    align-self: center;
}

.modal-content-top-section-price-info-top-text,
.modal-content-top-section-price-info-bottom-text,
.modal-content-top-section-price-info-bottom-text span{
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
}
.fontfff {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
}



.modal-content-top-section-price-info-middle-text {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
}

.modal-content-top-section-passenger-info {
    display: flex;
    align-items: end;
    gap: 8px;
}

.modal-content-top-section-passenger-info-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
    padding-bottom: 8px;
}

.modal-content-top-section-passenger-info-passengers-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 12px; */
    /* width: 53%; */
    width: 80%;
}

.input-box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.input-box-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
}

.input-box-input {
    border-radius: 1000px;
    padding: 0px 12px;
    background-color: #FFF;
    border: 2px solid var(--primary);
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary);
    width: 115px;
    height: 35px;
}


.modal-content-bottom-section {
    /* width: 100%; */
    border-radius: 16px;
    background-color: var(--secondary);
    padding-inline: 56px;
    padding-block: 16px;
    position: relative;
}

.warning-text {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary);
}

.info-text {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

.close-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    border-radius: 1000px;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 6%;
    bottom: -20%;
    background-color: #FFF;
    cursor: pointer;
}

    .close-modal:hover {
        background-color: var(--primary);
        color: #FFF;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.modal-box p {
    margin: 0;
}

.modal-header-img {
    position: absolute;
    top: -26px;
    left: 65px;
    width: 75%;
}

/* End modal section */

.flex-row {
    display: flex;
    flex-direction: row !important;
    gap: 4px;
    align-items: center;
}

.secondary-text-color {
    color: var(--secondary) !important;
}














.searchTrip {
    border-radius: 10px;
    border: 2px solid var(--secondary);
    padding: 40px 30px;
    position: relative;
    margin: 20px auto;
    /*	width: calc(100% - 60px);*/
}

    .searchTrip:not(.active) {
        display: none;
    }

    .searchTrip .frmSearch {
        position: absolute;
        display: flex;
        justify-content: flex-start;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999999999;
        /*width: calc(100% - 64px);*/
    }

        .searchTrip .frmSearch .input {
            border: 2px solid var(--primary);
            display: inline-flex;
            border-radius: 12px;
            height: 60px;
        }

            .searchTrip .frmSearch .input.double {
                margin-left: 10px;
            }

                .searchTrip .frmSearch .input.double .single {
                    position: relative;
                    width: 200px;
                }


                    .searchTrip .frmSearch .input.double .single::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 5px;
                        bottom: 5px;
                        width: 1px;
                        z-index: 1000;
                        background-color: #c9a961;
                    }


                    .searchTrip .frmSearch .input.double .single input:not(.date):not(.count-pass-adl) {
                        width: 100%;
                        height: 57px !important;
                        border: 0;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        background-color: #f8f7f3 !important;
                        /*z-index: 98;
		position: relative;*/
                        padding: 16px;
                        border-radius: 10px !important;
                        outline: none;
                        caret-color: transparent;
                        /*		color: transparent;*/
                    }


        .searchTrip .frmSearch .btn {
            background-color: var(--secondary);
            color: var(--primary);
            cursor: pointer;
            padding: 16px 64px !important;
            font-size: 14pt;
            font-weight: 500;
            border-radius: 12px;
            left: 0;
        }



.flight-type-toggle, .flight-type-toggle * {
    all: unset;
    box-sizing: border-box;
}

/* یا روش دستی (بهتره): */
.flight-type-toggle {
    /* Reset کامل */
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    /* استایل جدید */
    display: inline-flex !important;
    background-color: #f0f0f0 !important;
    border-radius: 25px !important;
    padding: 4px !important;
    gap: 4px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

    .flight-type-toggle input[type="radio"] {
        /* Reset */
        all: unset !important;
        /* مخفی کردن */
        display: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        opacity: 0 !important;
        position: absolute !important;
        pointer-events: none !important;
    }

    .flight-type-toggle label {
        /* Reset کامل */
        all: unset !important;
        box-sizing: border-box !important;
        /* استایل جدید */
        padding: 10px 24px !important;
        border-radius: 20px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        font-weight: 500 !important;
        color: #666 !important;
        background-color: transparent !important;
        border: none !important;
        user-select: none !important;
        display: inline-block !important;
        text-align: center !important;
    }

        .flight-type-toggle label:hover {
            color: #333 !important;
        }

    .flight-type-toggle input[type="radio"]#Checkbox44:checked + label,
    .flight-type-toggle input[type="radio"]#Checkbox4:checked + label {
        background-color: var(--secondary) !important;
        color: white !important;
        box-shadow: 0 2px 6px rgba(201, 169, 97, 0.4) !important;
    }

    .flight-type-toggle input[type="radio"]#Checkbox55:checked + label,
    .flight-type-toggle input[type="radio"]#check2:checked + label {
        background-color: var(--secondary) !important;
        color: white !important;
        box-shadow: 0 2px 6px rgba(59, 89, 152, 0.4) !important;
    }


.tabSearch {
    position: absolute;
    top: -23px;
    right: 30px;
}

    .tabSearch a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background-color: #f8f7f3;
        border: 2px solid var(--primary);
        margin-left: 6px;
        padding: 6px 12px;
        padding-left: 28px;
        color: var(--secondary);
        font-weight: 500;
        position: relative;
        cursor: pointer;
    }

        .tabSearch a:before {
            content: "";
            position: absolute;
            left: 12px;
            top: 16px;
            /* transform: translateY(-50%); */
            border-left: 12px solid transparent;
            border-right: 0 solid transparent;
            border-top: 12px solid var(--primary);
            border-bottom: 12px solid transparent;
            width: 0;
            height: 0;
            transform: rotate(314deg);
        }

        .tabSearch a.active {
            background-color: var(--primary);
            border: 2px solid var(--primary);
            color: white;
        }


.searchTrip .frmSearch .input.double .single::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    z-index: 1000;
    background-color: #c9a961;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px !important;
    height: 57px !important;
    background-color: #f8f7f3 !important;
    border: 0 !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.select2-selection__rendered {
    background: none !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    color: var(--secondary) !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 14pt !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--secondary) !important;
}



.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 57px;
}


.header-content-items {
    width: 82% !important;
}


.showsplash {
    background-image: url(/img/NewPic/index.webp);
    background-position: 50%;
    background-size: cover;
    height: 100%;
    padding: 0;
}
.hei320 {
    height: 320px;
}

.pshowsplash {
    height: 100%;
    margin-top: 10px;
    padding: 0;
}

.panel {
    margin-bottom: 12px;
}

.dispos {
    display: inline-block;
    position: absolute;
    top: 13px;
}

.loding {
    aspect-ratio: 1;
    border: 3px solid #514b82;
    border-radius: 50%;
    width: 30px;
    animation: .8s linear infinite alternate l20-1, 1.6s linear infinite l20-2;
}

.eqd-accordion__heading {
    margin-bottom: 0;
}

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

.input-group label{
    padding-right:0px;
}
/* Import Google Font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*    font-family: "Poppins", sans-serif;*/
}

/*body {
    //برداشتم به خاطر ریسپانسیو گوشی
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #17a2b8;
}*/

::selection {
    color: #fff;
    background: #17a2b8;
}

.wrapper {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

header h2 {
    font-size: 24px;
    font-weight: 600;
}

header p {
    margin-top: 5px;
    font-size: 16px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

    .price-input .field {
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
    }

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}



.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

    .slider .progress {
        height: 100%;
        left: 25%;
        right: 25%;
        position: absolute;
        border-radius: 5px;
        background: var(--primary) !important;
    }

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--primary) !important;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--primary) !important;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}

.b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

    .b-btn.paypal i {
        color: blue;
    }

    .b-btn:hover {
        text-decoration: none;
        font-weight: bold;
    }

    .b-btn i {
        font-size: 20px;
        color: yellow;
        margin-top: 2rem;
    }
.range-input input {
    direction: ltr;
}









.clock-range {
    direction: rtl;
    position: relative;
}

    .clock-range input {
        direction: ltr;
        position: absolute;
        width: 100%;
        pointer-events: none;
    }

        .clock-range input::-webkit-slider-thumb {
            pointer-events: auto;
        }

.clock-slider {
    position: relative;
    height: 5px;
    background: #eee;
    border-radius: 5px;
}

    .clock-slider .progress {
        position: absolute;
        height: 100%;
        background: #0d6efd;
        border-radius: 5px;
        left: 0;
        right: 0;
    }


.price-range {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}










/* لیست ایرلاین */
.lickeck {
   /* font-size: 14px;*/
    cursor: pointer;
}

/* آیتم لیست */
li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px !important;
    border-radius: 8px;
    transition: background 0.2s ease;
}

    li:hover {
        background: #f8f6f1;
    }

/* مخفی کردن چک‌باکس اصلی */
.option-input.checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #c8a75a;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

    /* حالت انتخاب شده */
    .option-input.checkbox:checked {
        background: #c8a75a;
        border-color: #c8a75a;
    }

        /* تیک */
        .option-input.checkbox:checked::after {
            content: "";
            position: absolute;
            width: 4px;
            height: 8px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            left: 4px;
            top: 1px;
        }

/* لوگوی ایرلاین */
li img {
    margin: 0 2px;
}

/* قیمت سمت چپ */
li span:last-child {
    margin-right: auto;
    color: #888;
   /* font-size: 13px;*/
}

/* انتخاب کل آیتم */
.option-input.checkbox:checked ~ .lickeck,
.option-input.checkbox:checked ~ span {
    color: #000;
}

/* افکت کل خط موقع انتخاب */
.option-input.checkbox:checked {
    box-shadow: 0 0 0 3px rgba(200, 167, 90, 0.25);
}




















@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

.modal-content {
    position: static !important;
    background-color: transparent !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}





.close-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 22px;
    color: #666;
    z-index:1;
}

    .close-btn:hover {
        background-color: #e8e8e8;
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }


@media (max-width: 768px) {
    .header-content.hasImage {
        width: 95%;
        gap: 8px;
    }
    .header-content-items {
        width: 100% !important;
    }
    .airline-box{
        display:none;
    }
    header {
        height: 450px;
    }
    .input-box-input{
        width:85px;
    }
    .modal-content-top-section {
        padding-inline: 10px;
    }
    .modal-content-top-section-fly-info-logo-box {
        padding-left: 2px;
    }
}

/* برای موبایل‌ها */
@media (max-width: 480px) {
    .header-content.hasImage {
        flex-direction: column;
        width: 100%;
        gap: 15px;
        padding: 0 15px;
    }
    .header-content-items {
        width: 100% !important;
    }
    .airline-box {
        display: none;
    }
    header {
        height: 450px;
    }
    .input-box-input {
        width: 85px;
    }
    .modal-content-top-section {
        padding-inline: 10px;
    }
    .modal-content-top-section-fly-info-logo-box {
        padding-left: 2px;
    }
}


.sp1 {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.sp2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    padding-left: 0px;
}












