@import url("https://fonts.cdnfonts.com/css/callie-chalk-font");
@import url('https://fonts.googleapis.com/css2?family=Lancelot&display=swap');

:root {
  --blue: #218dba;
  --shine-green: #AEED00;
  --fade-yellow: #FFBB00;

  --lavender: #DDC8F4;
  --muted-violet: #7063AF;
  --dark-indigo: #0C0722;
  --chartreuse: #DFEA96;
  --purple: #9854E4;
  --indigo-purple: #44329E;
  --light-green: #B8F708;
  --express-red: #FF7377;
}

@font-face {
  font-family: Beyonders;
  
  src: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/august/font/beyonders-6yojm.ttf) format("truetype");
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background: #F9F6EA;
  background-attachment: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

*,
::after,
::before {
  box-sizing: border-box;
}

section {
  position: relative;
  /* z-index: 1; */
  background-size: contain;
}

.bg-lavender {
  background-color: var(--lavender) !important;
}

/* #region: common classes */
/* #region: new */
.text-purple {
  color: var(--purple);
}

.text-indigo-purple {
  color: var(--indigo-purple);
}

.gap-30 {
  gap: 30px !important;
}

.w-95 {
  width: 95% !important;
}

.bg-light-green {
  background: var(--light-green) !important;
}

.gap-36 {
  gap: 36px !important;
}

.header-text {
  font-family: "Chela One", system-ui;
  font-size: 54px;
  line-height: 100%;
}

.section-padding-bottom {
  padding-bottom: 130px;
}

.section-padding-top {
  padding-top: 100px;
}

.text-red-highlight {
  color: var(--express-red);
}

/* #endregion */




/* #region: old */

.float-left {
  float: left;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.mt-300 {
  margin-top: 300px;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.mt-22 {
  margin-top: 22px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.fs-28 {
  font-size: 28px;
}

.w-min {
  width: min-content;
}

.font-parkinsans {
  font-family: Parkinsans;
}

.fs-48 {
  font-size: 48px;
}

.fs-40 {
  font-size: 40px;
}

.fs-55 {
  font-size: 55px;
}

.fs-28 {
  font-size: 28px;
}

.fs-18 {
  font-size: 18px;
}

.fs-32 {
  font-size: 32px;
}

.font-poppins {
  font-family: Poppins;
}

.font-shantell {
  font-family: Shantell Sans;
}

.font-sora {
  font-family: Sora;
}

.font-david-libre {
  font-family: David Libre;
}

.h-30 {
  height: 30px !important;
}

/* #endregion */


/* #endregion */

/* #region: Floating btn */
.floating-btn-container {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
  visibility: hidden;
}

.floating-btn {
  position: relative;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--shine-green);
  color: white;
  font-size: 30px;
  border: none;
  transition: transform 0.2s;
  cursor: pointer;
}

/* .floating-btn:hover {
  transform: scale(1.1);
}

.floating-btn-container:hover .floating-btn-top {
  transform: translateX(0);
} */

.floating-btn-top {
  position: absolute;
  bottom: 80px;
  right: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--fade-yellow);
  color: white;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* transform: translateX(100%);  */
  /* transition: transform 0.3s ease; */
  cursor: pointer;
}

/* #endregion */

/* #region: previous edition link dropdown and changes in few section */
.dropdown-content a {
  display: block;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 15px;
}

.dropdown-content a:last-child {
  margin-bottom: 0;
  color: #676767;
}

.dropdown-content a:hover {
  color: var(--blue);
  font-weight: 600;
}

.show {
  display: block !important;
}

.last-edition-button {
  background: transparent;
  border: none;
}

.feedback-stars {
  margin-bottom: 30px !important;
}

.modal-section .modal {
  padding-top: 50px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: unset;
  color: black !important;
}

/* #endregion */

/* #region :Top marquee  */
.marquee-wrapper {
  overflow: hidden;
}


.marquee-section {
  background: var(--lavender) !important;
  /* background: #3E3163  !important; */
  position: relative;
}

.marquee-container {
  white-space: nowrap;
}

.marquee-container ul {
  white-space: nowrap;
  height: 100px;
}

.marquee-container ul li {
  list-style: none !important;
  color: #000000 !important;
  /* padding-inline: 20px; */
}

.marquee-star {
  width: .85rem;
}

/* #endregion */

/* #region :footer marquee  */
.footer-marquee-container {
  background: #F5F0DD !important;
  /* transform: translateY(-100px); */
  z-index: 0 !important;
}

.footer-marquee-container ul {
  list-style: none;
}

.footer-marquee-container ul li {
  padding-inline: 20px;
}

/* #endregion */



/* #region: August: 2025 */

/* #region: Hero section */
section.hero {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/august/hero_bg.png) no-repeat center center;
  background-size: cover;
  /* padding-top: 120px; */
}

.hero-container {
  margin-bottom: 400px;
}

.hero-logo {
  width: clamp(430px, 45%, 600px);
}

.hero-header {
  font-family: Urbanist;
  font-size: 37.16px;
  line-height: 32.51px;
  margin-top: 1rem;
}

.edition-details {
  font-family: Urbanist;
  font-size: 14.97px;
  line-height: 100%;

}

.hero-rider-wrapper {
  left: 0;
  bottom: 0;
  width: clamp(250px, 30%, 441px);

}

/* #endregion */


/* #region: intro */
section.intro {
  background: var(--chartreuse);
}

.intro-container {
  padding-block: 70px 300px;
}

.content-card {
  max-width: 844px;
  border: 26px solid #C9A1E2;
}

.intro-header {
  font-family: Montserrat;
  font-size: 40px;
  line-height: 80px;
  color: var(--muted-violet);
}

.intro-content {
  font-family: Urbanist;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: .3px;
  color: var(--dark-indigo);

}

/* #endregion */


/* #region: section-3 */
section.section-3 {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/august/section-3-bg.png);
  background-size: 100% 100%;
  padding-block: 100px;
  position: relative;
  margin-top: -150px;
  z-index: 1;
}

.section-3-content-wrapper {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/august/section-3-content-bg.png);
  background-size: 100% 100%;
  padding: 120px;
  top: -40px;
  font-family: Urbanist !important;
}

.user-image-wrapper {
  height: 200px;
  min-width: 226px;
  outline: 2px dashed #FFFFFF;
  outline-offset: -2px;
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
  background: #7E6BB4;
}

.user-image-wrapper img {
  width: clamp(150px, 100%, 226px) !important;
  left: 50%;
  transform: translateX(-50%);
}

.user-info {
  background: #E1D7F8;
  top: 95%;
  width: 100%;
  padding: 13px;
}

.user-name {
  font-family: Poppins;
  font-size: 18px;
  line-height: 100%;

}

.text-purple.highlight {
  font-family: Montserrat;
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 2rem !important;
}

.user-designation {
  font-family: Poppins;
  font-size: 14px;
  line-height: 100%;

}

.section-3-content-wrapper p {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.2px;
  vertical-align: middle;
}

.leaf-left {
  left: -40px;
  bottom: -20px;
  width: clamp(100px, 80%, 174px);
  z-index: -1;
}

.leaf-right {
  right: -40px;
  bottom: -20px;
  width: clamp(100px, 80%, 174px);
  transform: rotateY(180deg);
  z-index: -1;
}

.heart-light-blue {
  width: clamp(50px, 50%, 78px);
  top: -10px;
  right: 0px;
}

.section-3-rate-wrapper {
  height: 130px
}



.leaf-1 {
  width: clamp(50px, 3%, 250px);
  bottom: 92%;
  left: 0%;
}

.leaf-2 {
  width: clamp(50px, 5%, 250px);
  bottom: 94.3%;
  left: 21%;
}

.leaf-3 {
  width: clamp(50px, 3%, 250px);
  bottom: 95%;
  left: 47%;
}

.surfing-1 {
  width: clamp(50px, 30%, 250px);
  bottom: 93%;
  left: 4%;
  transform: rotate(-4deg);
  /* animation: float 6s ease-in-out infinite; */
}

.surfing-2 {
  width: clamp(50px, 30%, 250px);
  bottom: 94%;
  left: 30%;
  transform: rotate(-4deg);
  /* animation: float 6s ease-in-out infinite; */
}

.surfing-3 {
  width: clamp(50px, 30%, 250px);
  bottom: 96%;
  left: 60%;
  transform: rotate(-4deg);
  /* animation: float 6s ease-in-out infinite; */
}

.surfing-4 {
  width: clamp(50px, 30%, 250px);
  bottom: 98%;
  right: 10px;
  transform: rotate(-4deg);
  /* animation: float 6s ease-in-out infinite; */
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(-4deg);
  }

  50% {
    transform: translateY(-10px) rotate(-10deg);
  }

  100% {
    transform: translateY(0) rotate(-4deg);
  }
}

/* #endregion */


/* #region: wall of fame */
section.wall-of-fame {
  background-color: #D6C9FB;
  margin-top: -170px;
  padding-top: 150px;
}

.wall-of-fame-container {
  gap: 20px;
}

.nominee-cards {
  gap: 68px !important;
  padding-top: 120px;
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/august/wall_of_fame_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.nominee-card {
  background-color: #7E6BB4;
  padding-inline: 34px;
  width: 100%;
  max-width: 966px;
  padding-top: 24px;
}

.card-img-wrapper {
  width: 100%;
  display: flex;
  min-width: 200px;
  justify-content: center;
}

.nominee-image {
  width: clamp(150px, 100%, 250px);
  /* width: 100%;
  border-top-left-radius: 33px;
  border-top-right-radius: 33px; */
}

.card-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-user-name {
  font-family: Urbanist;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.3px;
  color: #E0FD4C;

}

/* #endregion */



/*#region: out of office */

section.out-of-office {
  /* padding-bottom: 150px; */
}

.ooo-header-text {
  /* font-family: "Chela One", system-ui;
  font-size: 54px;
  line-height: 100%; */
  color: #C17BED;
}

.ooo-user-image-wrapper {
  width: 146px;
}

.ooo-user-image {
  width: 90%;
}

.ooo-arrow {
  width: 30px;
  bottom: 0px;
  right: -15px;
}

.col-1,
.col-2,
.col-3 {
  flex: 1;
}

.col-1 .user-story-content {
  font-family: Urbanist;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.col-2 .user-story-content {
  font-family: Poppins;
  font-size: 18px;
  line-height: 33px;
  text-align: justify;
}

.col-1 .img-1 {
  display: none;
}

.col-3 .img-2 {
  display: none;
}

/* #endregion */


/* #region: Healthy Habits */
section.healthy-habits {
  /* margin-bottom: 150px; */
  background: #DAE6FF;
  padding-top: 91px;
}

.healthy-habits-container {
  gap: 80px;
}

.healthy-habits-header-text {
  color: #3860B3;
  max-width: 600px;
}

.healthy-habits-content {
  padding-bottom: 90px;
}

.healthy-habit-item {
  width: calc(100% / 3 - 20px);
}

.item-no {
  font-family: Beyonders;
  font-size: 37px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  width: 50px;
}

.item-text {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  width: 150px;
  color: #4022C2;
}



.healthy-habits-image-wrapper {
  max-width: 350px;
  width: 100%;
}

/* #endregion */



/* #region: August Rewind */
section.august-rewind {
  margin-bottom: 150px;
}

.header-text-wrapper {
  background-color: #7E6BB4;
  padding: 8px 64px;
}

.slider-img-wrapper {
  width: 400px;
  height: 300px;
  margin-inline: 1px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  overflow: hidden;
}
.slider-img-wrapper img.height
{
  height: 100%;
  width: auto;
}

.slider-img-wrapper img.width
{
  width: 100%;
  height: auto
}

/* #endregion */


/* #region: gg */
.gg-img {
  width: clamp(150px, 20%, 300px);
  top: -100px;
  left: 50px;
  z-index: 1;
}

.gg-header-text {
  background: #E0E3F3;
  max-width: 950px;
  width: 100%;
  padding: 24px 48px;
}

.gg-header-text ::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;

  border-top: 15px solid #E0E3F3;
}

.gg-header-text p {
  font-family: Urbanist;
  font-size: 24px;
  line-height: 32px;
  color: #9267F5;
}

.gg-content-item {
  width: calc(100% / 2 - 20px);
}

.gg-item-text-wrapper {
  min-height: 150px;
}


/* #endregion */




/* #region: TCL */
section.tcl {
  /* margin-bottom: 150px; */
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/august/footer-section-bg.png);
  background-size: 100% 100%;
  min-height: 800px;
  width: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 10%;
  justify-content: center;
}

.tcl-content {
  padding-top: 20px;
  gap: 20px;

}

.tcl-content p {
  max-width: 600px;
  max-height: 200px;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  color: white;
}

@media screen and (max-width: 1100px) {
  .tcl-content p {
    font-size: 26px;
    line-height: 32px;
  }

  .tcl-img {
    width: clamp(200px, 40vw, 600px);
  }
}

@media screen and (max-width: 750px) {
  .tcl-content {
    flex-direction: column;
    align-items: center !important;
    justify-content: space-around !important;
  }

  section.tcl {
    align-items: stretch;
    justify-content: center;
  }

  .tcl-img {
    width: clamp(200px, 60vw, 600px);
  }

  .tcl-content p {
    padding-left: 35%;
  }

}

@media screen and (max-width: 500px) {
  .tcl-img {
    width: clamp(200px, 80vw, 600px);
  }

  .tcl-content p {
    line-height: 30px;
    font-size: 14px;
  }
}

.tcl-img {
  width: clamp(200px, 50vw, 700px);
}



/* #endregion */


/* #region: rate */
.rate-section {
  display: flex;
  width: 10rem;
}

.right-header {
  position: absolute !important;
  right: 0;
}

.left-icon,
.right-icon {
  display: flex;
  align-items: center;
}

.left-icon {
  margin-right: 1rem;
}

.icon {
  padding: 0px 5px 0px 10px;
}

.count {
  font-size: 24px;
  font-weight: 400px;
}

/* #endregion */

/* #region: responsive */
@media screen and (max-width: 1400px) {
  .col-1 .user-story-content {
    font-size: 16px;
    line-height: 22px;
  }

  .col-2 .user-story-content {
    font-size: 16px;
    line-height: 25px;
  }

  .leaf-1 {
    width: clamp(50px, 3%, 250px);
  }

  .leaf-2 {
    width: clamp(50px, 5%, 250px);
  }

  .leaf-3 {
    width: clamp(50px, 3%, 250px);
  }

  .surfing-1 {
    width: clamp(50px, 30%, 230px);
  }

  .surfing-2 {
    width: clamp(50px, 30%, 230px);
  }

  .surfing-3 {
    width: clamp(50px, 30%, 230px);
  }

  .surfing-4 {
    width: clamp(50px, 30%, 230px);
  }

}

@media screen and (max-width: 1200px) {
  .col-1 .user-story-content {
    font-size: 14px;
    line-height: 18px;
  }

  .col-2 .user-story-content {
    font-size: 14px;
    line-height: 23px;
  }

  .col-3-img {
    width: 100% !important;
  }

  .leaf-1 {
    width: clamp(50px, 3%, 200px);
    bottom: 93%;
    left: 0%;
  }

  .leaf-2 {
    width: clamp(50px, 5%, 200px);
    bottom: 95%;
    left: 24%;
  }

  .leaf-3 {
    width: clamp(50px, 3%, 200px);
    bottom: 95.5%;
    left: 50%;
  }

  .surfing-1 {
    width: clamp(50px, 30%, 200px);
    bottom: 94%;
    left: 4%;
    transform: rotate(-4deg);
  }

  .surfing-2 {
    width: clamp(50px, 30%, 200px);
    bottom: 94.5%;
    left: 30%;
    transform: rotate(-4deg);
  }

  .surfing-3 {
    width: clamp(50px, 30%, 200px);
    bottom: 97%;
    left: 57%;
    transform: rotate(-4deg);
  }

  .surfing-4 {
    width: clamp(50px, 30%, 200px);
    bottom: 98%;
    right: 10px;
    transform: rotate(-4deg);
  }
}

@media screen and (max-width: 991px) {
  #item-9 {
    width: 100%;
    justify-content: center !important;
  }

  .intro-container {
    padding-block: 70px 230px;
  }

  .leaf-1 {
    width: clamp(40px, 3%, 200px);
  }

  .leaf-2 {
    width: clamp(45px, 5%, 200px);
  }

  .leaf-3 {
    width: clamp(40px, 3%, 200px);
  }

  .surfing-1 {
    width: clamp(50px, 30%, 170px);
  }

  .surfing-2 {
    width: clamp(50px, 30%, 170px);
  }

  .surfing-3 {
    width: clamp(50px, 30%, 170px);
  }

  .surfing-4 {
    width: clamp(50px, 30%, 170px);
  }

  .heart-light-blue {
    width: clamp(50px, 50%, 50px);
    top: 25px;
  }

  .leaf-left {
    left: -40px;
    bottom: 10px;
    width: clamp(100px, 40%, 120px);
    z-index: -1;
  }

  .leaf-right {
    right: -40px;
    bottom: -20px;
    width: clamp(100px, 40%, 120px);
    transform: rotateY(180deg);
    z-index: -1;
  }

  section.wall-of-fame {
    margin-top: -200px;
    padding-top: 200px;
  }

  .healthy-habit-item {
    width: calc(100% / 2 - 20px);
  }

  .healthy-habits-content-wrapper {
    flex-direction: column !important;
    align-items: center;
  }

  .healthy-habits-content {
    padding-bottom: 0px;
  }

  .section-3-container {
    flex-direction: column !important;
  }

  .user-image-wrapper {
    height: 100px;
    outline: none !important;
    display: flex !important;
    border-radius: 16px !important;
    /* overflow-x: hidden !important; */
  }

  .user-image {
    position: relative !important;
    width: clamp(150px, 100%, 226px) !important;
  }

  .user-image-wrapper img {
    position: absolute !important;
  }

  .user-info {
    position: static !important;
    width: 100% !important;
    padding: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  .user-story {
    flex-direction: column !important;
  }

  .col-1 .img-1 {
    display: block;
  }

  .col-1 .img-2-1 {
    display: none;
  }

  .col-3 .img-2 {
    display: block;
  }

  .col-3 .img-3-1 {
    display: none;
  }

  .col-1,
  .col-2,
  .col-3 {
    width: 100% !important;
  }

  .col-2 {
    flex-direction: column-reverse !important;
  }

  .col-1 .user-story-content {
    font-size: 16px;
    line-height: 24px;
  }

  .col-2 .user-story-content {
    font-size: 20px;
    line-height: 32px;
  }

  .section-padding-bottom {
    padding-bottom: 100px;
  }

  .section-padding-top {
    padding-top: 100px;
  }

  .intro-header {
    line-height: 64px;
  }

  .nominee-cards {
    gap: 40px !important;
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {

  section.section-3 {
    background: #DAE6FF;
    background-size: 0;
    padding-block: 40px 100px;
    position: relative;
    margin-top: -100px;
    z-index: 3;
  }

  .section-3-rate-wrapper {
    height: 120px;
  }

  .section-3-content-wrapper p {
    font-size: 18px;
    line-height: 24px;
  }

  .leaf-1 {
    width: clamp(35px, 3%, 200px);
    display: none;
    transform: rotate(0deg);
  }

  .leaf-2 {
    width: clamp(35px, 7%, 200px);
    bottom: 100%;
    left: 32%
  }

  .leaf-3 {
    width: clamp(30px, 3%, 200px);
    display: none;
  }

  .surfing-1 {
    width: clamp(50px, 30%, 150px);
    bottom: 100%;
    transform: rotate(0deg);
  }

  .surfing-2 {
    width: clamp(50px, 30%, 150px);
    bottom: 99%;
    left: 45%;
    transform: rotate(0deg);
  }

  .surfing-3 {
    width: clamp(50px, 30%, 150px);
    bottom: 100%;
    right: 10px;
    left: auto;
    transform: rotate(0deg);
  }

  .surfing-4 {
    display: none;
  }

  .text-purple.highlight {
    font-size: 32px;
    line-height: 34px;
  }

  section.tcl {
    min-height: 600px;
  }

  .tcl-content {
    flex-direction: column;
    align-items: center !important;
  }

  .section-padding-bottom {
    padding-bottom: 70px;
  }

  .section-padding-top {
    padding-top: 70px;
  }

  .nominee-cards {
    background: none;
    gap: 32px !important;
    padding-top: 20px;
  }

  .intro-container {
    padding-inline: 10px !important;
    padding-block: 70px 195px;
  }

  .intro-header {
    font-size: 32px;
    line-height: 50px;
  }

  .gg-content-item {
    width: calc(100%);
    gap: 0 !important;
  }

  .section-3-content-wrapper {
    padding-inline: 60px;
  }

  .header-text-wrapper {
    padding: 8px 34px;
  }

  .hero-header {
    font-size: 30px;
    line-height: 32.51px;
  }

  .hero-container {
    margin-bottom: 300px;
  }

  .header-text {
    font-size: 48px;
    line-height: 100%;
  }

  .nominee-card {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    gap: 24px;
    padding: 12px;
    border-radius: 24px !important;
  }

  .nominee-card.reverse {
    flex-direction: column-reverse !important;

  }

  .card-img-wrapper {
    width: 100%;
    background: #605386;
    border-radius: 16px;
  }

  .col-2 .user-story-content {
    font-size: 18px;
    line-height: 24px;
  }

  .ooo-user-image-wrapper {
    width: 100px;
  }

  .user-container {
    gap: 16px !important
  }

  .ooo-arrow {
    width: 25px;
    bottom: 0px;
    right: -12px;
  }

  .healthy-habits-container {
    gap: 50px;
  }

  section.healthy-habits {
    padding-top: 50px;
  }

  .healthy-habits-header-text {
    max-width: 450px;
  }
}

@media screen and (max-width: 600px) {
  .right-header {
    position: static !important;
  }

  .header-text {
    font-size: 30px;
  }

  .gg-img {
    top: -60px;
  }

  .august-rewind .header-text-wrapper {
    padding: 10px;
  }

  .surfing-1 {
    width: clamp(50px, 30%, 120px);
  }

  .surfing-2 {
    width: clamp(50px, 30%, 120px);
  }

  .surfing-3 {
    width: clamp(50px, 30%, 120px);
  }

  .intro-container {
    padding-block: 70px 175px;
  }
}

@media screen and (max-width: 500px) {
  .hero-logo {
    width: 90% !important;
  }

  .item-text {
    font-size: 15px;
    line-height: 24px;
    width: 120px;
  }

  .section-3-content-wrapper {
    padding-inline: 40px;
  }

  .text-purple.highlight {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 1rem !important;
  }

  .tcl-content p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 30px;
  }

  section.tcl {
    min-height: 430px;
  }

  .tcl-content {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 425px) {
  .hero-container {
    margin-bottom: 270px;
  }

  .intro-container {
    padding-block: 70px 190px;
  }

  .hero-header {
    font-size: 20px;
    line-height: 26px;
    margin-block: 8px;
  }
  .surfing-1 {
    width: clamp(50px, 30%, 100px);
  }

  .surfing-2 {
    width: clamp(50px, 30%, 100px);
    left: 40%;
  }

  .surfing-3 {
    width: clamp(50px, 30%, 100px);
  }
}

/* #endregion */

.slick-next {
    right: 0px !important;
}

.slick-prev {
    left: 0px !important;
}
/* #endregion */