* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: auto;
  position: relative;
  margin: auto;

  
  
}

/* Hide the images by default */
.mySlides {
  display: none;
  
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);

}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 5em;
  padding: 8px 12px;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  font-family: sans-serif;
  color: #fff;
 transition: 0.5s;
 background: linear-gradient(rgba(255,255,255,1) 20%, transparent 80%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 font-weight: bold;
}





/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active1, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/****************************Search box************/

  /**************************end search************/
  /**************************animation pause************/

  .marquee {
    width: 100%; /* Set width to fit the container */
    overflow: hidden; /* Hide the overflowing content */
    white-space: nowrap; /* Prevent text from wrapping */
    font-size: 25px;
    color:#86B817;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
    
    
}

.marquee span {
    display: inline-block;
    animation: marquee 30s linear infinite; /* Adjust the duration as needed */
    display:flex;
}

@keyframes marquee {
    from {
       transform: translateX(-100%); /* Move to the left edge */ 
    }
    to {
        
      transform: translateX(100%); /* Start from the right edge */
    }
}

/************************Wilelife safari**********/
.popular_places_area {
  padding-top: 20px;
  padding-bottom: 40px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;

  min-height: 1px;
 /*** padding-right: 15px;
  padding-left: 15px; ***/
}

.popular_places_area .single_place {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}
.popular_places_area .single_place .thumb {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.popular_places_area .single_place .place_info {
  padding: 32px 0 5px 5px;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.popular_places_area .single_place .place_info .price {
  position: absolute;
  background:#85C1E9 ;
  padding: 7px 18px 4px 18px;
  display: inline-block;
  top: 0.2rem;
  right: 0.2rem;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
*, ::after, ::before {
  box-sizing: border-box;
}

/*******************************custom*************************/
.container1 {
  display: flex;
 width: 100%;
 padding-right: var(--bs-gutter-x, .75rem);
 padding-left: var(--bs-gutter-x, .75rem);
 margin-right: auto;
 margin-left: auto;
 
}

.box {
  flex: 1;
  margin: 15px;
  padding: 40px;
  border: 2px solid #ccc;
}
/********************************************/
.py-15 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
