.home__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 767px) {
  .home__wrapper {
    gap: 56px;
  }
}

.banner__carousel {
  height: min(110vh, 956px);
  background: #1f003f;
  display: flex;
  justify-content: center;
  align-items: end;
  overflow-x: hidden;
}

.banner_carousel_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 60px;
}

.article__banner__meta #carousel_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  color: var(--white);
}

.home__banner {
  display: flex;
  flex-direction: column;
  position: relative;
  scroll-snap-align: start;
}

.home__banner__divider {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  height: 2px;
  background: linear-gradient(
    270deg,
    rgba(76, 14, 141, 0) 8.82%,
    #4c0e8d 50%,
    rgba(76, 14, 141, 0) 90.83%
  );
}

/*=================================================================
                                STICKERS
==================================================================*/
.home__stickers__wrapper {
  background: linear-gradient(180deg, #1f003f 7.26%, #16012c 84.83%);
  display: flex;
  justify-content: center;
}

.home__stickers {
  height: 656px;
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding-left: 35px;
}

.home__stickers__gallery {
  color: var(--white, #fff);
  font-family: "halyard-display-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 137.931px;
  line-height: 80%; /* 110.345px */
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.sticker {
  position: absolute;
  top: 0px;
  opacity: 0;
  z-index: 3;
}

p.home__stickers__gallery {
  z-index: 2;
}

.home__stickers__wrapper.visible .sticker {
  width: auto;
}

.home__stickers__wrapper.visible .sticker1 {
  /* lady */
  transform: translate(-150px, -20px);
  animation: anim-sticker1 1s ease-in-out forwards;
}
.home__stickers__wrapper.visible .sticker2 {
  /* PM */
  z-index: 3;
  transform: translate(-50px, 200px);
  animation: anim-sticker2 1s ease-in-out forwards;
}
.home__stickers__wrapper.visible .sticker3 {
  /* engg */
  z-index: 1;
  transform: translate(20px, 30px);
  animation: anim-sticker3 1s ease-in-out forwards;
}
/* .home__stickers__wrapper.visible .sticker4 {
  transform: translate(150px, 250px);
  animation: anim-sticker4 1s ease-in-out forwards;
} */
.home__stickers__wrapper.visible .sticker5 {
  /* des */
  z-index: 3;
  transform: translate(950px, 30px);
  animation: anim-sticker5 1s ease-in-out forwards;
}
.home__stickers__wrapper.visible .sticker6 {
  /* hot air balloon */
  width: 250px;
  transform: translate(900px, 205px);
  animation: anim-sticker6 1s ease-in-out forwards;
}
.home__stickers__wrapper.visible .sticker7 {
  /* content */
  z-index: 1;
  transform: translate(1200px, -50px);
  animation: anim-sticker7 1s ease-in-out forwards;
}

@keyframes anim-sticker1 {
  /* lady */
  from {
    transform: translate(-150px, 160px);
    opacity: 0;
  }
  to {
    transform: translate(70px, 160px);
    opacity: 1;
  }
}

@keyframes anim-sticker2 {
  /* PM */
  from {
    transform: translate(150px, 250px);
    opacity: 0;
  }
  to {
    transform: translate(180px, 250px);
    opacity: 1;
  }
}

@keyframes anim-sticker3 {
  /* engg */
  from {
    transform: translate(20px, 30px);
    opacity: 0;
  }
  to {
    transform: translate(230px, 90px);
    opacity: 1;
  }
}

@keyframes anim-sticker5 {
  /* des */
  from {
    transform: translate(950px, 30px);
    opacity: 0;
  }
  to {
    transform: translate(600px, 90px);
    opacity: 1;
  }
}

@keyframes anim-sticker6 {
  /* hot air balloon */
  from {
    transform: translate(900px, 205px);
    opacity: 0;
  }
  to {
    transform: translate(725px, 275px);
    opacity: 1;
  }
}

@keyframes anim-sticker7 {
  /* content */
  from {
    transform: translate(1200px, -50px);
    opacity: 0;
  }
  to {
    transform: translate(770px, 140px);
    opacity: 1;
  }
}

@media screen and (max-width: 1139px) {
  .home__stickers {
    height: 500px;
    width: 375px;
    pointer-events: none;
    padding-left: 0px;
  }
  .home__stickers__gallery {
    font-size: 80px;
    padding-bottom: 50px;
  }
  .sticker {
    width: 0px;
  }
  .home__stickers__wrapper.visible .sticker {
    width: 130px;
  }
  .home__stickers__wrapper.visible .sticker1 {
    /* lady */
    z-index: 1;
    width: 110px;
    transform: translate(0px, 0px) rotate(15deg);
    animation: anim-sticker1 1s ease-in-out forwards;
  }
  .home__stickers__wrapper.visible .sticker2 {
    /* PM */
    z-index: 1;
    width: 180px;
    transform: translate(-50px, 150px) rotate(-30deg);
    animation: anim-sticker2 1s ease-in-out forwards;
  }
  .home__stickers__wrapper.visible .sticker3 {
    /* engg */
    transform: translate(250px, 0px) rotate(30deg);
    animation: anim-sticker3 1s ease-in-out forwards;
  }
  /* .home__stickers__wrapper.visible .sticker4 {
    z-index: 1;
    transform: translate(0px, 350px);
    animation: anim-sticker4 1s ease-in-out forwards;
  } */
  .home__stickers__wrapper.visible .sticker5 {
    /* des */
    transform: translate(330px, 120px) rotate(-30deg);
    animation: anim-sticker5 1s ease-in-out forwards;
  }
  .home__stickers__wrapper.visible .sticker6 {
    /* hot air balloon */
    z-index: 1;
    transform: translate(350px, 250px);
    animation: anim-sticker6 1s ease-in-out forwards;
  }
  .home__stickers__wrapper.visible .sticker7 {
    /* content */
    width: 140px;
    transform: translate(85px, 350px) rotate(-30deg);
    animation: anim-sticker7 1s ease-in-out forwards;
  }

  @keyframes anim-sticker1 {
    /* lady */
    from {
      transform: translate(0px, 0px) rotate(15deg);
      opacity: 0;
    }
    to {
      transform: translate(30px, 70px) rotate(15deg);
      opacity: 1;
    }
  }
  @keyframes anim-sticker2 {
    /* PM */
    from {
      transform: translate(-50px, 150px);
      opacity: 0;
    }
    to {
      transform: translate(-10px, 200px);
      opacity: 1;
    }
  }
  @keyframes anim-sticker3 {
    /* engg */
    from {
      transform: translate(250px, 0px) rotate(30deg);
      opacity: 0;
    }
    to {
      transform: translate(160px, 70px) rotate(30deg);
      opacity: 1;
    }
  }
  /* @keyframes anim-sticker4 {
    from {
      transform: translate(0px, 350px);
      opacity: 0;
    }
    to {
      transform: translate(75px, 290px);
      opacity: 1;
    }
  } */
  @keyframes anim-sticker5 {
    /* des */
    from {
      transform: translate(330px, 120px) rotate(-30deg);
      opacity: 0;
    }
    to {
      transform: translate(240px, 150px) rotate(-30deg);
      opacity: 1;
    }
  }
  @keyframes anim-sticker6 {
    /* hot air balloon */
    from {
      transform: translate(350px, 250px);
      opacity: 0;
    }
    to {
      transform: translate(210px, 265px) rotate(20deg);
      opacity: 1;
    }
  }
  @keyframes anim-sticker7 {
    /* content */
    from {
      transform: translate(85px, 350px) rotate(-30deg);
      opacity: 0;
    }
    to {
      transform: translate(95px, 285px) rotate(-30deg);
      opacity: 1;
    }
  }
}

/*=================================================================
                               EXCERPTS 
==================================================================*/

.home__cloud__banner {
  position: relative;
  /* height: 426px; */
  background-color: #16012c;
}
.home__exerpts {
  padding: 64px 24px 0px;
}

.post-section-title {
  max-width: 1248px;
  margin: 0px auto 32px;
  padding: 0px 24px;
  font: var(--display-3);
  font-size: 36px;
}

.post-section-cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  gap: 12px;
  padding: 0px 24px;
}

#slider {
  max-width: 1200px;
  text-align: center;
  overflow: hidden;
  margin: auto;
}

#slide-container {
  display: flex;
  gap: 10px;

  overflow-x: scroll;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;

  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#slide-container::-webkit-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}

.slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-nav > a {
  display: inline-flex;
  width: 30px;
  height: 2px;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0.5rem 0;
  position: relative;
}

.slider-nav > a {
  display: inline-flex;
  width: 30px;
  height: 2px;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0.5rem 0;
  position: relative;
}

.slider-nav > a:active {
  background: #16012c;
}

.slide-indicators {
  display: flex;
  justify-content: center;
  margin: 45px 0px 0px;
}
.slide-indicator {
  width: 30px;
  height: 3px;
  display: flex;
  justify-items: center;
  cursor: pointer;
  padding: 15px 0px;
}
.slide-indicator:after {
  content: "";
  background-color: #e2e2e2;
  height: 3px;
  width: 30px;
}
.slide-indicator.active:after {
  background-color: var(--candy);
}
.slide-indicator:hover:after {
  background-color: var(--gray-g5);
}

.slide-content {
  font-size: 40px;
  line-height: 130%; /* 52px */
  margin: 18px 0px 32px;
}

.slide-author {
  font-size: 28px;
}

.slide-author-name {
  text-decoration: none;
}

.slide-author-name:hover::after {
  content: "";
  line-height: 0px;
}

.slide-cta {
  font-size: 30px;
  text-decoration: none;
  display: flex;
  gap: 4px;
}

.slide-count {
  font-size: 17px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--gray-g3, #666);
  padding-top: 12px;
}

.slider-control-chevron {
  background: var(--white);
}

.slide-count span {
  line-height: 17px;
}

.current_counter_wrapper {
  height: 17px;
  overflow: hidden;
}

#current_counter {
  display: flex;
  flex-direction: column;
  height: 17px;
  color: var(--gray-g1);
  transition: transform 0.5s ease;
}

.total_counter {
  line-height: 17px;
}

@media screen and (max-width: 767px) {
  .home__exerpts {
    padding: 0px 0px;
  }

  .post-section-title {
    margin: 0px 24px 24px;
    font-size: 28px;
    display: inline-flex;
    width: calc(100vw - 48px);
    align-items: center;
    padding: 0px;
  }

  .slide-indicators {
    margin: 20px 0px 0px;
  }

  .slide-content {
    font-size: 20px;
    line-height: 130%;
    margin: 20px 0px 28px;
    padding: 0px var(--side-margin);
  }

  .slide-author {
    font-size: 20px;
  }

  .slide-cta.join__us__cta.display-300 {
    font-size: 20px;
  }

  #slider {
    /* padding: 0px 24px; */
  }

  .slide-cta.join__us__cta #cta_arrow_blue {
    width: 24px;
  }

  .slide-cta.join__us__cta #cta_arrow_candy {
    width: 24px;
  }
}

/*=================================================================
                            FIRST FOLD 
==================================================================*/
#tooltip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

#tooltip-overlay.hidden {
  display: none;
}

.coachmark {
  color: var(--white);
  padding: 80px 0px 0px 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.coachmark p {
  font: var(--para2);
}

.coachmark-icons {
  display: flex;
  gap: 30px;
}

.coachmark span {
  font-size: 40px;
  line-height: 130%;
}

.coachmark span.pointer {
  transform: translate(-10px, 10px);
  animation: pointer 1s ease-in-out infinite alternate;
}

@keyframes pointer {
  from {
    transform: translate(-10px, 10px);
  }
  to {
    transform: translate(10px, 10px);
  }
}

.banner__carousel__container {
  max-width: 1248px;
  padding: 0px 24px 0px 60px;
  display: flex;
  gap: 24px;
  margin-top: auto;
  margin-bottom: auto;
}

.banner__carousel__images__container {
  width: 675px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  padding-left: 40px;
}

.banner__carousel__feature__image {
  display: flex;
  width: 576px;
  height: 453px;
  padding: 20px;
  position: absolute;
  transform-origin: 50% 100%;
  border-radius: 36px;
  border: 3px solid rgba(65, 16, 115, 0.2);
  background: radial-gradient(
      79.35% 80.77% at 50% 100%,
      rgba(129, 54, 207, 0.2) 0%,
      rgba(129, 54, 207, 0) 100%
    ),
    #17012e;
}

.banner__carousel__feature__image:nth-child(1),
.banner__carousel__feature__image:nth-child(2) {
  display: none;
}

.banner__carousel__feature__image:nth-child(4) {
  box-shadow: 0px 7.222px 13.542px 0px rgba(0, 0, 0, 0.3);
}

.banner__carousel__image {
  border-radius: 18px;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

#carousel_meta {
  transition: opacity 500ms ease-in-out;
  flex: 0 0 400px;
}

.banner__carousel__meta__container {
  display: flex;
  flex-direction: column;
}

.banner-slide-indicators {
  display: flex;
  margin: 0px 0px 11px;
}

.banner-slide-indicator {
  width: 30px;
  height: 3px;
  display: flex;
  cursor: pointer;
}

.banner-slide-indicator:after {
  content: "";
  background-color: #5200a3;
  height: 3px;
  width: 30px;
}
.banner-slide-indicator.active:after {
  background-color: var(--candy);
}

.home_banner_chevron_right {
  stroke: var(--purps-400);
}

.banner-slider-control-chevron {
  background: transparent;
  border-color: transparent;
  padding-top: 4px;
}

.banner-slider-control-chevron:hover {
  background: transparent;
  border-color: transparent;
}

.banner-slider-control-chevron:hover .home_banner_chevron_right {
  stroke: var(--white);
}

.banner-slide-count {
  font-size: 17px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: var(--purps-400);
  gap: 5px;
}

.banner-slide-count span {
  line-height: 17px;
}

.banner-current_counter_wrapper {
  height: 17px;
  overflow: hidden;
}

#banner-current_counter {
  display: flex;
  flex-direction: column;
  height: 17px;
  color: var(--white);
  transition: transform 0.5s ease;
}

.total_counter {
  line-height: 17px;
}

.banner__carousel__feature__image:nth-child(1),
.banner__carousel__feature__image:nth-child(2) {
  opacity: 0;
}

@media screen and (max-width: 1000px) {
  .coachmark {
    padding: 0px 16px 10rem;
    text-align: center;
    flex-direction: column-reverse;
  }

  .coachmark p {
    font: var(--quote);
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .banner__carousel {
    height: 100%;
    background: #1f003f;
  }
  .banner__carousel__container {
    /* max-width: 550px; */
    margin: 180px auto 0px;
    gap: 0px;
    flex-direction: column-reverse;
    padding-left: 24px;
  }

  .banner__carousel__images__container {
    width: 550px;
    height: 420px;
    margin: auto;
    padding-left: 0px;
  }

  .banner__carousel__feature__image {
    width: 480px;
    height: 350px;
    padding: 9.5px;
    border-radius: 17px;
    border: 1.3px solid rgba(65, 16, 115, 0.2);
  }
  .banner__carousel__feature__image:nth-child(4) {
    box-shadow: 0px 3.43px 6.431px 0px rgba(0, 0, 0, 0.3);
  }

  .banner__carousel__meta__container {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 0px 24px;
  }
  .article__banner__excerpt.display-300-24 {
    font-size: 17px;
    line-height: 140%;
  }
  .article__banner__meta__author__name.display-300-24 {
    font-size: 16px;
    line-height: 140%;
  }
  #carousel_meta {
    flex: 0 0 400px;
  }
}

@media screen and (max-width: 599px) {
  .banner__carousel {
    height: 100%;
    background: #1f003f;
  }
  .banner__carousel__container {
    max-width: 100%;
    margin: 180px auto 0px;
    gap: 0px;
    flex-direction: column-reverse;
    padding-left: 24px;
  }

  .banner__carousel__images__container {
    width: calc(100vw - 48px);
    height: 300px;
    margin: auto;
    padding-left: 0px;
  }

  .banner__carousel__feature__image {
    width: 320px;
    height: 250px;
    padding: 9.5px;
    border-radius: 17px;
    border: 1.3px solid rgba(65, 16, 115, 0.2);
  }
  .banner__carousel__feature__image:nth-child(4) {
    box-shadow: 0px 3.43px 6.431px 0px rgba(0, 0, 0, 0.3);
  }

  .banner__carousel__meta__container {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 0px;
  }
  .article__banner__excerpt.display-300-24 {
    font-size: 17px;
    line-height: 140%;
  }

  #mweb_carousel_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }

  #mweb_carousel_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
  }

  .article__banner__meta__author__name.display-300-24 {
    font-size: 16px;
    line-height: 140%;
  }
  #carousel_meta {
    flex: 0 0 300px;
  }

  .banner__carousel .post__tags {
    width: calc(100vw - 48px);
  }

  .banner_carousel_title {
    line-height: 120%;
  }
}

@media screen and (min-width: 300px) and (max-width: 400px) {
  .banner__carousel__feature__image {
    width: 275px;
    height: 220px;
  }
  .banner__carousel__images__container {
    width: calc(100vw - 48px);
    height: 275px;
    margin: auto;
    padding-left: 0px;
  }
}

@media screen and (min-width: 375px) and (max-width: 480px) {
  .post-section-title {
    margin: 0px var(--side-margin) 24px;
    font-size: 28px;
    display: inline-flex;
    width: calc(100vw - var(--margin) * 2);
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .post-teaser {
    max-width: 100%;
  }
}

.banner__mweb__container {
  display: none;
}

/** NEW MWEB FIRST FOLD
*==========================*/
@media screen and (max-width: 600px) {
  .banner__carousel__container {
    display: none;
  }

  .banner__mweb__container {
    min-height: 750px;
    display: flex;
    /* flex-direction: column; */
    padding: 60px 24px 0;
    justify-content: center;
    align-items: center;
  }

  .banner_title_url {
    text-decoration: none;
    color: var(--bg-floating-purps);
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .mweb_banner-slider-control-chevron {
    background: transparent;
    border: none;
  }

  .mweb_banner-slider-control-chevron svg {
    margin-top: 5px;
    width: 24px;
    height: 24px;
  }
  .mweb_banner-slider-control-chevron svg path {
    stroke: var(--white);
  }

  .swiper {
    width: 310px;
    height: 500px;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    border-radius: 18px;
    color: #fff;
  }

  .swiper-slide {
    display: flex !important;
    background: radial-gradient(
        43.66% 45.63% at 94.16% 100.02%,
        rgba(198, 147, 255, 0.2) 0%,
        rgba(0, 0, 0, 0) 100%
      ),
      linear-gradient(0deg, #2a0b4b 0%, #2a0b4b 100%), #170f26;
    padding: 16px;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px;
    border-radius: 15px;
    border: 2px solid #411073;
    background: linear-gradient(
        347deg,
        rgba(128, 0, 255, 0.2) -4.45%,
        rgba(0, 0, 0, 0) 68.64%
      ),
      linear-gradient(0deg, #210949 0%, #210949 100%), #380869;
    box-shadow: 0px 2.997px 5.618px 0px rgba(0, 0, 0, 0.3);
  }

  .mweb__banner__carousel__meta__container {
    width: 100%;
    flex: 1;
    display: flex;
    width: 278px;
  }

  .mweb_post-image-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }

  #mweb_post_image {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #mweb_carousel_tags a {
    border-radius: 37.304px;
    background: #3f1c7a;
    border-color: transparent;
  }

  #mweb_carousel_title {
    font-size: 24px;
    line-height: 120%;
    padding-bottom:1px;
  }

  #mweb_carousel_meta {
    gap: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #mweb_carousel_tags a {
    pointer-events: none;
    padding: 6px 16px 8px;
  }

  #mweb_carousel_tags.post__tags {
    margin-left: 0px;
    margin-top: auto;
  }
}
