﻿/*common css form theme 1 - 4 inside new design*/
/*margins*/
.mt0 {
    margin-top: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt50 {
    margin-top: 50px;
}

/*margins*/

/*-----------home page-------------*/
.btn {
    border-radius: 0;
}

.main-content {
    margin-top: 20px;
}

    .main-content h1 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: 400;
    }

.promo-bar {
    position: relative;
}

    .promo-bar > .promo-deals {
        border: 20px solid #c1272d;
        border-left: 0;
        border-right: 12px solid transparent;
        color: #fff;
        line-height: 0;
        font-size: 16px;
        position: absolute;
        padding: 0 20px 0 18px;
        top: 0px;
        width: 100%;
    }

.promo-deals:before {
    background-color: #333;
    content: " ";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 5px;
}

.promo-bar > .promo-deals > h4 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 12px 15px;
}

.promo-img {
    position: absolute;
    top: 55px;
}

    .promo-img > img {
        margin-bottom: 15px;
        border-radius: 3px;
    }

.mb15 {
    margin-bottom: 15px;
}

.modify-tabs {
    margin-bottom: 15px;
}

    .modify-tabs > li > a {
        color: #333;
        border-radius: 0;
        background-color: #dedede;
        margin-bottom: 0;
        margin-right: 2px;
        padding: 10px 15px;
    }

        .modify-tabs > li > a:hover,
        .modify-tabs > li > a:focus {
            background-color: #eee;
            border-bottom: none;
        }

        .modify-tabs > li > a:focus,
        .modify-tabs > li > a:hover,
        .modify-tabs > li.active > a,
        .modify-tabs > li.active > a:focus,
        .modify-tabs > li.active > a:hover {
            border-bottom: 1px;
            border-bottom-style: solid;
            background: initial;
        }

.tab-content.pd-content {
    box-shadow: 0 0 5px rgba(0,0,0,.27);
    padding: 8px;
    margin-bottom: 15px;
}

a.pkgs-info {
    border-bottom: 1px dashed #dedede;
    display: block;
    padding: 10px;
    transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
}

    a.pkgs-info p.pkg-name {
        color: #333;
        margin: 0;
    }

    a.pkgs-info:hover {
        background: #ededed;
        /*border-bottom: 1px solid #dedede;*/
    }

    a.pkgs-info p.price,
    p.price {
        float: right;
        text-align: right;
        font-size: 16px;
        margin: 0;
    }

.trending-sec {
    padding: 40px 20px;
    /*background: #dedede;*/
    margin-top: 20px;
}

.trending-parallax {
    /*background-image: url(../img/trending-bg1.jpg);*/
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .trending-parallax .overlay-p {
        background: rgba(0, 0, 0, 0.15);
    }

.overlay-p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.trending-sec .owl-stage-outer {
    padding-top: 12px;
    padding-bottom: 12px;
}

.trending-sec h2.content-title {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.trending-sec .trending-block {
    background: #fff;
    transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
}

    .trending-sec .trending-block:hover {
        box-shadow: 0 0px 8px rgba(0,0,0,.45);
    }

    .trending-sec .trending-block > .img-block {
        display: block;
        position: relative;
    }

        .trending-sec .trending-block > .img-block > span.bg-overlay {
            height: 60%;
            width: 100%;
            background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.65));
            z-index: 0;
            position: absolute;
            bottom: 0;
        }

        .trending-sec .trending-block > .img-block > .td-name {
            position: absolute;
            bottom: 15px;
            left: 20px;
            color: #fff;
            width: 90%;
        }

            .trending-sec .trending-block > .img-block > .td-name > p {
                font-size: 20px;
                margin: 0;
            }

            .trending-sec .trending-block > .img-block > .td-name > small {
                color: #fff;
                font-size: 85% !important;
            }

    .trending-sec .trending-block > .dtls-block {
        padding: 10px 15px;
    }

        .trending-sec .trending-block > .dtls-block > ul.td-links {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .trending-sec .trending-block > .dtls-block > ul.td-links > li {
                margin: 5px 0;
            }

.dtls-block > ul.td-links > li > a {
    color: #333;
}

.trending-sec .trending-block > .dtls-block > ul.td-links > li > a:focus,
.trending-sec .trending-block > .dtls-block > ul.td-links > li > a:hover {
    text-decoration: none;
    color: #337ab7;
}

.trending-sec .trending-block > .dtls-block > ul.td-links > li span.price,
.trending-sec .trending-block a.trending-pkgs p.price {
    /*color: #428BCA;*/
    text-align: right;
    font-size: 16px;
}

.trending-sec .trending-block > .dtls-block > .td-sub-hd {
    background: #d5d5d5;
    /*background: #eccbcf;*/
    position: relative;
    padding: 5px 15px;
    margin: 10px 0 5px -15px;
    width: 60%;
}

    .trending-sec .trending-block > .dtls-block > .td-sub-hd::after {
        content: "";
        display: block;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #fff;
        position: absolute;
        right: 0px;
        top: 0;
    }

.font13 {
    font-size: 13px !important;
    margin: 0;
}

.trending-sec .trending-block > .dtls-block > a.trending-pkgs {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}

.trending-sec .trending-block > .dtls-block > a {
    color: #333;
    text-decoration: none;
}

    .trending-sec .trending-block > .dtls-block > a:hover {
        color: #337ab7;
    }

.trending-pkgs span.nights {
    font-size: 12px;
    margin-left: 5px;
}

.trending-pkgs > .row.mrg-LR0 {
    margin-right: 0;
    margin-left: 0;
}

.pdL0 {
    padding-left: 0;
}

.pdR0 {
    padding-right: 0;
}

.trending-pkgs p {
    margin: 0;
}

.dtls-block .trending-btn,
.modify-tabs ~ .tab-content .tab-btn {
    border-radius: 0;
    border: none;
    padding: 5px 10px;
}

@media (min-width: 768px) {
    #trending-desti {
        position: relative;
    }

        #trending-desti > .owl-nav > .owl-prev,
        #trending-desti > .owl-nav > .owl-next {
            background: #fff;
            padding: 0 12px;
            font-size: 25px;
        }

        #trending-desti > .owl-nav > .owl-next {
            top: -15px !important;
            right: 0 !important;
        }

        #trending-desti > .owl-nav > .owl-prev {
            top: -15px !important;
            left: 0 !important;
        }

    .trending-sec .owl-theme .owl-dots .owl-dot span,
    #int-carousel.owl-theme .owl-dots .owl-dot span {
        width: 50px;
        height: 8px;
        border-radius: 5px;
    }
}

/*-----------home page-------------*/

/*-----------flight page -------------*/
.pos-rel {
    position: relative;
}

a > .ovr-flow {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

a:hover > .overlay-p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.25);
}

a > .ovr-flow > p.fly-dest {
    position: absolute;
    left: 50%;
    top: 100%;
    color: #fff;
    font-size: 22px;
    margin: 0;
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    transform: translate(-50%, -50%);
    transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -webkit-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
}

a > .ovr-flow > p > span.book-n {
    margin-top: 10px;
    opacity: 0;
    background: rgba(0,0,0,.75);
    padding: 5px 10px;
    border: none;
    transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -webkit-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
}

a:hover > .ovr-flow > p.fly-dest,
a:hover > .ovr-flow > p > span.book-n {
    top: 70%;
    opacity: 1;
}

.h-circle {
    background: #fff;
    width: 54px;
    height: 27px;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    box-shadow: 0 3px 5px rgba(0,0,0,.13);
}

    .h-circle > img.fly-icon {
        width: 26px;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

/*-----------flight page -------------*/

/*flight page css*/
a > .ovr-flow {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

a:hover > .overlay-p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.25);
}

a > .ovr-flow > p.fly-dest {
    position: absolute;
    left: 50%;
    top: 100%;
    color: #fff;
    font-size: 22px;
    margin: 0;
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    transform: translate(-50%, -50%);
    transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -webkit-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
}

a > .ovr-flow > p > span.book-n {
    margin-top: 10px;
    opacity: 0;
    background: rgba(0,0,0,.75);
    padding: 5px 10px;
    border: none;
    transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -webkit-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
}

a:hover > .ovr-flow > p.fly-dest,
a:hover > .ovr-flow > p > span.book-n {
    top: 70%;
    opacity: 1;
}

/*Popular Deals*/

.popular-deals {
    padding: 40px 0;
    background: #f8f8f8;
}

    .popular-deals p.p-dealHD {
        font-size: 28px;
        margin-bottom: 30px;
    }

.service-icons {
    margin: 0 auto;
    vertical-align: middle;
    display: block;
    text-align: center;
}

    .service-icons > a > img {
        height: 60px;
    }

    .service-icons > p {
        font-size: 16px;
        margin: 10px 0;
    }

    .service-icons:hover > p {
        color: #e8aa4a;
    }

/*Hotel Page*/

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.outer-blk {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    margin-bottom: 30px;
    width: 100%;
}

.hotel-block {
    background: #ffffff;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 150px;
    padding: 12px 12px 12px 45px;
    width: calc(100% - 150px);
    box-shadow: 3px 0px 5px rgba(0,0,0,.14);
}

    .hotel-block > p.hotel-head {
        font-size: 16px;
        margin-bottom: 5px;
        border-bottom: 1px dashed #666666;
        padding-bottom: 2px;
    }

    .hotel-block > ul.hotel-name {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .hotel-block > ul.hotel-name > li {
            padding: 2px;
        }

            .hotel-block > ul.hotel-name > li:hover > a,
            .hotel-block > ul.hotel-name > li > a:focus,
            .hot-price > a:hover, .hot-price > a:focus,
            .bus-block > a:hover, .bus-block > a:focus {
                color: inherit;
                text-decoration: none;
            }

            .hotel-block > ul.hotel-name > li > a > span.flotR,
            .hot-price > a > span.flotR {
                float: right;
            }

.bdr-outer {
    position: relative;
}

    .bdr-outer:before {
        content: '';
        border: 1px dashed #fff;
        position: absolute;
        background: rgba(0, 0, 0, 0.25);
        top: 50%;
        left: 50%;
        border-radius: 90px;
        width: 144px;
        height: 144px;
        transform: translate(-50%, -50%);
    }

.dom-hot-block > .dom-hot, .desti-img {
    overflow: hidden;
}

    .dom-hot > img, .desti-img > img {
        transition: ease-in 0.4s;
        -moz-transition: ease-in 0.4s;
        -webkit-transition: ease-in 0.4s;
        -o-transition: ease-in 0.4s;
    }

.dom-hot-block:hover > .dom-hot > img {
    transform: scale(1.3);
}

.hot-price {
    padding: 10px;
    background: #f8f8f8;
    font-size: 16px;
}

    .hot-price .flotR > small,
    .bus-block > a > .bus-price > span > small {
        font-size: 75%;
    }

/*bus booking page*/
.bus-block, .dom-hot-block {
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
    transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
}

    .bus-block:hover,
    .dom-hot-block:hover {
        box-shadow: 0 7px 10px rgba(0,0,0,.12);
    }

.h-circle-bus {
    background: #fff;
    width: 40px;
    height: 55px;
    position: absolute;
    top: 30%;
    left: 0;
    transform: translateY(-50%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,.13);
}

    .h-circle-bus > img.desti-icon {
        width: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.bus-block > a > .bus-price {
    padding: 10px;
    text-align: center;
    background: #f8f8f8;
    font-size: 20px;
    text-transform: uppercase;
}

    .bus-block > a > .bus-price > span {
        text-transform: capitalize;
    }

.bus-block:hover .desti-img > img {
    transform: scale(1.3);
}

/*packages page*/
.pkg-block {
    position: relative;
    display: block;
}

    .pkg-block:hover {
        box-shadow: 0 6px 12px rgba(0,0,0,.15);
    }

    .pkg-block a.pkgs-info {
        padding: 5px 10px;
    }

    .pkg-block > .pkg-img-sec {
        position: relative;
        display: block;
        overflow: hidden;
        transition: ease-in 0.2s;
        -moz-transition: ease-in 0.2s;
        -webkit-transition: ease-in 0.2s;
        -o-transition: ease-in 0.2s;
    }

        .pkg-block > .pkg-img-sec > img {
            transition: ease-in 0.3s;
            -moz-transition: ease-in 0.3s;
            -webkit-transition: ease-in 0.3s;
            -o-transition: ease-in 0.3s;
        }

    .pkg-block:hover > .pkg-img-sec > img {
        transform: scale(1.2);
    }

.pkg-img-sec > h4 {
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    font-weight: 400;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.78);
    left: 0;
    margin: 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,.18);
}

.pkg-block > .pkg-dtls {
    padding: 10px;
    padding-top: 5px;
    border: 1px solid #dddddd;
    border-top: 0;
    min-height: auto;
}

.dom-pkg-block {
    position: relative;
    display: block;
    overflow: hidden;
}

    .dom-pkg-block > .pkg-head {
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        width: 95%;
        text-align: center;
        line-height: 22px;
        position: absolute;
        top: 92%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: ease-in-out 0.5s;
        -moz-transition: ease-in-out 0.5s;
        -webkit-transition: ease-in-out 0.5s;
        -o-transition: ease-in-out 0.5s;
    }

    .dom-pkg-block:hover > .pkg-head {
        opacity: 1;
        top: 55%;
    }

    .dom-pkg-block > .pkg-head > span.start {
        text-transform: capitalize;
        font-size: 14px;
    }

    .dom-pkg-block > .pkg-head > span.pkg-btn {
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 12px;
        opacity: 0;
    }

    .dom-pkg-block:hover > .pkg-head > span.pkg-btn {
        opacity: 1;
    }

    .dom-pkg-block > span.overlay-pkg {
        opacity: 0;
        position: absolute;
        left: -5%;
        right: -5%;
        top: -5%;
        bottom: -5%;
        transition: ease-in-out 0.5s;
        -moz-transition: ease-in-out 0.5s;
        -webkit-transition: ease-in-out 0.5s;
        -o-transition: ease-in-out 0.5s;
    }

    .dom-pkg-block:hover > span.overlay-pkg {
        opacity: 1;
        background: rgba(0,0,0,.35);
        left: 3%;
        right: 3%;
        top: 1.5%;
        bottom: 1.5%;
    }

a.bg-full-bttn {
    display: inline-block;
    background: #5bc0de;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 118px 30px;
    margin: 0 auto;
    min-height: 261px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.ht-bttn {
    color: #fff;
}

a:hover.bg-full-bttn {
    background: #428BCA;
    text-decoration: none;
}

#honey-carousel .dom-pkg-block:hover > span.overlay-pkg {
    top: 3%;
    bottom: 3%;
}

.paralax-hmn {
    position: relative;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #ecd2d1;
    background: -webkit-linear-gradient(to right, #fffcdc, #d9a7c7);
    background: linear-gradient(to right, #fffcdc, #d9a7c7);
    padding: 40px 0;
    margin: 40px 0 0;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}

#int-carousel.owl-carousel .owl-nav .owl-next, #int-carousel.owl-carousel .owl-nav .owl-prev {
    background: rgba(0, 0, 0, .28);
    color: #fff;
}

#int-carousel.owl-carousel .owl-nav .owl-prev, #int-carousel.owl-carousel .owl-nav .owl-next {
    top: 15%;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: #fff;
    padding: 0px 8px !important;
    border-radius: 0;
}

    .owl-carousel .owl-nav .owl-next > i.fa,
    .owl-carousel .owl-nav .owl-prev > i.fa {
        font-size: 28px;
    }

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

/*Sightseeing Page*/
.bdr-outer:before {
    border: 1px dashed transparent;
    background: transparent;
}

.modify-dpdown.open > .dropdown-menu, .modify-dpdown.open > .dropdown-menu.dp-menu,
.dropdown.open > .menuopen, .dropdown.open > .dropD-menu {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 459px) {
    .outer-blk {
        width: 100%;
        display: block;
    }

    .hotel-block {
        width: 100%;
        border-radius: 0;
        padding: 10px;
    }

    .bdr-outer {
        left: 30%;
        display: inline-block;
    }

    .modify-tabs > li > a {
        min-height: 62px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .subheader-wrap {
        top: 30px;
    }
}

@media (min-width: 992px) {
    .mt50-w {
        margin-top: 50px;
    }

    .pdL10 {
        padding-left: 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    .promo-deals > h4 {
        font-size: 14px;
    }

    .modify-tabs > li {
        border-left: none;
        font-size: 14px;
    }

        .modify-tabs > li > a {
            padding: 10px;
        }

    .mb20-m {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .big-banner {
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: center;
        background-size: cover;
        position: relative;
        min-height: 510px;
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .subheader-wrap {
        top: 20px;
    }

    .main-content h1 {
        font-size: 26px;
    }

    .promo-bar > .promo-deals {
        position: relative;
    }

    .promo-img {
        position: relative;
        top: 20px;
    }

    .modify-tabs {
        display: inline-flex;
    }

    a.pkgs-info {
        padding: 5px;
    }

    .trending-sec {
        font-size: 13px !important;
    }

    .dom-pkg-block > .pkg-head {
        width: 100%;
        text-transform: capitalize;
    }

        .dom-pkg-block > .pkg-head > span.start {
            font-size: 13px;
        }

    a.bg-full-bttn {
        padding: 10px 30px;
        min-height: 100%;
        margin-top: 20px;
        font-size: 14px;
        line-height: 15px;
    }

    #honey-carousel .dom-pkg-block > .pkg-head {
        top: 85%;
    }

    #honey-carousel .dom-pkg-block:hover > .pkg-head {
        opacity: 1;
        top: 55%;
    }

    #trending-desti > .owl-nav {
        display: none;
    }
}

/*new design modification start Feb 2025*/

.section-padding {
    position: relative;
    padding: 3rem 5rem;
}

.bg-ff {
    background-color: #ffffff;
}

.bg-f1 {
    background-color: #f1f1f1;
}

.bg-f6 {
    background-color: #f6f6f6;
}

.bg-e6 {
    background-color: #e6e6e6;
}

.tb4-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.tb-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.tb-margin {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/*calendar modification start*/
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    background: #777777;
    color: #ffffff;
    border-radius: 6px;
    font-size: 11px;
    padding: 0px 4px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px;
}

    .ui-datepicker .ui-datepicker-next span {
        left: auto;
        right: 0;
    }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 14px;
    border-radius: 3px;
}

/*calendar modification end */

/*promotional deal section*/
.promo-deal-tag {
    border: 20px solid #c1272d;
    border-left: 0;
    border-right: 12px solid transparent;
    color: #fff;
    line-height: 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 0 20px 0 18px;
    width: 33%;
    margin-bottom: 2rem;
}

    .promo-deal-tag::before {
        background-color: #333;
        content: " ";
        display: block;
        height: 40px;
        left: 0;
        position: absolute;
        top: -20px;
        width: 5px;
    }

.promo-deal-img {
    display: flex;
    justify-content: space-between;
}

    .promo-deal-img > a > img {
        border-radius: 0.5rem;
    }
/*promotional deal section end*/


.destination-item {
    background-color: #e9f6f9;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.theme3 .destination-item {
    background-color: #f9f9e9;
}

.destination-item.india,
.theme4 .destination-item {
    background-color: #edefcf;
}

.india-theme .destination-item {
    background-color: #f6f6f6;
}

.th-ani {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

    .global-img:after {
        background: rgba(255, 255, 255, 0.5);
        content: "";
        height: 0;
        left: 0;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    .global-img img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        -webkit-transition: 1.3s all ease;
        transition: 1.3s all ease;
    }

    .global-img:hover img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

.destination-item.india > .global-img img {
    max-height: 250px;
    height: 250px;
}

.destination-item_img {
    border-radius: 16px 16px 0px 0px;
}

.destination-item .box-title {
    color: var(--black-color2);
    margin-bottom: 0;
}

.destination-item .destination-content {
    padding: 24px 0;
}

.destination-item.india .destination-content {
    padding: 16px 0;
}

.destination-item .destination-content > h5 {
    font-weight: 600;
    font-size: 18px;
}

    .destination-item .destination-content > h5 > .nights {
        font-size: 14px;
    }

.destination-item .destination-content > .pkg-price {
    font-size: 22px;
    font-weight: 600;
    padding: 8px;
}

.theme3 .destination-item .destination-content > .pkg-price {
    font-size: 20px !important;
}

    .theme3 .destination-item .destination-content > .pkg-price > span,
    .theme4 .destination-item .destination-content > .pkg-price > span {
        font-size: 12px;
        font-weight: normal;
        color: #565656;
        vertical-align: middle;
    }

.destination-item .destination-text {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .section-padding {
        padding: 1rem;
    }

    .promo-deal-tag {
        width: 100%;
    }

    .destination-item_img {
        margin-bottom: 0
    }
}

.why-travel-us, .travel-features {
    background-image: url("../img/world-map.png");
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 3rem 0;
}

    .travel-features.theme4 {
        background-image: url("https://cdn.pixabay.com/photo/2021/01/05/06/40/boat-5889919_1280.png");
    }

    .why-travel-us.theme3 {
        background-image: url("https://cdn.pixabay.com/photo/2015/07/31/14/59/beach-869195_1280.jpg");
    }

@media (min-width: 992px) {
    .why-travel-us.theme3 > .container {
        margin-top: 30px;
    }

    .why-travel-us.theme3 h2 {
        margin-bottom: 30px;
    }
}


.travel-features {
    background-position: top center;
    background-image: url("https://cdn.pixabay.com/photo/2023/05/04/14/22/mountain-7970232_1280.jpg");
    min-height: 320px;
}

    .why-travel-us:before,
    .travel-features:before {
        content: '';
        background-color: rgb(255,255,255, 0.65);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .travel-features:before {
        background-color: rgb(0 60 124 / 28%);
    }



    .why-travel-us h2, .travel-features h2 {
        font-weight: 600;
        position: relative;
        z-index: 1;
    }

    .travel-features h2 {
        font-weight: 400;
        margin-bottom: 40px;
        text-align: center;
        color: #fff;
    }

.why-us, .travel-services {
    position: relative;
}

.travel-services {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .why-us > img,
    .travel-services > img {
        height: 140px;
        filter: opacity(0.75);
        margin-bottom: 16px;
    }

    .travel-services > img {
        height: 80px;
        filter: invert(1);
    }

    .why-us > h5,
    .travel-services > h5 {
        font-weight: 600 !important;
        margin-bottom: 12px;
    }

    .travel-services > h5 {
        color: #ffffff;
    }

@media (max-width: 767px) {
    .why-us {
        margin-bottom: 16px;
    }

    .travel-services {
        margin-bottom: 20px;
    }

        .travel-services > img {
            height: 60px;
        }

    .why-us > img {
        height: 120px;
    }

    .why-us > h5 {
        font-size: 15px;
    }

    .why-us p {
        font-size: 13px;
    }
}

/*new design Feb 2025*/
.search-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .search-section {
        position: relative;
        top: 0;
        left: auto;
        transform: translate(0px, 0px);
    }
}
