@import 'header.css';
@import 'footer.css';
@import 'flight-search-form.css';
@import 'flight-search.css';
@import 'mobile-modal.css';
@import 'mobile-view-design.css';

:root {
    --primary-color :  #ff8400;
    --secondary-color: #018da3;
    --white : #fff;
}
body {font-family: "Inter", sans-serif !important; font-weight: 400; }
html { scroll-behavior: smooth; }
a:hover{text-decoration: none !important;}

/* Slider */
.home-slider .carousel-item {
    position: relative;
}
.home-slider .carousel-caption {
    position: absolute; 
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0;
    padding-top:100px;
}
.home-slider .carousel-caption:before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    right:0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
}
.home-slider .carousel-caption .container {
    position: relative;
    z-index: 2;
}
.home-slider .slider-hding {
    font-size:48px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    display: block;
}
.home-slider .slider-subhding {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    display: block;

}
.home-slider .slider-prgh {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: var(--white);
    display: block;

}
/* wrapper */
.wrap-hding01 {
    font-size:32px; 
    font-weight: 700; 
    margin: 0; 
    padding:0;
}
.wrap-subhding01 {
    font-size:20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
} 
.wrap-prgh01 {
    font-size:14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.wrap-btn01 {
    background: var(--secondary-color);
    color: var(--white);
    padding:10px 20px;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    border:none;
    outline: none;
    display: inline-block;
    
}
.wrap-ullist {
    margin: 0 0 20px;
    padding: 0;
}
.wrap-ullist li {
    list-style: none;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    position: relative;
    padding-left:25px;
    margin-bottom: 10px;
}
.wrap-ullist li:before {
    content: '';
    position: absolute;
    left: 0;
    top:1px;
    background: url('../images/check.png') no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;

}

section {
    padding-top:60px;
}

/* destination */

.place-box {
    background: #f7f7f7;
    border-radius: 10px;
    padding:10px;
    height: 100%;

}
.place-box .imgarea {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}
.place-box .imgarea img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.place-box .place-textarea {
    margin-top:10px;
}
.place-box .place-textarea .place-price {
    font-size:24px;
    color: var(--primary-color);
    margin:0;
    padding: 0;
    font-weight: 700;
}

.wc_traveller {
    background: #fff;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 0px 12px #ccc;
    padding: 20px;
}
.wc-traveller-icon {
    width:60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}
.img-radius {
    border-radius: 10px;
}

/* card Offer */
.offerarea {
    width: 100%; 
    height: 200px; 
    border-radius: 10px; 
    position: relative; 
    overflow: hidden;
}
.offerarea > img {
    width: 100%; 
    height: 100%;
}
.offer-textarea {
    position: absolute;
    left:0; right:0; top:0; bottom: 0;
    padding:30px;
}
.offer-hding {
    font-size:36px; 
    font-weight: 700; 
    margin:0; 
    padding: 0;
}
.offer-hding > span {
    color:var(--primary-color);
}

/* faq collapse */
.accordion .accordion-item button {
    font-size:16px !important;
    font-weight: 700;
}
.accordion .accordion-body {
    font-size:14px;
}

/* CTA */
.cta-area {
    border:2px solid var(--primary-color);
    padding:50px;
    border-radius: 10px;
}
.cta-hding {
    font-size:36px;
    font-weight: 700;
}
.cta-subhding {
    font-size:24px;
    font-weight: 500;
}


/* Breadcrumb */
.breadcrumb-bg_web6 {
    background: var(--primary-color);
    padding: 10px 0;
}
.breadcrumb-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}
.breadcrumb-list li:first-child {
    padding-left: 0px;
}
.breadcrumb-list li {
    position: relative;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.breadcrumb-list li:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    background: #000;
    width: 1px;
    height: 15px;
    transform: rotate(24deg);
}
.breadcrumb-list li a {
    color: #000;
    text-decoration: none;
    padding: 5px 5px;
}
.breadcrumb-list li:last-child:before {
    display: none;
}
@media (max-width: 767px) {
    .wrap-hding01 {font-size:26px !important;}
    .offer-hding {font-size:32px !important;}
    .offerarea {margin-bottom: 15px;}
}

.contact-icon {
    width:50px;
    height:50px;
    background: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.ui-datepicker {
    z-index: 2 !important;
}