.font-bold{
    font-weight: bolder;
}
.font-bold span i{
    color: #ff6600;
}

.header-button .ot-btn{
    display: none;
}

/*.container11{*/
/*    display: none;*/
/*}*/

.full-half-payment{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
}

.preloader,
.ot-comment-form{
       display:none;
   }
.mobile-book-now-btn{
       display:none;
   }

 .short-video-banner {
    display: flex;
    /*width: 100vw;*/
    /*height: 100vh;*/
}

.video-short-container {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.phone-button {
    display: inline-block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    background-color: var(--theme-color);
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 24px;
    margin: 10px;
    animation: moveUpwhats 3s ease-in-out infinite alternate;
    z-index: 10000;
}
.phone-button i {
    font-size: 25px;
}
.phone-button:hover {
    background-color: var(--theme-color);
    transform: scale(1.1);
}

.sidebar-form {
    position: fixed;
    top: 50%;
    right: -350px;
    width: 350px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    padding: 20px;
    transform: translateY(-50%);
    transition: right .4s linear;
    z-index: 99;
}

.sidebar-form.show {
    right: 0;
}

.sidebar-form .call-action {
    position: absolute;
    background-color: var(--theme-color);
    font-family: 'roboto';
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    left: -95px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    border-radius: 4px;
}

.sidebar-form h3 {
    font-family: 'montserrat';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: var(--theme-color);
}

.sidebar-form .form-group {
    margin-bottom: 10px;
}

.sidebar-form .form-group label {
    font-family: 'roboto';
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
    color: #333;

}

.sidebar-form #submit-btn {
    width: 100%;
    border: none;
    margin-top: 8px;
    background-color: #FCC308;
    color: #fff;
    padding: 7px;
    font-family: 'roboto';
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
}

#fsp {
    padding: 15px 18px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


#whatsapp-button {
    position: fixed;
    left: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    animation: moveUpwhats 3s ease-in-out infinite alternate;
}
#whatsapp-button img {
    width: 50px;
    height: 50px;
}
@keyframes moveUpwhats {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-30px);
    }
}

.banner-video {
        position: relative;
        overflow: hidden;
        height: 470px;
    }

   .banner-video video {
        width: 100%;
        object-fit: cover;
    }
    @media (max-width: 768px) {
        /* Mobile height for screens up to 767px wide */
        .banner-video {
            height: auto;
        }
    }

/*.banner-video {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
    /*height: 470px;*/
/*}*/

/*video {*/
/*    width: 100%;*/
    /*height: 470px;*/
/*}*/

.overlay-banner {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.overlay-banner h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.overlay-banner p {
    font-size: 1.5em;
    margin: 0;
}

.btn-book-view{
    display: flex;
    justify-content: space-between;
}
.btn-book-view a:first-child {
    background-color: var(--title-color) !important;
    color: var(--white-color);
}

.checked {
  color: orange;
}


/* Styles for the main image slider */
.slider-store {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-store div {
    display: none;
    width: 100%;
}

.slider-store img {
    width: 100%;
    height: auto;
}

/* Styles for the thumbnail slider */
.slider-thumbs {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.slider-thumbs div {
    width: calc(100% / 6); /* Assuming 6 thumbnails */
    cursor: pointer;
}

.slider-thumbs img {
    width: 100%;
    height: auto;
    border: 2px solid transparent;
}

.slider-thumbs img:hover {
    border-color: #007bff; /* Highlight border color on hover */
}

.mobile-logo a img{
    height: 100px;
}
.banner-logo img{
    height: 70px;
}


.modal1 {
    display: none;
    position: fixed;
    z-index: 1111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content1 {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.box-shadow {
    box-shadow: 0 0 15px #cccccc37;
}
.space-top .rounded {
    border-radius: 10px !important;
}

.border-b {
    border-bottom: 1px dashed #f1f1f1!important;
}

.trend-item .trend-content1 ul {
    padding-left: 0rem;
}

.ot-widget-about .about-logo img{
    height: 100px;
}

.header-logo img{
   height: 70px;
        
}


ul li{
    list-style: none;
}
@media(max-width: 1100px) {
    .trending-topic-counter .trending-topic-counter-inner {
        width:86%;
        padding: 40px 40px 80px
    }
}

@media(max-width: 991px) {
    .trending-topic-counter {
        padding-bottom:0
    }

    .trending-topic-counter .trending-topic-counter-inner {
        padding: 40px;
        margin: 0 auto!important
    }

    .trending-topic-counter .trending-topic-counter-inner .car-image {
        width: 100%;
        position: relative;
        bottom: inherit
    }

    .category-main-inner h3 {
        margin-bottom: 0!important
    }
}

@media(max-width: 767px) {
    
    .trending-topic .trending-topic-item {
        text-align:center
    }

    .trending-topic .trending-topic-item:before {
        display: none
    }
}

.trending {
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

.trending .trend-item,.trending .trend-item1,.trending .trend-item2 {
    position: relative;
    transition: all ease-in-out .5s;
    overflow: hidden
}

.trending .trend-item::before,.trending .trend-item1::before,.trending .trend-item2::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    background: #029e9d;
    height: 4px;
    transition: all ease-in-out .5s;
    z-index: 2
}

.trending .trend-item .trend-meta,.trending .trend-item1 .trend-meta,.trending .trend-item2 .trend-meta {
    position: absolute;
    top: -28px;
    right: 20px
}

.trending .trend-item .trend-image,.trending .trend-item1 .trend-image,.trending .trend-item2 .trend-image {
    position: relative
}

.trending .trend-item .trend-image img,.trending .trend-item1 .trend-image img,.trending .trend-item2 .trend-image img {
    transition: all ease-in-out .5s;
    width: 100%
}

.trending .trend-item .trend-image .trend-content,.trending .trend-item1 .trend-image .trend-content,.trending .trend-item2 .trend-image .trend-content {
    z-index: 1
}

.trending .trend-item .trend-image,.trending .trend-item .trend-image1,.trending .trend-item1 .trend-image,.trending .trend-item1 .trend-image1,.trending .trend-item2 .trend-image,.trending .trend-item2 .trend-image1 {
    transition: all ease-in-out .5s;
    overflow: hidden
}

.trending .trend-item .trend-content1,.trending .trend-item1 .trend-content1,.trending .trend-item2 .trend-content1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1
}

.trending .trend-item:hover,.trending .trend-item1:hover,.trending .trend-item2:hover {
    transition: all ease-in-out .5s
}

.trending .trend-item:hover::before,.trending .trend-item1:hover::before,.trending .trend-item2:hover::before {
    transition: all ease-in-out .5s;
    width: 100%
}

.trending .trend-item:hover .trend-image img,.trending .trend-item1:hover .trend-image img,.trending .trend-item2:hover .trend-image img {
    transform: scale(1.1);
    transition: all ease-in-out .5s
}

.trending .trend-item:hover .color-overlay,.trending .trend-item1:hover .color-overlay,.trending .trend-item2:hover .color-overlay {
    height: 100%;
    transition: all ease-in-out .5s
}

.trending .trend-item:hover .color-overlay,.trending .trend-item1:hover .color-overlay,.trending .trend-item2:hover .color-overlay {
    height: 100%;
    transition: all ease-in-out .5s
}

.trending .trend-item1::before {
    display: none
}

.trending .trend-item2 {
    position: relative;
    transition: all ease-in-out .5s;
    height: 100%;
    overflow: hidden
}

.trending .trend-item2>a {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    display: inline-block;
    transition: all ease-in-out .5s
}

.trending .trend-item2::before {
    display: none
}

.trending .trend-image1 {
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all ease-in-out .5s
}

.trending .trend-image1>a {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    display: inline-block;
    transition: all ease-in-out .5s
}

.section-shape {
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1
}


@media(max-width: 767px) {
    .trending .trend-item .trend-image1 {
        height:340px;
        margin-bottom: 1rem
    }

    .trending .trend-item2 {
        height: 300px;
        border-radius: 10px;
        margin-bottom: 15px
    }

    .trend-packages .trend-full .col-lg-5 {
        padding: 0!important
    }
}

@media(max-width: 480px) {
    .img-box1 .shape1 {
        bottom: -107px;
        left: -11px;
    }
    .modal-content1 {
        background-color: #fefefe;
        margin: 3% auto;
        padding: 13px;
        border: 1px solid #888;
        width: 93%;
        border-radius: 20px;
    }
    .header-logo img {
    height: 44px;
    width: 100px;
   }
   .header-logo {
    padding-top: 9px;
    padding-bottom: 7px;
   }
   .ot-widget-about .ot-social,
   .about-logo,
   .about-text{
       text-align: center;
   }
   .sidebar-area {
    padding-top: 3px;
   }
   .widget-tour-book .widget-form {
    padding: 11px;
   }
   .widget select, 
   .widget input {
    height: 40px;
   }
   .form-group>i {
    top: 11px;
   }
   .form-control {
       padding: 0 20px 0 20px !important;
   }
   .widget-form textarea.form-control, .widget-form textarea {
    min-height: 70px;
   }
   .description-table {
    min-width: auto;
   }
   .mobile-book-now-btn{
       display:block;
   }
   .section-service-ad-card{
       display:none;
       padding-top: 0px !important;
   }
   .category-main-inner,
   .section-blog,
   .about-section,
   .about-section-bottom,
   .why-section{
       display:none;
       
   }
   .activity-section{
    margin-top: 0px;
    /*margin-top: 84px;*/
   }
   .category-sec{
      display: none;
      margin: 0;
    padding: 0;
  }
   .meta-box_icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--theme-color);
}
.meta-box_title,
.meta-box_text{
    font-size: 13px;
}
.meta-box-wrap{
    flex-wrap: nowrap;
}
.tour-header {
    padding: 15px 6px;
}
.tour-header .tour-title {
    font-size: 21px;
}
.space-top{
    padding-top: 17px;
}
   
   /*.ot-menu-toggle {*/
   /* width: 43px;*/
   /* height: 31px;*/
   /*}*/
   /*.category-card {*/
   /* max-width: 141px;*/
   /* margin-left: auto;*/
   /* margin-right: auto;*/
   /*}*/
   
}


@media(max-width: 400px) {
    .trending .trend-item .trend-image .trend-meta {
        position:relative;
        display: block!important;
        text-align: center
    }

    .trending .trend-item .trend-image .trend-meta .entry-author {
        margin-bottom: 15px
    }
    .banner-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
}

video {
    width: 100%;
    height: auto;
}
    
}