main {
  position: relative;
}

.swiper {
  width: 80%;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 50px;
}

.swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 3px;
  background: linear-gradient(to right, #fdb813, #dd2476, #303f9f);
}
.swiper-slide img {
  width: 100% !important;
}

.swiper-slides {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.swiper-container {
  width: 80vw;
  height: 20vh;
}

.modal1,
.modal2,
.modal3,
.modal4,
.modal5,
.modal6,
.modal7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.swiper-text {
  position: absolute;
  top: 150px;

}

@media only screen and (max-width: 685px){
    .swiper-text {
     
   
    }
}

.modal {
  display: none;
  
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.modal-content {
	position: relative; 
  background-color: #fefefe;
  width: 70%;
  max-width: 500px;
  border: 1px solid #888;
  margin: auto;
  margin-top: 5%;
  border-radius: 10px;
}


cls:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
cls:hover{
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cls {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
}

.carousel {
  width: 100%;
  
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-item {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-item.active {
  display: block;
}

.carousel-item img {
  width: 100%;
  aspect-ratio: 1;

}


.slider-buttons{
	position: absolute;
    display: flex;
    justify-content: space-between;
    left: -60px;
    right: -60px;
    top: 50%;
	color: white; 
}

