

.BOX-ALL {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.carousel {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}


img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.box-11{
  opacity: 1;
}

.box-22{
  background-color: aliceblue;
}

.box-11 img,
.box-22 img {
  height: 50vh; 
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}


.text-aa a {
  background-color: aquamarine;
  color: #fff;
  font-size: 0.875em;
  padding: 3px 6px;
  border-radius:5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.text-aaa a {
  color: black;
  font-size: 1.2rem;
  text-decoration: none;
}

.time-box{
  display: flex;
}

.text-all{
  color:black;
}

svg{
  margin-top: 5px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .carousel {
    width: 90%;
  }
}



.card-11 {
  width: 330px;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




.card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.card-text small {
  display: block;
  font-size: 0.8em;
}

.card-text h2 {
  margin-top: 5px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 50px 0;
}



.slide-content {
  margin: 0 40px;
  overflow: hidden;
}

.card-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
    /* margin: 0 -330px; */
  }
  .swiper-navBtn {
    /* display: none; */
  }
}

