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;
}
.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-background{
 background-color: #1FB970;
}

/* 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;
}
.nav-li-link:hover{
 color: #1FB970 !important;
}
.nav-list:hover{
 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;
}

 /* Section B Display Content, Section B Display Content, Section B Display Content,*/
 .guide-bg-banners{
  background-image: url('../images/guide/display_section/background_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
 }
 .main-heading{
  font-weight: 600;
  line-height: 50px;
 }
.HighLight-heading{
  background-color: #1FB970;
  color: #ffffff !important;
  font-weight: 700;
}
.check-icons{
  width: 23px;
  padding-right: 6px;
}
 .guide-display-imgs{
  width: 100%;
  border-radius: 12px;
 } 
 .Register-btn{
  background-color: #1FB970;
  color: #ffffff !important;
  padding: 13px 33px 13px 33px;
  border-radius: 25px;
  font-size: 16px;
 }
 .Guide-touch {
  color: #1FB970 !important;
  font-size: 16px;
  border-left: 1px solid #1FB970;
  padding-left: 8px;
}
 .FAQS-Body-Edit{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.FAQS-Body-Edit:hover {
  transform: translatex(-9px);
  cursor: pointer;
  box-shadow: -2px 0px 0 0  #00e8b4;
}
/* Section C Guide Filter, Section C Guide Filter, Section C Guide Filter, Section C Guide Filter */
.all-guide-background{
  background-color: #f2f2f2;
}
/* Desktop Search Filters  */
.search-filter-row-dekstop{
  background-color: #ffffff;
  padding: 16px;
  border-radius: 50px;
}
.filter-button-desktop{
  padding: 13px 35px 13px 35px;
  background-color: #1FB970;
  color: white !important;
  border: none;
  border-radius: 25px;
  font-size: 16px;
 }
 .form-select:focus{
  box-shadow: none !important;
 }
 .form-control:focus {
  box-shadow: none !important;
 }
/*  Mobile Search Filters */
/* @media only screen and (max-width: 768px) {
  .search-filter-mobile{
     padding: 2px !important;
 }
} */
.filter-icon{
  width: 18px;
  padding-left: 4px;
}
.filter-button-mobile{
  background-color: #1FB970;
  padding: 13px 93px 13px 93px;
  border-radius: 25px;
  color: #ffffff !important;
}
/* Section F All Tours Filters, Section F All Tours Filters, Section F All Tours Filters */

@media screen and (max-width: 768px){
  .show-chatbot .chatbot{
    transform: scale(1) !important;
    bottom: 0;
    height: auto;
    z-index: 10;
  }
  }
.chatbot__button {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
}
.show-chatbot .chatbot__button span:first-child,
.chatbot__button span:last-child {
  opacity: 1;
}
.show-chatbot .chatbot__button span:last-child {
  opacity: 1;
}
.chatbot {
  position: fixed;
  bottom: 65px;
  right: 40px;
  width: 420px;
  background-color: #f8f9fa;
  border-radius: 65px 65px 2px 2px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scale(0.5);
  transition: transform 0.3s ease;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(0.8);
}
.chatbot__header {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 16px 0;
}
.chatbot__header span {
  display: none;
  color: #ffffff;
  transform: translateY(-50%);
  cursor: pointer;
}
.chatbox__title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #f3f7f8;
}
.chatbot__box {
  height: 370px;
  overflow-y: auto;

}
@media (max-width: 768px) {
  .chatbot {
    right: 0;
    bottom: 53px;
    width: 100%;
    height: auto;
    border-radius: 4;
  }
  .chatbot__box {
    height: 90%;
  }
  .chatbot__header span {
    display: inline;
  }
}
.select-desktop{
  padding: 13px;
  border: none;
  border-left: 1px solid #1FB970;
  border-radius: 0px;
}
.select-mobile{
  padding: 13px;
  border: none;
  border-left: 1px solid #1FB970;
  border-radius: 0px;
}
.input-desktop{
  padding: 13px !important;
  border: none !important;
  border-left: 1px solid #1FB970 !important;
  border-radius: 0px;
}
.input-mobile{
  padding: 13px !important;
  border: none !important;
  border-left: 1px solid #1FB970 !important;
  border-radius: 0px;
}

/* Guide Cards */
.guide-card-edit{
  padding: 10px;
  border-radius: 14px;
}
.Guide-Name{
  font-size: 20px;
}
.card-text{
  font-size: 16px !important;
  font-weight:400;
}
.Guide-Country{
  font-size: 16px;
}
.Guide-Rating-number{
  font-size: 15px;
}
.Guide-card-img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
}
:root {
  --star-size: 20px;
  --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;
    text-shadow: 0px 0px #f7ca002b;

  &::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.guide-book-btnn{
  background-color: #1FB970;
  color: #ffffff !important;
}
.guide-book-btnn:hover{
  background-color: #128d54;
}
/* Section D Subscrbe Box, Section D Subscrbe Box, Section D Subscrbe Box, Section D Subscrbe Box */
.box-Edit{
  background-color: #0D1F35;
  border-radius: 30px;
  padding: 30px;
}
.Register-btn-edit{
  background-color: #1FB970;
  border-radius: 41px;
  padding: 21px 45px 21px 45px;
  text-align: center;
}
.Register-btn-edit:hover{
  background-color: white;
  color: #0D1F35 !important;
  transition: 0.2s !important;
  -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%);
}
@media only screen and (max-width: 425px) {
  .Register-btn-edit{
     padding: 11px 45px 10px 45px;
 }
} 
@media only screen and (max-width: 572px) {
  .box-Edit{
     border-radius: 35px 35px 0px 0px;
 }
} 

/* Section E Foooter, Section E Foooter, Section E Foooter Section E Foooter, Section E 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;
}








