body,
h1, h2, ul{
    padding: 0;
    margin:0;
}
a{
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
  }



.top-bar,.menu-80 li a,.welcome-txt span,.news a,.destination-img span,  .news-bar .label,.about p,.featured-packages span,
.owl-carousel-slider .item .feature-details span,.owl-carousel-slider .item .feature-details p,.middle-clm-red span,.why-choose-us p,
.choose-feature,.owl-carousel-reviews .item,.blog-section span,.blog-single p,.blog-single a,.accordion,.services p,.blog-date,
.links a,.footer-clm,.secondary-footer p,.responisve-menu li a,.destination-details p,.owl-carousel-destination-slider .item .tag,.destination-sidebar,.owl-carousel-place-slider strong span,
.content p,.content strong,.featured-display strong,.featured-details span,.package-title strong,.package-highlight-inclusion,ul.sitemap,
.highlight,.aminities,.contact-single p,.form-right p,.selected,.overview p,.choose-us p,.choose-us strong,.choose-us li,
.team-details p,.team-contact li a,.owl-carousel-award .item p,.destination-single em,.news-category,.news-article p,.news-single span,
.news-category-date,.news-right strong,.sidebar-news button,.sidebar-news input,.count-news li,.blog-category-search input,
.blog-category-search select,.blog-single-clm a,.social,.blog-single-clm em,.sidebar-blog-details .author,.sidebar-blog-details em,
.sidebar-blog-details a,strong.blog-title-sidebar,.festival-details em,.festival-location,.destination-details ul li,
.feature-hotel-carousel .item .feature-details p,.about-team p,.destination-single small,.search-property-name strong,.accomodation-search-clm strong,
.hotel-overview p,.review-rate-price em,.review-rate-price span,.hotelfacilities li,.accomodation-filter-destination span,span.hoteldestination,
.category-standard,.total-list-property,.category-and-filter,.back-to-properties,.accomodation-single-details-overview,
.about-property h2,.about-property p,.about-property li,.hotel-room-single li,.hotel-room-single small,.accomodation p,
.accomodation-single-details-sidebar strong,.destination-details strong,.secondary-menu li a{
    font-family: "Poppins", sans-serif;
}
@font-face {
    font-family: 'MyCustomFont';
    src: url('../customize-font/kaftan-trial.otf') format('truetype');
  }

.welcome-txt strong,.plan-trip a,.destination-single a,.about h1,.about a,.featured-packages h2,
.owl-carousel-slider .item .feature-details a,.middle-clm-red strong,.why-choose-us h3,.date,.google-r-slider strong,.blog-section h4,
.blog-single strong,.faq h5,.services h6,.footer-headline strong,.footer-phone,.newsletter button,.secondary-footer strong,.close-nav,.header-featured a,.destination-details h1,
.destination-details h2,.owl-carousel-place-slider .item strong,.destination-details h3,.view-package a,.content h1,.featured-details a,.package-title h1,
.package-highlight-inclusion li a,.backtohome a,.contact-single strong,.form-left strong,.selected span:last-child,.form-left button,.blog-single em,
.overview h1,.about-mission .accordion-title,.choose-us h2,.choose-us-cta a,.about-team h3,.team-details strong,.awards h4,
.owl-carousel-award .item strong,.license h5,.package-title h1 a,.news-article h1,.news-single strong,.count-news li span,
.blog-category-search button,.sidebar-news button,.blog-single-clm strong,.author,.highlight-text,.sidebar-blog-details strong,
.festival-details strong,.tour h2,.feature-hotel-carousel .item .feature-details a,.destination-name,.accomodation-single-featured-details strong,
.accomodation-filter-destination label,.review-rate-price a,.review-rate-clm em,.accomodation-single-details-left h1,
.hotel-room h3,.hotel-room-single strong,.accomodation h1,.share-section,.festival-single-featured-details strong,.tab,.secondary-menu-close{
    font-family: 'MyCustomFont';
}

/* TOP BAR */

.top-bar{
    background-image: linear-gradient(to right, #ff0c00 0%, #ff0c00 0%, #ff0c00 21%, #ff0c00 52%, #fe4d11 78%, #fe4d11 100%);
    padding: 0 100px;
}
.top-bar li{
    list-style: none;
    float: right;
}
.top-bar ul{
    overflow: hidden;
}
.top-bar li a{
    color:#fff;
    padding:20px 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.top-bar li:nth-child(5) a{
    background:#fffd00;
    color:#000;
}

/* SLIDER */
.slider-section{
    position: relative;
}

/* MENU */
.fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    animation: smoothScroll 1s forwards;
    -webkit-transition: all .5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all .5s ease
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0px)
    }
}
.menu-bar{
    padding: 0 100px 30px ;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    width: auto;
    z-index: 99;
    background: url(../images/menu-half-white.svg) repeat-x;
    transition: top 0.3s ease, padding 0.3s ease;
}
.menu-20,.menu-80{
    float: left;
}
.menu-20{
    width: 20%;
}
.logo{
    padding-right: 30px;
}
.menu-20 img{
    margin-top: -10px;
    z-index: 9;
}
.menu-80{
    width: 80%;
    padding-top: 25px;
}
.menu-80 li{
    float: right;
    list-style: none; 
    position: relative;   
}
/* 1. Makes the container the reference point */
.dropdown {
    position: relative;
    display: inline-block; /* Essential for containing the absolute submenu */
  }
  
  /* 2. Styles the submenu */
  .dropdown-content {
    display: none; /* HIDE the submenu by default */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1; /* Ensures it sits on top of other content */
    top: 100%; /* Positions it right below the parent item */
    left: 0;
    padding: 10px 0;
    /* (Add basic list and link styling for the submenu here) */
  }
  ul.dropdown-content li{
      float: left;
      width: 100%;
      padding: 5px 0;
  }
  
  /* 3. SHOW the submenu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
/* .sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    background: #fff;
    opacity: 0;
    padding: 10px !important;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease;
  }
  .sub-menu li{
      float: left;
      display: block;
      width: 100%;
      padding-bottom: 5px;
  }
  .sub-menu li a{
      padding: 0 !important;
      display: block !important;
      font-size: 14px !important;
      color: #3d3d3d !important;
      text-transform: uppercase;

  }
  .sub-menu li a .fa-star{
      font-size: 10px !important;
      color: #ff0c00;
  } */
  /* SHOW SUBMENU ON HOVER */
/* .has-sub:hover .sub-menu {
    opacity: 1;
  visibility: visible;
  transform: translateY(0);
  top: 100%;
  } */
.menu-80 li a{
    color:#000;
    padding:0px 15px 0 15px;
    font-size: 14px;
}

/* POPULAR DESTINATION */
.popular-destination-section{
    position: absolute;
    left: 0;
    right: 0;
    top:20%;
    width: auto;
    z-index: 92;
}

.welcome-txt,.plan-trip{
    text-align: center;
}
.welcome-txt strong,.welcome-txt span{
    color:#fff;
}
.welcome-txt strong{
    font-size: 70px;
    display: block;
    font-weight: normal;
}
.welcome-txt span{
    font-size: 40px;
}
.plan-trip{
    padding:40px 40px 90px;
    background: url(../images/plan-trip-arrow.png) no-repeat center 20px;
}
.plan-trip a{
    background:#fffd00;
    color:#000;
    border-radius:53px;
    padding: 20px 40px;
    font-size: 20px;
}
.owl-carousel-popular-destination .owl-nav{
    display: none;
}

/* POPULAR DESTINATION */
.popular-destination{
    padding:20px 100px;
    overflow: hidden;
}
.destination-img{
    position: relative;
}
.destination-img span{
    position: absolute;
    left: 20px;
    top:20px;
    background-image: linear-gradient(to right, #ff0c00 0%, #ff0c00 0%, #ff0c00 21%, #ff0c00 52%, #fe4d11 78%, #fe4d11 100%);
    border-radius:53px;
    padding:5px 10px;
    font-size: 12px;
    color:#fff;
}
.destination-img img{
    width: 100%;
    object-fit: cover;
    height: 230px;
    border-radius: 9px;
}

.destination-single a{
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    padding-top: 10px;
    display: block;
    letter-spacing: 1px;
}
.destination-single em{
    display: block;
    padding: 5px 0;
    color:#fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.destination-single a .fa-star{
    font-size: 12px;
    color:#fffd00;
}

/* NEWS */
.news{
    padding:0 150px;
   
}
.news-bar {
    display: flex;
    align-items: center;
    background:url(../images/red-news.svg) repeat-x;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    white-space: nowrap;
  }
  
  .news-bar .label {
    background:url(../images/yellow-news.png) no-repeat;
    padding: 30px 20px 50px;
    font-weight: bold;
    text-transform: uppercase;
    color:#000;
    background-size: cover;
    font-size: 18px;
  }
  
  .news-container {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .news-content {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 25s linear infinite;
    padding-bottom: 20px;
  }
  /* Pause on Hover */
.news-content:hover {
    animation-play-state: paused;
  }
  
  @keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
  }
  .news-content a{
      color:#fff;
  }


  /* About */
  .about-section{
      padding:100px;
      overflow: hidden;
      border-bottom: 1px solid #fe4d11;
  }
  .about-20,.about-80{
      float: left;
  }
  .about-20{
      width: 20%;
  }
  .about-80{
    width: 60%;
}
  .flag{
      width: 30%;
      margin: 0 auto;
      padding:120px 0 80px;
  }
  .flag img{
      width: 100%;
  }
  .pic1{
      background: url(../images/sign1.svg) no-repeat;
      background-size: contain;
  }
  .pic1 img{
      margin-left: 80px;
      margin-top: 50px;
  }

.pic2,.pic3{
    position: relative;
}
.sign-pic2{
    position: absolute;
    bottom: -5%;
    right: -0px;
    width: 50%;
}
.sign-pic3{
    position: absolute;
    bottom: -5%;
    left: -0px;
    width: 50%;
}
.sign-pic2 img,.sign-pic3 img,.pic1 img,.pic2,.pic3,.pic4{
    width: 100%;
}
  .pic2,.pic4{
      margin-top: 50px;
  }
  .pic4{
    background: url(../images/sign3.svg) no-repeat right bottom;
    background-size: contain;
  }
  .pic4 img{
    width: 100%;
    margin-bottom: 50px;
}
 .pic3,.pic4{
      text-align: right;
  }
  .about{
      text-align: center;
      padding:0 60px;
  }
  .about h1{
      font-size: 80px;
      font-weight: normal;
  }
  .about span{
      color:#ff0c00;
  }
.about p{
    color: #3c3c3c;
    letter-spacing: 1px;
    line-height: 24px;
    padding-bottom: 50px;
    font-size: 16px;
    text-align: justify;
}
.about a{
    border-radius: 50px;
    background: #fffd00;
    color:#000;
    font-size: 15px;
    display: inline;
    padding:20px 25px;
}
.cta{
    padding-top: 50px;
}
.cta a{
    background: #fe4d11 !important;
    border-radius:50%;
    color:#fff;
    font-size:20px;
    padding:10px 13px !important

}

/* FEATURED PACKAGES */
.featured-packages{
    padding:50px 100px;
}
.featured{
    padding-top: 50px;
}
.featured-single{
    position: relative;
}
.featured-overlay-tag,.featured-rating{
    position: absolute;
    z-index: 99;
}
.featured-overlay-tag{
    top:20px;
    left: 20px;
}
.featured-overlay-tag span{
    background-image: linear-gradient(to right, #ff0c00 0%, #ff0c00 0%, #ff0c00 21%, #ff0c00 52%, #fe4d11 78%, #fe4d11 100%);
    border-radius: 53px;
    padding: 5px 10px;
    font-size: 10px;
    color: #fff;
}
.featured-rating{
    background: #fff;
    bottom: 0%;
    opacity: 0.9;
    padding: 5px 30px 35px;
    left:5%;
    right: 5%;
    border-radius: 37px 37px 0 0;
    color:#ff0c00;
    text-align: center;
}
.featured-rating .fa{
    font-size: 16px;
}
.featured-packages h2{
    font-size: 30px;
    color:#ff0c00;
    display: block;
    text-align: center;
    font-weight: normal;
}
.featured-packages span{
    text-align: center;
    display: block;
    font-size: 16px;
    padding-top: 10px;
}
.featured-img img{
    width: 100%;
    object-fit: cover;
    height: 320px;
    padding-bottom: 20px;
}
/* .feature-details{
    padding-top: 20px;
} */
.owl-carousel-slider .item .feature-details a{
    color: #fe4d11;
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
}
.feature-details span{
    text-align: left !important;
    background:#fffd00;
    color: #000;
    padding:10px 20px;
    display: inline-block !important;
    border-radius: 37px;
    margin-bottom: 10px;
    font-size: 14px;
}
.feature-details p{
    color: #3c3c3c;
    line-height: 22px;
    padding: 10px 10px 20px;
    font-size: 13px;
    border-top: 1px solid #ebebeb;
    text-align: justify;
}


/* WHY CHOOSE US */
.choose-section{
    background: url(../images/light-white.svg) repeat-x;
    overflow: hidden;
    padding-top: 100px;
}
.choose-middle-clm,.choose-section{
    position: relative;
}
.choose-clm-blank,.choose-clm{
    float: left;
}
.choose-clm-blank{
    width: 40%;
}
.choose-clm{
    width: 20%;
}
.middle-clm-red{
    background:#ba0000;
    color: #fff;
    text-align: center;
    padding: 60px 20px 0;
    height: 260px;
    border-radius: 13px;
    z-index: 91;
    position: relative;
}
.middle-clm-red .fa-map-marker{
    color:#f09f9f;
    font-size: 30px;
}
.middle-clm-red strong,.middle-clm-red span{
    display: block;
}
.middle-clm-red strong{
    font-size: 25px;
    font-weight: normal;
}
.middle-clm-red span{
    color:#d0b8b8;
    letter-spacing: 1px;
    font-size: 12px;
    padding-bottom: 20px;
}
.slant-pic-1{
    left: -130px;
    transform: translateX(-12px) translateY(10px) rotate(-12deg);
}
.slant-pic-2{
    right: -130px;
    transform: translateX(-12px) translateY(10px) rotate(12deg);
}
.slant-pic-1,.slant-pic-2{
    position: absolute;
    height: 250px;
    border-radius: 13px;
    z-index: 1;
    top: 20px;
}
.slant-pic-1 img,.slant-pic-2 img{
    width: 100%;
    border-radius: 13px;
    height: 250px;
}
.national-animal,.national-emblem{
    position: absolute;
    top: 100px;
}
.national-animal{
    left: -43%;
}
.national-animal img{
    width: 280px;
    transition: transform 0.1s linear;
}
.national-emblem{
    right: -43%;
}
.national-emblem img{
    width: 200px;
    transition: transform 0.1s linear;
}
.why-choose-us{
    padding:20px 150px;
}
.why-choose-us h3,.why-choose-us p{
    text-align: center;
    display:block;
}
.why-choose-us h3{
    font-size: 30px;
    font-weight: normal;
}
.why-choose-us h3 span{
    color: #ff0c00;
}
.why-choose-us p{
    color:#3c3c3c;
    font-size: 16px;
    padding: 0 100px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
}
.choose-feature{
    padding:20px 0 40px;
    overflow: hidden;
}
.owl-carousel-feature .item{
    padding-bottom: 20px;
    font-size: 14px;
}
.owl-carousel-feature .item img{
    width: 25px !important;
    vertical-align: middle;
}
.owl-carousel-feature .owl-item img{
    display: inline !important;
}

/* GOOGLE REVEIWS */
.google-reveiws{
    background: url(../images/google-reveiw-bg.svg) repeat-x;
    padding: 50px 200px;
    overflow: hidden;
}
.google-r-clm1,.google-r-clm2{
    float: left;
}
.google-r-clm1{
    width: 40%;
}
.google-r-clm2{
    width: 60%;
}
.google-r-clm1 img{
    width: 100%;
}
.google-r-slider{
    padding: 40px 0 50px 100px;
    background:url(../images/red-line-bar.svg) no-repeat left;
}
.owl-carousel-reviews .item{
    background: #f6f6f6;
    color:#6d6d6d;
    font-size: 13px;
    padding-bottom: 20px;
}
.owl-carousel-reviews .item{
    background:url(../images/user.svg) no-repeat left top #f6f6f6;
    padding: 0 0 0 70px;
}
.owl-carousel-reviews .item .date{
    font-size: 11px;
}
.owl-carousel-reviews .item .date .fa-star{
    color:#f0b90e
}
.google-r-slider strong{
    display: block;
    font-size: 20px;
    padding-top: 10px;
    font-weight: normal;
}

/* BLOGS */
.blog-section{
    background: url(../images/blur-sign.svg) no-repeat #ffcd00 right top;
    padding:50px 0 0;
}
.blog-section h4,.blog-section span{
    display: block;
    text-align: center;
}
.blog-section span{
    font-size: 16px;
    padding-bottom: 50px;
    padding-top: 10px;
}
.blog-section h4{
    font-weight: normal;
    font-size: 30px;
    padding: 0;
    margin: 0;
}
.blog{
    background: url(../images/blog-bg.svg) repeat-x;
    padding: 0px 100px 50px;
}
.blog-img{
    position: relative;
}
.blog-img img{
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 9px;
}
.blog-date{
    position: absolute;
    z-index: 99;
    background: #ba0000;
    right: 20px;
    bottom: -20px;
    height: 30px;
    text-align: center;
    padding: 15px 15px 0;
    color:#fff;
    font-size: 11px;
    font-weight: bold;
}

.blog-single strong{
    font-weight: normal;
    display: block;
    padding-top: 30px;
    font-size: 14px;
}
.blog-single p{
    color:#8f8f8f;
    font-size: 14px;
}
.blog-single a{
    color:#000;
    font-size: 12px;
}
.blog-single em{
    font-size: 12px;
    color: #5e5e5e;
}
.blog-single em .fa{
    color:#ba0000;
}
.owl-carousel-blogs .owl-controls{
    display: none;
}

/* FAQ */
.faq{
    border-top: 1px solid #fe4d11;
    padding:50px 100px;
    overflow: hidden;
}
.faq h5{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.faq-clm1,.faq-clm2{
    float: left;
}
.faq-clm1{
    width: 60%;
}
.faq-clm2{
    width: 40%;
}
.faq-clm2-wrap{
    position: relative;
}
.butan-girl{
    position: absolute;
    z-index: 99;
    padding: 100px 0 0 150px;
}
.butan-girl img{
    width: 100%;
    transform: translateZ(80px) scale(0.8);
	transform-style: preserve-3d;
}
.dragoan img{
    width: 100%;
    transform: perspective(400px) rotateX(0deg) rotateY(0deg);
	transform-style: preserve-3d;
}
/* ACCORDIAN */
.accordion {
    width: 100%;
    overflow: hidden;
  }

  .accordion-item {
    margin-top: 2px;
    border-bottom:1px solid #ebebeb;
    padding:5px 0;
  }

  .accordion-title {
    padding: 5px 0;
    cursor: pointer;
    font-size: 17px;
    color: #ba0000;

  }
  .accordion-title .fa-angle-down{
      text-align: right;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 15px;
    transition: max-height 0.3s ease;
  }

  .accordion-content p {
    padding: 15px 0;
    margin: 0;

  }
  .accordion-content p, .accordion-content ul li {
    color: #3c3c3c !important;
    font-size: 16px !important;
  }

  .active .accordion-content {
    max-height: 800px; /* Increase for bigger content */
  }
  .accordion-item.active .fa-angle-down {
    transform: rotate(180deg);
  }
  .accordion-title .fa-angle-down {
    transition: transform 0.3s ease;
  }

  /* SERVICES */
  .services{
    background: url(../images/light-white-1.svg) repeat-x;
    overflow: hidden;
    padding: 50px 100px;
  }
  .services h6,.services p{
      text-align: center;
  }
  .services h6{
      font-weight: normal;
      font-size: 30px;
      margin: 0;
  }
  .services h6 span{
      color: #ff0c00;
  }
  .services p{
      font-size: 16px;
      margin: 0;
      padding-top:10px;
  }
  .owl-carousel-services{
      padding-top: 40px;
  }
  .owl-carousel-services .item p{
      font-size: 12px;
      text-align: left !important;
      color: #6d6d6d;
      padding-top: 20px;
  }

  /* FOOTER */
  .footer-wrap {
    background: url(../images/footer-background.jpg) no-repeat;
    background-size: cover; 
  }
.footer{
    overflow: hidden;
    padding: 0 100px 50px;
}
.footer-top{
    overflow: hidden;
}
  .footer-headline{
      width: 40%;
      color: #fff;
      padding-top:30px;
  }
.footer-headline strong{
    font-weight: normal;
    font-size: 14px;
}
  .social-links{
      width: 60%;
  }
  .links{
    background: url(../images/links.png) no-repeat 10px #ffcd00;
    padding:30px 30px 30px 80px;
    position: relative;
  }
  .links:before {
    position: absolute;
    top:0;
    right:100%;
    width:0;
    height:0;
    content:'';
    border:49px solid #ffcd00;
    border-top-color:transparent;
    border-left-color:transparent;
}
.links a{
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
}
.facebook{
    background: url(../images/facebook.svg) no-repeat #3074ff;
}
.instagram{
    background: url(../images/instagram.svg) no-repeat #d10085;
}
.twitter{
    background: url(../images/twitter.svg) no-repeat #46aadd;
}
.gmap{
    background: url(../images/gmap.svg) no-repeat #00ab28;
}
.footer-headline,.social-links{
    float: left;
} 
.footer-clm{
    float: left;
    width: 25%;
}
.footer-clm strong{
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
}
.footer-links{
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}
.footer-links li a{
    color:#b9b9b9;
    font-size: 14px;
}
.footer-links li{
    list-style: none;
    
}
.footer-links li a i{
    color: #f0b90e !important;
}
li.footer-phone a{
    color: #fff !important;
    font-size: 16px !important;
}
.footer-links .footer-clm:nth-child(1) strong{
    color:#f0b90e;
    font-weight: bold;
}
.footer-links .footer-clm:nth-child(2) strong{
    color:#fe4d11;
    font-weight: bold;
}

.footer-links .footer-clm:nth-child(3) strong{
    color:#abad00;
    font-weight: bold;
}

.footer-links .footer-clm:nth-child(4) strong{
    color:#3074ff;
    font-weight: bold;
}
/* NEWSLETTER */
.newsletter{
    border:1px solid #647c93;
    padding:20px;
    margin-top: 20px;
}
.newsletter input{
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}
.newsletter button{
    outline: none;
    background:#ba0000;
    color:#fff;
    border:none;
    border-radius: 13px;
    padding: 5px 15px;
    font-size: 12px;
    cursor: pointer;
}

.secondary-footer{
    background: url(../images/pattern.png) repeat-x;
    padding: 30px 10px;
    text-align: center;
}
.secondary-footer strong{
    font-size: 14px;
    color:#c3c3c3;
    font-weight: normal;
    margin:0;

}
.secondary-footer p{
    font-size: 12px;
    color:#adadad;
    padding:0;
    margin: 0;
}
.secondary-footer a{
    color:#ffcd00;
    font-size: 13px;
}

/* Responsive menu */
.responisve-menu-active{
    display: none;
}
.responisve-menu{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#000;
    z-index: 999;
    left: -100%;
}
.responisve-menu li{
    list-style: none;
}
.responisve-menu li a{
    color: #fff;
    padding: 5px 0;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.responisve-menu li li a{
    color:#a1a1a1;
}
.responisve-menu-active{
    text-align: right;
    padding-right: 20px;
}
.close-nav{
    text-align: right;
}
li.close-nav{
    padding-bottom: 10px;
}
li.close-nav a{
    background:#fffd00;
    color:#000;
    display: inline-block;
    padding:5px 10px;
    border-radius: 50px;
}
#dragon{
    bottom:-100%;
    position: relative;
}
#toggle-1-show,#toggle-2-show,#toggle-3-show{
    padding: 5px 10px;
}


/* SINGLE DESTINATION PAGE */
.paro{
    background:  linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/popular-destinations/paro/paro-featured-image.webp");
    background-size:cover;
    padding:200px 100px 100px;
}
.header-featured a{
    color: #fff;
    font-size: 16px;
}

/* DESTIATION ARTICLE */
.destination-article{
    padding: 40px 150px;
    overflow: hidden;
}
.destination-single{
    /* padding-bottom: 50px; */
    overflow: hidden;
    padding:5px 5px 20px;
}
.destination-clm-left,.destination-clm-right{
    float: left;
}
.destination-clm-left{
    width: 70%;
}
.destination-clm-right{
    width: 30%;
}
.destination-details h1,.destination-details h2,.destination-details h3{
        font-size: 18px;
        display: block;
        font-weight: normal;
        color: #ff0c00;
}
.destination-details h1 span,.destination-details h2 span,.destination-details h3 span,.content h1 span{
    color: #ff0c00;
}
.destination-details h2{
    padding-top: 20px;
}
.destination-details{
    padding-right: 20px;
}
.destination-details p,.destination-details ul li {
    color: #3c3c3c;
    letter-spacing: 1px;
    line-height: 24px;
    /* padding-bottom: 20px; */
    font-size: 16px;
    text-align: justify;
}
.destination-details ul li{
    list-style: inside;
}
.destination-details strong{
    font-size: 18px;
    letter-spacing: 0;
}
.owl-carousel-destination-slider .item{
    position: relative;
}
.owl-carousel-destination-slider .item .tag{
    position: absolute;
    z-index: 9;
    left: 40px;
    top: 40px;
    background-image: linear-gradient(to right, #ff0c00 0%, #ff0c00 0%, #ff0c00 21%, #ff0c00 52%, #fe4d11 78%, #fe4d11 100%);
    border-radius: 53px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
}
.owl-carousel-place-slider .item img,.owl-carousel-destination-slider .item img{
    border-radius:17px;
}
.owl-carousel-place-slider .item strong{
    display: block;
    padding: 10px 0;
    font-size: 16px;
}
.owl-carousel-place-slider strong span{
    color:#ba0000;
    font-weight: normal;
}
.owl-carousel-place-slider .item a{
    color: #000;
}
.owl-carousel-place-slider .item img{
    height: 200px;    
}
/* .owl-carousel-destination-slider .item img{
    object-fit: cover;
    height: 350px;
} */
.destination-clm-left .accordion{
    padding-top: 20px;
}
.destination-clm-left .accordion .accordion-title{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.destination-clm-left .accordion .accordion-item{
    padding: 20px 0;
}
.owl-carousel-destination-slider .owl-controls{
    display: none;
}
.owl-carousel-place-slider .owl-controls{
    display: none;
}

/* DESTINATION SIDEBAR */
.destination-sidebar{
    background: #fff1c8;
    padding: 20px;
}
.destination-sidebar strong,.featured-display strong{
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    font-size: 20px;
}
.destination-sidebar li{
    list-style:none;
    font-size: 16px;
    padding:15px 0;
    border-bottom: 1px solid #abad00;
}
.destination-sidebar li span{
    float: right;
}
.destination-sidebar li:last-child{
    border:none;
}

/* VIEW PACKAGE */
.view-package{
    margin-top: 30px;
}
.view-package .paro{
    padding: 20px 50px 80px !important;
    text-align: center;
}
.view-package a{
    background: #fffd00;
    color: #000;
    border-radius: 53px;
    padding: 20px 40px;
    font-size: 16px;
}
.view-package p{
    font-size: 25px;
    color:#fff;
}
.shake {
    animation: shake 3.5s infinite;
  }
  
  @keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
  }

  /* place of interest details popup */
  .popup{
    position: fixed;
    top:0; left:0;
    width:100%;
    height:100%;
    display:none;
    z-index: 999;
  }
  
  .popup .content{
    width:50%;
    background:#fff;
    padding:20px;
    border-radius:8px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    animation:fade .3s;
  }
  .content p{
      font-size: 16px;
  }
  .content strong{
      font-weight: 600;
      font-size: 15px;
      color: #ba0000;
  }
  .content h1{
    font-size: 20px;
    display: block;
    font-weight: normal;
    padding-bottom: 20px;
}
  .close{
    float:right;
    cursor:pointer;
    font-size:22px;
    background: #f0b90e;
    border-radius: 50px;
    padding:5px 20px;
    font-weight: bold;
  }
  
  @keyframes fade {
    from {opacity:0}
    to {opacity:1}
  }

  /* images accroding place of interest IDS */
  .place-of-interest-1{
      background: url(../images/popular-destinations/paro/paro-popular-destination-in-bhutan-1.webp) no-repeat;
      background-size: cover;
  }


  /* SIDEBAR FEATURED LIST */
  .featured-display{
      overflow: hidden;
      margin-bottom: 30px;
      padding: 20px;
      border:1px solid #e5e5e5;
  }
  .featured-img-single,.featured-details{
    float: left;
  }
  .featured-img-single{
      width: 45%;
  }
  .featured-img-single img{
      border-radius: 3px;
      width: 100%;
  }
  .featured-details{
      width: 55%;
  }
  .featured-single{
      padding-bottom: 10px;
      overflow: hidden;
  }
  .featured-single-img{
      padding: 0 10px 10px 0;
  }
  .featured-details a{
      color: #ff0c00;
      font-size: 14px;
      display: block;
      padding-bottom: 5px;
  }
 
  .featured-details span{
      display: block;
      font-size: 14px;
  }
  .featured-details strong{
      font-size: 12px;
      font-weight: normal;
      color:#f0b90e;
      display: block;
      padding-top: 10px;
  }

  /* PACKAGE SINGLE */
  .package-single{
      padding:50px 0 0;
  }
  /* .owl-carousel-package-single .item img{
      border-radius: 17px;
  } */
  .package-title{
      padding:20px 150px;
  }
  .package-title h1{
      font-size: 30px;
      color: #000;
      display: block;
  }
  .package-title strong a{
    background: #fffd00;
    padding: 15px 35px;
    color: #000;
    font-size: 14px;
    border-radius: 50px;
    float: right;
    margin-bottom: 10px;
  }
  .package-title h1 span{
      color: #ff0c00;
  }
  .package-title strong{
      font-weight: normal;
      font-size: 14px;
      color: #8f8f8f;
      padding-top: 20px;
      display: block;
      overflow: hidden;
  }
  .package-title strong .fa-star{
      color:#f0b90e
  }
  .package-title em{
      display:inline-block;
      padding-left: 20px;
  }
  .package-title em .fa{
      color: #ff0c00;
      font-size: 16px;
  }

  .package-highlight-inclusion{
      padding: 0px 150px;
      margin-top: 10px;
  }
  .package-highlight-inclusion ul{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    display: flex;
  }
  .package-highlight-inclusion li{
      list-style: none;
      width: 20%;
      border-right: 1px solid #e5e5e5;
  }
  .package-highlight-inclusion li strong{
      padding-bottom: 5px;
      font-size: 14px;
      font-weight: bold;
  }
  .package-highlight-inclusion li span{
      font-size: 14px;
      color:#8f8f8f;
  }
  .package-highlight-inclusion li:last-child{
      border:none;
  }
  .package-highlight-inclusion li strong, .package-highlight-inclusion li span, .package-highlight-inclusion li a{
      display: block;
      text-align: center;
  }
  .package-highlight-inclusion li a{
      background:#fffd00;
      padding:15px 10px;
      color: #000;
      font-size: 14px;
      border-radius: 50px;
  }
  .highlight ul,.aminities ul{
      padding: 10px 0;
  }
  .highlight li,.aminities li{
    /* float: left; */
    /* width: 50%; */
    list-style: none;
    margin:5px 0;
    font-size: 16px;
    color:#3c3c3c
  }
  .highlight-point{
      background: url(../images/logo-grayscale.svg) no-repeat;
      padding-left: 30px;
  }
  .highlight,.aminities{
      overflow: hidden;
  }
  .aminities-point .fa-check, .choose-us li .fa-check{
      color:#00ab28
  }
  .aminities-point .fa-close{
    color:#ba0000
}
.itinerary .accordion-title span{
    color:#ba0000; 
    display: inline;
    padding-right: 20px;
}

/* SAMPLE PAGE */
.sample-page{
    width: 100%;
}
ul.sitemap{
    padding-top: 50px;
    display: block;
    overflow: hidden;
}
ul.sitemap li{
    list-style: none;
}
ul.sitemap li a{
    color: #3c3c3c;
    font-size: 16px;
}
ul.sitemap ul{
    padding: 5px;
    margin: 0px 10px;
}

/* PAGE NOT FOUND */
.pagenotfound{
    position: relative;
    text-align: center;
}
.cartoon{
    position: absolute;
    display: inline;    
}
.backtohome{
    text-align: center;
    padding-top: 50px;
}
.backtohome a{
    background-color: #fffd00;
    color: #000;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
}

/* CONTACT */
.contact-wrap{
    padding-top: 20px;
}
.contact-highlight li{
    float: left;
    width: 33.33%;
    list-style: none;
}
.contact-single{
    background: #fff1c8;
    padding:20px;
    margin: 10px;
    border-radius: 3px;
}
.address{
    border:1px solid #abad00;
    border-radius: 3px;
    padding: 20px;
}
.contact-single p,.contact-single{
    text-align: center;
}
.contact-single p{
    padding: 0;
    font-size: 14px;
}
.contact-single strong{
    font-size: 16px;
    display: block;
}
.contact-single .fa{
    font-size: 40px;
    display: block;
    padding-bottom: 10px;
}
.form-left{
    width: 70%;
}.form-right{
    width: 30%;
}
.form-right,.form-left{
    float: left;
}
.form iframe{
    width: 100%;
}
.booking-form{
    padding-right: 40px;
}
.form{
    padding-top: 30px;
}
.form-left strong{
    font-weight: normal;
}
.form-left strong span{
    color: #ff0c00;
}
.booking-form p{
    font-size: 14px;
}
.form-left li{
    float: left;
    width: 50%;
    list-style: none;
}
.form-wrap{
    padding:10px 0;
    overflow: hidden;
}
.form-wrap p{
    margin: 0;
    padding:0;
    font-weight: 600;
}
.form-left  input{
    width: 95%;
    height: 40px;
    border:1px solid #ebebeb;
    padding-left: 10px;
}
.form-left input::placeholder{
   
}
.form-left input:focus,.form-left input:active,.form-left input::selection,
.form-left textarea:focus,.form-left textarea:active,.form-left textarea::selection{
    border: 1px solid #ffc6c3;
    outline: none;
}
.form-left textarea{
    width: 100%;
    height: 200px;
    border:1px solid #ebebeb;  
    padding-left: 10px;
}
.field{
    padding:0 10px 0 0;
}
.selected{
    font-size: 14px;
    background: #ebebeb;
    padding:20px;
}
.selected span:last-child{
    color: #ff0c00;
}
.form-left button{
    background: #fffd00;
    color:#000;
    font-size: 14px;
    border-radius: 50px;
    padding:10px 25px;
    border:none;
    cursor: pointer;
}
.form-right iframe{
    height: 650px;
}

/* SINGLE DESTINATION */
.single-destinations{
padding:40px 0;
}
.single-destinations .destination-wrap{
    width: 33.33%;
    float: left;
}
.single-destinations .destination-wrap img{
    height: 220px;
    margin-bottom: 10px;
}
.single-destinations .destination-wrap a{
    color: #000;
}
.destination-single small{
    font-size: 14px;
    display: block;
    padding-top: 2px;
}
.destination-name{
    font-size: 16px;
    color:#ba0000;
}


/* AOBUT PAGE */
.about-article,.about-choose-us{
    padding: 50px 200px;
    overflow: hidden;
}
.about-left{
    width: 40%;
}
.about-right{
    width: 60%;
    float: left;
}
.about-left,.about-right{
    float: left;
}
.about-left{
    position: relative;
}
.about-image-small{
    position: absolute;
    z-index: 1;
    right:-10%;
    bottom:-5%;
    width: 40%;
    border:5px solid #ffcd00
}
.about-image-small img,.about-image-big img{
    width: 100%;
}
.logo-zoom{
    position: absolute;
    z-index: 1;
    right: -2%;
    top: 5%;
    animation: zoomInOut 2s infinite ease-in-out;
    width: 60px;
}
.logo-zoom img{
    width: 100%;
    
}
@keyframes zoomInOut {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.5); }
    100% { transform: scale(1); }
  }
  
.overview{
    padding:40px 0 0 70px;
}
.overview h1,.choose-us h2,.about-team h3,.awards h4,.license h5{
    font-size: 30px;
    font-weight: normal;
}
.overview h1 span,.choose-us h2 span,.about-team h3 span,.awards h4 span{
    color: #ff0c00;
}
.overview p,.choose-us p {
    color: #3c3c3c;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
}
.about-choose-us{
    background: url(../images/about/why-choose-us.webp) no-repeat;
    background-size: cover;
    padding: 50px; 
    overflow: hidden;
}
.choose-wrap{
    width: 50%;
    float: left;
}
.choose-us{
    background:rgba(255,255,255,0.9);
    border-radius: 10px;
    padding:30px 50px;
    position: relative;
}
.choose-us strong{
    font-weight: normal;
    font-size: 14px;
}
.choose-us li{
    font-size: 14px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    list-style: none;
    color: #3c3c3c;
}

.choose-us-cta{
    position: absolute;
    z-index: 9;
    color:#000;
    font-size: 14px;
    bottom: -2%;
}
.choose-us-cta a{
    padding: 15px 25px;
    background:#fffd00;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
}

/* ABOUT TEAM */
.about-team{
    overflow: hidden;
    padding: 50px 100px 0;
}
.team{
    width: 25%;
    float: left; 
    overflow: hidden;
}
.team-single{
    padding:10px;
    position: relative;
}
.team-single img{
    width: 100%;
    transition: transform 0.4s ease;
}
.about-team h3{
    text-align: center;
}
.team-details{
    position: absolute;
    border-radius: 0 50px 0 50px;
    background:#fff;
    left:10%;
    right: 10%;
    text-align: center;
    padding:10px 0;
    bottom: -20px;
    box-shadow: 1px 5px 5px 0px rgba(237,237,237,0.75);
    -webkit-box-shadow: 1px 5px 5px 0px rgba(237,237,237,0.75);
    -moz-box-shadow: 1px 5px 5px 0px rgba(237,237,237,0.75);
    z-index: 9;
    transition: 0.5s;
}
.team-details strong{
    font-size: 14px;
}
.team-details p{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.team-main{
    background:#f7f7f7;
    padding:0px 20px;
    overflow: hidden;
}
.sidebar-links{
    position: absolute;
    background: #fffd00;
    padding:20px 15px;
    right: -100%;
    top:20%;
    opacity: 0;
    transition: 0.5s;
    border-radius: 50px;
    z-index: 10;
}
.sidebar-links li{
    list-style: none;
}
.sidebar-links li a{
    color:#000;
}
.team-contact{
    padding: 40px 0;
    transition: 0.5s;
}
.team-contact li a{
    font-size: 12px;
    color:#3c3c3c;
    text-align: center;
    display: block;
}
.team-contact li{
    list-style: none;
    padding:2px 0;
}
.team-contact li a .fa{
    color:#ba0000;
}

/* AWARDS  */
.awards{
    padding:0px 200px;
    overflow: hidden;
}
.awards h4{
    text-align: center;
}
.owl-carousel-award .item strong{
    font-size: 16px;
    display: block;
    padding-top: 20px;
}
.owl-carousel-award .item p{
    font-size: 12px;
    color:#6d6d6d;
}
.owl-carousel-award .item img{
    object-fit: cover;
    height: 250px;
}
.owl-carousel-award .item em{
    font-style: normal;
    font-size: 13px;
}
.owl-carousel-award .item em .fa{
    color: #ba0000;
}

/* License */
.license{
    padding:50px 200px;
}
.license h5{
    font-weight: normal;
    text-align: center;
    display: block;
}


/* News & Events */
.news-article{
    padding: 50px 150px;
    overflow: hidden;
}
.news-left,.news-right{
    float: left;
}
.news-left{
    width: 70%;
}
.news-right{
    width: 30%;
}
.news-single{
    position: relative;
}
.news-category{
    position: absolute;
    left: 40px;
    top: 40px;
    background-image: linear-gradient(to right, #ff0c00 0%, #ff0c00 0%, #ff0c00 21%, #ff0c00 52%, #fe4d11 78%, #fe4d11 100%);
    border-radius: 53px;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
}
.news-category-date{
    background:#ba0000;
    height: 60px;
    padding: 20px  10px 0 ;
    font-size: 12px;
    color: #fff;
    width: 20%;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
}
.news-category-date .fa{
    font-size: 16px;
}
.news-article h1 {
    font-size: 30px;
    color: #000;
    display: block;
}
.news-article p{
    display: block;
    font-size: 14px;
    color: #3c3c3c;
    margin: 0;
}
.news-article h1 span {
    color: #ff0c00;
}
.news-events-wrapper{
    padding: 20px 0;
    overflow: hidden;
}
.news-wrap{
    width: 50%;
    float: left;
}
.news-single{
    padding: 20px;
    overflow: hidden;
}
.news-single p{
    color: #3c3c3c;
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-single strong{
    color: #ba0000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding:10px 0;
    overflow: hidden;
}
.news-single img{
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.news-single span{
    font-size: 12px;
    font-style: italic;
    color:#6d6d6d
}
.search-bar{
    background: #fff1c8;
    overflow: hidden;
    padding:20px 20px 0;
}
.sidebar-news strong{    
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    font-size: 20px;
}
.sidebar-news form{
    overflow: hidden;
    padding-bottom: 20px;
}
.sidebar-news input{
    width: 95%;
    height: 45px;
    border:none;
    margin-bottom: 10px;
    border-radius: 3px;
    padding-left: 20px;
}
.sidebar-news input::placeholder{
    color:#ebebeb;
    font-size: 12px;
}
.sidebar-news button{
    background: #fffd00;
    color: #000;
    border-radius: 53px;
    padding: 15px 40px;
    font-size: 14px;
    border:none;
}
.sidebar-news{
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    font-size: 20px;
}
.count-news{
    padding:20px;
    background: #fff6f6;
    margin: 30px 0;
}
.count-news li{
    list-style: none;
    background:#fff;
    padding:10px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.count-news li a{
    color:#6d6d6d;
    font-size: 14px;
}
.count-news li span{
    display: inline;
    padding-left: 20px;
    color: #ba0000;
}
.count-news ul{
    overflow: hidden;
    padding-top: 10px;
}
.single-break{
    width: 100%;
}
.single-break .news-single img{
    width: 100%;
    object-fit: contain;
    height: auto;
}
.single-img{
    position: relative;
}
.single-img .news-category-date{
    position: absolute;
    left: 40px;
    top: 40px;
    background:#ba0000;
    padding: 10px 5px 20px;
    font-size: 12px;
    color: #fff;
    height: auto;
    width: 15%;
    border-radius: 2px;
}
.single-break .news-single p {
    color: #3c3c3c;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.single-break .news-single strong{
    font-size: 30px;
}

/* Blog */
.blog-category-search{
    padding-top: 20px;
    overflow: hidden;
    margin-bottom:20px;
}
.blog-category-search form li{
    list-style: none !important; 
}
.blog-category-search ul{
    margin:0;
    padding: 0;
}
.blog-category-search li:nth-child(1){
    width: 80%;
}

.blog-category-search li:nth-child(2){
    width: 20%;
}
.blog-category-search input{
    width: 70%;
    height: 45px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    border-radius: 3px;
    padding-left: 20px;
    height: 60px;
    font-size: 14px;
}
.blog-category-search input::placeholder{
    color:#ebebeb;
    font-size: 14px;
}
.blog-category-search input:focus,.blog-category-search input:active,.blog-category-search input::selection,
.blog-category-search input:focus,.blog-category-search input:active,.blog-category-search input::selection{
    border: 1px solid #ffc6c3;
    outline: none;
}
.blog-category-search button{
    width: 25%;
    background: #fffd00;
    color: #000;
    border-radius:0 53px 53px 0;
    padding: 15px 40px;
    font-size: 16px;
    border: none;
    height: 65px;
}
.blog-category-search select{
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    font-size: 14px;
    height: 65px;
    background: #ba0000;
    border-radius:5px;
    color:#fff;
}
.blog-category-search input,.blog-category-search button,.blog-category-search li{
    float: left;
}
.blog-clm{
    width: 50%;
    float: left;
}
.blog-single-clm img{
    width: 100%;
    object-fit: cover;
    height: 180px;
}
.blog-single-clm{
    padding: 20px;
    position: relative;
}
.blog-single-clm a{
    color: #8f8f8f;
    font-size: 14px;
    padding: 10px 0;
    display: block;
}
.blog-single-clm .author{
    padding-top: 10px;
}
.blogicon{
    position: absolute;
    width: 15%;
    right: 40px;
    top: 40px;
    z-index: 9;
}
.blogicon img{
    height: auto;
    object-fit: contain;
}
.blog-single-clm strong{
    display: block;
    padding-top: 10px;
    color: #000;
    font-size: 16px;
}
.blog-left,.blog-highlight{
    float: left;
}
.blog-left{
    width: 70%;
}
.blog-highlight{
    width: 30%;
}
/* .highlight{
    padding:20px;
} */
.author{
    font-size: 12px;
    padding-bottom: 10px;
}
.author span{
    display: inline;
    padding-left: 10px;
}
.author .fa{
    color:#ba0000;
}
.social{
    padding-top: 10px;
}
.social a{
    display: inline-flex;
    font-size: 14px;
    padding-right:5px;
    color:#c3c3c3;
}
.highlight{
    position: relative;
}
.highlight img{
    height: 500px;
    object-fit: cover;
    width: 100%;
}
.highlight .blogicon img{
  height: auto;
}
.highlight-text{
    position: absolute;
    background: rgba(0,0,0,0.2);
    bottom:12%;
    left: 10%;
    right: 10%;
    font-size: 22px;
    line-height: 22px;
    padding: 20px;
}

.highlight a{
    color:#fff;
}
.highlight .author{
    padding-top: 10px;
}
.highlight-text p{
    color:#fff;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    padding:0
}
.blog-single-clm em,.sidebar-blog-details em{
    font-size: 12px;
    font-style: italic;
    color: #ba0000;
    display: block;
}
.blog-single-clm .author em{
    font-size: 12px;
    font-style: italic;
    color: #6d6d6d;
    display: block;
}
.blog-single-page{
    width: 100%;
}
.blog-single-page img{
    height: auto;
    object-fit: fill;
}
.featured-img{
    position: relative;
}
.blog-single-page .blogicon{
    width: 10%;
}

/* Blog sidebar */
.blog-sidebar{
    padding:20px
}
.blog-sidebar li{
    list-style: none !important;
    margin-top: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}
.sidebar-blog-img img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.sidebar-blog-img,.sidebar-blog-details{
    float: left;
}
.sidebar-blog-img{
    width: 30%;
}
.sidebar-blog-details{
    width: 70%;
}
.sidebar-blog-feature-img{
    padding-right: 10px;
}
.sidebar-blog-details strong{
    display: block;
    /* padding-bottom: 10px; */
    font-size: 14px;
    color:#000;
    font-weight: bold;
}
.sidebar-blog-details a {
    color: #8f8f8f;
    font-size: 12px;
    display: block;
}
.sidebar-blog-details .author{
    padding-top: 5px;
}
.sidebar-blog-details .author span{
    padding: 0;
}
.sidebar-blog-details .author em{
    font-size: 10px;
    font-style: italic;
    color: #6d6d6d;
    display: block;
}
strong.blog-title-sidebar {
    font-weight: bold;
    display: block;
    font-size: 20px;
}
.blog-single-clm li{
    list-style: inside;
}
.blog-single-clm p,.blog-single-clm li p{
    padding: 0 !important;
}

/* Festival */
.festival-wrap{
    padding-top: 30px;
}
.festival-left,.festival-right{
    float: left;
}
.festival-left{
    width: 80%;
}
.festival-left li{
    list-style: none;
}
.festival-right{
    width: 20%;
}
.festival-img{
    position: relative;
}
.festival-location{
    position: absolute;
    z-index: 9;
}
.festival-img,.festival-featured-details{
    float: left;
}
.festival-img{
    width: 40%;
}
.festival-featured-details{
    width: 60%;
}
.festival-details{
    padding-left: 10px;
}
.festival-details strong{
    color: #000;
    font-size: 16px;
}
.festival-details p{
    font-size: 14px;
    padding:0px;
}
.festival-img img{
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.festival-location{
    background-image: linear-gradient(to right, #ff0c00 0%, #ff0c00 0%, #ff0c00 21%, #ff0c00 52%, #fe4d11 78%, #fe4d11 100%);
    padding:10px 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 53px;
    left: 10px;
    top:10px;
}
.festival-details em{
    display: inline;
    padding-right: 20px;
    font-size: 12px;
    color:#6d6d6d;
}
.festival-details em .fa{
    color:#ba0000
}
.wrap-single-festival{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #ebebeb;
}
.tour h2{
    color:#000;
    font-size: 18px;
}
.include-wrap{
    width: 60%;
    float: left;
}
.exclude-wrap{
    width: 40%;
    float: left;
}
.include,.exclude{
    padding:10px;
}
.include h2,.exclude h2{
 display: block;
 padding-bottom: 5px;
}
.info{
    overflow: hidden;
}

.feature-hotel-carousel .item .feature-details a{
    color: #fe4d11;
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
}
.feature-hotel-carousel .item .feature-details p {
    color: #3c3c3c;
    line-height: 22px;
    padding: 10px 0 20px;
    font-size: 13px;
    border-top: 1px solid #ebebeb;
    text-align: justify;
}
.about-team p{
    text-align: center;
    display: block;
    font-size: 16px;
    padding-top: 10px;
}


/* Accomodation */
.accomodation{
    overflow: hidden;
    padding: 50px 100px;
}
.accomodation-search{
    width: 25%;
    overflow: hidden;
}
.accomodation-list-wrap{
    width: 75%;
}
.accomodation-search,.accomodation-list-wrap{
    float: left;
}
.accomodation-search-clm{
    padding-right: 20px;
}
.accomodation-search-clm strong{
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.viewmap{
    background: #ba0000;
    border-radius: 0 0 7px 7px;
    text-align: center;
}
.viewmap a{
    color:#fff;
    font-size:14px;
    display: block;
    padding-bottom: 5px;
}
.viewmap iframe{
    width: 100%;
    height: 150px;
}
.search-property-name{
    margin:10px 0 5px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}
.search-property-name strong{
    display: block;
    padding-bottom:5px;
    font-size: 16px;
}
.accomodation-filter-destination span{
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
    color:#3c3c3c;
}
.search-property-name input::placeholder{
    color:#ebebeb;
    font-size: 12px;
}
.search-property-name input{
    height: 40px;
    width: 95%;
    border: 1px solid #aeaeae;
    margin-bottom: 5px;
    padding-left: 10px;
    border-radius: 3px;
}
.search-property-name input:focus,.search-property-name input:active,.search-property-name input::selection,
.accomodation-filter-price input:focus,.accomodation-filter-price input:active,.accomodation-filter-price input::selection,
.total-filter li select:focus,.total-filter li select:active,.total-filter li select::selection{
    border: 1px solid #ba0000;
    outline: none;
}
.search-property-name button {
    background: #fffd00;
    color: #000;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
}
.accomodation-filter-destination label{
    display: block;
    font-size: 12px;
}
.accomodation-filter-price,.accomodation-filter-destination,.accomodation-filter-amenities{
    padding:10px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.accomodation-filter-price input{
    width: 40%;
    float: left;
    margin-left: 5px;
}
.accomodation-filter-price input{
    height: 30px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #aeaeae;
    border-radius: 3px;
}
.accomodation-filter-price input::placeholder{
    color:#000;
    font-size: 16px;
    font-weight: 600;
}
.rating .fa{
    color: #ba0000;
}
.rating em{
    float: right;
    padding-right: 10px;
    font-style: normal;
}
.amenities-label{
    float: left;
    width: 40%;
    padding: 5px;
}
.amenities-type{
    background:#fff6f6;
    text-align: center;
    padding: 20px;
    border-radius: 3px;
}
.accomodation-single-featured-img,.accomodation-single-featured-details{
    float: left;
}
.accomodation-single-featured-img{
    width: 40%;
}
.accomodation-single-featured-details{
    width: 60%;
}
.accomodation-single-featured-images img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 3px;
}
.accomodation-single-featured-images{
    padding-right: 20px;
    position: relative;
}
.accomodation-single-featured-details strong,.accomodation-single-featured-details span{
    display: block;
}
.accomodation-single-featured-details ul{
    overflow: hidden;
}
.accomodation-single-featured-details li{
    list-style: none;
    float: left;
    margin-right: 10px;
}
.review-rate li{
    float: left;
    width: 50%;
    margin:0;
}
.review-rate-clm,.review-rate {
    padding:2px;
}
.review-rate-price{
    text-align: right;
}
.review-rate-clm em{
    background: #10ad0a;
    font-style: normal;
    padding:5px;
    border-radius: 2px;
    color:#fff;
    font-size: 12px;
}
.hoteltitile{
    font-size: 16px;
}
span.hoteldestination{
    font-size: 14px;
    display: block;
    padding: 10px 0;
    color:#ba0000
}
.hotelfacilities li{
    font-size:12px;
    color:#5b5b5b;
}
.hotel-overview p{
    font-size: 12px;
    color:#5b5b5b;
    line-height: 22px;
}
.review-rate-clm em{
    margin-bottom: 5px;
    display: inline-block;
}
.review-rate-clm strong{
    font-size: 14px;
}
.review-rate-clm span{
    font-size: 12px;
}
.review-rate-price strong{
    font-size: 16px;
}
.review-rate-price span{
    font-size: 14px;
}
.review-rate-price em{
    font-size: 12px;
    display: block;
    padding-bottom: 10px;
}
.accomodation-list{
    border:1px solid #ebebeb;
    overflow: hidden;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.review-rate-price a{
    background: #fffd00;
    color: #000;
    font-size: 12px;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    display: inline-block;
}
.total-filter{
    padding-bottom: 10px;
    overflow: hidden;
}
.total-list-property span{
    color: #ba0000;
}
.total-filter li{
    float: left;
    width: 50%;
    list-style: none;
    font-size: 14px;
}
.total-filter li select{
    width: 50%;
    float: right;
    height: 40px;
    border: 1px solid #ebebeb !important;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
    background:#ba0000;
    color:#fff
}
.total-filter li:nth-child(1){
    padding-top: 10px;
}
.category-standard{
    position: absolute;
    z-index: 9;
    left: 20px;
    top: 20px;
    background-image: linear-gradient(to right, #ff0c00 0%, #ff0c00 0%, #ff0c00 21%, #ff0c00 52%, #fe4d11 78%, #fe4d11 100%);
    color:#fff;
    font-size: 12px;
    padding:5px 15px;
    border-radius: 53px;
}
.mobile-filter{
    display: none;
    background:#f7f7f7;
    padding:5px;
    margin-bottom: 10px;

}
.mobile-filter em{
    color:#000;
    font-size: 16px;
    cursor: pointer;
}
.mobile-filter-close{
    background: #aeaeae;
    padding:10px;
    display: none;
}
.mobile-filter-close em{
    background:#000;
    color:#fff;
    border-radius: 53px;
    padding:5px 20px;
    font-size: 12px;
    cursor: pointer;
}

/* Accomodation single */
.accomodation-single{
    padding:50px 200px;
    overflow: hidden;
}
.accomodation-sigle-feature{
    overflow: hidden;
    padding-bottom: 20px;
}
.owl-carousel-accomodation-single .item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 3px;
}
.accomodation-sigle-feature-right,.accomodation-sigle-feature-left{
    width: 50%;
    float: left;
}
.highlight-pic-1,.highlight-pic-2{
    float: left;
    width: 50%;
}
.highlight-pic-1 img,.highlight-pic-2 img{
    width: 100%;   
    height: 140px;
    object-fit: cover; 
}
.highlight-pic-featured{
    padding: 5px;
}
.accomodation-single-video iframe{
    width: 98%;
    padding:10px 0 0 5px;
}
.category-and-filter{
    font-size: 12px;
    color:#000;
    overflow: hidden;
    padding: 10px 0;
}
.category-and-filter-red{
    background-image: linear-gradient(to right, #ff0c00 0%, #ff0c00 0%, #ff0c00 21%, #ff0c00 52%, #fe4d11 78%, #fe4d11 100%);
    color:#fff;
    display: inline;
    padding:3px 10px;
    border-radius: 53px;
}
.gallery{
    position: relative;
}
.gallery-count{
    position: absolute;
    right: 5%;
    bottom:15%;
    z-index: 9;
    background: #f0b90e;
    padding:5px 15px;
    font-size: 12px;
    color:#fff;
    border-radius: 53px;
    cursor: pointer;
}

.accomodation-single-details-left,.accomodation-single-details-sidebar{
    float: left;
}
.accomodation-single-details-left{
    width: 70%;
}
.accomodation-single-details-sidebar{
    width: 30%;
}
.accomodation-single-details-sidebar-wrap{
    padding-left: 20px;
}
.accomodation-single-details-left h1{
    font-size: 20px;
    display: block;
    margin: 0;
}
.accomodation-single-details-left h1 span,.accomodation-single-details-left h3 span{
    color: #ba0000;
}
.accomodation-single-details-overview p,.about-property p{
    margin: 0;
    padding-bottom: 10px;  
    color: #3c3c3c;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 16px;
}
.hotel-room-highlights{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    margin: 5px 0;
    padding:10px 0;
}
.hotel-room-highlights li{
    list-style: none;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color:#10ad0a;
}
.accomodation-single-details-left h2,.accomodation-single-details-left h3{
    font-weight: 500;
    display: block;
    padding-top: 10px;
    font-size: 16px;
    margin: 0;
}
.about-property li{
    color: #3c3c3c;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 16px;
   list-style: inside;
    padding: 5px 0;
}
.about-property ul{
    overflow: hidden;
    padding: 0px 0 10px 0;
}
.about-property p{
    margin: 0;
}
.hotel-tariff .accordion-title{
    font-size: 14px;
}
.hotel-tariff{
    border:1px solid #ebebeb;
    padding:10px;
    border-radius: 23px;
}
.hotel-tariff .accordion-item:last-child{
    border-bottom:none
}
.hotel-tariff table{
    font-size: 13px;
    color:#8f8f8f;
}
.hotel-tariff table td{
    padding:5px 10px
}
.hotel-tariff table tr:first-child td{
    font-weight: bold;
    color:#000;
}
.hotel-tariff .accordion-content a{
    background: #fffd00;
    color: #000;
    font-size: 12px;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.accomodation-single-details-sidebar strong {
    padding-bottom: 10px;
    display: block;
}

.hotel-room-wrap{
    width: 50%;
    float: left;
}
.hotel-room-single{
    padding: 10px;
    border:1px solid #ebebeb;
    border-radius: 13px;
}
.hotel-room-single li{
    list-style: none;
}
.single-hotel-room .item img{
    border-radius: 3px;
}
.hotel-room-single strong{
    font-size: 14px;
}
.hotel-room-single li{
    font-size: 13px;
    color: #8f8f8f;
}
.hotel-room-single li.green{
    color: #10ad0a;
}
.hotel-room{
    overflow: hidden;
    padding-bottom: 10px;
}
.hotel-room h3{
    padding-bottom: 20px;
    display: block;
}
.hotel-room-single small{
    display: block;
    padding:10px 0 5px;
    color: #3c3c3c;
    font-size: 14px;
}
.details{
    overflow: hidden;
}
.accomodation .details {
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.accomodation h1{
    font-size: 30px;
    font-weight: normal;
    color:#ff0c00
}
.accomodation p{
    color: #3c3c3c;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;

}
.contact-highlight li,.form-wrap li{
    list-style: none !important;
}
.share-section a{
    padding:10px 0 0 0;
    text-align: center;
    color:#fff;
    font-weight: bold;
    height: 30px;
}

.place-of-interest-wrap{
    width: 50%;
    float: left;
}
.place-of-interest-pad{
    padding:5px;
}
.place-of-interest-pad a{
    color:#000;
}
.place-of-interest-pad p{
    padding:0;
    margin: 0;
}
.place-of-interest-pad img{
    height: 150px !important;
}

/* Festival */
.festival-wrap{
    padding-top: 30px;
}
.festival-left,.festival-right{
    float: left;
}
.festival-left{
    width: 80%;
}
.festival-left li{
    list-style: none;
}
.festival-right{
    width: 20%;
}
.festival-img{
    position: relative;
}
.festival-location{
    position: absolute;
    z-index: 9;
}
.festival-img,.festival-featured-details{
    float: left;
}
.festival-img{
    width: 40%;
}
.festival-featured-details{
    width: 60%;
}
.festival-details{
    padding-left: 10px;
}
.festival-details strong{
    color: #000;
    font-size: 16px;
}
.festival-details p{
    font-size: 14px;
    padding:0px;
}
.festival-img img{
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.festival-location{
    background-image: linear-gradient(to right, #ff0c00 0%, #ff0c00 0%, #ff0c00 21%, #ff0c00 52%, #fe4d11 78%, #fe4d11 100%);
    padding:10px 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 53px;
    left: 10px;
    top:10px;
}
.festival-details em{
    display: inline;
    padding-right: 20px;
    font-size: 12px;
    color:#6d6d6d;
}
.festival-details em .fa{
    color:#ba0000
}
.wrap-single-festival{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #ebebeb;
}

/* Festival single */
.festival-single-clm{
    width: 70%;
}
.festival-single-sidebar{
    width: 30%;
}
.festival-single-sidebar,.festival-single-clm{
    float: left;
}
.festival-single-featured-img img{
    width: 100%;
}

.festival-single-featured-details em{
    display: block;
    font-size: 12px;
    color: #6d6d6d;
}
.festival-single-featured-details em .fa{
    color:#ba0000
}
.festival-single-featured-details{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.festival-single-sidebar-wrap .festival-location{
    font-size: 10px;
}
.festival-single-clm .festival-img{
    width: 100%;
}
.festival-single-clm .festival-img img{
    height: auto;
}
.festival-single-clm .owl-carousel-festival img{
    height: 100px;
    object-fit: cover;
}
.festival-single-sidebar-wrap{
    padding-left: 20px;
}

.festival-single-sidebar-wrap strong{
    display: block;
    padding-bottom: 10px;
}
.festival-single-sidebar-wrap li{
    list-style: none;
    margin-bottom: 10px;
}
.festival-single-featured-details strong{
    padding:5px 0 10px 0;
    font-size: 16px;
    color:#000
}
.festival-single-featured-img{
    position: relative;
}
.festival-single-featured-img img,.festival-single-clm .festival-featured-details{
    width: 100%;
}
.festival-single-featured-details em{
    display: block;
    font-size: 12px;
    color: #6d6d6d;
}
.festival-single-featured-details em .fa{
    color:#ba0000
}
.festival-single-featured-details{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.festival-single-sidebar-wrap .festival-location{
    font-size: 10px;
}
.festival-single-clm .festival-details{
    padding: 10px 0;
}
.festival-single-sidebar-wrap li{
    list-style: none !important;
}

/* gallery tabs */
.tabs-container {
    padding: 20px 100px;
     margin: 20px auto;
     font-family: Arial, sans-serif;
   }
   
   /* Horizontal tabs */
   .tabs {
     display: flex;
     border-bottom: 1px solid #aeaeae;
     padding: 0px 100px;
   }
   
   .tab {
     width: 33.33%;
     padding: 12px;
     cursor: pointer;
     background: #f5f5f5;
     border: none;
     outline: none;
     font-weight: 600;
   }
   
   .tab.active {
     background: #ff0c00;
     color:#fff;
     border-bottom: 3px solid #000;
   }
   
   /* Accordion style content */
   .tab-content {
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.3s ease;
     background: #fff;
     padding: 0 12px;
   }
   
   .tab-content.active {
     max-height: 200px;   /* adjust if content is bigger */
     padding: 12px;
     
   }
   
   .gallery-section{
       overflow: hidden;
       padding-bottom: 50px;
   }
 
   .photo-gallery {
     width: 25%;
     float: left;
   }
   
   .photo {
     padding:10px
   }
   
   .photo img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.4s ease;
   }
   
   .photo:hover img {
     transform: scale(1.1);
   }
   .gallery-wrap .gallery{
       display: block;
   }


   
   /* secondary menu */
   .secondary-menu{
    position: fixed;
    right: -100%;
    top: 0;
    background-color: rgba(0,0,0,0.90);
    z-index: 999;
    width: 15%;
    padding: 20px 30px;
    height: 100%;
}
.secondary-menu li{
    list-style: none;
    border-bottom: 1px solid #2e2e2e
}
.secondary-menu li a{
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;
}
.secondary-menu ul{
    padding-top: 50px;
}
.secondary-menu ul ul{
    padding-left: 10px;
    padding-top: 0;
}
.secondary-menu ul ul li{
    border:none;
}
.secondary-menu-close{
 background:#fffd00;
color:#000;
padding:5px 10px;
border-radius: 50px; 
cursor: pointer;  
float: right;
font-size: 12px;
}
.secondary-links{
    padding-top: 100px;
}
.secondary-links a{
    padding: 8px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    height: 15px;
    width: 15px;
    text-align: center;
}
.facebook1{
    background:#3074ff;
    color:#fff;
}
.instagram1{
    background:#d10085;
    color:#fff;
}
.twitter1{
    background:#46aadd;
    color:#fff;
}
.gmap1{
    background:#00ab28;
    color:#fff;
}
