@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap');

* {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
}

.navbar {
    z-index: 99999;
    box-shadow: 0px 4px 12.2px 0px #0000000D;
    background-color: #F3FFF3;
}

.banner-top {
    height: 68.3px;
    padding: 16px 20px;
}

.banner-top .logo img {
    width: 210.28px;
    height: 37.94px;
}

.hero-banner h3 {
    font-weight: 700;
}

.hero-banner .logos{
    padding-top: 8px;
}

.hero-banner #ban-img{
    padding-left: 16px;
}

.collapse img {
    width: 22.76px;
    height: 22.76px;
}

.phone-extend {
    position: fixed;
    top: 50%;
    background-color: #fbb500;
    color: white;
    text-decoration: none;
    border-radius: 0px 15px 15px 0px;
    align-items: center;
    overflow: hidden;
    width: 42px;
    z-index: 9999;
    border: 1.8px solid #fff;
    box-shadow: 0px 0px 12px 0px #FFB224;
    padding: 25px 10px 25px 0;
}

.phone-extend img {
    margin: 0 5px;
    width: 28.45px;
    height: 28.45px;
}

.phone-extend:hover {
    width: 230px;
    animation: extend .8s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes extend {
    0% {
        width: 42px;
    }

    100% {
        width: 230px;
    }
}

.text {
    white-space: nowrap;
    font-weight: 600;
    font-size: 18.97px;
}

.social-icons li {
    background-color: #F5F5F5;
    border-radius: 50%;
    width: 30.35px;
    height: 30.35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons li i {
    color: #454F58;
}

.social-icons-collapse li {
    background-color: #000;
    border-radius: 50%;
    width: 32.35px;
    height: 32.35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons-collapse li i {
    color: #F5F5F5;
}

.hero-banner-icons{
    padding-top: 23px;
}

.hero-banner-icons img {
    width: 75.88px;
    height: 75.88px;
}

.logos .btn-yellow {
    background-color: #fbb500;
    color: #fff;
    font-weight: 600;
    max-width: 231px;
    width: fit-content;
    height: 39.94px;
    font-size: 18.97px;
    white-space: nowrap;
    animation: pulse 2s infinite;
}

.logos .btn-yellow:hover{
    background-color: #FFB224;
}

.banner-top .link img {
    width: 22.76px;
    height: 22.76px;
}

.banner-top .btn-yellow {
    background-color: #fbb500;
    color: #fff;
    font-weight: 600;
    max-width: fit-content;
    width: 100%;
    height: 39.94px;
    font-size: 18.97px;
    white-space: nowrap;
    animation: pulse 2s infinite;
}

.banner-top .btn-yellow:hover {
    background-color: #FFB224;
}

/* @keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(252, 200, 69);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
    }
} */

@keyframes pulse {
    0% {
        box-shadow: 0 0 -110px #fbb500;
    }

    20% {
        box-shadow: 0 0 20px #fbb500;
    }

    40% {
        box-shadow: 0 0 20px #fbb500;
    }

    60% {
        box-shadow: 0 0 20px #fbb500;
    }

    100% {
        box-shadow: 0 0 -110px #fbb500;
    }
}

.banner-cta .btn-yellow {
    background-color: #fbb500;
    color: #fff;
    font-weight: 600;
    max-width: 231px;
    width: 100%;
    height: 39.94px;
    font-size: 18.97px;
    white-space: nowrap;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
}

.banner-cta .btn-yellow:hover {
    background-color: rgb(218, 158, 7);
}

.banner-cta img {
    width: 22.76px;
    height: 22.76px;
}

.hero-banner {
    margin-top: 100px;
    background-image: url('https://ik.imagekit.io/gku4adhog/Images_for_First_fly_Travel/Green_theme/Header_image_green.webp?updatedAt=1720001573999');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 500px;
    width: 100%;
    position: relative;
    right: 5%;
}

.hero-banner .top-line {
    position: absolute;
    left: 0%;
    top: -30%;
}

.banner-content h1 {
    font-size: 30.35px;
    font-weight: 600;
    line-height: 32px;
}

.banner-content p {
    font-size: 24.66px;
    font-weight: 400;
    line-height: 26px;
}

.banner-btns a {
    width: 147.98px;
    height: 42.68px;
    padding: 11.38px 30.35px;
    border-radius: 8px;
    font-size: 15.17px;
}

.banner-btns .btn {
    background: rgba(253, 181, 0, 0.36);
    border: 1px solid #fbb500;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}


.airlines .banner-carousel {
    z-index: -9999;
}

.airlines .banner-carousel-slider img {
    width: 132.80px;
    height: 54.07px;
    display: block;
    margin: 0 auto;
}

.airlines .left-line {
    position: absolute;
    left: 0;
}

.flight-details {
    background: radial-gradient(101.22% 204.95% at 0.9% 2.98%, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(21px);
    border-radius: 8px;
    position: relative;
}

.flight-details span {
    color: #fff;
    font-size: 15.17px;
}

.flight-details .input-icons {
    margin-top: 10px;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.flight-details .swap {
    position: absolute;
    left: 24%;
    bottom: 14%;
}

.flight-details .swap i {
    border: 1px solid #ffffff;
    padding: 4px;
    border-radius: 50%;
}

.rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-icons i {
    color: #fff;
}

.input-icons input {
    background-color: transparent;
    outline: 0;
    border: 0;
    color: #fff;
}

.flight-details input::placeholder {
    color: #F5F5F566;
    font-size: 15.17px;
}

.search_flight a {
    width: 210.59px;
    height: 45.53px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.53);
    background-color: rgba(22, 104, 227, 1);
    border-radius: 44px;
    padding: 15.17px 37.94px;
    white-space: nowrap;
    color: #F5F5F5;
    font-weight: 600;
    line-height: 15.17px;
    text-align: center;
    font-size: 15.17px;
}

.search_flight a:hover {
    background-color: #F5F5F5;
    color: rgba(22, 104, 227, 1);
}

.book-with-us h2 {
    font-size: 37.94px;
    font-weight: 700;
}

.book-with-us ul li::before {
    content: "";
    background-image: url('https://ik.imagekit.io/gku4adhog/Images_for_First_fly_Travel/Green_theme/icon.webp?updatedAt=1720001573936');
    height: 18px;
    width: 18px;
    margin-right: 20px;
    background-size: 100%;
    background-repeat: no-repeat;

}

.book-with-us ul li {
    display: flex;
}

.book-with-us ul li p {
    display: inline;
    font-size: 15.17px;
    font-weight: 700;
    line-height: 22.76px;
    color: #212529;
    padding-bottom: 0;
}

.book-with-us .call-now {
    width: 123.55px;
    height: 46.48px;
    background-color: #fbb500;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    line-height: 19.92px;
    padding: 12.80px 25px;
    white-space: nowrap;
}

.book-with-us .call-now:hover{
    background-color: #FFB224;
}

.exclusive_offers {
    position: relative;
}

.exclusive_offers .exclusive_img img {
    height: 191.61px;
}

.exclusive_offers .exclusive-content {
    position: absolute;
    top: 10px;
}

.exclusive-content h4 {
    font-size: 20.86px;
    font-weight: 700;
}

.latest-deal input {
    outline: 0;
    width: 447px;
    height: 47.43px;
    border-radius: 10px;
    padding-left: 10px;
}

.latest-deal .get-deal {
    background-color: #fbb500;
    padding: 13.28px 15.17px;
    height: 46.48px;
    width: 161.26px;
    white-space: nowrap;
    font-size: 13.28px;
    font-weight: 600;
    line-height: 19.92px;
}

.why-choose-us {
    background-image: url('../../../ik.imagekit.io/gku4adhog/big_air_travel/Group61dc.png?updatedAt=1715772688771');
    background-size: cover;
    height: 100%;
    /* width: 1085.70px; */
}

.why-choose-us h2 {
    font-size: 37.94px;
    font-weight: 700;
    line-height: 45.92px;
    text-align: center;
}

.affordable {
    background-image: url('../../../ik.imagekit.io/gku4adhog/big_air_travel/Group61dc.png?updatedAt=1715772688771');
    background-size: cover;
}

.affordable h2 {
    font-size: 37.94px;
    font-weight: 700;
    line-height: 45.92px;
    text-align: center;
}

.affordable img {
    max-width: 267.50px;
    width: 100%;
    height: 405.05px;
    /* border: 3px solid rgb(253 116 0 / 31%); */
    border-radius: 166px;
}

.affordable p {
    width: 191.61px;
    height: 56.91px;
    backdrop-filter: contrast(0.7) blur(21px);
    -webkit-backdrop-filter: contrast(0.7) blur(21px);
    border: 3px solid #fbb50047;
    border-radius: 166px;
    margin-bottom: 0;
    background: rgba(253, 181, 0, 0.04);
    text-align: center;
    margin: -20% auto;
    white-space: nowrap;
    padding: 15px 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.features .card {
    width: 356.67px;
    height: 218.18px;
    border: 1px solid #FFB224;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(253, 181, 0, 0.04) 0%, rgba(253, 181, 0, 0) 100%);
    backdrop-filter: blur(21px);
}

.features .card .card-body img {
    margin-bottom: 20px;
    width: 53.12px;
    height: 53.12px;
}

.features .card h5 {
    font-size: 18.97px;
    font-weight: 700;
    color: #000;
}

.features .card p {
    font-size: 15.17px;
    font-weight: 400;
}

.why-choose-us #card1,
#card4 {
    border-radius: 0 64.50px;
}

.why-choose-us #card2,
#card3 {
    border-radius: 64.50px 0;
}

.yellow-heading {
    color: #fbb500;
    display: contents;
}

.accordion-item h2 {
    font-size: 16.94px;
    font-weight: 400;
    line-height: 23.90px;
}

.accordion-body ol li {
    color: #fbb500;
}

.accordion-body ol li p {
    color: rgba(33, 37, 41, 1);
    font-size: 15.17px;
    font-weight: 400;
    line-height: 22.76px;
}

.accordion-button {
    box-shadow: 0 2px 3px -1px #fbb500 !important;
}

.testimonial-background {
    background: url('../../../ik.imagekit.io/gku4adhog/big_air_travel/testimonial4fae.png?updatedAt=1715772693337');
    margin-bottom: 200px;
    height: 319.86px;
    width: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.testimonials p {
    font-size: 20.86px;
    font-weight: 700;
    color: rgba(89, 89, 89, 1);
    line-height: 29.21px;
}

.testimonial-content img{
    width: 25px;
}

.testimonial-content p {
    color: rgba(64, 62, 62, 1);
    font-size: 18.97px;
    font-weight: 400;
    font-style: italic;
    line-height: 28.45px;
}

.testimonials h2 {
    font-size: 34.15px;
    font-weight: 700;
}

.testimonials #names {
    font-weight: 700;
    font-size: 17.07px;
    color: rgba(23, 35, 62, 1);
    margin-left: 9%;
}

.faq img {
    border-radius: 10px;
    background-color: rgba(217, 217, 217, 1);
}

.footer-black {
    background-color: rgba(0, 0, 0, 1);
    height: fit-content;
    position: relative;
}

.footer-cta {
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 163.16px;
    width: 714.30px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 43.1px 0px rgba(0, 0, 0, 0.16);
    border-width: 1px 1px 6px 1px;
    border-style: solid;
    border-color: #fbb500;
    border-radius: 8px;
    z-index: 9999999;
    padding: 28px 0;
}

.footer-cta .air1 {
    position: absolute;
    top: 0;
    left: -8%;
    bottom: 0;
}

.footer-cta .air2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.footer-cta p {
    font-size: 18.97px;
    font-weight: 400;
    line-height: 18.97px;
}

.footer-inner {
    height: 56.91px;
    background-color: rgba(251, 251, 251, 0.07);
    margin-top: 3%;
}

.copyright p {
    font-size: 15.17px;
    font-weight: 400;
    line-height: 22.76px;
}

.footer-cta .cta-no i {
    height: 26.56px;
    width: 26.56px;
    background-color: #fff;
}

.footer-cta .cta-no img {
    height: 45.53px;
    width: 45.53px;
}

.footer-cta .cta-no a {
    text-decoration: none;
    font-weight: 600;
    font-size: 34.15px;
    color: #fbb500;
    background-color: rgba(248, 247, 247, 1);
    padding: 9.48px 18.97px;
    border-radius: 52px;
}

.footer-cta .cta-no a:hover {
    background-color: #fbb500;
    color: rgba(248, 247, 247, 1);
}

.cta-footer .white-ringer {
    display: none;
}

.cta-footer:hover .white-ringer {
    display: inline;
}

.pad-top {
    padding-top: 50px;
}

.pad-top-2 {
    padding-top: 120px;
}

.pad-bot-1 {
    padding-bottom: 80px;
}

.pad-bot-2 {
    padding-bottom: 120px;
}

.pad-bot-3 {
    padding-bottom: 160px;
}

.pad-bot-4 {
    padding-bottom: 180px;
}

.load-banner-img {
    background-image: url('../../../ik.imagekit.io/gku4adhog/big_air_travel/Group61dc.png?updatedAt=1715772688771');
    width: 1252.11px;
    /* height: 799.54px; */
    height: 100vh;
    background-size: cover;
    /* background-position: center; */
    position: relative;
}

.load-banner-img .girl {
    position: absolute;
    top: 7%;
    width: 439.74px;
    height: 440.97px;
}

.load-banner-img .top-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.load-banner-img .bottom-icon {
    position: absolute;
    left: 0;
    bottom: 0;
}

.load-banner-content h3 {
    font-size: 26.56px;
    font-weight: 700;
    line-height: 32.14px;
}

.hr-text::before {
    content: " ";
    position: relative;
    height: 3px;
    width: 100%;
    background: rgba(253, 181, 0, 0.24);
    display: block;
    z-index: -9999;
}

.hr-text p {
    display: block;
    margin: -11px auto;
    background-color: #fff;
    width: fit-content;
    z-index: 999;
    font-size: 15.17px;
    font-weight: 400;
    line-height: 18.365px;
}

.loading-cta-btn .btn-yellow {
    width: 231.46px;
    height: 60.71px;
    background-color: #fbb500;
    box-shadow: 0px 0px 12.7px 0px rgba(253, 181, 0, 0.65);
    padding: 18.97px 15.17px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 18.97px;
    font-size: 18.97px;
    display: block;
    margin: 0 auto;
}

.animated-plane img {
    width: 142.29px;
    height: 20.86px;
}

.logos .logo1 {
    width: 149.88px;
    height: 34.15px;
}

.logos .arrow-right {
    width: 65px;
    height: 48px;
}

.logos .arrow-down {
    width: 93.91px;
    height: 49.32px;
    /* transform: rotate(90deg); */
}

.logos .logo3 {
    width: 170.75px;
    height: 37.94px;
}

.logos .link img {
    width: 22.76px;
    height: 22.76px;
}

.dates p {
    font-size: 18.97px;
    font-weight: 700;
}

.dates span {
    font-size: 18.97px;
    font-weight: 400;
}

/* Date Range Picker */

.date-picker-container {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 20px auto;
}

.date-picker-container label {
    margin-bottom: 5px;
}

.date-picker-container input {
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

/* Date Range Picker */

/* No of Travellers */

.booking-input {
    width: 100%;
    box-sizing: border-box;
}

#booking-input {
    font-size: 12px;
    padding: 2px;
}

.dropdown-container {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: fit-content;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 99999999;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.dropdown-container label {
    margin-bottom: 5px;
    display: block;
}

.dropdown-container input {
    color: #000;
    width: 60px;
    text-align: center;
}

.dropdown-container .row {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.dropdown-container .row label {
    flex: 1;
}

.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: black;
    border-radius: 50%;
    animation: 9s infinite blink;
}

.dot:first-child {
    animation-delay: 0s
}

.dot:nth-child(2) {
    animation-delay: 3s
}

.dot:nth-child(3) {
    animation-delay: 6s
}

@keyframes blink {

    0%,
    100%,
    33.33% {
        opacity: .5
    }

    16.66% {
        opacity: 1
    }
}


.privacy-terms a {
    color: #fff;
    text-decoration: none;
}


.modal{
    z-index: 99999999;
}

.modal-body span {
    font-size: 18px;
    font-weight: 500;
}

.travel-expert .exp-img img {
    width: 100px;
    border-radius: 50%;
    animation: shadowPulse 2s infinite;
    display: block;
    margin: 18px auto;
}

@keyframes shadowPulse {
    0% {
      filter: drop-shadow(0 0 0.5rem #fbb500);
    }
    50% {
      filter: drop-shadow(0 0 1.5rem #fbb500);
    }
    100% {
      filter: drop-shadow(0 0 0.5rem #fbb500);
    }
  }

.modal-btns a {
    background-color: #fbb500;
    color: #fff;
    font-weight: 600;
}

.modal-btns a:hover{
    background-color: #FFB224;
    color: #fff;
}

.modal-btns a img {
    width: 20px;
}


/* No of Travellers */

@media only screen and (max-width:376px) {
    .input-icons input {
        width: fit-content;
    }
}

@media only screen and (max-width:768px) {
    .navbar {
        background-color: #F3FFF3;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 9999999;
    }

    .hero-banner {
        margin-top: 20px;
        background-image: none;
        height: 100%;
        right: 0;
    }

    .banner-top .logo img {
        width: 190px;
        height: 37.94px;
    }

    .logos .logo1 {
        width: 120px;
        height: 34.15px;
    }

    .hero-banner .top-line {
        position: absolute;
        left: 0%;
        top: 0%;
    }

    .logos .link img {
        width: 15px;
        height: 15px;
    }

    .logos .btn-yellow {
        padding: 10px 13px;
        font-size: 17px;
        height: auto;
    }

    .banner-content p {
        font-size: 18px;
    }

    .hr-text::before {
        content: none;
    }

    .search_flight a {
        width: 100%;
    }

    .book-with-us h2 {
        font-size: 32px;
        font-weight: 700;
    }

    .why-choose-us h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 45.92px;
        text-align: center;
    }

    .affordable h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 45.92px;
        text-align: center;
    }

    .testimonials h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .affordable p
    {
        backdrop-filter: contrast(0.7) blur(21px);
        -webkit-backdrop-filter: contrast(0.7) blur(21px);
    }

    .banner-top {
        height: fit-content;
        padding: 16px, 120px, 16px, 120px;
    }

    /* .banner-img {
        height: 100%;
        padding-bottom: 20px;
        background-image: url('https://ik.imagekit.io/gku4adhog/big_air_travel/Banner_Image_Mob.png?updatedAt=1715853853409');
    } */

    .input-icons input {
        width: 100%;
        text-align: center;
    }

    .flight-details .swap {
        position: absolute;
        top: 27%;
        left: 46%;
    }

    .hr-text p {
        border-width: 3px 0;
        border-color: #fbb5003D;
        border-style: solid;
        padding: 14px 0;
    }

    .book-with-us .call-now {
        display: block;
        margin: 0 auto;
    }

    .latest-deal input {
        width: 100%;
    }

    .affordable .countries {
        margin-bottom: 70px;
    }

    .exclusive_offers .exclusive_img img {
        height: 230px;
    }

    .testimonial-background {
        background-size: cover;
        height: 500px;
    }

    .testimonials #names {
        text-align: center;
    }

    .footer-cta {
        width: 90%;
    }

    .footer-cta .cta-no a {
        font-size: 16px;
    }

    .footer-cta .air1 {
        position: absolute;
        top: 10%;
        left: -20%;
        bottom: 0;
        z-index: -1;
    }

    .footer-cta .air2 {
        position: absolute;
        top: 30%;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .footer-inner {
        height: fit-content;
    }

    .pad-top {
        padding-top: 30px;
    }

    .pad-top-2 {
        padding-top: 90px;
    }

    .pad-bot-1 {
        padding-bottom: 60px;
    }

    .pad-bot-2 {
        padding-bottom: 80px;
    }

    .pad-bot-3 {
        padding-bottom: 100px;
    }

    .pad-bot-4 {
        padding-bottom: 130px;
    }

    .pad-x {
        padding-left: 16px;
        padding-right: 16px;
    }

    .load-banner-img {
        height: 100vh;
        background-size: contain;
    }

    .dropdown-container {
        display: none;
        position: absolute;
        top: 90%;
        left: 0;
        right: 0;
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    #booking-input {
        font-size: 8px;
        padding: 5px;
    }

    #daterange {
        font-size: 11px;
        padding: 3px;
    }

    .banner-btns .btn-three {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    /* .banner-img {
        height: 100%;
        padding-bottom: 20px;
    } */

    .features .card {
        width: 100%;
    }

    .affordable .countries {
        margin-bottom: 77px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-banner {
        height: 100%;
        padding-bottom: 50px;
    }

    /* .affordable .countries {
        margin-bottom: 100px;
    } */

    .hero-banner {
        margin-top: 20px;
        background-image: none;
        height: 100%;
        right: 0;
    }
}

@media only screen and (min-width: 991px){
    .affordable .countries {
        margin-bottom: 77px;
    }
}