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

:root {
  --orange: #f0cc70;
  --red: #fb605a;
  --darkPink: #a7277d;
  --blue: #218dba;
  --forest-green-dark: #006d5b;
  --forest-green: #68a77c;
  --forest-green-lite: #83a279;
  --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;
  --subbeam-yellow: #FCCE5B;
  --feb-blue: #5534F5;
}

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

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

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

@font-face {
  font-family: Ketchup Manis Demo;
  src: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/april/font/Ketchup-Manis-Demo-BF6685ff96988b1.ttf);
}

/* april Css:Start */

/* #region: common classes */
.gap-28{
  gap:28px !important;
}
.ms-20
{
  margin-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}

.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;
}

.text-highlighted-blue {
  color: #4E3AAD;
}

.bg-wheat-april {
  background: #F9F7F0;
}

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

.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;
}

.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;
}

/* #region: banner */
section.banner {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/april/banner-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 80px;
  height: clamp(500px, calc(100vw * .5), 1000px)
}

.banner-logo {
  width: clamp(200px, 35%, 466px);
}

.banner-header {
  font-family: Ketchup Manis Demo;
  font-weight: 400;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-top: 12px;
  text-align: center;
  color: #000000;
}

.edition-info {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 40px;
}

.marquee-container {
  background-color: #FFFFFF;
  color: #000000;
}

.marquee-container>ul>li {
  color: black !important;
}

.marquee-section {
  /* margin-top: 25%;
  margin-top: 32%;*/
  transform: translateY(-295px);

}

/* #endregion */


/* #region: content-body */
.content-body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-160px);
  position: relative;
}

.content-wrapper {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/april/Background-checks.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20rem;
  padding-bottom: 25rem;
  transform: translateY(-50px);
  margin-bottom: -334px;
}

/* #region: intro */

.intro {
  /* margin-top: 10rem; */
}


.envelope {
  position: relative;
  /* width: 300px; */
  /* height: 200px; */
  perspective: 1000px;
  padding: 50px;
}

.letter-seal {
  bottom: -25px;
  z-index: 5;
}

.pocket {
  width: 100%;
  height: 100%;
  background: #e9ca86;
  position: absolute;
  bottom: 0;
  z-index: -5;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  left: 0;
}

.flap {
  width: 100%;
  transition: all 1s ease;
  transform-origin: top center;
  position: absolute;
  left: 0;
}


.flap-top-wrapper {
  height: 65%;
  left: 0;
  right: 0;
}

.flap-top {
  top: 0;
  background: #F0D5A0;
  height: 100%;
  z-index: 4;
  transform: translateY(0px);
  clip-path: polygon(50% 100%, 100% 25%, 100% 0, 0 0, 0 25%);
}

.flap-top-support {
  top: 0;
  background: #8a7b5d;
  height: 100%;
  z-index: 3;
  transform: translateY(0px);
  clip-path: polygon(50% 100.2%, 100% 25.2%, 100% 0, 0 0, 0 25.2%);
}

.flap-bottom {
  z-index: 2;
  height: 60%;
  bottom: 0;
  background: #F1D290;
  transform: translateY(0px);
  clip-path: polygon(0 75%, 50% 0%, 100% 75%, 100% 100%, 0% 100%);
}

.flap-left {
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  background: #e9ca86;
  clip-path: polygon(50% 50%, 0 0, 0 100%);
}

.flap-right {
  top: 0;
  z-index: 1;
  height: 100%;
  right: 0;
  background: #e9ca86;
  clip-path: polygon(100% 0, 50% 50%, 100% 100%);

}

.letter {
  position: relative;
  width: 100%;
  background: #FFE06F;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  /* margin: 50px; */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.letter-container {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/april/Group650.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 4.8rem;
}

.letter-border {
  position: absolute;
  top: 0;
}

.letter-header {
  font-family: Ketchup Manis Demo;
  font-weight: 400;
  font-size: 44px;
  line-height: 52.2px;
  letter-spacing: 0%;
  color: #2B5CA2;
  margin-top: 10px;
}

.letter-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 2px;
  color: #000000;
  text-align: justify;
  padding-inline: 1rem;
  /* box-shadow: 0px 0.5px 0px 0px #000000; */
}

.letter-open-btn {
  gap: 10px;
  padding: 20px;
  background-color: #B61E22;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  border: none;
  margin-top: 4rem;
  margin-bottom: 5rem;
  color: #F0D5A0;
}

/* #endregion */

/* #region: game 1 */

.header-text {
  font-family: Ketchup Manis Demo;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #2B5CA2;
}

.sub-header-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.img-divider {
  height: 72px;
  width: 72px;
  min-width: 72px;
  background: #C16E3C;
  font-family: Poppins;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 16px;
}


.game-content {
  margin-top: 50px;
}

.game-result {
  /* background-color: #F9F7F0; */
  display: none;
  opacity: 0;
  transition: all 2s ease;
  -webkit-user-select: none;
}

.game-result img {
  -webkit-user-select: none;
  width: 100%;
}

.result-text {
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0%;
  text-align: center;
  color: #925326;
  top: 40%;
  width: clamp(350px, 100%, 750px);
}

.img-container {
  width: clamp(350px, 100%, 550px);
  min-height: 500px;
}

.img-container:hover .game-img {
  transform: scale(1.1);
}

.game-img-container {
  height: calc(100% - 38px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-img-desc {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #925326;
}

.game-img-container .game-img {
  transition: all .5s ease;
  /* box-shadow: 4px 4px 8px 0px #00000040; */
}

/* #endregion */
.strike-through {
  text-decoration: line-through;
  text-decoration-color: #E81212;
}

.rate-section {
  display: flex;
  width: 10rem;
}

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

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

.section-title {
  font-family: Ketchup Manis Demo;
  font-weight: 400;
  font-size: 58px;
  line-height: 76px;
  letter-spacing: 0%;
  color: var(--cobalt-blue);
}

.road-section-content {
  background: url('https://tezoofficial.blob.core.windows.net/express-app/images/2025/april/road-plan-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.author-name {
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: var(--cobalt-blue);
}


.author-designation {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
}

.text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: justify;
}

.highlighted-text {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: justify;
  border-left: 5px solid var(--cobalt-blue);
  border-right: 5px solid var(--cobalt-blue);
  padding-left: 24px;
  padding-right: 24px;
  color: var(--cobalt-blue);
}

.summer-moments-title {
  font-family: Ketchup Manis Demo;
  font-weight: 400;
  font-size: 58px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--cobalt-blue);
}

.summer-moments-content {
  min-height: 600px;
}

#card-1 {
  transform: rotate(6deg);
}

#card-2 {
  transform: rotate(3deg);
}

#card-3 {
  transform: rotate(2deg);
}

#card-4 {
  transform: rotate(0deg);
}

.summer-moments-cards {
  background: url("https://tezoofficial.blob.core.windows.net/express-app/images/2025/april/summer-cards-bg.png");
  background-size: 100%;
  background-repeat: no-repeats;
  transform-origin: 70px 50px;
  cursor: pointer;
  box-shadow: 2px 2px 4px 0px #00000040;
}

.summer-moments-cards-content {
  background-color: var(--cream-white);
  padding: 2rem;
}

.summer-cards-paper-clip {
  top: 70px;
  left: 50px;
  z-index: 100;
}

.summer-card-chips .chip {
  padding: 5px 18px;
  border-radius: 8px;
  margin-right: 5px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15.09px;
  line-height: 25.86px;
  letter-spacing: 3%;
  text-align: justify;
  position: relative;
  top: 100px;
  left: -30px;
  box-shadow: 2px 2px 4px 0px #00000040;
}

.summer-card-chips .chip-1 {
  background-color: var(--sunset-rose);
  margin-bottom: 5rem;
}

.summer-card-chips .chip-2 {
  background-color: var(--subbeam-yellow);
}

.summer-card-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15.09px;
  line-height: 25.86px;
  letter-spacing: 3%;
  text-align: justify;
}


.summer-card-image-wrapper>img {
  border-radius: 8px;
}

.summer-card-image-wrapper {
  padding-left: 3rem;
}

.summer-card-image-1 {
  position: absolute;
  left: -30px;
  top: -40px;
  border-radius: 6px;
  transform: rotate(-7deg);
  width: 170px;
}

.summer-card-image-2 {
  width: 100%;
}

.before-wifi-section {
  margin-top: 15rem;
}

.before-wifi-section-content {
  background-color: #FBF2EC;
  border: 20px solid white;
  box-shadow: 2px 2px 4px 0px #00000040;

}
.font-italic{
  font-style: italic;
}

/* #endregion */


/* #region:gg-section */

.gg-section {
  transform: translateY(-130px);
  padding-block: 8rem;
  margin-bottom: -170px;
  padding-bottom: 17rem;
  padding-top: 10rem;
}

.gg-wrapper {
  width: 100vw;
  background: #FFFEFD;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 13.5%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  height: 100%;

}

.gg-game {
  /* transform: rotate(17deg); */
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/april/gg-game-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2.5rem 4rem 3.5rem 3rem;
}

.gg-game-content {
  padding-block: 4.5rem;
  padding-inline: 2rem;
  background-color: #fff6ec;
}

.game-header {
  font-family: Ketchup Manis Demo;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  color: #2B5CA2;
  width: 75%;
}

.game-desc {
  font-family: Poppins;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

.game-data {
  margin-top: 4rem;
}

.selected-item {
  height: 110px;
  width: 110px;
  border: 3px dotted #F93333;
  border-radius: 30px;
}

.game-img-placeholder {
  bottom: 22%;
  z-index: -1;
  /* box-shadow: 4px 4px 8px 0px #00000040; */
}

.gg-img-container.selected {
  /* opacity: 0.6; */
  pointer-events: none;
  -webkit-user-select: none;
  /* Also disables clicks */
}

.gg-img-container.selected .game-img:not(.game-img-placeholder) {
  opacity: 0;
}

.img-text,
.img-desc {
  font-family: Poppins;
  line-height: 18.18px;
  letter-spacing: 0%;
  text-align: center;
}


.img-text,
.img-desc {
  font-weight: 700;
  font-size: 14px;
  color: #F93333;
}

.img-desc {
  font-weight: 400;
  font-size: 11.23px;
  color: #090909;
}

.game-rules {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.game-greetings p:nth-child(2) {
  font-family: Ketchup Manis Demo;
  color: #F93333;
}

/* #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: floating element  */
.img-1 {
  top: -90px;
  right: -60px;
  z-index: 1;
}

.img-2 {
  top: -100px;
  right: -140px;
  z-index: 0;
}

.img-3 {
  bottom: -100px;
  left: -110px;
  z-index: 12;
}

.img-4 {
  bottom: -150px;
  right: -100px;
}

.img-5 {
  bottom: -120px;
  right: -120px;
}

.img-6 {
  top: -50px;
  left: 0px;
}

.img-7 {
  top: 70px;
  left: -170px;
}

.img-8 {
  bottom: 0px;
  right: -120px;
}

.img-9 {
  top: -100px;
  left: 0px;
}

.img-10 {
  bottom: -150px;
  right: -50px;
}

.img-11 {
  top: -110px;
  left: -40px;
}

.img-12 {
  top: -140px;
  right: -50px;
}

.img-13 {
  bottom: -30px;
  left: -60px;
}

/* #endregion */






/* #region: media query */
@media (max-width: 1400px) {
  .content-body {
    transform: translateY(-100px);
  }
}

@media (max-width: 1200px) {
  .summer-moments-content {
    min-height: 800px;
  }

  .content-body {
    transform: translateY(-70px);
  }

  .summer-card-image-1 {
    width: 100px;
  }

  .summer-card-text {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 992px) {

  .img-container {
    min-height: unset;
  }

  .letter-text {
    font-size: 12px;
    line-height: 22px;
  }

  .text,
  .highlighted-text {
    font-size: 12px;
  }

  .section-title,
  .summer-moments-title,
  .header-text,
  .letter-header {
    font-size: 40px;
    line-height: 60px;
  }

  .result-text {
    font-size: 18px;
    line-height: 30px;
  }

  .summer-card-image-1 {
    top: -5%;
  }

  .summer-card-text {
    font-size: 11.99px;
    line-height: 18.36px;
  }

}

@media (max-width: 767px) {
  /* .content-body {
    padding: 24px;
  } */

  .intro.container {
    margin: 0 !important;
  }

  .envelope {
    margin: 0rem 1rem;
  }

  .section-title,
  .summer-moments-title,
  .header-text,
  .letter-header {
    font-size: 32px;
    line-height: 45px;
  }

  .summer-moments-section .container {
    max-width: unset;
  }

  .intro {
    width: 100%;
    max-width: unset;
  }

  img.game-img {
    width: 80%;
  }

  .game-img-placeholder {
    bottom: 49%;
  }

  .gg-game.container {
    max-width: unset;
    margin-left: 1rem;
    margin-right: 12rem;
  }



  .img-container {
    /* min-height: 350px; */
  }
}

/* #endregion */