﻿:root {
    --color-org: #5d1df9;
    --color-blue: #F4C430;
    --color-darkblue: #15803d;
    --color-bluedark: #976cff;
    --color-black: #222222;
    --color-white: white;
    --color-light: #f8f8f8;
}


.black {
    color: var(--color-black);
}



.bg_prop {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.white {
    color: var(--color-white);
}

.margin_top {
    margin-top: 40px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 14px;
}

.font_14 {
    font-size: 13px;
}

.font_15 {
    font-size: 15px;
}

.color-blue {
    color: var(--color-blue);
}

.common_title {
    font-size: 24px;
    color: #110F0F;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
}

.color-grey {
    opacity: 0.8;
}


.sub_header {
    background-color: var(--color-blue);
}

.line_1 {
    display: inline-flex;
    width: 1px;
    height: 22px;
    background-color: var(--color-white);
}

.sub1 ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .sub1 ul li a {
        color: var(--color-white);
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .sub1 ul li a i {
            width: 25px;
            height: 25px;
            border-radius: 3px;
            background-color: var(--color-white);
            color: var(--color-blue);
            display: flex;
            align-items: center;
            justify-content: center;
        }

.logo_img img {
    height: 50px;
    width: auto;
}

.nav_links ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.way_cont {
    background-color: #eff2f8;
    padding: 6px 10px;
    border-radius: 5px
}

.nav_links ul li a {
    color: var(--color-black);
    font-weight: 500;
}

.drop_down {
    gap: 4px;
}

.social_sub ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .social_sub ul li a {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        color: var(--color-white);
        font-size: 16px;
    }


.call_title {
    font-size: 20px;
}

.call_icon {
    /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px; */
    width: 45px;
    height: 45px;
    background-color: var(--color-blue);
    border-radius: 3px;
}

    .call_icon img {
        height: 23px;
        width: auto;
    }

.search_btn p {
    display: none;
}

.swiper-button-lock {
    display: flex !important;
}

.call_container {
    color: var(--color-black)
}

    .call_container:hover {
        color: var(--color-black)
    }

.trip-type label {
    display: flex;
    align-items: center;
    font-size: 16px;
}

    .trip-type label input[type=radio] ~ span::after {
        width: 24px;
        height: 24px;
    }

    .trip-type label input[type=radio]:checked ~ span::before {
        width: 16px;
        height: 16px;
        top: 4px;
        left: 4px;
    }

.serach-eng {
    height: auto;
    background: #15803d;
    /* animation: anim_hero 5s infinite alternate; */
}


.banner_title {
    font-size: 45px;
    text-shadow: 1px 1px 3px #333;
    color: var(--color-white);
}

.banner_title2 {
    font-size: 16px;
}

.airport-name {
    font-size: 13px;
}


.apply {
    width: 90px;
    height: 36px;
}


    /*new css header */
    .banner_main_bg {
    }


.home-header {
    box-shadow: 0 4px 10px 0 #0000000D;
}

.line_res_p {
    font-size: 12px;
    text-align: left;
    color: #525252;
    font-weight: 400;
}


/*----home css--------*/

.banner_main_bg .form-title {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}

.banner_main_bg p {
    text-align: center;
    font-size: 16px;
}

.flights_container {
    padding-bottom: 60px;
}

.airline-logo {
    padding: 60px 0;
    justify-content: space-between;
}

    .airline-logo img {
        mix-blend-mode: luminosity;
        cursor: pointer;
    }

        .airline-logo img:hover {
            mix-blend-mode: initial;
        }

.main_inside_section {
    border: 1px solid #E9E9E9;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

    .main_inside_section h3 {
        font-size: 16px;
        color: #1B1B1B;
        margin-top: 25px;
    }

    .main_inside_section p {
        font-size: 14px;
        color: #6E6D7A;
    }

.banner-ads {
    display: flex;
    grid-gap: 23px;
    margin-bottom: 48px;
}

    .banner-ads img {
        width: 49%;
        object-fit: cover;
        display: block;
    }

.top-destinations {
    background: #F9F9F9;
}

.mySwiper {
    padding-top: 80px;
}

.destination-heading {
    position: absolute;
}


.des_content {
    margin-top: 15px;
}

.des_para {
    color: #6E6D7A;
    font-size: 12px;
}

.des_content .des_title {
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 500;
}

.des_img {
    overflow: hidden;
    border-radius: 10px;
}

    .des_img img:hover {
        scale: 1.1;
    }


    .des_img img {
        transition: all 1s linear;
    }


.arrow_common {
    background-color: #E5E6E8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 700;
    color: #000000;
    background-image: url(/images/imgs/slider-right-arrow-dark.png);
    font-family: none;
    content: "";
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
}


.swiper-button-prev:after {
    transform: rotate(180deg);
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    right: 40px;
    left: auto;
}




/* Top flight deals cards */

.top-flight-deals .section-title {
    font-size: 24px;
    font-weight: 600;
    color: #1B1B1B;
}

.top-flight-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
}

    .top-flight-header span {
        padding: 5px 10px;
        background-color: #EEF2FF;
        color: #1D4ED8;
        border-radius: 40px;
    }

.flight-card {
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
    background: #fff;
    cursor: pointer;
}

    .flight-card:hover {
        background: #F4F4F4;
    }

    .flight-card .airline-logo {
        object-fit: contain;
        display: block;
    }

    .flight-card .airline-name {
        font-weight: 600;
    }

    .flight-card .airline-sub {
        font-size: 0.85rem;
    }

.flight-class {
    font-size: 0.8rem;
    padding: 2px 12px;
    border-radius: 999px;
    background: #f4f4f4;
    color: #1B1B1B;
    font-weight: 500;
}

.flight-times .time {
    font-size: 16px;
    font-weight: 500;
}

.flight-times .small {
    font-size: 12px;
}

.price {
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 500;
}

    .price .small {
        font-size: 0.75rem;
        color: #6b7280;
    }

.flight-card .card-body {
    padding: 16px;
}

.section-title + .section-para {
    margin-bottom: 1rem;
    color: #6b7280;
}

.flight-times {
    border-bottom: 1px dotted #D9D9D9;
}

.flight-airline-name {
    font-weight: 500;
    font-size: 16px;
}

.flight-airline-sub {
    font-size: 12px;
}

.flight-trip-info .small {
    font-size: 12px;
}

.flight-legs {
    border-top: 1px dotted #D9D9D9;
    width: 85px;
    position: relative;
}

    .flight-legs::before {
        content: "";
        background: url(../Images/imgs/plane.png);
        width: 15px;
        height: 15px;
        position: absolute;
        background-repeat: no-repeat;
        top: -7px;
        left: 47%;
    }


.trustpilot-rev {
    background: #1B1B1B;
    color: #fff;
}

.review-item {
    color: white;
    padding: 15px;
    background: #252928;
    border-radius: 15px;
    border: 1px solid #3E3E41;
    height:100%;
}

    .review-item .user-box img {
        width: 48px;
    }

    .review-item .user-box p {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
    }

    .review-item .user-box span {
        font-size: 12px;
        font-weight: 400;
    }




.trustpilot-header {
    position: absolute;
}

    .trustpilot-header p {
        font-size: 14px;
        font-weight: 400;
    }


.review_slider {
    padding-top: 130px;
    padding-left: 15px;
    padding-right: 15px;
}

.trustpilot-rev .swiper-button-next:after, .trustpilot-rev .swiper-button-prev:after {
    background-image: url(/images/imgs/slider-right-arrow.png);
}


.trustpilot-rev .arrow_common {
    background-color: #5D5D5D;
}

/*-----FAQ section----------*/

.faq-box {
    grid-gap: 15px;
}

.faq-header {
    padding-bottom: 38px;
}

    .faq-header h2 {
        font-size: 24px;
        font-weight: 600;
    }



.faq-box .accordion {
    flex: 1;
}

    .faq-box .accordion .accordion-header {
        margin: 0;
    }

.faq-box .accordion-item {
    border: 0;
}

.faq-box .accordion-button {
    background: #F9F9F9;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #1B1B1B;
}

.faq-box .accordion .accordion-button::after {
    background-image: url("../Images/imgs/faq-arrow.png");
    background-size: 8px;
    width: 10px;
    height: 10px;
}

.faq-box .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq-box .accordion-button:not(.collapsed) {
    border-radius: 10px 10px 0 0;
    color: #21833B;
    box-shadow: none;
    padding-bottom: 10px;
}

.faq-box .accordion-body {
    background: #F9F9F9;
    border-radius: 0 0 10px 10px;
    padding-top: 0;
}

/* Subscribe newsletter */
.subscribe-letter {
    background: #121212;
    color: #fff;
    padding: 30px 0;
}

.subscribe-inner {
    gap: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe-title {
    margin: 0 0 6px;
    font-size: 1.125rem;
    font-size: 24px;
}

.subscribe-desc {
    margin: 0;
    color: #fff;
    max-width: 430px;
    font-size: 14px;
}


.subs-sec p {
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 10px;
}

.subs-sec .error {
    font-size: 12px;
    color: red;
    padding-top: 5px;
}

.thksub {
    background: #ecf7ec;
    color: var(--color-black);
    padding: 20px 15px;
    border-radius: 15px;
    display: flex;
    grid-gap: 15px;
    align-items: center;
    line-height: 1;
}

    .thksub i {
        color: #00a922;
        font-size: 20px;
    }

.subs-sec a {
    color: #F4C430;
}

/* input group (pill) */
.subscribe-input-group {
    background: #ffffff;
    padding: 4px;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(2,6,23,0.12);
    align-items: center;
    gap: 8px;
    min-width: 440px;
    position: relative;
}

    .subscribe-input-group img {
        position: absolute;
        left: 15px;
        width: 16px;
    }

.subscribe-input {
    border: 0;
    background: transparent;
    padding: 10px 14px;
    border-radius: 999px;
    outline: none;
    box-shadow: none;
    min-width: 220px;
    padding-left: 38px;
}

    .subscribe-input::placeholder {
        color: #9ca3af;
    }

    .subscribe-input:focus {
        color: #9ca3af;
        box-shadow: none;
        background: #fff;
    }



/* subscribe button */
.subscribe-btn {
    background: #15803d;
    color: #fff;
    border: 0;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 600;
    white-space: nowrap;
}

    .subscribe-btn:hover {
        background: #07631F;
        color: white;
    }

    .subscribe-btn:focus {
        box-shadow: 0 0 0 3px rgba(21,128,61,0.18);
    }



/*Footer*/
footer {
    background-color: #F7F9FC;
}

    footer p {
        color: #6E6D7A;
    }

.footer_logo img {
    height: 32px;
    width: auto;
}

.footer_title {
    font-weight: 600;
    font-size: 16px;
    color: #1B1B1B;
}

.footer_line {
    width: 120px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    position: relative;
}

    .footer_line span {
        width: 50px;
        height: 4px;
        background-color: var(--color-blue);
        display: inline-flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        border-radius: 50px;
    }

.footer_ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer_ul li a {
        color: #6E6D7A;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        display: flex;
        align-items: center;
    }

.footer_hr {
    opacity: 0.5;
    background: #D9D9D9;
}

.social_media {
    gap: 20px;
    margin-top: 15px !important;
}

    .social_media a {
        color: var(--color-white);
        border-radius: 50%;
        border: 2px solid #1B1B1B;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }


.faq-box .d-md-flex #faqAccordion {
    margin-right: 16px;
}

@media (max-width: 1025px) {
    .subscribe-input-group {
        min-width: 485px;
    }

    .main_inside_section {
        height: 100%;
    }

    .airline-logo {
        justify-content: center;
        grid-gap: 40px;
    }
}

@media screen and (max-width: 992px) {

    .subscribe-desc{
        max-width:100%;
    }
    .subscribe-text {
        width: 100%;
    }

    .subscribe-inner {
        flex-direction: column;
        gap: 30px;
    }

    .faq-header {
        padding-bottom: 20px;
    }

    .airline-logo {
        flex-wrap: wrap;
    }

    /*.subscribe-input-group {
        min-width: 50%;
    }*/
}

@media screen and (max-width: 768px) {

    .subscribe-input-group {
        min-width: auto;
    }

    .banner-ads{
        flex-direction:column;
    }

    .banner_title {
        font-size: 25px;
    }

    .banner_title2 {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .serach-eng {
        padding: 30px 0;
    }

    .banner-ads img {
        width: 100%;
    }

    .subscribe-inner {
        gap: 16px;
        flex-wrap: wrap;
    }

    .subscribe-text, .subscribe-form {
        width: 100%;
    }

    .subscribe-desc {
        max-width: 100%;
    }

    .subscribe-text {
        margin-bottom: 10px;
    }

    .faq-header {
        padding-bottom: 20px;
    }

    .review-item {
        margin: 0 10px;
    }

        .review-item .user-box p {
            margin-bottom: 0;
        }

    .review_slider {
        padding-top: 159px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .top-flight-header {
        flex-wrap: wrap;
    }

    .des_img {
        margin-right: 0;
    }

        .des_img img {
            width: 100%;
        }

    .des_content .des_title {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .des_para {
        font-size: 14px;
    }

    .desti-slide a {
        color: transparent;
    }

    .main_inside_section h3 {
        font-size: 20px;
    }

    .airline-logo {
        padding: 40px 0;
    }

    .swiper-button-next {
        right: 16px;
    }

    .swiper-button-prev {
        right: 55px;
    }

    .footer_ul li a {
        grid-gap: 10px;
    }

    .subscribe-btn {
        padding: 12px 18px;
        width: 90%;
    }

    .footer_title{
        margin-bottom:0;
    }


    .destination-heading {
        left: 23px;
    }

    .faq-box .d-md-flex #faqAccordion{
        margin-right:0;
        margin-bottom:15px;
    }

  
}



@media screen and (max-width: 567px) {

    .banner_title {
        font-size: 20px;
    }

    .banner_title2 {
        font-size: 14px !important;
    }

    .swiper-button-next {
        right: 0px;
    }

    .swiper-button-prev {
        right: 40px;
    }

    .review-item {
        margin: 0;
    }

    .subscribe-input {
        min-width: 180px;
    }

    .review_slider {
        padding-left: 0px;
        padding-right: 0px;
    }


    .mySwiper {
        padding-top: 55px;
    }

    .review_slider {
        padding-top: 150px;
    }

    .trustpilot-header {
        left: 0;
    }
}









@media screen and (max-width: 400px) {

    .subscribe-input {
        min-width: 160px;
    }

    .top-destinations .swiper-button-next {
        top: 51px;
    }

    .top-destinations .swiper-button-prev {
        top: 52px;
        right: 32px;
    }

    .mySwiper {
        padding-top: 65px;
    }

}


@media screen and (max-width: 340px) {

    .review_slider {
        padding-top: 180px;
    }
}

