.scale-section {
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.scale-section.visible {
  transform: scale(1);
  opacity: 1;
}

::-webkit-scrollbar {
  width: 0px;
}

/* slider custom */
.slider-container .card-group {
  display: flex;
  width: max-content;
  gap: 5rem;
  padding-inline: 20px;
  position: relative;
  animation: scroll 20s linear infinite;
}
.slider-container .card-group .item {
  width: 20rem;
  left: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  text-align: start;
  padding-block: 0.5rem;
  text-align: start;
  gap: 2;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* card stack */

.scroll-section {
  height: 600px;
  overflow: hidden;
}
.section {
  overflow: hidden;
}

.wrapper {
  height: 100vh;
}

.wrapper .list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0.2rem;
}

.wrapper .list .item {
  margin-top: 100px;
  height: max-content;
  border-top-right-radius: 120px;
  border-top-left-radius: 120px;
  position: absolute;
  inset: 0%;
  box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}

.item_number {
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  top: 6rem;
  left: 3rem;
}

.item_content {
  background-color: #fff;
  color: #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
  position: relative;
  width: 50%;
}

.item_media {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical {
  padding: 2rem;
}

@media (max-width: 575.98px) {
  .heading {
    font-size: 2.5rem;
  }

  .wrapper .list .item {
    display: flex;
    flex-direction: column;
  }

  .item_content,
  .item_media {
    height: 50vh;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .item_number {
    font-size: 0.5rem;
    top: 1.5rem;
  }
  .wrapper .list .item {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    margin-top: 70px;
    height: 100%;
  }
  .scroll-section {
    height: max-content;
  }
}
.iti {
  display: flex;
  width: 100%;
}
.iti__country-list {
  color: black;
  max-height: 250px;
  max-width: 300px;
}
