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

:root {
  --red: #fb605a;
  --darkPink: #a7277d;
  --blue: #218dba;
  --magnate: #a92823;
  --peachy-yellow: #ffe2ab;
  --gossip-bg: #33724b;
  --green: #006d5b;
  --cinnamon: #b25f22;
  --redWood: #a92823;
  --chestnut: #a73d2b;
  --cobalt-blue: #2B5CA2;
  --cream-white: #FFFEEE;
  --sunset-rose: #FE7474;

  --teal-green: #399684;
  --orange-red: #DF5A30;
  --teal-blue: #145F7C;
  --Warm-yellow: #FFC36B;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background: #FFC6B2;
  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;
}

@font-face {
  font-family: Spring Rainstorm;
  src: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/may/font/Spring-Rainstorm.ttf) format("truetype");
}

@font-face {
  font-family: Random Wednesday;
  src: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/may/font/Random-Wednesday.ttf) format("truetype");
}

/* #region:background */
.bg-ploygon-footer{
  bottom: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
}

.bg-ploygon-center{
  top: -350px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
/* #endregion */


/* #region: common classes */
/* #region: new */
.font-rain {
  font-family: Spring Rainstorm;
}

.text-teal-green {
  color: var(--teal-green);
}

.text-teal-blue {
  color: var(--teal-blue);
}

.text-orange-red {
  color: var(--teal-green);
}

.text-warm-yellow {
  color: var(--Warm-yellow);
}

.bg-teal-green {
  background-color: var(--teal-green);
}

.bg-teal-blue {
  background-color: var(--teal-blue);
}

.bg-orange-red {
  background-color: var(--orange-red);
}

.text-light-dark {
  color: #0D1119;
}

.text-light-dark-1 {
  color: #000502;
}

.gap-40 {
  gap: 40px;
}

.p-32 {
  padding: 32px;
}

.ms--1 {
  margin-left: -1px;
}

.mt-2rem {
  margin-top: 2rem;
}

/* #endregion */






.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 */

/* #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: #333333;
  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: #333333;
  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 :footer marquee  */
.marquee-section {
  background: #F5F0DD !important;
  position: relative;
  z-index: 1 !important;
}

.marquee-container.mq-top ul li {
  list-style: none;
  color: #000000 !important;
}

/* #endregion */

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

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

/* #endregion */



/* #region:May 2025 edition */

/* #region:banner */

.logo-container {
  padding-top: 103px;
}

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

.edition-name {
  font-family: Spring Rainstorm;
  font-weight: 400;
  font-size: 31.66px;
  line-height: 27.7px;
  text-align: center;
}

.edition-info {
  font-family: Poppins;
  font-weight: 700;
  font-size: 13.85px;
  line-height: 100%;
  text-align: center;
}

.group-image {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 1%;
}

.group-image img {
  margin-top: -23%;
  width: 100%;
}


/* #endregion */


/* #region:shape */
.shape-1 {
  width: 100vw;
  top: 0;
}

/* #endregion */


/* #region:future-prediction */

.future-prediction {
  margin-top: 137px;
}

.future-prediction-card {
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 61px 72px 70px 68px;
}

.card-header {
  font-family: Spring Rainstorm;
  font-weight: 400;
  font-size: 48px;
  line-height: 44px;
}

.text-container {
  margin-top: 57px;
}

.text-container p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

/* #endregion */

/* #region: rock */
.rock-image-container {
  z-index: 2;
}

/* #endregion */

/* #region:Throwback */
.throwback-section {
  margin-top: 200px;
  padding-inline: 80px;
}

.section-header {
  font-family: Spring Rainstorm;
  font-weight: 400;
  font-size: 48px;
  line-height: 44px;
  text-align: center;
}

.section-sub-header {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.throwback-section .section-sub-header {
  color: #000502;
}


.content-wrapper {
  max-width: 1300px;
}

.slide-container {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  /* Added for Safari compatibility */
  /* scroll-behavior: smooth; */
  overflow: hidden;
}

.slider-item {
  width: 90px;
  overflow: hidden;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: width 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid #000000;
  flex-grow: 1;
  max-height: 600px;
}

.stacked-card-content-left,
.stacked-card-content-right {
  width: 50%;
}

.slider-item .stacked-card-content {
  display: none;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.slider-item.active {
  width: calc(100% - 400px);
  /* width: -webkit-fill-available; */
}

.slider-item.active .stacked-card-heading {
  display: none;
  opacity: 0;
}

.slider-item.active .stacked-card-content {
  opacity: 1;
  display: flex;
}

.stacked-card-heading {
  font-family: Spring Rainstorm;
  font-weight: 400;
  font-size: 48px;
  line-height: 44px;
  text-align: center;
  writing-mode: sideways-lr;
  margin-bottom: 0;
  margin-left: -16px;
  height: fit-content;
  width: fit-content;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.stacked-card-content .card-img {
  width: 100%;
  margin-bottom: 30px;
}

.numeric-data-container p {
  font-family: Poppins;
  line-height: 28px;
  text-align: justify;
}

.numeric-data-container p:nth-child(1) {
  font-weight: 500;
  font-size: 32px;
}

.numeric-data-container p:nth-child(2) {
  font-size: 14px;
}

.stacked-card-content .text-content-container p:not(.card-header-text) {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.card-header-text {
  font-family: Spring Rainstorm;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
}

/* #endregion */

/* #region:breather*/
section.breather {
  margin-top: 200px;
}

.breather-card {
  width: min-content;
  border: 1px solid #000000;
}

.breather-content-header {
  font-family: Spring Rainstorm;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;

}

.breather-content {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #fff;
}

.breather-btn {
  padding: 4px 16px;
  font-family: Poppins;
  line-height: 24px;
  text-align: justify;
  border-radius: 8px;
  border: none;
  width: fit-content;
}

.breather-btn a {
  text-decoration: none !important;
  color: #fff;
}

/* #endregion */

/* #region: Image Gallery */
section.gallery {
  margin-top: 200px;
}

.gallery-img {
  border: 1px, solid #000000;
}

.image-spacing {
  margin-top: 1.5rem;
}

/* #endregion */

/* #region: self kindness section */
section.self-kindness {
  margin-top: 200px;
}

.self-kindness-card-container {
  max-width: 792px;
}

.self-kindness-card {
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--orange-red);
  width: clamp(180px, 24%, 200px);
  aspect-ratio: 1;
  /* flex-grow: 1; */
  cursor: pointer;
  transition: background-color .4s ease;
  border: 0.52px solid #fff;
}

.self-kindness-card:hover {
  background-color: var(--teal-green);
}

.self-kindness-card.active {
  background-color: var(--teal-green);
}

.self-kindness-title {
  font-family: Random Wednesday;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 3%;
  text-align: center;

  margin-top: 20px;
  color: #fff;

}

.self-kindness-display-card {
  display: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  line-height: 28px;
  height: fit-content;
  align-self: center;
  border: 1px solid #000000
}

.self-kindness-icon {
  filter: invert(1);
}

.display-card-header {
  font-weight: 700;
}

.show-kindness-btn {
  padding: 16px 32px;
  font-family: Poppins;
  line-height: 24px;
  font-weight: 700;
  text-align: justify;
  border-radius: 4px;
  border: none;
  width: fit-content;
  background-color: var(--teal-blue);
  color: #fff;
}

/* #endregion */

/* #region: gg-section */
/* gg-section  */
section.gg-section {
  margin-top: 200px;
  margin-bottom: 300px;

}

.arrow {
  --color: black;
  position: relative;
  background-color: var(--color);
  color: white;
  padding: 24px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3%;
  text-align: justify;
  border-radius: 16px;
  height: 20rem;
  border: solid black 1px;
}


.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 1em;
  width: 0;
  height: 0;
}

.arrow::before {
  border-left: 0.6em solid transparent;
  border-right: 0.6em solid transparent;
  border-top: 0.6em solid black;
  transform: translate(-0.1em, 0.1em); 
  z-index: 0;
}

.arrow::after {
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid var(--color);
  z-index: 1;
}

.gg-section-card {
  width: 25rem;
  -webkit-user-select: none;
  user-select: none;
  flex-grow: 1;
}

.gg-section-card .author-details .name {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3%;
  text-align: justify;
}

.gg-section-card .author-details .desgination {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3%;
  text-align: justify;
}


.gg-section-content .horizontal-slider-wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  background-color: transparent;
}

.gg-section-content .horizontal-slider-wrapper::-webkit-scrollbar {
  display: none;
}

.gg-section-content .horizontal-slider-card-wrapper {
  display: inline-flex;
  gap: 3rem;
  align-items: stretch;
}

.gg-section-card .quotes {
  font-size: 50rem;
}

/* #endregion */

/*#region: creative-control*/
.slider-section {
  overflow-x: hidden;
  /* overflow-y: hidden; */
  width: 100%;
  height: 105vh;
}

.creative-control-section{
  margin-top: 200px;
}
.slider-section::-webkit-scrollbar{
  display: none;
}

.rotating-slider {
  margin: 5em auto;
  height: 105vh;
  position: relative;
  width: 100%;
  margin-top: 150px;
}

.rotating-slider ul.direction-controls {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width:1100px) {

  .rotating-slider ul.direction-controls li.left-arrow {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
  }

  .rotating-slider ul.direction-controls li.right-arrow {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }

  .rotating-slider ul.direction-controls li button {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 700;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0;
    text-align: center;
    transition: background 0.25s;
    width: 1.5em;
  }

  .rotating-slider ul.direction-controls li button:hover {
    background: rgba(0, 0, 0, 0.6);
  }

  .rotating-slider ul.slides {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(0);
    transform-origin: center center;
    width: 100%;
  }

  .rotating-slider ul.slides li {
    background-position: center;
    background-size: cover;
    display: block;
    list-style: none;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    transform-origin: bottom center;
    width: 100%;
  }
}

.rotating-slider ul.slides li {
  color: #fff;
}

.rotating-slider ul.slides li:nth-of-type(1) .slide-1 {
  background-color: #DF5A30;
}

.rotating-slider ul.slides li:nth-of-type(2) .slide-1 {
  background-color: #DF5A30;
}

.rotating-slider ul.slides li:nth-of-type(3) .slide-1 {
  background-color: #DF5A30;
}

.rotating-slider ul.slides li:nth-of-type(4) .slide-1 {
  background-color: #145F7C;
}

.rotating-slider ul.slides li:nth-of-type(5) .slide-1 {
  background-color: #145F7C;
}

.rotating-slider ul.slides li:nth-of-type(6) .slide-1 {
  background-color: #145F7C;
}

.rotating-slider ul.slides li:nth-of-type(7) .slide-1 {
  background-color: #399684;
}

.rotating-slider ul.slides li:nth-of-type(8) .slide-1 {
  background-color: #399684;
}

.rotating-slider ul.slides li:nth-of-type(9) .slide-1 {
  background-color: #399684;
}

.rotating-slider ul.slides li .inner {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}


.rotating-slider .author-content {
  /* width: 28%; */
  /* flex-grow: 1; */
  align-items: end;
  padding-left: 0 !important;
}


.rotating-slider .slides-content-text {
  /* width: 68%; */
  flex-grow: 1 !important;
  align-items: center;
}

.rotating-slider .slides-content {
  position: relative;
  /* align-items: end !important; */
  justify-content: space-between !important;
  display: flex;
  /* flex-direction: column; */
}

.rotating-slider .img-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 3%;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 50%;
  margin-left: 24px;
}

.rotating-slider .img-subtitle {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 50%;
}

.rotating-slider .slides-content-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3%;
  text-align: justify;
}


.rotating-slider .background-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -10;
  border-radius: 20px;
  border-width: 1px;
  height: 80%;
  border: solid black 1px;
}

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


@media (max-width:1300px) {
  .rotating-slider .slides-content-text {
    width: 65%;
    margin-top: 110px !important;
    margin-bottom: 110px !important;
    font-size: 12px !important;
  }

  .rotating-slider .slides-content {
    align-items: end !important;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (max-width:850px) {
  .rotating-slider .slides-content-text {
    width: 50%;
    line-height: 20px;
  }
}

/* #endregion */


/* #endregion */

























/* #region: media-query */
@media (max-width: 1440px) {
  .shape-1 {
    width: 100vw;
    top: 10%;
  }
}

@media (max-width: 1270px) {
  .slider-item {
    max-height: unset;
  }
}

@media (max-width: 1199px) {

  .stacked-card-content-left,
  .stacked-card-content-right {
    width: 100%;
  }

  .stacked-card-content-right {
    margin-top: 2rem;
  }

  .logo-container {
    position: relative;
    z-index: 1;
  }

  .image-spacing {
    margin-top: 1rem;
  }
}

@media (max-width: 991px) {
  .slider-item.active {
    width: calc(100% - 100px);
  }

  .slider-item {
    padding: 24px;
  }

  .stacked-card-heading {
    margin-left: -10px;
  }
}

@media (max-width: 768px) {
  .edition-logo {
    width: 70%;
  }

  .edition-name {
    font-size: 20px;
    line-height: 25px;
  }

  .edition-info {
    font-size: 12px;
    line-height: 15px;
  }

  .stacked-card-content-right p:not(.card-header-text) {
    font-size: 14px;
  }

  .numeric-data-container p {
    text-align: left;
  }

  .numeric-data-container p:nth-child(1) {
    font-size: 24px;
  }

  .numeric-data-container p:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
  }
}

/* #endregion */

/* #endregion */