.footer-color-background {
    width: 100%;
    height: 100%;
    background: #FFF;
}

.object-cover{-o-object-fit:cover;object-fit:cover}
.rounded-b-11xl {
    border-radius: 0px;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 90%;
}

.swiper-slide { border-top-left-radius: 26px !important;border-top-right-radius: 26px !important; }

.footer-container {
    /* max-width: 800px; */
    margin: auto;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.footer-item {
    text-align: center;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.footer-item:last-child {
    border-right: none;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: blue;
    color: white;
    border-radius: 50%;
    /* margin: auto; */
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .footer-item {
        border-right: none;
        border-bottom: 1px solid #ddd;
        align-items: center;
    }

    .footer-item:last-child {
        border-bottom: none;
    }

    .align-on-small-screen {
        justify-content: center !important
    }
}

/* Accordian css From Here */
.accordion-background-color {
    background: #F5F5FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 8% 10%;
    /* Adjusts padding for responsiveness */
}

.accordion-font-style {
    font-family: "Darker Grotesque" !important;
}

@media (max-width: 768px) {
    .accordion-background-color {
        padding: 5% 5%;
        /* Reduce padding on smaller screens */
    }
}


.accordion-item {
    border: none;
    /* Removes all borders */
    border-bottom: 1px solid var(--Black-700, #282828);
}

.accordion-item {
    background: #F5F5FF !important;
}

.accordion-button {
    background: #F5F5FF !important;
    font-size: 20px;
}

.accordion-body {
    background: #F5F5FF !important;
    font-size: 20px;
    font-family: "Darker Grotesque";
    font-weight: 400;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
}

.Frequently-asked-question {
    color: #111;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Space Grotesk";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    letter-spacing: -1px;
}

.form-check-input:checked[type=radio] {
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-inline: -30px;
}

.form-check-input[type=radio] {
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-inline: -30px;
}

/* Contact Us CSS */

.custom-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.btn-primary {
    background-color: #0000ff;
    border-color: #0000ff;
}

.form-control-border {
    border: none;
    border-bottom: 1px solid #000;
    /* Change color as needed */
    border-radius: 0;
    /* Removes any default rounding */
    outline: none;
    /* Removes default focus outline */
}

.p-tag-center {
    display: flex;
    justify-content: center;
    color: #111;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Darker Grotesque", sans-serif;

    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-form {
    color: #717171;
    font-family: "Darker Grotesque", sans-serif;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 130% */

}

.Contact-us-page {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    letter-spacing: -1px;
}

.Submit-button {
    display: flex;
    width: 162px;
    height: 56px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #FFF;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 70% */
    letter-spacing: 0.2px;
    border-radius: 100px;
    background: #00F;
}

/* newslatter css */

.custom-card {
    background-color: #f8f9fd;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
}

.newsletter-form {
    background: white;
    border-radius: 50px;
    padding: 32px 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(12px);
}

@media (min-width: 768px) {
    .newsletter-form {
        flex-direction: row;
        justify-content: space-between;
    }
}

.newsletter-input {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    font-family: "Space Grotesk";
}

.newsletter-input:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #000;
}

.exclusive-offers {
    color: #111;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Darker Grotesque", sans-serif;

    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 117.647% */
    letter-spacing: -1px;
}

.newsletter-btn {
    display: flex;
    width: 167px;
    height: 62px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #00F;
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 70% */
    letter-spacing: 0.2px;
    border: #00F;
}



.Subscribe-to {
    color: #111;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    letter-spacing: -1px;
}

.newsletter-input,
.newsletter-btn {
    width: 100%;
}

@media (min-width: 768px) {
    .newsletter-input {
        /* width: auto; */
        flex: 1;
    }

    .newsletter-btn {
        width: auto;
    }
}

/* buisness class page css */
.business-class-container {
    padding: 10px;
    background-color: #000;
    color: #fff;
}

.airline-card {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.airline-card a{
    text-decoration: none;
}   

.airline-card a:hover .card-text{
    color: #f8f9fd;
}   

.airline-card img {
    width: 100%;
    height: auto;
}

.card { border-radius: 25px; }
.card a { text-decoration: none; }



.airline-card .card-body {
    background-color: #000;
    /* border-top: 2px solid #00f; */
    height: 90px;
}

.business-class-airline-heading {
    color: var(--White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    letter-spacing: -1px;
    margin-inline: -3pc;
}

.card-text-align {
    text-align: start;
    margin-inline: 10px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;

}

/* Swiper Css here */

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    margin-inline: 13px;
    margin-top: -6px;
    font-size: 20px;
    display: flex;
    padding: 22px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #00F;
    color: #172432;
    justify-content: center;
    align-items: center;
}

.custom-card-strip {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
    /* display: inline-flex; */
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #00F;
    background: #00F;
    margin-inline: 15px;
}

.custom-card-strip-span {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 14px; */
    letter-spacing: 0.2px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
    color: white;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: black;
    color: white;
}

.custom-card-img {
    border-radius: 25px 26px 0px 0px;
    /* width: 85%; */
}

.popular-destination-heading {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Space Grotesk";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    letter-spacing: -1px;
}

.business-card-body {
    display: flex;
    /* width: 338px; */
    padding: 32px 26px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 0px 0px 24px 24px;
    border: 1px solid #00F;
    background: #231F20;
}

/* .business-card-bod p{
        margin-bottom: 0 !important;
        margin-left: 11px;
    } */

.business-flight-title {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Darker Grotesque", sans-serif;

    font-size: 39px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
}

.margin-top-150px {
    margin-top: 30px;
}

@media (max-width:1400px) {
    .custom-card-img {
        /* width: 85% !important; */
    }

}

@media (min-width:1200px) {
    .business-class-airline-p-tag {
        text-align: start;
        color: var(--White, #FFF);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Darker Grotesque";
        font-size: 53px;
        font-style: normal;
        font-weight: 400;
        line-height: 65px;
        /* 81.25% */
        /* width: 547px; */
    }

    .custom-container {
        padding: 108px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .business-class-airline-p-tag {
        color: var(--White, #FFF);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Darker Grotesque", sans-serif;

        font-size: 43px;
        font-style: normal;
        font-weight: 400;
        line-height: 51px;
        text-align: start;
    }
}

@media(max-width:768px) {
    .business-class-airline-p-tag {
        color: var(--White, #FFF);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Darker Grotesque", sans-serif;

        /* font-size: 34px; */
        font-style: normal;
        /* font-weight: 400;
            line-height: 25px;
            text-align: start; */
    }

    .business-class-airline-heading {
        margin-inline: 0px !important;
    }

    .form-check-input:checked[type=radio] {
        width: 24px;
        height: 24px;
        margin-top: 10px;
        margin-inline: -25px;
    }

    .form-check-input[type=radio] {
        width: 24px;
        height: 24px;
        margin-top: 10px;
        margin-inline: -25px;

    }
}


/* .margin-bottom{
    margin-bottom: 50px;
} */
@media (min-width:1200px) {
    .margin-top-150px {
        margin-top: 150px;
    }

    .margin-bottom {
        margin-bottom: 104px;
    }

    .custom-card {
        padding: 120px 151px;
        margin-bottom: 104px;

    }

    .Submit-button {
        margin-bottom: 104px;
    }

    .footer-color-background {
        margin-top: 60px;
    }

    .business-class-container {
        padding: 29px;
    }
}

.business-price {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Darker Grotesque", sans-serif;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 34px; */
    /* margin-inline: -8px; */
}

.business-total-price {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Darker Grotesque", sans-serif;

    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.6px;
}

.business-discover-btn {
    display: flex;
    height: 64px;
    padding: 20px 40px;
    justify-content: end;
    align-items: end;
    align-content: center;
    gap: 4px;
    flex-wrap: wrap;
    background: white;
    color: #172432;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 33px;
    border: 1px solid #172432;
    text-decoration: none;
}

.business-margin-discover {
    margin-top: 4vw;
    display: flex;
    align-items: end;
    justify-content: end;
}

/* know About us page */

.Know-about-us {
    width: 100%;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 76px 136px;
    background-color: #000;
    color: #fff;
}

.Know-about-us p {
    color: var(--Black-100, #F2F2F2);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Darker Grotesque";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 117.647% */
    letter-spacing: -1px;
}

.Know-about-us-h2-tag {
    color: var(--White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Space Grotesk";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    letter-spacing: -1px;
    color: white;
}

.Know-about-us-h2-tag span {
    display: inline-flex;
    align-items: center;
    /* vertical-align: middle; */
}


.about-us {
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    min-height: 400px;
    /* Increased height */
}

.about-us h2 {
    color: #00f;
    margin-top: 20px;
    /* Add margin to the top of the heading */
}

.about-us p {
    margin: 20px 0 10px 0;
    /* Add margin to the top of the paragraph */
}

.Know-about-us-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 83px;
}

@media (max-width: 1200px) {
    .Know-about-us {
        padding: 60px 92px;
    }

    .Know-about-us p {
        font-size: 20px;
        line-height: 30px;
    }

    .Know-about-us-h2-tag {
        font-size: 34px;
    }

    .about-us img {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .Know-about-us {
        padding: 30px 46px;
    }

    .Know-about-us p {
        font-size: 18px;
        line-height: 28px;
    }

    .Know-about-us-h2-tag {
        font-size: 30px;
    }

    .about-us img {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .about-us {
        min-height: 200px;
        /* Adjust height for even smaller screens */
    }
}

@media (max-width: 768px) {
    .about-us {
        min-height: 300px;
        /* Adjust height for smaller screens */
    }

    .popular-destination-heading {
        font-size: 34px !important;
    }

    .custom-card-img {
        width: 100% !important;
    }

    .business-card-body {
        width: 398px;
    }

    .about-us img {
        margin-top: 20px !important;
    }
}

@media (max-width: 576px) {
    .about-us {
        min-height: 200px;
        /* Adjust height for even smaller screens */
    }
}