body{
    font-family: 'Poppins', sans-serif !important;
    scroll-behavior: smooth !important;
    color: #212529 !important;
  }
  html{
   scroll-behavior: smooth !important;
  }
  Head{
   scroll-behavior: smooth !important;
  }
  .fs10{
   font-size: 10px;
  }
  .fs12{
   font-size: 12px;
  }
  .fs13{
    font-size: 13px;
  }
  .fs14{
   font-size: 14px !important;
  }
  .fs16{
   font-size: 16px !important;
  }
  .fs18{
   font-size: 18px;
  }
  .fs20{
   font-size: 20px;
  }
  .fs22{
   font-size: 22px;
  }
  .fs24{
   font-size: 24px;
  }
  .fs26{
   font-size: 26px;
  }
  *{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    color: #212529 !important;
  }
  .row{
    padding: 0;
    margin: 0;
  }
  hr{
   margin: 0;
  }
  .prime-shahdow{
    -webkit-box-shadow: 0 14px 26px -12px rgb(28 201 65 / 42%), 0 4px 23px 0 rgb(0 255 78 / 12%), 0 8px 10px -5px rgb(136 251 251 / 22%);
  }
  .shahdow{
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .light-shahdow{
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  a{
    text-decoration: none;
  }
  p{
   font-size: 16px;
   font-weight: 400;
  }
  @media only screen and (max-width: 425px) {
   p{
    font-size: 16px;
   }
  }
  li{
    font-size: 16px;
  }
  @media only screen and (max-width: 425px) {
    li{
     font-size: 16px;
    }
   }
  .view-all-btn{
   background: #f1f1f1;
   border-radius: 25px;
  }
  .view-all-btn:hover{
   background-color: #1FB970;
   color: #ffffff !important;
  }
  .fcwhite{
   color: #fff;
  }
  /* EdiT Custom Scrool Bar  */
  ::-webkit-scrollbar {
    width: 2px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  /* Theme color */
  .theme-colors{
    color: #1FB970 !important;
  }
  .theme:hover{
    color: #1FB970 !important;
  }
  .theme-background{
   background-color: #1FB970;
   transform: all 0.3s !important;
  }
  .box-padding{
    padding: 13px;
  }
  .fixed{
    position: fixed;
    width: 279px;
    z-index: 99;
  }
  .scroll-nav {
    transition: all 0.3s ease-out;
}
/* Define the animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fixed {
  transition: opacity 0.5s ease;
}
.hidden {
  opacity: 0;
}
  /* preloader */
  .preloader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1FB970;
    z-index: 1400000;
    pointer-events: none;
    animation: fadeout .5s linear forwards;
    animation-delay: 8.5s;
    position: fixed;
  }
  @keyframes fadeout{
    0%{
      opacity: 0.3;
    }
    100%{
      opacity: 0.3;
    }
  }
  .loader{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f2f2f2;
  }
  .count{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 140px;
    color: rgba(0, 0, 0, 0.747) !important ;
    font-weight: 800;
    /* mix-blend-mode: difference; */
    width: 550x;
    text-align: right;
  }
  /* preloader End*/
  
  /* Navigation Bar Section A, Navigation Bar Section A, Navigation Bar Section A */
  .navbar{
   background-color: #ffffff;
   width: 100%;
   z-index: 1000;
  }
  .nav-li-link{
    font-weight: 300;
    width: 100%;
    padding: 11px;
    border-radius: 9px;
  }
  .nav-li-link:hover{
   color: #1FB970 !important;
   background-color: #f1f1f1;
  }
  .nav-logo-edit{
   width: 200px;
  }
  @media only screen and (max-width: 991px) {
   .nav-logo-edit{
      width: 155px;
   }
  }
  .navbar-light .navbar-toggler {
   border: none !important;
  }
  .navbar-toggler:focus{
   box-shadow: none !important;
  }
  .navbar-light .navbar-nav .nav-link{
   font-weight: 300;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
   font-weight: 400;
   color: #1FB970 !important;
  }
  ul.dropdown-menu.mt-3.show {
    width: 100%;
    border-radius: 10px;
    padding: 8px;
  }
/* Section B Display Content, Section B Display Content, Section B Display Content,*/
/* Tours Images Section */
.tour-front-img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 22px 0px 0px 22px;
}
  .tour-small-images{
  width: 100%;
  height: 126px;
  object-fit: cover;
  margin-bottom: 10px;
}
.second-radius{
  border-radius: 0px 22px 0px 0px;
}
.third-radius{
  border-radius: 0px 0px 22px 0px;
  background-color: #f1f1f1;
  border: none;
}
.last-img-text {
  font-size: 18px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  margin-bottom: 0px !important;
  color: #53575a !important;
}
.tour-img-slider {
    object-fit: cover;
    height: 500px;
    border-radius: 12px;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .tour-img-slider{
    height: 200px;
  }
 }
 .modal-content{
  border-radius: 12px !important;
  background-color: #f1f1f1 !important;
 }
 /* .carousel-control-prev-icon{
  background-image: url('../images/index_Section/icons/left_arrow_dark_white.png');
 }
 .carousel-control-next-icon{
  background-image: url('../images/index_Section/icons/right_arrow_dark_white.png');
 } */
 .owl-dots{
    /* display: flex;
    justify-content: center;
    margin-top: 7px; */
    display: none !important;
}
 .owl-nav{
  display: none !important;
 }
 /* Mobile Image Slider */
 .mobile-img-slider{
  width: 100%;
  height: 175px;
  object-fit: cover;
  border-radius: 6px;
 }
/* Tour Small Card Edit */
.tour-card-guide-img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.tour-card-guide-name{
  font-size: 16px ;
  padding-left: 7px;
}
.tour-book-btnn{
  padding: 12px;
  background-color: #1FB970;
  color: #ffffff !important;
  border: none;
  width: 100%;
  border-radius: 25px;
  font-size: 16px;
}
.tour-book-btnn:hover{
 background-color: #157347;
}
/* Stars Ratings*/
:root {
  --star-size: 17px;
  --star-color: #fff;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  font-size: var(--star-size);
  font-family: Times;  
  /* make sure ★ appears correctly */
  line-height: 1;
  
  &::before {
    content: '★★★★★';
    letter-spacing: 0px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.check-in-btnn{
  font-size: 9px;
  padding: 8px 15px 8px 15px;
  border-radius: 25px;
  border: none;
  width: 97%;
}
/* Long Tour Details Edit */
.border {
  border: 1px solid #dee2e652 !important;
}
.short-card-edit{
  border-radius: 12px;
}
/* All Days, All Days, All Days, All Days, All Days */
.accordion-item{
  border: none;
}
.button.accordion-button.collapsed{
  background-color: #f1f1f1 !important;
}
.accordion-button:focus{
  box-shadow: none !important;
}

/* Tour Videos, Tour Videos, Tour Videos, Tour Videos */
.guide-videos {
  width: 100% !important;
}
.video-overlay:after {
  content: "";
  background-color: #00000024 !important;
  position: absolute;
  width: 100%;
  z-index: 99;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.video-content {
  position: absolute;
  top: 71%;
  left: 10px;
  z-index: 999;
  border-radius: 8px;
}
.modal-active{
  display: block;
}
.tour-video-play-btnn{
  color: #ffffff !important;
  background-color: #1FB970;
  font-weight: 300;
}
.tour-video-play-btnn:hover{
  background-color: #157347;
}
.video-thumbnail{
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}
/* Brochure wishlist and share option */
.FAQS-Body-Edit{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.FAQS-Body-Edit:hover {
  transform: translatex(20px);
  cursor: pointer;
  box-shadow: -2px 0px 0 0  #00e8b4;
  border-radius: 0px;
  transition: all 0.5s !important;
}
/* Section C similar Tours, Section C similar Tours, Section C similar Tours, Section C similar Tours */

.tour-img-width {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.Tour-card-Edit{
  padding: 10px;
  border-radius: 14px;
  width: 100%;
}
.Tour-Card-Title{
  font-weight: 300;
  color: #212529 !important;

}
.trip-icons{
  width: 18%;
  padding-right: 6px;
}

.tour-book-small-btn{
 background-color: #1FB970;
 color: white !important;
 border: none;
}
.Tour-Price{
  color: #fab928 !important;
  font-weight: 600;
}












/* Last Section Foooter, Last Section Foooter, Last Section Foooter, Last Section Foooter  */

.footer-heading{
  margin-top: 9px;
}
.list-style{
  list-style: none;
  padding-left: 0 !important;
}
.footer-li{
  font-size: 16px;
  font-weight: 400;
}
.Footer-links{
  position: relative;
  width: 100px;
}
.footer-li:hover .Footer-links:after{
opacity: 1 !important;
transform: scale(1) !important;
}
.Footer-links:after {
content: "";
position: absolute;
border-bottom: 2px solid #1FB970;
bottom: -3px;
z-index: 999999;
left: 0;
transform-origin: left center;
width: 100%;
transition: transform .3s,opacity .3s;
transform: scaleX(0);
opacity: 0;
border-width: 1px;
}



/* All Days Timeline, All Days Timeline,All Days Timeline , All Days Timeline */
/* 
.timeline_area {
  position: relative;
  z-index: 1;
} */
.single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 90px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area {
      padding-left: 87px;
  }
}
.single-timeline-area .timeline-date {
  position: absolute;
  /* width: 180px; */
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 45px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .timeline-date {
      width: 100px;
  }
}
.single-timeline-area .timeline-date::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #ebebeb;
  top: 0;
  right: 30px;
  z-index: 1;
}
.single-timeline-area .timeline-date::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #1FB970;
  content: "";
  top: 50%;
  right: 26px;
  z-index: 5;
  margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
  margin-bottom: 0;
  color: #020710;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  width: 48px;
}
.single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 18px 15px 18px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  border: none;
}
.single-timeline-content:hover{
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  animation-delay: 0.3s;
  transition: all 0.4s !important;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .single-timeline-content {
      padding: 12px;
  }
}
/* .single-timeline-area .single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  background-color: black;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 15px;
} */
/* .single-timeline-area .single-timeline-content .timeline-icon i {
  color: #ffffff;
  line-height: 30px;
} */
.single-timeline-area .single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
  background-color: #1FB970;
}