@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "bh-medium";
    src: url(/public/assets/fonts/fonts/aestronsansfontvf.ttf);
}

a{
    text-decoration:none;
}

#pills-tab .nav-item .nav-link {
    background-color: #202A5B;
    color: #fff;

}

.tab-tour-single .nav-link i {
    color: #fff;
}

#pills-tab .nav-item .nav-link:hover,
#pills-tab .nav-item .nav-link.active {
    background-color: #ff970d;
}

#pills-tab .nav-item .nav-link:hover,
#pills-tab .nav-item .nav-link.active i {
    color: #fff;
}

.main-header .logo-box .logo img {
    width: 200px;
}

.footer-newsletter .footer-info li {
    padding-bottom: 10px;
}

.footer-newsletter .footer-info li p {
    padding-left: 10px;
    color: #fff;
}

.footer-newsletter .footer-info li i {
    color: #F6BA17;
}

.hyper_email {
    color: #fff !important;
}

.hyper_phone {
    color: #fff !important;
}

.cioo:hover .icon-mail {
    color: #000 !important;
}

.cioos:hover .icon-phone {
    color: #000 !important;
}

.cioo:hover .hyper_email {
    color: #000 !important;
}

.cioos:hover .hyper_phone {
    color: #000 !important;
}

.cioo_foot:hover .hyper_email {
    color: #F6BA17 !important;
}

.cioos_foot:hover .hyper_phone {
    color: #F6BA17 !important;
}

.login-user {
    padding: 30px 50px;
}

.login .login-wrap .content {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px !important;
}

.login-wrap .image img {
    height: 540px;
}

.login_img img {
    width: 42px;
    margin-left: 10px;
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
}

#map iframe {
    width: 100%;
}

@keyframes wave-animation {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(14deg);
    }

    /* five values can be played with to make the waving more or less */
    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(0deg);
    }

    /* Reset for the last half to pause */
    100% {
        transform: rotate(0deg);
    }
}

.inner-header-login .title {
    color: #202A5B;
}

.login .login-wrap .content.regitercard {
    max-width: 555px;
    width: 100%;
}

.login-wrap .image.reg_img img {
    height: auto !important;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {

    padding: 12px 17px 12px 17px;
}

.login .login-wrap .content .input-wrap {
    margin-bottom: 10px !important;
}

.header-dashboard .inner-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.EMImodel .modal-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
    border: none;
    border-radius: 10px;
}

.EMImodel .modal-content .btn-close {
    position: absolute;
    background: none;
    right: 20px;
    background: #d0721f;
    color: #ffff;
    width: 30px;
    height: 30px;
    border-radius: 27px;
    opacity: 1;
}

.EMImodel .modal-content h2 {
    visibility: visible !important;
    animation-name: none !important;
    position: absolute !important;
    top: 27%;
    left: 36%;
    color: #0d3e13 !important;
    font-size: 45px;
}

.EMImodel .modal-content h3 {
    top: 45%;
    left: 20%;
    opacity: 1;
    z-index: 9999;
    position: absolute;
    background: #16c79e;
    color: #fff;
    padding: 44px 15px;
    border-radius: 65px;
    rotate: -11deg;
}

.booking-title .booking.ssss {
    color: #e88c17;
    border: 2px dotted #e88c17;
}

.EMImodel .modal-content .booking-title {
    padding-left: 23px;
}

/* =====================book now css===================== */
.booknw_btns {
    position: fixed;
    bottom: 34%;
    right: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    background-image: linear-gradient(to right, #F6BA17 0%, #F6BA17 100%);
    padding: 10px 20px;
    z-index: 999;
    border-radius: 4px;
    cursor: pointer;

}

.circles {
    right: 74px;
    position: fixed;
    bottom: 39%;
    padding: 17px 39px;
    border-radius: 0;
}

.circles>div {
    /* animation:  3s infinite ease-out; */
    animation: growAndFade 1.6s ease-out infinite;
    background-color: #F6BA17;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.circles .circle1 {
    animation-delay: 1s;
}

.circles .circle2 {
    animation-delay: 2s;
}

.circles .circle3 {
    animation-delay: 3s;
}

@keyframes growAndFade {
    0% {
        opacity: 0.70;
        transform: scale(0);
    }

    0% {
        opacity: 0.80;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

#booknow_container {
    width: 430px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
}

#form_container {
    background-color: #fff;
    position: relative;
}

#top-wizard {
    position: relative;
}

#middle-wizard {
    /*scroll-behavior: smooth;*/
    padding: 20px 20px 1px 20px;
    background: #202A5B;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: fixed;
    height: 95vh;
    overflow-y: scroll;
    top: 0;
    z-index: 9999;

}

a.modal-close {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 9;
    outline: none;
}

.step.form_inputs h3 {
    font-size: 20px;
    color: #F6BA17;
}

.form_inputs input.form-control,
select.form-control,
textarea.form-control {
    background: none;
    background-color: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 14px !important;
    font-weight: 500;
}

input::placeholder,
select::placeholder {
    font-size: 14px !important;
    /* Adjust this value as needed */
    color: #555 !important;
    /* Optional: Change the color of the placeholder */
}

.btn_div {
    text-align: center;
}

.btn_div button {
    background: #000;
    border: none;
    padding: 8px 49px;
    color: #ffff;
}

/* ============================= intrgation code =============== */
.group-select-wrap h6 span {
    padding-right: 12px;
    color: #202A5B;
}

.group-select-wrap h6 {
    color: #202A5B;
}

.country_ul {
    padding-top: 20px;
}

/* ================summernote css==================== */
.description-wrap p b {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
    display: inline-block;
    color: #081E2A;
}

.description-wrap p span {
    line-height: unset !important;
    font-size: unset !important;
    font-family: unset !important;
}

.description-wrap ul {
    padding-left: 25px;
}


.description-wrap ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    /* Add space for the icon */
    line-height: 35px;

}

.description-wrap ul li::marker {
    color: #202A5B;
}

.oldicon {
    display: none !important;
}

.description-wrap ul li::before {
    content: "\e9d5";
    /* Unicode for a bullet or replace with any icon */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    /* Adjust icon size */
    color: #202A5B;
    /* Set icon color */
    font-family: 'icomoon' !important;
}

.plan_summernote ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    /* Add space for the icon */
    line-height: 35px;

}

.plan_summernote ul li::before {
    content: "\e9d5";
    /* Unicode for a bullet or replace with any icon */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    /* Adjust icon size */
    color: #202A5B;
    /* Set icon color */
    font-family: 'icomoon' !important;
}

.plan_summernote ul li b {
    font-weight: 700;
}

.header-profile-user {
    height: 36px;
    width: 36px;
    /* background-color: var(--bs-gray-600); */
    padding: 3px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.myacount:focus {
    outline: 0;
    box-shadow: unset;
}

.myacount:hover {
    color: #212529;
}

.dropdown-menu.dropdown-menu-end {
    background-color: #202A5B;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    color: #fff;
    background-color: #202A5B;
}

.booknw_btns:hover {
    color: #fff;
}

.userpage a {
    color: #fff !important;
}

.user_ul .dropdown-menu {
    padding: 16px !important;
    background: #202A5B;
}

.user_ul .dropdown-menu li a {
    color: #fff;
}

.user_ul ul li a:hover {
    color: #fff;
}



.destiny {
    border-radius: 5px !important;
    width: 237px !important;
    border-color: #c1c1c1 !important;
    padding: 10px;
}

.book {
    filter: drop-shadow(1px 1px 2px #202A5B);
}

.wave-button {
    font-family: "Montserrat", serif;
    border: none;
    padding: 20px 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
    background-color: #F6BA16;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(1px 1px 2px #202A5B);
}

.wave-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    background: linear-gradient(295deg, rgba(0, 0, 0, 0) 13%, #ffffffe0 -36%, rgba(0, 0, 0, 0) 20%);
    transform: translateX(-100%);
    animation: wave-animation 4s linear infinite;
}

.title-tour a {
    color: #fff !important;
}

@keyframes wave-animation {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

#form-book-tour .label {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    text-shadow: 0px 0px 0px white;
}

select.destiny {
    color: #706a6a !important;
    font-size: 15px;
}

.pr {
    color: #5e6061 !important;
}



#form-contact-us .input-wrap i {
    position: absolute;
    left: -10px !important;
    top: 13px !important;
    font-size: 20px !important;
}


/* =============== custom css ================ */


.mega-menu .column .p a:hover {
    color: #202A5B;
}

.mega-menu .menu-item .menu_al::before {
    /* Icon for the package links */
    content: "\e9d5";
    /* Unicode for the icon */
    position: absolute;
    left: 0;
    /* Adjust the position */
    top: 0;
    font-size: 1.2em;
    color: #202A5B;
    font-family: 'icomoon' !important;
    margin-right: 8px;
    /* Space between icon and text */
}


.mega-menu .menu-item .menu_al {
    position: relative;
    /* To position the icon properly */
    padding-left: 25px;
    /* Adjust to prevent overlap between icon and text */
    color: #696565 !important;
}

.mega-menu .column {
    width: 150px !important;
}

.destination-image img {
    width: 100% !important;
    height: 160px;
}

.swiper-slide .content .title-icon a {
    color: #000;
}

.activities-list .icon-box-style5 .icon i {
    color: #0b326f;
    font-size: 37px;
}

.activities-list li {
    background: #ffffff;
    border-radius: 17px;
}

.icon-box-style5.why {
    padding: 20px 25px;
    background: #eee9e9;
    border-radius: 10px;
    height: 200px;
}

.icon-box-style5.why .icon svg {
    color: #0b326f;
}

.icon-box-style5.why .icon i {
    color: #0b326f;
    font-size: 37px;
}

.tf-counter .icon svg {
    color: #a3a7bb !important;
}

.home_baner .slider-home2-content {
    padding-top: 75px !important;
    padding-bottom: 50px !important;
}

.home_baner .swiper-wrapper {
    height: 80vh !important;
}

.home_baner .slider-home2-image .slider-home2 .image-slider-home2 {
    height: 100% !important;
    object-fit: cover;
    width:100%;
}

.home_baner .slider-home2-image .slider-home2::before {
    background: linear-gradient(80deg, rgb(37 86 141 / 31%), rgba(0, 0, 0, 0.34));
}

.mask-header3.banr_bottm {
    position: absolute;
    top: 117px;
    left: 0;
    right: 0;
}

.icon-box-style1:hover::after {
    display: none;
}

.serviceSwiper .icon i,
svg {
    color: #F6BA17 !important;
}

.text-gray.abouth2 {
    -webkit-text-fill-color: #a42acc !important;
}

.serviceSwiper .tf-icon-box:hover .icon i {
    color: #fff !important;
}

.serviceSwiper .tf-icon-box:hover .icon svg {
    color: #fff !important;
}

.tf-icon-box:hover .des-icon {
    color: #554f4f !important;
}

.icon-box-style2.chooseus:before {
    background-color: #f4f6f8 !important;
}

.icon-box-style2.chooseus {
    height: 224px;
}

.icon-box-style2.chooseus:hover .title-icon a {
    color: #202A5B !important;
}

.tf-icon-box.icon-box-style1 {
    box-shadow: rgb(10 233 254 / 67%) 0px 5px 15px;
}

.service_Card .tf-icon-box {
    height: 240px;
    /* background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); */
}

.image-gallery-single img {
    border-radius: 10px;
    /*object-fit: contain;*/
    width:100%;
    height:276px;
}

.wave-button.login:hover {
    color: #fff;
}

/* background: #03a84e; //green */
/* background: crimson; */
/* background: darkgreen; */
.booking-list-table .mont_date {
    background: crimson !important;
}

.booking-list-table .approved {
    background: #03a84e !important;
}

.booking-list-table .pendingbtn {
    background-color: #eb5907 !important;
}

.booking-list-table .paynow {
    background: darkgreen !important;
}

.booking-list-table .pending_status {
    background: #641a00 !important;
}

.booking-list-table .image img {
    border-radius: 10px;
}

.has-dashboard .profile-dashboard .my-booking-wrap .booking-table-content li .action-wrap .action a i {
    color: #fff;
}

.revirw_from .just-validate-error-label {
    color: rgb(225 132 22) !important;
}

.reviewbtn:hover {
    background-color: #F6BA17 !important;
}

.datasss {
    color: #fff;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* background-image: url('assets/images/myimgs/bnr2.jpg'); */
    background-size: cover;
    background-position: 50% 0;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.datasss:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.single-service h3 {
    /* color: #F6BA17; */
    color: #D8DDEF;
}

.single-service .description {
    color: #fff;
}

.countr h2 {
    color: #202A5B;
}

.countr.des {
    color: #202A5B;
}

.whycontent h6 a {
    color: #202A5B !important;
}

.title-tour-list a {
    color: #202A5B;
}

.logo-footer {
    position: relative;
}

.logo-footer p {
    color: #fff;
    position: absolute;
    top: 110px;
    left: 10px;
}

.user_profile {
    position: relative;
}

.user_profile img {
    border-radius: 70px;
}

.user_profile .icon-delete {
    position: absolute;
    top: 0;
    left: 63%;
    background: #fffbff;
    /* color: #fff; */
    padding: 10px;
    border-radius: 30px;
}

.mobile-menu .navigation li.dropdown2>ul li a {
    color: #fff;
}

.mob_icon {
    color: #4F545A;
}

.mob_icon:hover {
    color: #F6BA17;
}

.slider-home2-image .slider-home2 .prev-slider2 {
    left: 85.5% !important;
}

.reviewbtn {
    background: #F6BA17;
}

.tour-single .review-content-tour .title-review {
    color: #F6BA17;
}

.review_input {
    padding: 10px 10px 10px 30px !important;
    background: aliceblue !important;
}

.revirw_from fieldset {
    position: relative;
}

.revirw_from fieldset i {
    position: absolute;
    top: 11px;
    left: 8px;
}

/* ===============responsive css=================== */
@media only screen and (max-width: 1920px) {
    .has-dashboard .profile-dashboard {
        padding: 80px 30px 311px 30px !important;
    }

}

@media (max-width: 1199px) {
    .has-dashboard .profile-dashboard {
        padding: 80px 30px 333px 30px !important;
    }

    .tour-single .inner-heading-wrap .inner-heading .title {
        font-size: 28px;
    }
}

@media only screen and (min-width:991px) and (max-width: 1199px) {
    mobile-menu {
        display: none;
    }

    textarea,
    input[type=text],
    input[type=password],
    input[type=datetime],
    input[type=datetime-local],
    input[type=date],
    input[type=month],
    input[type=time],
    input[type=week],
    input[type=number],
    input[type=email],
    input[type=url],
    input[type=search],
    input[type=tel],
    input[type=color] {
        width: 190px !important;
        padding: 12px 17px 16px 17px !important;
    }

    .destiny {
        width: 190px !important;
    }
}

@media (min-width: 991px) {
    .mega-menu {
        display: flex !important;
        background: #fdfcff !important;
        width: unset !important;
    }

    .dashboard_logo {
        display: none;
    }

    .mobile_log {
        display: none !important;
    }


}

@media (max-width: 991px) {
    .tf-icon-box .des-icon {
        font-size: 12px;
        line-height: 25px;
    }

    .section-services .single-service .title {
        font-size: 19px !important;
        line-height: 20px;
    }

    .widget-testimonial-style2 {
        padding: 40px 23px 40px 40px;
    }

    .widget-testimonial-style2 .des {
        text-align: justify;
    }

    .mobile_log {
        display: block !important;
    }

    .login .login-wrap .content {
        margin-right: 0 !important;
    }

    .main-header .header-account {
        gap: 70px;
    }

    .mask-header3.banr_bottm {
        display: none !important;
    }

    .header-style2 .header-top .mask-header3 {
        display: none !important;
    }

    .tab-tour-single {
        row-gap: 10px;
    }

    .mega-menu .menu-item .menu_al::before {
        color: #F6BA16 !important;
    }

    .mega-menu .menu-item .menu_al {
        color: #fff !important;
    }

    .destiny {
        width: 234px !important;
        height: 40px !important;
        border-radius: 4px !important;
    }

    .tour-listing .tour-listing-content {
        padding: 14px 20px 18px 18px;
        margin-top: -6px;
    }

    .tour-listing .tour-listing-content .review span {
        font-size: 10px;
        line-height: 8px;
        margin-left: 7px;
    }

    .mob_btn {
        padding: 12px 22px;
        font-size: 16px;
    }

    .listing-list-car-grid {
        gap: 7px !important;
    }

    .sider-bar-tour-package .widget-filter {
        padding: 31px 13px;
    }

    .tour-listing .tour-listing-content .review i {
        font-size: 10px;
    }

    .tour-listing .tour-listing-content .title-tour-list {
        font-size: 15px;
        line-height: 18px;
    }

    .tour-listing .tour-listing-image .badge-top .feature {
        padding: 4px 8px;
        font-size: 10px;
    }

    .tour-listing .tour-listing-image .badge-top .badge-media .media {
        padding: 6px 6px;
        font-size: 11px;
        line-height: 15px;
    }

    .tour-listing .tour-listing-image .badge-top .badge-media .media i {
        font-size: 10px;
        margin-right: 3px;
    }

    .sider-bar-tour-package .widget-filter-content {
        padding: 25px 20px 25px 20px;
    }
}

@media(max-width: 767px) {
    .counter-grid-dashboard {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .has-dashboard .profile-dashboard {
        padding: 80px 30px 457px 30px !important;
    }
}

@media (max-width: 480px) {
    .MsoNoSpacing {
        margin-left: unset !important;
        text-indent: unset !important;
        text-align: justify;
    }

    .MsoNoSpacing span {
        display: none;
    }

    textarea,
    input[type=text],
    input[type=password],
    input[type=datetime],
    input[type=datetime-local],
    input[type=date],
    input[type=month],
    input[type=time],
    input[type=week],
    input[type=number],
    input[type=email],
    input[type=url],
    input[type=search],
    input[type=tel],
    input[type=color] {
        /* width: 180px !important; */
        padding: 20px 17px 20px 17px;
    }

    .review_input {
        padding: 20px 17px 18px 25px !important;
    }

    .tour-single .review-content-tour .form-review {
        padding: 39px 10px 41px 16px;
    }

    .tour-single .review-content-tour .client-review .client-review-list .client-review-item .avata {
        margin-right: 20px;
    }

    .tour-single .review-content-tour .client-review .client-review-list .client-review-item .avata img {
        width: 53px;
        height: 55px;
    }

    .revirw_from fieldset i {
        position: absolute;
        top: 22px;
    }

    .destiny {
        width: 180px !important;
        height: 40px !important;
        border-radius: 4px !important;
    }

    .login .login-wrap {
        padding: unset;
        border-radius: unset;
        box-shadow: unset;
        justify-content: unset;
    }

    .css label {
        font-size: 13px;
    }

    .forgotcss {
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 19px;
    }

    .login .login-wrap .content .account {
        font-size: 10px;
        font-weight: 500;
        line-height: 16px;
    }

    .logbtn {
        padding: 20px 27px;
    }

    .login-user {
        padding: 30px 30px;
    }

    .section-services .single-service .title {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 24px;
    }

    .section-services .single-service .description {
        margin-top: 10px;
        line-height: 24px;
        font-size: 13px;
    }

    .section-services {
        padding-bottom: 60px;
    }

    .widget-counter .content .des {
        text-align: justify !important;
    }

    .widget-counter .content {
        margin-left: 20px;
    }

    .tf-counter .number-counter {
        font-size: 19px;
        line-height: 15px;
    }

    .tf-counter .title-counter {
        font-size: 11px;
        line-height: 23px;
    }

    .widget-banner-contact address {
        font-size: 9px;
        padding: 9px 6px;
        margin-left: 10px;
    }

    .widget-testimonial-style2 .des {
        padding-right: unset;
        text-align: justify;
    }

    .icon-box-style2 {
        padding: 32px 24px 30px 20px;
    }

    .tf-icon-box .des-icon {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        text-align: justify;
    }

    .icon-box-style2 .title-icon {
        margin-bottom: 2px;
    }

    .section-services {
        padding-top: 36px !important;
        padding-bottom: 70px !important;
    }

    .widget-counter {
        padding-top: 43px !important;
        padding-bottom: 36px !important;
    }

    .mob_btn {
        padding: 10px 28px;
    }

    .wave-button {
        padding: 20px 20px;
    }
}

@media (max-width: 400px) {
    .section-services .single-service .title {
        margin-bottom: 0px !important;
        font-size: 18px !important;
    }

    .section-services .single-service {
        padding: 20px 30px !important;
    }

    .has-dashboard .profile-dashboard {
        padding: 80px 15px 333px 15px !important;
    }
}

.note-dropdown-menu dropdown-menu show{
    left: -260px !important;
}