.pd-main {
  padding: 60px 0 0 0;
}
.tf-container {
  width: 80%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.mb-37 {
  margin-bottom: 23px;
}
.mb-37-mob{
  margin-bottom: 0px;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.relative {
  position: relative;
}
.destination-style {
  border-radius: 7px;
  overflow: hidden;
  display: block;
  height: 100%;
}
.destination-style::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0 0 0 / 75%));
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  z-index: 1;
}
.full::before{
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(190deg, rgba(0, 0, 0, 0), rgb(20 20 20 / 18%));
}
.destination-style .tour {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #FF970D;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 4px;
  top: 14px;
  right: 12px;
  position: absolute;
  z-index: 2;
}
.destination-style > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit: cover;
  height: 100%;
}
.destination-style .destination-content {
  bottom: 10px;
  left: 33px;
  position: absolute;
  z-index: 2;
}
.destination-style .destination-content .travel {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  font-family: "Yesteryear", cursive;
}
.destination-style .destination-content p {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Prompt", sans-serif;
}
.destination-style:hover > img {
  transform: scale(1.2) rotate(-1deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mb-45{
  margin-bottom: 40px;
}
.mb-40 {
  margin-bottom: 24px;
}
.flex-three {
  display: flex;
  align-items: center;
}
.single-destinaion-content .image-wrap {
  gap: 30px;
}
.single-destinaion-content .image-wrap img{
  width: 100%;
}
.side-bar-right {
  padding-left: 33px;
}
.single-destinaion-content p{
  font-size: 17px;
  line-height: 30px;
}
.sidebar-widget .block-heading {
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}
.sidebar-widget .block-heading::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 3px;
  background-color: #f36b1c;
  left: 0px;
  top: 2px;
}
.sidebar-widget .category-blog li:not(:last-child) {
  margin-bottom: 21px;
}
.sidebar-widget .category-blog li a {
  padding: 14px 16px;
  background-color: #FFFFFF;
  border: 1px solid #EDEEEE;
  border-radius: 2px;
  color: #4F545A;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-widget:not(:last-child) {
  margin-bottom: 31px;
}
.sidebar-widget {
  padding: 34px 30px;
  background-color: #e6e6e6;
}
.flex-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.sidebar-widget .category-blog li a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.category-blog, .listing-des{
  margin: 0;
  padding: 0;
}
.listing-des p span{
  color: #f36b1c;
  font-weight: 600;
  position: relative;
}
.listing-des p span::before {
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
}
.single-destinaion-content .description-wrap .description {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
  display: inline-block;
  color: #081E2A;
}
.single-destinaion-content .description-wrap .listing-des li {
  padding-left: 15px;
  position: relative;
}
.single-destinaion-content .inner-haeder .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 24px;
}
.single-destinaion-content .inner-haeder .title span{
  color: #f36b1c !important;
}
.bg-part-gray {
  background-color: #EEE9E9;
}

.overflow-hidden {
  overflow: hidden;
}
.booking-style-1 {
  padding: 32px 37px 55px 37px;
}
.overflow-hidden {
  overflow: hidden !important;
}
.booking-style-1 .sale-up {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  display: block;
}
.text-main {
  color: #f36b1c !important;
}

.mb-10 {
  margin-bottom: 10px;
}
.booking-style-1 .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #081E2A;
}
.font-yes {
  font-family: "Yesteryear", sans-serif;
}
.banner-part-item .btn-booking {
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  display: block;
  text-decoration: none;
  margin-top: 40px;
}

.tour1 {
  color: #f36b1c;
}
.mt-27 {
  margin-top: 27px;
}
.sidebar-widget-single .booking-style-1 .mask-banner-part {
  position: relative;
}

.booking-style-1 .mask-banner-part {
  width: auto;
  position: absolute;
  top: 27px;
  right: 0;
  transition: all 0.3s ease;
}
.sidebar-widget-single .booking-style-1 .price-banner-part {
  top: 50%;
  left: 15%;
}
.booking-style-1 .price-banner-part {
    border-radius: 5%;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20.83px;
}

.center, .text-center {
  text-align: center;
}
.flex-five {
  display: flex;
  justify-content: center;
  align-items: center;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.booking-style-1:hover .mask-banner-part {
  scale: 1.1;
}
.mb--93 {
  margin-bottom: -93px;
}

.z-index3 {
  z-index: 3;
}

.flex-two {
  justify-content: center;
  align-items: center;
  display: flex;
}
.callt-to-action {
  background-color: #000;
  border-radius: 7px;
  padding: 35px;
  position: relative;
}
.callt-to-action .callt-to-action-content .image {
  margin-right: 43px;
}
.callt-to-action .callt-to-action-content .image img {
  width: 74px;
}
.callt-to-action .callt-to-action-content .content .title-call {
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
 .title span{
  color: #f36b1c;
  font-size: 45px;
}
.callt-to-action .callt-to-action-content .content .des {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.52);
  text-transform: capitalize;
}
.callt-to-action .shape-ab {
  position: absolute;
  width: auto;
  right: 22%;
  -webkit-animation: anime-rorate 8s infinite;
  animation: anime-rorate 8s infinite;
}
@keyframes anime-rorate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.get-call {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.9px;
  letter-spacing: 0px;
  padding: 12px 12px;
  background-color:#f36b1c;
  color: #fff;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  transition: all 0.5s ease;
}
.get-call:hover{
  background-color: #FFFFFF;
  color: #f36b1c;
  transition: all 0.5s ease;
}
.recent-image img{
  width: 100%;
  border-radius: 5px;
  transition: all 0.5s ease;
}
 a.recent-image{
    float: left;
    width: 30%;
}
.recent-info{
  width: 70%;
  float: right;
  padding-left: 10px;
}
.recent-info .title{
  margin-bottom: 0;
  font-size: 19px;
}
.recent-info a{
  text-decoration: none;
    color: #000;
    font-size: 19px;
}
.recent-info p{
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  font-weight: 400;
}
.recent-info:hover a h4{
  color: #f36b1c;
}
.recent-info:hover a p{
  color: #000;
}
.flex-start{
  align-items: flex-start!important;
}
.pl-0{
padding-left: 0;
}
.pr-0{
  padding-right: 0;
  }
  .list-recent:hover img{
    filter: brightness(0.7);
    transition: all 0.5s ease;
  }
  .list-recent::after{
    width: 100%;
    height: 0.5px;
    position: absolute;
    content: "";
    background-color: #f89c1c;
    left: 0;
    bottom: 0;
  }


  .cta {
    display: flex;
    padding: 10px 35px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: white;
    background: #f36b1c;
    transition: 1s;
    box-shadow: 6px 6px 0 #00000052;
    transform: skewX(-15deg);
    width: 70%;
    text-align: center;
    justify-content: center;
    font-style: italic;
    cursor: pointer;
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 7px 7px 0 #FBC638;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

  .cta span {
    transform: skewX(15deg) 
  }

  .cta span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  .pb-150 {
    padding-bottom: 85px;
}
.pt-150 {
    padding-top: 85px;
}
.cta-bg{
  position: relative;
  z-index: 1;
}
.cta-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 76%);
  z-index: -1;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.video-popup {
  position: relative;
  width: 110px;
  height: 110px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.play-box{
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.video-popup i{
  font-size: 60px;
  color: #f36b1c;
}
.video-popup:hover i{
  color: #000;
}
.cta-content-box h2{
  font-size: 48px;
  font-weight: 500;
  line-height: 65px;
  color: #fff;
  font-family: "Prompt", sans-serif;
}
.main-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 3px 3px 25px;
  font: 600 16px "Prompt", sans-serif;
  text-transform: capitalize;
  border-radius: 28px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #f36b1c;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.main-btn:hover{
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #000;
}
.main-btn:hover i{
color: #eb6d2f;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.other-destinations{
  background-color: #f7f7f7;
}
.other-destinations .owl-carousel .item {
  color: white;
  display: block ;
  position: relative;
}
.other-destinations .owl-carousel .item:hover .other-destinations-content{
  background-color: #ffcb08e0;
color: #000;
transition: all 0.5s ease;
}
.other-destinations .owl-carousel .owl-nav button.owl-next,.other-destinations .owl-carousel .owl-nav button.owl-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1.9px solid rgb(243 107 28);
  font: 500 16px "Prompt", sans-serif;
  margin-bottom: 10px;
}
.other-destinations .owl-carousel .owl-nav button.owl-next span,.other-destinations .owl-carousel .owl-nav button.owl-prev span{
  font-size: 20px;
}
.other-destinations .owl-carousel .owl-nav button.owl-next{
  right: -70px;
  position: absolute;
}
.other-destinations-content h4{
  font-weight: 400;
  margin: 0;
}
.other-destinations .owl-carousel .owl-nav button.owl-prev{
  left: -70px;
  position: absolute;
}
.other-destinations-content{
  width: 100%;
  background-color: #f36b1cdb;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-family: "Prompt", sans-serif;
  position: absolute;
  z-index: 1111;
  bottom: 0;
  transition: all 0.5s ease;
}
.other-destinations .owl-carousel  .owl-nav{
  position: absolute;
  top: 35%;
  width: 100%;
}
.mb-70{
  margin-bottom: 70px;
}
.common-heading{
    font-size: 40px!important;
    font-weight: 600!important;
    line-height: 30px!important;
    font-family: "Prompt", sans-serif!important;
    text-transform: capitalize!important;
    color: #000!important;
    padding: 0!important;
}
.common-heading span{
  color: #f36b1c;
}
.mb-35 {
  margin-bottom: 35px;
}
.main-btn:hover{
  color: #fff;
}
.main-btn i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #fff;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.video-popup:after, .video-popup:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
  -webkit-animation: playpopup infinite linear 1s;
  animation: playpopup infinite linear 1s;
}
.video-popup:before {
  -webkit-animation: playpopup infinite linear 2s;
  animation: playpopup infinite linear 2s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes playpopup {
  0% {
      transform: scale(1);
      opacity: 0.6;
  }
  50% {
      transform: scale(1.3);
      opacity: 0.3;
  }
  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}
@keyframes playpopup {
  0% {
      transform: scale(1);
      opacity: 0.6;
  }
  50% {
      transform: scale(1.5);
      opacity: 0.3;
  }
  100% {
      transform: scale(2);
      opacity: 0;
  }
}
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}
.lg-backdrop {
  z-index: 1111111!important;
}
.lg-outer {
  z-index: 1111111!important;
}
#lightgallery{
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 150px);
  max-width: 100%;
}
#lightgallery .photo-gallery img{
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  transform: scale(1);
}
#lightgallery .photo-gallery{
  overflow: hidden;
}
#lightgallery .photo-gallery:hover img{
  filter: brightness(0.5);
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.item-4 {
  grid-row: 1/4;
}

.item-5 {
  grid-row: 1/3;
}

.item-6 {
  grid-row: 1/4;
}

.item-7 {
  grid-row: 4/6;
}

.item-8 {
  grid-row: 3/6;
}

.item-9 {
  grid-row: 4 / 6;
}

.item-10 {
  grid-row: 6 / 8;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: #f36b1c !important;
}
.nav-link:focus, .nav-link:hover {
  color: #f36b1c !important;;
}
.item-11 {
  grid-row: 6/8;
}

.item-12 {
  grid-row: 6 / 8;
}

.item-13 {
  grid-row: 9/13;
}

.item-14 {
  grid-row: 11/13;
}

.navbar-nav .nav-link {
  color: #000;
}
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

/*******************New Layout CSS**********************/
.pb-70 {
  padding-bottom: 70px;
}
.pb-100 {
  padding-bottom: 85px;
}
.pt-100 {
  padding-top: 85px;
}
.destination-details-wrapper .destination-info h3.title {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 25px;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
}
.destination-details-wrapper .destination-info .meta {
  margin-bottom: 10px;
}
.destination-details-wrapper .destination-info .meta span {
  font: 400 18px "Prompt", sans-serif;
  margin-bottom: 10px;
  display: block;
}
.destination-details-wrapper .destination-info .meta span.location i {
  margin-right: 5px;
  color: #f36b1c;
}
.destination-details-wrapper .slick-slider{
  margin-bottom: 0;
}
 ul.ratings{
  padding: 0;
}
.ratings li {
  display: inline-block;
}
.ratings li i{
  color: #f89c1c;
  font-size: 20px;
}
.destination-details-wrapper .destination-info p {
  margin-bottom: 38px;
  font-family: "Prompt", sans-serif;
  line-height: 30px;
}
.destination-details-wrapper .destination-info p span{
  color: #f36b1c;
  font-weight: 500;
  font-size: 18px;
}
.mb-40 {
  margin-bottom: 40px;
}
.destination-details-wrapper .destination-info h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Prompt", sans-serif;
}
.destination-key-highlights{
  padding: 35px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.destination-key-highlights p{
  margin-bottom: 22px!important;
}
.destination-details-wrapper .destination-info .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.destination-details-wrapper .destination-info  ul.features-list{
  padding: 0;
  margin: 0;
}
.destination-details-wrapper .destination-info .features-list li {
  margin-bottom: 20px;
}
.destination-details-wrapper .destination-info .features-list li:not(:last-child) {
  margin-right: 20px;
}
.destination-details-wrapper .destination-info .features-list li span {
  padding: 15px 20px;
  font: 500 18px "Prompt", sans-serif;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: block;
}
.destination-details-wrapper .destination-info .features-list li span i {
  margin-right: 15px;
  color: #f36b1c;
}
.slider-active-4-item .slick-slide, .slider-active-5-item .slick-slide, .slider-active-3-item-dot .slick-slide, .slider-active-3-item .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.single-gallery-item .gallery-img {
  position: relative;
  overflow: hidden;
}
.single-gallery-item .gallery-img img {
  width: 100%;
  border-radius: 7px;
}
.single-gallery-item .gallery-img .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-gallery-item .gallery-img .icon-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
footer {
  padding: 4% 0;
  background-color: #000;
}
footer h3 {
  font-size: 17px;
  text-transform: uppercase;
  color: #ffcb08;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
  letter-spacing: 1px;
}
footer ul li a:hover{
  color: #f36b1c;
  transition: all 0.5s ease;
}
footer ul li:nth-last-child(1){
  margin-bottom: 0;
}
footer p {
  font-size: 15px;
  font-family: "Prompt", sans-serif;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}
.footer-logo{
  width: 70%;
  margin-top: 30px;
}
.social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.social-media span {
  color: #fff;
  font-family: "Prompt", sans-serif;
  display: block;
  margin-right: 10px;
  font-size: 18px;
}
.social-media ul {
  margin: 0;
  padding: 0;
}
.social-media ul li {
  float: left;
  width: 37px;
  height: 37px;
  border-radius: 50px;
  background-color: #ffcb08;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 0;
}
.social-media ul li a {
  color:#000;
  margin-bottom: 0;
  font-size: 17px;
}
.copyright-strip {
  font-family: "Prompt", sans-serif;
  width: 100%;
  padding: 10px 0;
  background-color: #ffffffc7;
}
.copyright-strip .copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 12px;
  font-family: "Prompt", sans-serif;
}
.copyright-strip .copyright p{
  margin: 0;
}
.copyright-strip .copyright a {
  color: #f26b1c;
  text-decoration: underline;
}
#homeForm{
  width: 65%;
  margin: 0 auto;
}
.imgDiv{
  overflow: hidden;
}
.imgDiv img{
  transform: scale(1);
  transition: all 0.5s ease;
}
.imgDiv:hover img{
  transform: scale(1.1);
  transition: all 0.5s ease;
  filter: grayscale(80%);
}
.dropdown-item{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400 !important;
  letter-spacing: 1px;
  color: #000 !important;
  background-color: #fff !important;
  transition: all 0.5s ease;
}
.dropdown-item:hover{
  color: #f36b1c!important;
  transition: all 0.5s ease;
}
.dropdown-menu li{
  margin-bottom: 5px;
}
.dropdown-menu li:nth-last-child(1){
  margin-bottom: 0;
}
.destinations-breadcrumbs{
  position: absolute;
  width: 100%;
  bottom: 25px;
}
.bread-crumb ul{
  margin: 0;
  padding: 0;
}
.bread-crumb ul li {
  float: left;
  padding: 0 10px;
  position: relative;
}
.bread-crumb li a {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
}
.bread-crumb ul li + ::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -4px;
  background: url(../images/right_arrow.png);
  background-size: 30%;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
}
.bread-crumb ul li:nth-child(1){
  padding-left: 0;
}
.bread-crumb li a.active {
  color: #f36b1c;
  font-weight: 400 !important;
}
.bread-crumb li a:hover{
  color: #f36b1c;
  transition: all 0.5s ease;
}
.scroll-topBtn {
  display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 20px;
  right: 30px;
  z-index: 11111;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f36b1c;
  color: white;
  border: none;
  transition: all 0.5s ease;
}
.scroll-topBtn:hover{
  background-color: #000;
  transition: all 0.5s ease;
}
.scroll-topBtn i{
  font-size: 26px;
  color:#fff;
}
.desk-block{
  display: block;
}
.desk-none{
  display: none;
}
.contact-form form{
width: 80%;
margin: 0 auto;
display: block;
}

.contact-form form input{
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
  font-family: "Prompt", sans-serif;
  margin-top: 30px;
  font-size: 16px;
  border: 1px solid #595959;
}
.contact-form form input::placeholder {
  opacity: 1;
    color: #000;
  }
  .contact-form form input::-ms-input-placeholder { 
    color: #000;
    opacity: 1;
  }
.contact-form form textarea{
  font-family: "Prompt", sans-serif;
  color: #000;
  margin-top: 30px;
  font-size: 16px;
  border: 1px solid #595959;
}
.contact-form form textarea::placeholder {
  opacity: 1;
    color: #000;
  }
.contact-form form textarea::-ms-input-placeholder { 
  color: #000;
  opacity: 1;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-submit-btn{
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-family: "Prompt", sans-serif;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 30px;
  transition: all 0.5s ease;
}
.form-submit-btn:hover{
  background-color: #f36b1c;
  transition: all 0.5s ease;
}
.bread-crumb{
  margin-top: 25px!important;
}
.disclaimer-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  display: flex;
    justify-content: center;
    align-items: center;
}
.disclaimer-overlay:target {
  visibility: visible;
  opacity: 1;
}

.disclaimer-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  border: 1px solid #ffcb08;
}
.disclaimer-popup .close {
  position: absolute;
  top: -28px;
  right: -10px;
  transition: all 200ms;
  font-size: 33px;
  font-weight: bold;
  text-decoration: none;
  color: #f36b1c;
}
.disclaimer-popup .close:hover {
  color: #f89c1c;
}
.disclaimer-popup .content {
  max-height: 30%;
  overflow: auto;
}
.abtcontentlt img{
  border-radius: 10px;
}
.home-about-us{
  background-color: #f7f7f7;
}
.home-all-destionations .nav-tabs .nav-link:focus, .home-all-destionations .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: transparent;
}
.home-all-destionations .nav-tabs .nav-item.show .nav-link, .home-all-destionations .nav-tabs .nav-link.active{
  border-color: transparent;
}
.home-all-destionations .nav-tabs{
  border-bottom: none;
  font-family: "Prompt", sans-serif;
}
.home-all-destionations .nav-tabs .nav-link.active{
  background-color: #f36b1c;
  color: #fff!important;
}
.home-all-destionations .nav-tabs .nav-link{
  background-color: #000;
  color: #fff;
  border-top-left-radius:0;
  border-top-right-radius:0;
  margin-left: 12px;
  border-radius: 50px;
  padding: 10px 25px;
}
.home-all-destionations .nav-tabs .nav-link:nth-child(1){
margin-left: 0;
}
.home-all-destionations .tab-content{
  margin-top: 65px;
}

.testimonials .testi .item {
  padding:0 80px;
  border-radius: 15px;
  font-family: "Prompt", sans-serif;
}
.testimonials .testi .item .profile {
  display: flex;
  padding-left: 15px;
  justify-content: center;
}
.testimonials .testi .item .profile img {
  border-radius: 100%;
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.testimonials .testi .item .profile .information {
  padding-left: 20px;
  margin-bottom: 26px;
}
.testimonials .testi .item .profile .information .stars i {
  color: #ffd832;
}
.testimonials .testi .item .profile .information p {
  font-size: 24px;
  margin: 0px auto 0px;
  color: #eb6d2f;
  font-weight: 500;
  line-height: 1;
}
.testimonials .testi .item .profile .information span {
  color: #FBC638;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.6em;
  font-size: 16px;
  display: block;
}
.testimonials .testi .item > p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  display: block;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.testimonials .testi .item .icon {
  text-align: center;
}
.testimonials .testi .item .icon i {
  font-size: 32px;
  color: #ffcb08;
  margin-top: 15px;
}
.testimonial-bg{
  background-image: url(../images/cta-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.testimonial-bg::after{
  position:absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000ed;
}
.inner-haeder {
  z-index: 1;
}
.thank-page-content{
  background-color: #e8e8e8;
  width: 100%;
  height: 100vh;
  display:flex;
  align-items: center;
  justify-content: center;
}
.thank-you-content {
  width: 50%;
  text-align: center;
}
.thank-you-content h1 {
  font-family: "Prompt", sans-serif;
  color:#eb6d2f;
  font-size: 60px;
  margin-bottom: 25px;
  font-weight: 500;
}
.thank-you-content p {
  font-family: "Prompt", sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 500;
}
.know-more {
  padding: 7px 10px;
  background-color: #eb6d2f;
  display: inline-block;
  border-radius: 20px / 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s ease;
}
.nav-item.active .nav-link {
  color: #eb6d2f !important;
}
.contact-details-box{
  font-family: "Prompt", sans-serif;
  display: grid;
  grid-auto-rows: 325px;
  grid-template-columns: repeat(auto-fill, minmax(405px, 1fr));
  grid-gap: 2em;
  margin-top: 70px;
}
.contact-info-item {
  padding: 25px;
  color: #000;
  background: #fff;
  position: relative;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 26%) 0px 5px 15px;
}
.contact-info-item .icon {
  font-size: 55px;
  color: #ffcb08;
}
.contact-info-item .icon img{
  width: 70%;
  margin: 0 auto;
}
.contact-info-item .info span.title {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #f36b1c;
}
.contact-info-item .info p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
}
.contact-info-item .info p a{
  text-decoration: none;
  color: #000;
}
.contact-map{
  width: 100%;
  height: 450px;
}
#map-section{
  width: 100%;
  height: 100%;
}
.contact-info-item .social-media{
  display: flex;
  justify-content: center;
}
.contact-info-item .social-media ul li{
  background-color: #000;
  width: 40px;
  height: 40px;
}
.contact-info-item .social-media ul li a{
  color: #fff;
  text-decoration: none; 
}
.events-main-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(555px, 1fr));
  grid-gap: 3em;
  margin-top: 85px;
}
.destination-details-section .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.events-grid{
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 11%) 0px 12px 15px;
}
.events-grid:hover img{
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.events-main-grid img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  transition: all 0.5s ease;
}
.events-grid .events-content{
  border-radius: 0px 0px 20px 20px;
  padding: 0 40px 40px;
  background-color: #F9F9F7;
}
.events-grid .events-img{
  overflow: hidden;
}
.events-grid .events-content .meta {
  position: relative;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin: -35px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 40px;
  background-color: #ffffff;
}


.events-grid .events-content .meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.events-grid .events-content .meta ul li span {
  font-size: 22px;
  color: #f89c1c;;
}
.events-grid .events-content .meta ul li:not(:last-child) {
  margin-right: 30px;
}
.events-grid .events-content .meta ul li {
  display: inline-block;
  position: relative;
}
.events-grid .events-content .meta ul li::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #212529;
  right: -15px;
  top: -6px;
}
.events-grid .events-content .meta ul li:nth-last-child(1)::after{
  display:none;
}
.events-grid .events-content .meta .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 500 16px "Prompt", sans-serif;
}
.events-grid .events-content .meta .rate i {
    margin-right: 5px;
    color: #f36b1c;
}
.events-grid .events-content h2 {
  margin-bottom: 12px;
  font: 500 25px "Prompt", sans-serif;
}
.events-grid .events-content p {
  margin-bottom: 20px;
  font: 400 16px "Prompt", sans-serif;
  line-height: 30px;
  color: #161616;
}
.facts-section {
  position: relative;
  padding: 120px 0px 210px;
  font-family: "Prompt", sans-serif;
}
.facts-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}
.facts-section .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.0);
}
.facts-section .content-box {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.facts-section .content-box .video-btn {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.facts-section .content-box .subtitle {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 30px;
}
.facts-section .content-box h2 {
  position: relative;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
  margin: 0 0;
  font-size: 45px;
}
.facts-section .content-box h2 span{
  color: #d85f19;
}
.facts-section .facts-box {
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 100%;
  z-index: 1;
}
.facts-section .facts-box .inner-box {
  position: relative;
  display: block;
  padding: 34px 20px 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 12px 30px 0 rgb(87 87 87 / 20%);
}
.facts-section .facts-box .fact-block {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
.facts-section .facts-box .fact-block .inner {
  position: relative;
  display: block;
}
.facts-section .facts-box .fact-block .count {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  line-height: 70px;
  font-size: 23px;
  font-weight: 600;
  background: #d85f19;
  color: #ffffff;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facts-section .facts-box .fact-block .fact-title {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}
.facts-section .facts-box .fact-block .inner:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 15px;
  height: 30px;
  border-left: 1px dashed #000;
}
.fact-block:nth-last-child(1) .inner::after{
  display: none;
} 
.why-section {
  font-family: "Prompt", sans-serif;
  position: relative;
  padding: 200px 0px 90px;
  background: #f7f7f7;
}
.title-box.centered {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 60px;
  position: relative;
}
.title-box h2 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0;
}
.title-box h2 span {
  position: relative;
  z-index: 1;
}
.why-section .left-col {
  position: relative;
  order: 0;
}
.why-block {
  position: relative;
  margin-bottom: 50px;
}
.why-block .inner-box {
  position: relative;
  display: block;
}
.why-block .icon-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  display: inline-block;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.why-block h4 {
  position: relative;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
}
.why-block .text {
  position: relative;
  color: #454545;
  font-size: 16px;
}
.why-section .right-col {
  position: relative;
  order: 12;
}
.why-section .image-col {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.why-section .image-col .inner {
  position: relative;
  display: block;
  padding-top: 30px;
}

.why-block .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
@keyframes float_up_down{
0% {
  transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
50% {
  transform: translateY(30px);
  transform: translateY(30px);
  opacity: 1;
}
100% {
  transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
}
.why-section .image-col .inner .image-box {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  -webkit-animation-name: float_up_down; 
  -webkit-animation-duration: 5s; 
  -webkit-animation-iteration-count: infinite; 
 -webkit-animation-timing-function: linear;
}
.inner .why-block:nth-last-child(1){
  margin-bottom: 0;
}
.desk-block-banner{
  display: block!important;
}
.desk-none-banner{
  display: none!important;
}

 .image-about-h4-wrap {
  margin-right: 5.5em;
  padding-left: 13px;
  padding-top: 23px;
}
.image-about-item  img{
  transition: all 0.5s ease;
  border-radius: 15px;
}
.image-about-item:hover img{
  filter: grayscale(70%);
  transition: all 0.5s ease;
}
 .image-about-h4-wrap .about-wrap-left {
  max-width: 372px;
  width: 100%;
}
 .image-about-h4-wrap .about-wrap-left .quote {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #ec7135;
  padding: 20px 25px;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  top: 26.7%;
  left: -31%;
  rotate: -90deg;
  position: absolute;
  font-family: "Prompt", sans-serif;
}
 .image-about-h4-wrap .about-wrap-right {
  max-width: 349px;
  width: 100%;
  position: absolute;
  top: 31.5%;
  right: 0;
}
 .image-about-h4-wrap .image-about-item .shape-about-h4 {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
 .image-about-h4-wrap .box-year {
  background-color: #FFFFFF;
  padding: 30px;
  display: inline-block;
  border: 2px dashed #EDEEEE;
  position: absolute;
  bottom: -17.5%;
  left: 29%;
  animation: dot-anim-3 3s linear 0s infinite alternate;
}
 .image-about-h4-wrap .box-year .number {
  font-size: 50px;
  font-weight: 600;
  line-height: 25px;
  color: #ec7135;
  font-family: "Prompt", sans-serif;
}
 .image-about-h4-wrap .box-year p {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: #081E2A;
  font-family: "Prompt", sans-serif;
  margin: 0;
}
 .inner-content-about {
  padding-left: 17px;
}
.mb-30{
  margin-bottom: 30px;
}
.fs-28-46 {
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  display: block;
  font-family: "Prompt", sans-serif;
  margin-bottom: 12px;
}
.mb-18 {
  margin-bottom: 18px !important;
}

.icon-box-style6 .icon i{
  color: #f36b1c;
  font-size: 30px;
  display: inline-block;
  z-index: 2;
}

.icon-box-style6 .content .title-icon {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Prompt", sans-serif;
  color: #f36b1c;
}
.icon-box-style6 .content .des-icon {
  line-height: 30px;
}
.inner-content-about p{
  font-family: "Prompt", sans-serif;
  line-height: 30px;
  font-size: 16px;
  text-align: justify;
}
@keyframes dot-anim-3 {
  0% {
    transform: translatey(30px);
  }

  100% {
    transform: translatey(0px);
  }
}
.pb-160{
  padding-bottom: 160px;
}











@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.longEnough {
    width: 100%;
    overflow: auto;
    height: 780px;
}
.headerContainer .wrapper .nav-link{
  text-transform: uppercase;
  font-weight: 500;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  height: 20%!important;
}
.disp-desk{
  display: block;
}
.ml-30{
  margin-left: 30px;
}
@media(max-width:1600px){
  .events-main-grid {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-gap: 2em;
    margin-top: 75px;
}
}
@media(max-width:1470px){
  .main-btn {
    padding: 3px 3px 3px 15px;
}
  .main-btn i{
    margin-left: 10px;
  }
  .events-grid .events-content p{
    text-align: justify;
  }
  .disclaimer_heading {
    margin-top: 85px;
}
  .cta-content-box h2 {
    font-size: 44px;
    line-height: 62px;
}
  .pt-150 {
    padding-top: 70px;
}
.pb-150 {
    padding-bottom: 70px;
}
  .pb-100 {
    padding-bottom: 75px;
}
  .pt-100 {
    padding-top: 75px;
}
.events-grid .events-content {
  padding: 0 25px 25px;
}
}
@media(max-width:1366px){
  .image-about-h4-wrap .box-year {
    padding: 20px;
    left: 15%;
}
  .image-about-h4-wrap .box-year .number {
    font-size: 40px;
}
  .pb-160 {
    padding-bottom: 75px;
}
  .why-block h4 {
    font-size: 23px;
}
  .facts-section .facts-box .fact-block .count {
    font-size: 26px;
}
  .mb-45{
    margin-bottom: 30px;
  }
  .facts-section .content-box .subtitle {
    font-size: 26px;
}
  .facts-section .content-box h2 {
    font-size: 42px;
}
  .events-grid .events-content .meta {
    padding: 16px 30px;
}

  .main-btn{
    font-size: 15px;
  }
  .events-grid .events-content p {
    font: 400 15px "Prompt", sans-serif;
    line-height: 30px;
}
  .events-grid .events-content h2 {
    margin-bottom: 12px;
    font: 500 22px "Prompt", sans-serif;
}
  .contact-form form textarea{
    font-size: 15px;
  }
  .contact-form form input{
    font-size: 15px;
  }
  .contact-map {
    height: 400px;
}
  .contact-info-item .info span.title {
    font-size: 20px;
}
  .contact-info-item .icon {
    font-size: 50px;
}
  .contact-info-item .info p{
    line-height: 30px;
  }
  .contact-details-box {
    grid-template-columns: repeat(auto-fill, minmax(257px, 1fr));
    grid-auto-rows: 310px;
}
  .contact-form form {
    width: 90%;
}

  .disclaimer_heading {
    margin-top: 100px;
}
  #homeForm {
    width: 75%;
}
  .common-heading {
    font-size: 36px !important;
}
  .mb-70 {
    margin-bottom: 50px;
}
  .cta-content-box h2 {
    font-size: 40px;
    line-height: 60px;
}
  .destination-details-wrapper .destination-info h3.title {
    font-size: 35px;
}
  .title span {
    font-size: 40px;
}
  .destination-details-wrapper .destination-info .features-list li span {
    font: 500 17px "Prompt", sans-serif;
}
  .single-destinaion-content .inner-haeder .title{
    font-size: 36px;
  }
}

@media(max-width:1280px){
  .why-section {
    padding: 180px 0px 70px;
}
  .facts-section {
    padding: 100px 0px 210px;
}
  .events-main-grid {
    margin-top: 50px;
}
  .events-grid .events-content .meta {
    margin: -35px 0 25px;
}
  .events-main-grid {
    margin-top: 65px;
}
  .destination-details-section .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}
  .pt-100 {
    padding-top: 60px;
}
.pb-100 {
  padding-bottom: 60px;
}
  .other-destinations .owl-carousel .owl-nav button.owl-next, .other-destinations .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
}
  .other-destinations-content h4 {
    font-size: 20px;
}
  .main-btn {
    padding: 3px 3px 3px 25px;
}
  .destination-details-wrapper .destination-info h3{
    font-size: 28px;
  }
}
@media(max-width:1101px){
  .icon-box-style6 .content .title-icon {
    font-size: 20px;
}
  .common-heading {
    line-height: 40px !important;
}
  .pb-160 {
    padding-bottom: 60px;
}
  .image-about-h4-wrap {
    margin-right: 1.5em;
}
  .disclaimer_heading {
    font-size: 20px;
}
  .social-media span {
    font-size: 17px;
}
  #homeForm {
    width: 90%;
}
  .pt-150 {
    padding-top: 100px;
}
.pb-150 {
  padding-bottom: 100px;
}
  .destination-details-wrapper .destination-info h3.title {
    font-size: 32px;
    margin-bottom: 15px;
}
  .title span {
    font-size: 35px;
}
  .sidebar-widget .block-heading{
    font-size: 22px;
  }
  .sidebar-widget {
    padding: 20px 20px;
    background-color: #e6e6e6;
}
}
@media(max-width:1024px){
  .why-block .text {
    font-size: 15px;
}
  .why-block h4 {
    font-size: 20px;
}
  .contact-info-item .icon {
    font-size: 40px;
}
  .contact-map {
    height: 300px;
}
  .contact-details-box{
    grid-gap: 1.5em;
  }
  .contact-info-item .info span.title{
    margin-bottom: 10px;
  }
  .contact-info-item .info p {
    line-height: 27px;
    font-size: 15px;
}
  .other-destinations .owl-carousel .owl-nav button.owl-next, .other-destinations .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
}
  footer p {
    font-size: 14px;
    line-height: 26px;
}
  .disclaimer_heading {
    font-size: 18px;
}
  .bread-crumb li a{
    font-size: 14px;
  }
  .booking-style-1 {
    padding: 25px;
}
.booking-style-1 .title {
  font-size: 20px;
  line-height: 32px; 
}
.booking-style-1 .price-banner-part {
  font-size: 22px;
}
.cta{
  width: 90%;
}
.single-destinaion-content .inner-haeder .title {
  font-size: 30px;
}
.item-4 {
  grid-row: 1 / 3;
}
.item-6 {
  grid-row: 1 / 3;
}
.item-8 {
  grid-row: 3 / 5;
}
.item-7 {
  grid-row: 3 / 5;
}
.item-9 {
  grid-row: 3 / 5;
}
#lightgallery {
  grid-template-rows: repeat(4, 150px);
}

}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
      border: none;
      padding: 15px;
      outline: none;
      top: 40px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
@media(max-width:991px){
.image-about-h4-wrap .about-wrap-right {
    display: none;
}
  .play-box {
    margin-bottom: 60px;
}
  .facts-section .facts-box .inner-box {
    padding: 20px 20px 0;
}
  .fact-block:nth-last-child(3) .inner::after{
    display: none;
  } 
  .facts-section .content-box .subtitle {
    font-size: 22px;
    margin: 0 0 20px;
}
  .facts-section .content-box h2 {
    font-size: 34px;
}
  .facts-section .facts-box .fact-block .fact-title {
    font-size: 17px;
}
  .facts-section .facts-box .fact-block {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
  .facts-section .facts-box .fact-block .count {
    margin: 0 auto 10px;
    width: 70px;
    height: 70px;
    font-size: 20px;
}
  .destination-details-section .container-fluid{
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .contact-details-box {
    grid-auto-rows: 275px;
}
  .contact-form form {
    width: 100%;
}
  .headerContainerShadow {
    height: auto !important;
}
}
@media(max-width:768px){
  .image-about-h4-wrap {
    margin-right: 0;
    padding: 0;
  }
.desk-block-banner{
  display: none!important;
}
.desk-none-banner{
  display: block!important;
}
  .destination-details-wrapper .destination-info p{
    text-align: justify!important;
  }
  .why-section {
    padding: 180px 0px 50px;
}
  .image-col{
    display: none;
  }
  .abtcontentrt p{
    margin-bottom: 0;
  }
  .abtcontentrt {
    float: none;
    width: 100%;
}
  .destination-style .destination-content p {
    font-size: 20px;
}
  .destination-style .destination-content {
    bottom: 0px;
    left: 15px;
}
  .testimonials .testi .item{
    padding: 0;
  }
  .abtcontentlt img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 40px;
}
  .contact-details-box {
    grid-auto-rows: 295px;
}
  .disclaimer-popup{
    width: 70%;
  }
  .social-media{
    display: block;
  }
  .disclaimer_heading {
    margin-top: 75px;
}
  .submitbtnHome {
    top: 15px!important;
    left: 295px!important;
}
  #homeForm {
    width: 100%;
}
  .mb-70 {
    margin-bottom: 45px;
}
  .cta-content-box h2 {
    font-size: 36px;
    line-height: 52px;
}
  .pb-150 {
    padding-bottom: 70px;
}
.pt-150 {
  padding-top: 70px;
}
  .destination-details-section  img{
    width: 100%;
  }
  .destination-details-wrapper .destination-info h3.title {
    margin-bottom: 10px;
}
  .destination-details-wrapper .destination-info p{
    font-size: 17px;
  }
  .pt-100 {
    padding-top: 40px;
}
.pb-100 {
  padding-bottom: 40px;
}
  .destinations-main .col-md-8{
    width: 100%!important;
  }
  .destinations-main .col-md-4{
    width: 100%!important;
  }
  .pd-main {
    padding: 20px 0 0 0;
}
.side-bar-right {
  padding-left: 0px;
}
.banner-part-item{
  width: 50%;
}
.list-recent.flex-three{
  display: flex!important;
}
a.recent-image {
  float: left;
  width: 20%;
}
.list-recent::after {
  bottom: -25px;
}
.callt-to-action {
  display: block;
  text-align: center;
}
}
@media(max-width:767px){
  .mb-37-mob{
    margin-bottom: 23px;
  }
}
@media(max-width:500px){
  .mb-30 {
    margin-bottom: 20px;
}
  .fs-28-46 {
    margin-bottom: 0px;
}
  .image-about-h4-wrap {
    margin-bottom: 30px;
}
  .pb-160 {
    padding-bottom: 40px;
}
  .image-about-h4-wrap .box-year {
    bottom: 36.5%;
    left: 30%;
}
  .image-about-h4-wrap .about-wrap-left .quote{
    display: none;
  }
  .image-about-h4-wrap .about-wrap-left {
    max-width: 100%;
    width: 100%;
}
  .txtoverlay .heading {
    font-size: 28px !important;
    width: 100%;
    text-shadow: none;
}
  .contact-info-item .icon {
    font-size: 32px;
}
  .mb-40 {
    margin-bottom: 25px;
}
  .destination-details-wrapper .destination-info h3 {
line-height: 40px;
}
  .main-btn {
    padding: 3px 3px 3px 15px;
}
  .pt-150 {
    padding-top: 45px;
}
.pb-150 {
  padding-bottom: 45px;
}
  .cta-content-box h2 {
    font-size: 32px;
    line-height: 46px;
}
  .facts-section .facts-box .fact-block .fact-title {
    font-size: 15px;
}
  .video-popup {
    width: 90px;
    height: 90px;
}
  .facts-section .facts-box .fact-block {
    width: 50%;
}
  .why-block {
    margin-bottom: 40px;
    text-align: center;
}
  .mb-45 {
    margin-bottom: 20px;
}
  .facts-section {
    padding: 55px 0px 430px;
}
  .facts-section {
    padding: 70px 0px 200px;
}
  .inner.first-inner .why-block:nth-last-child(1) {
    margin-bottom: 50px!important;
}

  .why-section {
    padding: 160px 0px 50px;
}
  .facts-section .content-box .subtitle {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}
  .facts-section .content-box h2 {
    font-size: 26px;
    line-height: 40px;
}
  .fact-block .inner::after{
    display: none;
  } 
  .swiper-container{
    margin-bottom: 0!important;
  }
  .home-all-destionations .tab-content {
    margin-top: 40px;
}
  .home-all-destionations .nav-tabs .nav-link {
    padding: 6px 18px;
}
  .abtcontentrt p {
    margin-top: 12px;
    font-size: 15px;
}
  .testimonials .testi .item .profile .information p{
    font-size: 20px;
  }
  .testimonials .testi .item > p {
    font-size: 15px;
    text-align: justify;
}
  .contact-details-box {
    grid-auto-rows: auto;
    margin-top: 40px;
}
.contact-details-box .contact-info-item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
  .contact-info-item .info p {
    text-align: center !important;
}
  .contact-form .col-md-6:nth-child(1) input{
    margin-top: 15px;
  }
  .desk-block{
    display: none;
  }
  .desk-none{
    display: block;
  }
  .disclaimer_para{
    text-align: justify;
  }
  .copyright-strip .copyright {
    text-align: center;
    display: block;
}
.copyright-strip .copyright p:nth-child(1){
  margin-bottom: 5px;
}
  .mb-70 {
    margin-bottom: 30px;
}
  .common-heading {
    font-size: 30px !important;
    line-height: 40px!important;
}
  .submitbtnHome{
    position: static!important;
  }
  .title span {
    font-size: 30px;
}
  .destination-key-highlights {
    padding: 20px;
}
  .destination-details-wrapper .destination-info h3.title{
    line-height: 40px;
    font-size: 25px;
  }
  .destination-details-wrapper .destination-info p {
    font-size: 15px;
    text-align: justify;
}
  .single-destinaion-content .inner-haeder .title {
    font-size: 26px;
    line-height: 40px;
}
.single-destinaion-content .description-wrap .listing-des li{
  padding-left: 0;
}
.destination-details-section .text-white {
font-size: 25px!important;
}
.single-destinaion-content .description-wrap .listing-des li::before{
  display: none;
}
.banner-part-item {
  width: 100%;
}
a.recent-image {
  float: left;
  width: 36%;
}
.callt-to-action .callt-to-action-content .content .title-call {
  font-size: 22px;
  line-height: 38px;
}
.callt-to-action {
  padding: 12px;
}
.ml-30 {
  margin-left: 0px;
}
.item-4 {
  grid-row: 1 / 2;
}
.item-5 {
  grid-row: 1 / 2;
}
.item-6 {
  grid-row: 1 / 2;
}
.item-7 {
  grid-row: 2 / 3;
}
.item-8 {
  grid-row: 2 / 3;
}
.item-9 {
  grid-row: 2 / 3;
}
#lightgallery {
  grid-template-rows: repeat(2, 150px);
}
#lightgallery {
  grid-gap: 0.5rem;
}
}