@import 'header.css';
@import 'footer.css';
@import 'flight-search-form.css';
@import 'mobile-view-design.css';
@import 'spanish-page.css';

:root {
    --primary-color :  #151572;
    --secondary-color: #f1750a;
    --white : #fff;
}
body {font-family: "Poppins", sans-serif !important; font-weight: 400; background-color:#fff !important; }
html { scroll-behavior: smooth; }
a {color: #000;}
a, a:hover{text-decoration: none !important;}

/* banner */
.home-banner_25 { background: url('../images/home-banner.webp') no-repeat center; background-size: cover; padding:30px 0 60px; position:relative;  }
/*.home-banner_25:before {content: ''; background: rgba(0, 0, 0, 0.2); position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }*/
.home-banner-img {border-radius: 15px; height: 100%;}
 
.flight-form-area_25 {position: relative; right: 0px; top:0px;  }
.banner-hding_25 {color:#000; font-size: 42px; font-weight: 600; padding-bottom: 7px; letter-spacing: 1px; }
.banner-hding_25 span {color: var(--primary-color); }
.banner-subhding_25 {font-size:24px; font-weight: 300; color:#fff; padding-bottom: 10px; }
.carousel-position {position: absolute; left:0; right:0; top:0; bottom: 0; }
.carousel-control-next, .carousel-control-prev {width: 5% !important; }

@media (max-width: 767px) {
    .flight-form-area_25 {margin-right: 0px; top:0; }
}

/* wrapper */
.wrap-hding_25 {font-size:28px; font-weight: 700; margin: 0; padding:0 0 10px; }
.wrap-subhding_25 {font-size:16px; font-weight: 700; margin: 0; padding: 0 0 5px; }
.wrap-prgh_25 {font-size:14px; font-weight: 400; margin: 0; padding: 0; }
.wrap-btn_25 {background: var(--primary-color); color: var(--white); padding:10px 20px; font-size: 14px; font-weight: 700; border-radius: 10px; text-decoration: none; border:none; outline: none; display: inline-block; }
.wrap-ullist_25 {margin: 0 0 20px; padding: 0; }
.wrap-ullist_25 li {list-style: none; font-size: 14px; line-height: 1.4; color: #000; position: relative; padding-left:25px; margin-bottom: 10px; }
.wrap-ullist_25 li:before {content: ''; position: absolute; left: 0; top:1px; background: url('../images/check.png') no-repeat; background-size: contain; width: 16px; height: 16px; }

.ui-datepicker {z-index: 2 !important; }
section {padding-top:50px; padding-bottom: 30px; }


/* faq collapse */
.accordion-flush>.accordion-item {margin-bottom: 0px; background:none; }
.accordion .accordion-item button {font-size:15px !important; font-weight: 500; border: 1px solid #ddd; background: #fff; color: #000; border-radius: 0px !important; }
.accordion .accordion-body {font-size:14px; background: #fff; border-radius: 0px; }

/* Breadcrumb */
.breadcrumb-bg12 {background: #d7d7d7; padding: 10px 0; }
.breadcrumb-list_25 {list-style: none; display: flex; flex-wrap: wrap; padding: 0px; margin: 0px; }
.breadcrumb-list_25 li:first-child {padding-left: 0px; }
.breadcrumb-list_25 li {font-size: 12px; color: #707070; padding-left: 10px; padding-right: 10px; position: relative; }
.breadcrumb-list_25 li:before {content: ""; position: absolute; top: 1px; right: 0; width: 1px; height: 15px; background: #000; transform: rotate(24deg); }
.breadcrumb-list_25 li a {text-decoration: none; color: #000; padding: 5px 5px; }
.breadcrumb-list_25 li:last-child:before {display: none; }

/* Contact Us */
.contact-box_25 {background: #f1f1f1; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 10px; }
.contact-icon_25 {width:50px; height:50px; border-radius: 10px; color: var(--primary-color); background: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0px; }
.contact-box_25 .wrap-subhding_25 {color: #000; }
.contact-box_25 .wrap-prgh_25 {color:#333; }
.contact-form_25 {background: #cfcfcf; padding: 40px; border-radius: 10px; position: relative; }
.contact-form_25 .wrap-hding_25 {color: #000; }
.contact-form_25 .wrap-prgh_25 {color:#333; }
.contact-form_25 .wrap-btn_25 {background: #000; color: #fff; padding:10px 20px; font-size: 14px; font-weight: 700; border-radius: 40px; text-decoration: none; border:none; outline: none; display: inline-block; }
.contact-lbl_25 {font-size:14px; color:#333; margin-bottom: 5px; display: block; }
.contact-field_25 {border:1px solid #dad9dd; width: 100%; height: 40px; border-radius: 4px; padding:10px 20px; font-size:14px; color:#000; background: #f1f1f1; }
textarea.contact-field_25 {height: auto; }
.contact-ifram_25 {border:0; width:100%; height: 100%; border-radius: 20px; background: #f1f1f1; padding: 30px; }
.form-group {margin-bottom: 15px; }
.abstract {font-size:12px; color: #ff3300; }

/* Contact Loader */
.contact-loader_25 {position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.8); display: none; align-items: center; justify-content: center;}
.contact-loader_25 i {color:#333; text-align: center; display: block;}
.contact-loader_25-txt {font-size:14px; font-weight: 600; text-align: center; display: block; padding-top:10px; padding-bottom: 0; margin: 0;}


@media (max-width: 767px) {
    .banner-hding_25 {font-size: 26px !important; }
    .banner-subhding_25 {font-size: 18px !important; }
    .home-banner_25 .carousel-item > img {height: 300px; object-fit: cover; }
    .wrap-hding_25 {font-size:22px !important;}
}

/* why choouse */
.wc-box_25 {padding: 20px; height: 100%; border-radius: 10px; background: #21195d; box-shadow:0px 0px 12px #e6e6e6; }
.wc-section_25 {display: flex; align-items: start; gap: 15px; border-radius: 15px; height: 100%; }
.wc-textarea12 {width: calc(100% - 50px); }
.wc-icon_25 {font-size:28px; color: #fff; display: flex !important; justify-content: start; margin:0; border-radius: 10px; margin-bottom: 15px; }
.wc-img_25 {
    width:80px; height: 80px; object-fit: contain; padding: 5px;
    filter:brightness(0) saturate(100%) invert(35%) sepia(105%) saturate(2277%) hue-rotate(216deg) brightness(90%) contrast(100%);
}

.wc-content_25 {text-align: left;}
.wc-content_25 .wrap-subhding_25, .wc-content_25 .wrap-prgh_25 {color: #fff;}

.flight-benefit-icon_25 {font-size: 24px; color:var(--primary-color); margin-bottom: 5px; border-radius: 4px; padding: 6px; display: flex; justify-content: center; }

.home-about-img {width: 100%; height: 100%; object-fit: cover; border-radius: 30px; }

.fb-section_25 {
    background: url('../images/home-banner.webp') no-repeat center/cover; position: relative;
}
/*.fb-section_25:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.fd-banner-img_25 {border-radius: 20px;}
.fb-banner-hding_25 {font-size:42px; text-transform: uppercase; text-align: left; font-weight: 700;  display: block; color: #000}
.fb-banner-hding_25 > span {
    font-size:90px; display: block; 
    color: transparent; 
    -webkit-text-stroke:2px #000;
    background: url('../images/home-banner.webp') no-repeat center center/cover;;
    -webkit-background-clip:text;
}


@media (max-width: 767px){
    .wc-section_25 {margin-bottom: 15px;}
}

@media only screen and (max-width: 991px) {
    .wc-box_25 {padding:30px 10px; }
}    


/* home about */
.home-about-bg_25 {background: linear-gradient(90deg, #fff 50%, var(--secondary-color) 50%); position: relative; }
.home-about-bg_25-2 {background: var(--secondary-color); width: 100%;height: 100%; padding: 60px 30px; position: relative;  }
.hat-box_25 {border:2px solid #fff; border-radius: 5px; padding: 15px; height:100%; }
.hat-box_25 .wrap-prgh_25 {color:#bfd3ff;}
.hat-icon_25 {font-size:25px; color:#02236a; }
.h-about_25 {background: #f7f7f7; padding: 40px 0;}

@media (max-width: 767px) {
    .hat-box_25 {margin-bottom: 15px;}
    .home-about-bg_25 {background: #fff;}
}


.service_area_25 {
    background: #000;
    width: 100%;
    min-height: 240px;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_area_25 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.service_area_25 div {
    padding: 0 30px;
}
.service_area_25 .service-icon_25 {
    font-size: 50px;
    color: var(--primary-color);
    text-align: center;
}
.service_area_25 h3 {
    font-weight: 700;
    color: #fff;
}
.service_area_25 p {
    font-size: 14px;
    font-weight: 400;
    color:#ccc;
}
.travel-ftr_25 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;

}
.travel-ftr_25 li {
    margin-bottom: 10px;
    border-radius: 10px;
    background: #f1f1f1;
    padding:15px;
    border-radius: 10px;
}
.travel-ftr_25 li .travel-ftr_25-icon {
    font-size: 34px;
    color: var(--secondary-color);
    
}
.travel-ftr_25 li .travel-textarea_25 {
    width: calc(100% - 56px);
}
.travel-ftr_25 li .travel-ftr_25-hding {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size:18px;
}
.travel-ftr_25 li .travel-ftr_25-content {
    margin-bottom: 0px;
    color:#646464;
}

@media (max-width: 767px) {
    .travel-ftr_25 {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* Blog */
.blog-box_25 {border-radius: 15px; background: #fff; border-bottom: 1px dotted #d2d2d2; margin-bottom: 30px; margin-top: 0; padding-bottom: 0; }
.blog-box_25-content {min-height: 250px; overflow: inherit; padding: 20px; text-align: left; position: relative; border-radius: 15px; box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); }

.blog-box_25-content p {font-size:14px; font-weight: 400; margin: 0; padding: 0 0 15px; }
.blog-tittle_25 {font-size: 18px; font-weight: 600; line-height: 1.4; margin-bottom: 15px; color: #000; }
.blog-content-area_25 h1 {font-size: 28px; font-weight: 700; margin: 0; padding: 0 0 10px; }
.blog-content-area_25 h2 {font-size:24px; font-weight: 600; color:#000; padding-bottom: 10px; }
.blog-content-area_25 p {font-size:14px; font-weight: 400; margin: 0; padding: 0 0 15px; }

.blog-content-area_25 ul {margin: 0 0 20px; padding: 0; }
.blog-content-area_25 ul li {list-style: none; font-size: 14px; line-height: 1.4; color: #000; position: relative; padding-left:25px; margin-bottom: 10px; }
.blog-content-area_25 ul li:before {content: ''; position: absolute; left: 0; top:1px; background: url('../images/check.png') no-repeat; background-size: contain; width: 16px; height: 16px; }

.blog-banner_25 {
    background: var(--primary-color);
    padding: 40px 0;
}