
.swiper {
    width: 100%;
    height: 100%;
}

@media (max-width:575px){
  .swiper-wrapper {
      padding-bottom: 3rem;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;    
  border-radius: 20px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url(../img/icon-right.svg);
    transform: scale(0.6);
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url(../img/icon-left.svg);
    transform: scale(0.6);
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    padding: 10px;
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
    max-width: 700px;
}

#myModalTiktok .modal-content {
  width: max-content;
}

#myModalTiktok .modal-content-wrapper {
  height: 100%;
  overflow-y: auto;
  padding: 2rem;

}

.tiktok-embed {
  margin: 0 !important;
}

/* The Close Button */
.close,
.closeTiktok {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -30px;
}

.close:hover,
.close:focus,
.closeTiktok:hover,
.closeTiktok:focus {
    color: b0b0b0;
    text-decoration: none;
    cursor: pointer;
}

.terma p {
  font-size: 18px;
  color: #015f81;
}

.terma p span {
  font-size: 18px;
  color: #015f81;
  font-weight: 700;
}

.terma p a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.terma p a:hover {
  text-decoration: underline;
}

.artikel-readmore-btn button {
  border-radius: 30px;
  background: #FF6FAA;
  padding: 8px 23px;
  color: #FFF;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  transition: 0.3s ease-in-out;
}

.artikel-readmore-btn button:hover {
  background: #005f81;
}

.trending {
  overflow: hidden;
}
