/* Vacasky - Tour & Travel Agency HTML Template */

/* 
	
	font-family: 'Poppins', sans-serif;
	font-family: 'Oswald', sans-serif;
	
*/
/* Google Fonts  */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700;800&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");

@import url("bootstrap.css");
@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("sidebar.css");
@import url("icofont.css");
@import url("font-awesome.css");
@import url("flaticon_sky-flat.css");
@import url("animate.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery-ui.css");
@import url("preloader.css");
@import url("custom-animate.css");
@import url("magnific-popup.css");
@import url("odometer-theme-default.css");
@import url("select2.css");
@import url("flatpickr.css");
@import url("custom.css");
@import url("responsive.css");

.best-selling-text {
    padding: 50px 0 25px;
}

.best-selling-img h5 {
    font-family: Tiktok;
    padding: 15px 0px 10px;
    font-size: 20px;
    text-align: center;
    color: #3d3d3d;
    font-weight: 600;
    letter-spacing: -0.15px;
}

.best-selling-img img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    height: 200px;
    outline: 3px solid #ffffff80;
}

.best-selling-img {
    margin: 0 20px 30px;
}

.best-selling-img img:hover {
    transform: scale(1.02);
    outline-offset: -10px;
}

.why-card-icon {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 16px;
    border: 2px solid #0000002e;
}

.why-card h5 {
    padding: 12px 0;
    font-size: 20px;
}

.why-card p {
    /* padding: 10px 0; */
    font-size: 15px;
}

.why-card {
    padding: 20px 10px;
    background: white;
    border-radius: 10px;
    text-align: center;
    height: 280px;
}

.logo {
    width: 100px;
}

.why-card-icon img {
    filter: invert(0);
}

.packages-section {
    padding: 0px 0 20px;
}

.why-choose-us {
    background-image: url("../images/why-bg.jpg");
}

.why-text {
    color: white !important;
}

.logo-text {
    text-transform: uppercase;
    margin: auto 0;
}

.logo-text h3 {
    font-size: 30px;
}

.logo {
    width: 400px;
    display: flex;
}

.logo-img a {
    width: 90%;
    filter: drop-shadow(0px 0px 0px0black);
}

.footer-logo img {
    width: 20%;
    border-radius: 40px;
    padding: 5px;
    background: white;
}

.footer-logo-text {
    color: white;
    font-size: 25px;
    margin-top: 10px;
}

.service-cards {
    border-radius: 30px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin: 20px 10px 45px;
    height: 400px;
    background-color: white;
    position: relative;
}

.service-cards-icon {
    width: 100%;
    height: 257px;
}

.service-cards-icon img {
    border-radius: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-info {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(42, 42, 42), rgb(46, 46, 67));
    padding: 20px;
    border-radius: 0 0 2.5px 2.5px;
    height: 156px;
}

.service-info h5 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    color: white;
}

.service-info p {
    font-size: 12px;
    color: white;
    line-height: 1.25;
}

.our-services-section {
    padding: 30px 0;
    background-color: #eef1f4;
}

.sec-title_three-heading {
    font-size: 40px;
    margin-top: 0px;
    line-height: 1.3;
}

.contact-form {
    padding: 40px;
    box-shadow: 0px 1px 5px #00000045;
    border-radius: 30px;
}

.packages-img img {
    /* height: 407px; */
    object-fit: cover;
}

.footer-h2 {
    color: white;
    margin-bottom: 0px;
    padding-top: 15px;
    font-size: 25px;
}

.footer-ul li a {
    color: white;
}

.footer-ul {
    padding: 10px 0px;
}

.footer-ul li {
    padding: 5px 0;
    /* list-style: square; */
    /* margin-left: 10px; */
    color: white;
}

.footer-icon {
    font-size: 20px;
}

.package-section {
    padding: 80px 0;
}

.package-content h3 {
    font-size: 21px;
    text-align: center;
    font-weight: 500;
    color: white;
}

.package-content {
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
}

.package-box {
    position: relative;
    margin-bottom: 30px;
}

/* 

.package-box:hover .package-img img {
	transform: scale(1.02);
} */

.package-box:hover .package-overlay {
    opacity: 0.6;
    /* z-index: 0; */
}

.package-overlay {
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: all 0.5s ease;
}

.package-img {
    overflow: hidden;
}

.package-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    /* border-radius: 10px; */
    transition: all 0.5s ease;
}

.details-img {
    width: 100%;
    height: 400px;
    padding-bottom: 20px;
    overflow: hidden;
}

.details-img img:hover {
    transform: scale(1.02);
}

.details-img img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.details-img2 {
    padding: 0px 0px 20px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.details-img2 img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.details-img2 img:hover {
    transform: scale(1.02);
}

.details-page {
    padding: 50px 0 20px;
}

.details-content h3 {
    padding-bottom: 15px;
    font-weight: 600;
    color: #5f5f5f;
    line-height: 35px;
    font-size: 25px;
}

.enquire-btn {
    background-color: #fea21b;
    border: none;
    padding: 10px 30px;
}

.info-text h3 {
    color: #5f5f5f;
}

.info-text2 h3 {
    color: #5f5f5f;
}

.details-price {
    padding-bottom: 20px;
    color: #5f5f5f;
}

.details-price h4 {
    font-size: 24px;
}

.info-text {
    padding-bottom: 15px;
}

.list-item {
    padding-bottom: 20px;
}

.hr-line {
    margin-top: 40px;
}

.list-item h5 {
    padding-bottom: 10px;
    font-size: 20px;
    color: #5f5f5f;
}

.list-item p {
    margin-left: 20px;
    font-size: 14px;
}

.extra-buttons button {
    padding: 10px 41px;
    border-radius: 10px;
    background-color: #fea21b;
    font-size: 17px;
    margin-right: 20px;
}

.extra-buttons {
    padding-bottom: 40px;
}

.extra-buttons button > a {
    color: white;
}

.package-content2 {
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
}

.package-box2 {
    position: relative;
    margin-bottom: 30px;
}

.package-content2 h3 {
    font-size: 21px;
    text-align: center;
    font-weight: 500;
    color: white;
}

.right-content {
    padding-bottom: 70px;
}

.package-img2 {
    width: 100%;
    height: 230px;
}

.package-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.package-overlay2 {
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: black;
    border-radius: 10px;
}

.info-text2 {
    padding: 0px 0 45px;
}

.enquire {
    line-height: 35px;
    color: #fe940f;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 600;
}

.info-list {
    padding-bottom: 40px;
}

.service-btn {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #0b2f5c;
    font-size: 15px;
    margin-bottom: 15px;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid white;
}

.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.day-text {
    background-color: #fea21b;
    color: white;
    padding: 0px 8px;
    border-radius: 5px;
}

.hotel-icon {
    color: #fea21b;
}

.blog-section {
    padding: 60px 0;
}

.blog-post-img {
    padding: 10px;
}

.blog-post-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-img {
    height: 250px;
    width: 100%;
}

.blog-post-info {
    padding: 0px 30px 10px;
}

.blog-post-info h3 a {
    font-size: 22px;
}

.blog-post-info h3 {
    padding-bottom: 10px;
    line-height: 1.1;
}

.blog-post {
    box-shadow: 0px 2px 10px #00000038;
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.blog-details-img {
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-details-img img:hover {
    transform: scale(1.02);
    border-radius: 10px;
}

.blog-details-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.blog-details {
    padding: 60px 0;
}

.blog-details-content h3 {
    padding-bottom: 0px;
    color: #666060;
}

.head-text {
    font-size: 19px;
    font-weight: 600;
    color: #fb900e !important;
}

.blog-details-content p {
    color: #5f5f5f;
}

.latest-blog-con h4 {
    padding-bottom: 30px;
    font-size: 28px;
    color: #fb900e !important;
}

.latest-blog-img {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.latest-blog-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-blog-info p {
    font-size: 16px;
    font-weight: 600;
}

.latest-blog-con {
    margin-left: 50px;
}

.latest-blog {
    padding-bottom: 30px;
}

.gallery-three .owl-nav .owl-prev {
    display: none;
}
.gallery-three .owl-nav .owl-next {
    display: none;
}
.footer-logo {
    text-align: center;
    padding-top: 30px;
}
.pay {
    display: flex;

    gap: 10px;

    margin-top: 20px;

    align-items: center;
}
.pay h4 {
    font-size: 16px;

    color: white;

    font-weight: 400;

    font-family: sans-serif;
}
.pay img {
    width: 170px;
}
.terms {
    padding: 40px 0px;
}
.terms h2 {
    font-size: 20px;
}
.terms ul li {
    list-style: inside;

    line-height: 30px;

    font-size: 17px;
}
.contacts {
    text-align: center;

    box-shadow: 0px 0px 15px #80808045;

    padding: 20px;

    margin-bottom: 60px;

    border-radius: 30px;

    height: 210px;
}
.contacts h3 {
    padding-bottom: 10px;

    font-size: 25px;
}
.contacts .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 auto 15px;
    background-color: #fda826;
}
.contacts .icon i {
    font-size: 25px;
    color: white;
    line-height: 60px;
}
.contacts p a {
    color: black;
}
.best-selling-img p {
    text-align: center;
    font-weight: 600;
    color: #fca41e;
    font-size: 20px;
}
.details-content h5 {
    font-weight: 600;
    color: #fca41e;
    font-size: 20px;
}
.whatsapp-button {
    position: fixed;
    right: 25px;
    bottom: 67px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 1000;
    transition: background-color 0.3sease, transform 0.3sease;
}
.phone-button {
    position: fixed;
    right: 25px;
    bottom: 140px;
    background-color: #2196f3;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 1000;
    transition: background-color 0.3sease, transform 0.3sease;
}

.review-card {
    max-width: 320px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-family: sans-serif;
    color: #333;
    margin: 10px;
    border: 6px double #ffefbe;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-avatar img {
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
    width: 36px !important;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.review-info {
    flex-grow: 1;
    margin-left: 10px;
}

.review-name {
    font-weight: bold;
    font-size: 14px;
}

.review-date {
    font-size: 12px;
    color: #999;
}

.review-source img {
    width: 16px;
    height: 16px;
}

.review-stars {
    color: #fbbc04;
    margin: 10px 0 5px;
    font-size: 16px;
}

.verified {
    color: #1a73e8;
    font-size: 14px;
    margin-left: 5px;
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
}

.read-more {
    margin-top: 8px;
    font-size: 13px;
    color: #1a73e8;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .latest-blog-con {
        margin-left: 0px;
    }

    .blog-details-img {
        height: 360px;
    }

    .blog-details {
        padding: 30px 0;
    }

    .page-banner {
        padding: 40px 0px 40px;
    }

    .page-banner_title {
        font-size: 30px;
    }

    .logo-img a {
        width: 75px;
    }

    .logo-text h3 {
        font-size: 20px;
    }

    .logo {
        width: 250px;
        display: flex;
    }

    .banner-one.style-two .slide {
        padding: 43px 0px 70px;
    }

    .banner-one_image-layer {
        height: auto;
    }

    .banner-one .single-item-carousel .owl-stage-outer {
        height: auto !important;
    }

    .best-selling-text {
        padding: 30px 0 5px;
    }

    .why-card h5 {
        padding: 12px 0;
        font-size: 16px;
    }

    .why-card-icon {
        /* margin: 0 auto; */
        width: 70px;
        height: 70px;
    }

    .why-card p {
        /* padding: 10px 0; */
        font-size: 10px;
        line-height: 1.6;
    }

    .why-card {
        padding: 14px 10px;
        height: 260px;
        margin-bottom: 20px;
    }

    .feature-one {
        padding: 40px 0px 30px;
    }

    .gallery-three .owl-carousel .owl-stage-outer {
        padding-bottom: 0px;
    }
    .details-content h3 {
        padding-bottom: 15px;
        font-weight: 600;
        color: #5f5f5f;
        line-height: 40px;
        font-size: 20px;
    }
}

@font-face {
    font-family: "Genos";
    src: url("../fonts/genos.ttf");
}

@font-face {
    font-family: "Quint";
    src: url("../fonts/quint.ttf");
}

@font-face {
    font-family: "Tiktok";
    src: url("../fonts/tiktok.ttf");
}
