*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Kanit;
}
body{
  height: 118vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(254, 254, 119);
  
}
.heading{
font-family: Kanit;
 color: brown ;
  font-size: 45px;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 89px;
  
  padding: 19PX;
 
}
.slide-container{
  z-index: 1;
  margin-top: 50px;
  max-width: 1120px;
  width: 100%;
  padding: 20px 30px;
  /* padding-bottom: 40px; */
   padding-bottom: 80px;
}
.slide-content{
  
  margin: 0 40px;
  overflow:hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
 
 
  height: fit-content;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ec8f13;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #ec8f13;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ec8f13;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color:brown;
}
.description{
  
  font-size: 14px;
  color: brown;
  text-align: center;
   position: fixed;
}
.button{
  border: none;
  font-size: 14px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #ec8f13;
  border-radius: 6px;
  margin: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #ff8c34;
}

.swiper-navBtn{
  color: #ec8f13;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #ec8f13;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #ff8c34;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #ec8f13;
}
.tourist{
  /* z-index: -1; */
 
flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgb(233, 232, 199), rgb(252, 252, 177) , rgb(255, 255, 162), rgb(254, 254, 119)
   );
}

@media screen and (max-width: 768px) {
  
  .slide-content{
    margin: 0 10px;
  }
/*   .swiper-navBtn{
    display: none;
  } */
  .heading{
    font-size: 40px;
  }
}
