.card-wrapper {
  max-width: 1100px;
  margin: 0 60px 35px;
  padding: 20px 10px;
  overflow: hidden;
}

.card-list .card-item {
  list-style: none;
}

.card-list .card-item .card-link {
  display: block;
  background: #fff;
  padding: 18px;
  user-select: none;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}

.card-list .card-item .card-link:active {
  cursor: grabbing;
}

.card-list .card-item .card-link:hover {
  border-color: #5372F0;
}

.card-list .card-link .card-image {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card-list .card-link .badge {
  color: #5372F0;
  width: fit-content;
  padding: 8px 16px;
  font-size: 0.95rem;
  border-radius: 50px;
  font-weight: 500;
  background: #DDE4FF;
  margin: 16px 0 18px;
}

.card-list .card-link .badge-Susana{
  color: #000000;
  background: #1E90FF;
}

.card-list .card-link .badge-Denny {
  color: #000000;
  background: #F7DFF5;
}

.card-list .card-link .badge-Beena {
  color: #000000;
  background: #FFE3D2;
}

.card-list .card-link .badge-Anjali{
  color: #000000;
  background: #D6F8D6;
}

.card-list .card-link .badge-Carmen {
  color: #000000;
  background: #FFA07A;
}
.card-list .card-link .badge-Tara {
  color: #000000;
  background: #87CEFA;
}
.card-list .card-link .badge-Florin {
  color: #000000;
  background: #7FFFD4;
}
.card-list .card-link .badge-Alina {
  color: #000000;
  background: #FF8C00;
}
.card-list .card-link .badge-Margot{
  color: #000000;
  background: #7CFC00;
}
.card-list .card-link .badge-Melinda{
  color: #000000;
  background: #FFC0CB;
}
.card-list .card-link .badge-Abhiram{
  color: #000000;
  background: #00FFFF;
}

.card-list .card-link .card-title {
  color: #000;
  font-size: 1.19rem;
  font-weight: 600;
}

.card-list .card-link .card-button {
  height: 35px;
  width: 35px;
  color: #5372F0;
  margin: 30px 0 5px;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #5372F0;
  transform: rotate(-45deg);
  transition: 0.4s ease;
}

.card-list .card-link:hover .card-button {
  color: #fff;
  background: #5372F0;
}

.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #5372F0;
}

.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.card-wrapper .swiper-slide-button {
  color: #5372F0;
  margin-top: -35px;
}

/* Responsive media query code for small screens */
@media (max-width: 768px) {
  .card-wrapper {
    margin: 0 10px 25px;
  }

  .card-wrapper .swiper-slide-button {
    display: none;
  }
}

.information {
    background: #800080;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 500px) {
.information {
    padding-top: 20px;
    padding-bottom: 30px;
}
}

.information .counter-number {
    color: #7FFF00;
    font-size: 32px;
}

.information .counter-text {
    color: #FFA500;
    letter-spacing: 2px;
}


.subscribe {
    background-image:url("");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.subscribe .opacity_overlay {
    height: 100%;
    width: 100%;
    background: #000000;
    padding-top: 60px;
    padding-bottom: 80px;
    font-family: 'Times', sans-serif;
    text-align: center;
}

.subscribe .opacity_overlay h3 {
    color: #FF0000;
    font-size: 32px;
} 

.subscribe .opacity_overlay p {
    color: #00FF00;
    font-size: 18px;
}


.subscribe .opacity_overlay .form-subscribe {
    max-width: 600px;
    margin: auto;
    margin-top: 30px;
}

.subscribe .opacity_overlay .input-group {
    position: relative;
    display: table;
}

.subscribe .opacity_overlay .form-input {
    background:#FFA500;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    float: left;
    height: 65px;
    margin-bottom: auto;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    outline:none;
}

.subscribe .opacity_overlay .btn-group {
    display: table-cell;
    width: 2%;
}

.subscribe .opacity_overlay .btn {
    height: 65px;
    padding: 0 40px;
    background: #0000FF;
    color: #000;
    position: relative;
    margin-left: 0px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
}
