@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.outfit{
    font-family: 'Outfit', sans-serif;
}

:root{
	--blue:#165793;
    --titlecolor:#020615;
    --yellow:#e7a629;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


body {
	font-family:'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
	font-weight:400;
    color: #374151;
    
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;}

a {	color:#000;	text-decoration:none;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li {list-style-type:none;margin:0;padding:0}

h1, h2, h3, h4, h5, h6{
	margin-bottom:0;
    font-family: "Outfit", sans-serif;
	color: var(--titlecolor);
}
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

.text-blue{color: var(--blue);}
.text-yellow{color: var(--yellow);}
.text-titlecolor{color: var(--titlecolor);}

h1 ,.fs-42       {	    font-size: 42px;	line-height: 48px;}
h2 ,.fs-30{	    font-size: 30px;	line-height: 36px;}
.fs-28    {	    font-size: 28px;	line-height: 34px;}
h3 ,.fs-24{ 	font-size: 24px;	line-height: 28px;}
h4,.fs-20 {		font-size: 20px;    line-height: 24px;}
h5,.fs-18 {		font-size: 18px;    line-height: 22px;}
h6,.fs-16 {		font-size: 16px;	line-height: 20px;}
.fs-14    {		font-size: 14px;	line-height: 18px;}
.fs-12    {		font-size: 12px;	line-height: 14px;}
.fs-10    {		font-size: 10px;	line-height: 14px;}

.btn1{
	display: inline-block;
    padding: 12px 28px;    
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    transition: all .3s ;    
    text-transform: uppercase;
    color: #000;
	background: var(--yellow);
	border:2px solid var(--yellow);
	border-radius:25px;
    text-align: center;
}

.btn1-sm{
    font-size: 12px;
    line-height: 14px;
    padding: 8px 15px;
}

.btn1:hover{
    background: var(--yellow);
    border-color: var(--yellow);
}

.btn2, .btn2:hover{
	display: inline-block;
    padding: 12px 28px;   
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    transition: all .3s ease-in;    
    text-transform: uppercase;
    background: #fff;
	color: var(--blue);
	border:2px solid #fff;
	border-radius:25px;
    text-align: center;
}

.btn3, .btn3:hover{
	display: inline-block;
    padding: 12px 28px;   
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    transition: all .3s ease-in;    
    text-transform: uppercase;
    background: #fff;
	color: var(--yellow);
	border:2px solid var(--yellow);
	border-radius:25px;
    text-align: center;
}

p.fs-18{
    line-height: 28px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.container{

}
/* header */
.header {

}

.header a.btn3:after {
    margin-left: 5px;
    border-color: var(--yellow);
}


.footer {
    background: #f8f8f8;
    position: relative;
}


.footer-logo img{
    height: 120px;
}
.footer-logo2 img{
    height: 50px;
}

.footer > img {
    height: 80%;
    object-fit: contain;
}

.footer-social a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--blue);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    transition: all .3s;
}

.footer-social a:hover{
    background: var(--yellow);
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.custom-checkbox{
    width: 18px;
    height: 18px;
    accent-color: var(--yellow);
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.home-banner{
    background: #eaeaea87 url(../img/banner-img.png) no-repeat right top;
    background-size: auto 100%;
}

.search-tab li button, .search-tab li button:focus, .search-tab li button:hover{
    color: #7a7a7a;
}

.search-tab-content .form-control input, .search-tab-content .form-control input:focus{
    border: 0;
    outline: none;
    font-size: 14px;
    color: #7a7a7a;
    width: 100%;
}

.search-tab-content .form-control {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-tab-content .form-control i {
    color: var(--blue);
}

.guest-box{
    max-width: 280px;
    left: -38px !important;
    border-color: var(--bs-border-color);
    min-width: 280px;
}

.guest-box button{
    border: 0;
    background: transparent;
    text-align: center;
    width: 40px;
    height:25px;
}

.guest-box button:focus{
    border: 0;
    outline: none;
}

.guest-box input{
    text-align: center;  

}

.count-btn-group{
    background: #e8eff6;
    border-radius: 5px;
    padding: 5px;
}

.search-tab-content .form-control .count-btn-group span{
    font-size: 16px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
}

.nav-tabs .nav-link{
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {    
    border-bottom: 2px solid var(--blue) !important;
    color: var(--blue);    
}

ul#searchtab {
    border: 0;
    gap: 10px;
}

ul#searchtab li {
    background: #c7c7c73b;
    border-radius: 5px !important;
    overflow: hidden;
    color: var(--blue) !important;
}

ul#searchtab li button.nav-link {
    color: #000;
    font-size: 14px;
    border: 0 !important;
}

ul#searchtab li button.active, ul#searchtab li button:hover, ul#searchtab li button:focus {
    color: var(--blue) !important;
    background: #1958941a;
    border: 0 !important;
}

.search-class {
    padding: 8px 30px 8px 12px;
}

.guest-toggle-btn {
    color: #7a7a7a;
    display: flex;
    align-items: center;
    min-width: 130px;
}

.dropdown-toggle::after {
    margin-left: auto;
    border: 2px solid #7a7a7a;
    padding: 3px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    border-radius: 2px;
}

.top-search-section{
    background: radial-gradient(94.04% 125.8% at 68.19% 21.46%, rgba(249, 231, 214, 0.466667) 10.26%, rgba(249, 231, 214, 0.466667) 20%, #deefff 50%, #e7a629 100%);
}

.destination-item:hover > div {
    bottom: 0;
}
.destination-item > div {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: -39px;
    background: #ffffffa1;
    width: 100%;
    transition: all .5s;
    backdrop-filter: blur(50px);
}

.why-travel-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue);
    box-shadow: 0 0 0 5px #1657933b;
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    min-width: 80px;
    font-size: 30px;
    color: var(--blue);
    animation: mymove 5s infinite;
}


@keyframes mymove {
  50% {box-shadow: 0 0 0 10px #16579322;}
}

.testimonial-slider.owl-carousel .testimonial-client{
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
}

.testimonial-slider .owl-nav{
    margin-top: 25px;
}

.testimonial-slider .owl-nav {
    margin-top: 25px;
    display: flex;
    gap: 30px;
    font-size: 26px;
    justify-content: flex-end;
}

.testimonial-item span {
    width: 50px;
    height: 50px;
    background: #e7a62936;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-item span i{
    font-size: 30px;
    line-height: 30px;
    padding-top: 8px;
}

.destination-item{
    position: relative;
}

.destination-item img {
    height: 300px;
    object-fit: cover;
}

.testimonial-slider.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    background: var(--blue);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}

.remove-icon{
    background: #ff000017;
    color: #ff0000;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    border-radius: 50%;
}

.filters-item li{
    padding-bottom: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.filters-item li input{
    width: 15px;
    min-width: 15px;
    height: 15px;
    border: 1px solid #fbfbfb;
    accent-color: var(--blue);
}

.filters-item li label{
    color: #000;
}

.filters-item li span{
    display: inline-block;
    margin-left: auto;
}

.flight-img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 3px;
}

.flight-location{
    color: var(--titlecolor);
    font-weight: 500;
    position: relative;
}

.flight-location span{
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
}

.flight-location:before{
    content: '';
    display: block;
    width: 100%;
    height: 1.8px;
    background: #096933;
    position: absolute;
    left: 0;
    top: 8px;
}

.flight-date-selected{
    background: var(--blue);
    color: #fff;
}

.flight-offcanvas.offcanvas{
    width: 800px;
}

.flight-offcanvas ul {
    padding-bottom: 15px;
}

.flight-offcanvas ul li{
    padding-bottom: 5px;
}

.flight-offcanvas ul li i{
    color: #096933;
    padding-right: 5px;
}

.flight-list-date {
    width: 100%;
    overflow-x: auto;
}

.loader-wrapper img{
    height: 150px;
}

.flight-time-select i{
    font-size: 24px;
    margin-bottom: 10px;
}

.flight-detail-icon {
    background: #1657931f;
    color: var(--blue);
    font-size: 18px;
    min-width: 50px;
    height: 50px;   
    align-items: center;
    justify-content: center;
    width: 50px;
}

.flight-detail-time{
    padding-bottom: 12px;
    border-bottom: 2px solid #096933;
}

.amenities-list {
    display: flex;
    flex-wrap: wrap;
}

.amenities-list li{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 5px;
    width: 25%;
    font-size: 10px;
}

.flight-detail-stoptime:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddddde;
    position: absolute;
    top: 49%;
    left: 0;
}

.price-summary {
    position: sticky;
    top: 20px;
}

.checkout-form .form-control {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    opacity: 1;
}

.checkout-form .form-control::placeholder{
    opacity: 1;
    color: #000;
}

.checkout-form .form-label{
    color: #000;
    font-size: 12px;
    opacity: .8;
    margin-bottom: 2px;
}

.review-text, .review-text > li{
    list-style: decimal;
}

.review-text > li{
    padding-bottom: 8px;
}

.review-text  ul{
    list-style: disc;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 8px;
}

.review-text  ul > li{
    list-style: disc;
    padding-bottom: 5px;
}

.review-text a{
    color: var(--blue);
    text-decoration: underline;
}

.review-box-wrap{
    font-size: 12px;
    line-height: 18px;
}

.plane-thanks{
    animation: fly 2s linear infinite;
}

.thank-title{
    font-family: "Lobster", sans-serif;
}

@keyframes fly {
  0% {
    right: -200px; /* Start position */
    transform: translateX(0); /* No horizontal movement initially */
  }
  100% {
    right: 100%; /* Move to the right edge */
    transform: translateX(-100px); /* Adjust based on plane width and desired end position */
  }
}


.autocomplete-list {
    position: absolute;
    background: #fff;
    font-size: 12px;
    width: 250px;
    box-shadow: 0 0 4px #efefef;
    margin-top: 14px;
    border-radius: 5px;
    left: 0;
    z-index: 999;
    max-height: 350px;
    overflow-y: auto;
}

.autocomplete-list::-webkit-scrollbar{
    display: none;
}

.autocomplete-list > .autocomplete-item {
    padding: 10px;    
    display: flex;
    align-items: center;
    gap: 10px;
}

.autocomplete-list > .autocomplete-item:hover {
    background: #d3eaff82;
}

.autocomplete-list > .autocomplete-item .item-code {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--titlecolor);
    text-transform: capitalize;   
}

.autocomplete-list > .autocomplete-item .item-sub {
    color: #000;
    opacity: .6;
    font-size: 12px;
}

.search-auto-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 1px solid #d6d6d6;
    color: #000 !important;
    font-size: 16px;
    border-radius: 50%;
}

.user-icon{
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    color: #fff;
    align-items: center;
    justify-content: center;
}

.flight-list-date .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.flight-list-date.owl-theme .owl-nav button{
    width: 25px;
    height: 55px;
    background: #00000095;
    color: #ffffff;
    line-height: 30px;
    border-radius: 5px;
}

/* range slider */

.price-range-slider input {
   -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #165793 50%, #ddd 50%);
  border-radius: 0px;
  outline: none;
  transition: background 450ms ease-in;
}

.price-range-slider input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  
}
.price-range-slider input[type=range]::-moz-range-progress {
  background-color: var(--blue);
  height: 3px;
  
}

.price-range-slider input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--blue);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin-top: -3px; /* aligns thumb vertically */
}
.price-range-slider input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background:var(--blue);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.thankyou-loc-info i{
    min-width: 25px;
}

.booking-table tr th,
.booking-table tr td{
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.booking-flight tr th,
.booking-flight tr td{
    padding: 5px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.flight-time-select input:checked ~ label {
    background: #c5d5e45a;
}

.traveller-title[aria-expanded=true] i.fa-chevron-down{
    transform: rotate(180deg);
}

/*------------------------------------*\
            RESPONSIVE
\*------------------------------------*/
@media (max-width:992px) {
    h2, .fs-30 {
        font-size: 26px;
        line-height: 34px;
    }

    h3, .fs-24 {
        font-size: 20px;
        line-height: 26px;
    }
   
    .fs-28 {
        font-size: 22px;
        line-height: 28px;
    }

    .amenities-list li {
        width: 50%;
    }

    .responsive-table, .responsive-table table{
        display: block;
        width: 100%;
        overflow: scroll;
    }

    .booking-table tr th, .booking-table tr td {
        padding: 2px;
    }

}

@media (max-width:767px) {
    .footer-logo{
        text-align: center;
        display: block;
    }

    .footer-logo2{
        text-align: center;
        display: block;
    }

    .footer > img {
        height: auto;
        object-fit: fill;
    }

    .search-tab-content .form-control {
        margin-bottom: 10px;
    }
    .amenities-list li {
        width: 100%;
    }

    .daterangepicker {
        margin-left: -30px;
        width: calc(100% + 30px) !important;
    }
}


.airtickter-newsletter {
    background: var(--blue) !important;
    padding: 60px 20px;
    margin-top: 40px;
}

.newsletter-card {
    background: #ffffff;
    max-width: 650px;
    margin: auto;
    text-align: center;
    padding: 40px 30px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.newsletter-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.newsletter-desc {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.newsletter-input {
    padding: 14px 18px;
    font-size: 16px;
    width: 70%;
    max-width: 360px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.newsletter-btn {
    padding: 14px 28px;
    background: #ff6600;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s ease;
}

.newsletter-btn:hover {
    background: #e25700;
}

.newsletter-note {
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}

.blog-hero {
    background: url('/assets/images/blog-banner.jpg') center/cover no-repeat;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}
.blog-hero h1 {
    font-size: 42px;
    font-weight: 700;
}
.blog-container {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 20px;
}
.blog-card {
    display: flex;
    gap: 20px;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 35px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}
.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.blog-card img {
    width: 280px;
    height: 180px;
    border-radius: 12px;
    object-fit: cover;
}
.blog-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}
.blog-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}
.blog-read-more {
    display: inline-block;
    margin-top: 10px;
    color: #1e90ff;
    font-weight: 600;
    text-decoration: none;
}

.avatar-box {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;

    background: var(--blue) !important;
    color: #fff;

    display: flex !important;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;

    border-radius: 8px; /* Square with rounded corners */

    overflow: hidden;
    box-sizing: border-box;
}


