@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: #009A76;
  --purple: #9267F5;
  --shine-green: #AEED00;
  --fade-yellow: #FFBB00;
  --card-bg: #FFDA76;
  --teal-blue: #006B85;
  --american-blue: #433872;
}

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

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

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

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

/* #region: common classes */
/* #region: new */
.text-teal-green {
  color: var(--teal-green) !important;
}

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

.text-shine-green {
  color: var(--shine-green) !important;
}

.text-fade-yellow {
  color: var(--fade-yellow) !important;
}

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

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

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

.bg-fade-yellow {
  background: var(--fade-yellow) !important;
}

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

.bg-american-blue {
  background: var(--american-blue) !important;
}

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

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

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

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

/* #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 :footer marquee  */
.marquee-wrapper {
  overflow: hidden;
  /* background-color:red; */
}


.marquee-section {
  background: #3E3163  !important;
  position: relative;

  z-index: 1 !important;
  transform: rotate(-4deg) translateY(100px);
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  isolation: isolate;

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

/* #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: july-2025 */
/* #region: hero */

.hero-container {
  margin-top: 100px;
  margin-bottom: 20%;
}

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

.hero-header {
  font-family: STIX Two Math;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}

.edition-details {
  font-family: Gilroy-Bold;
  font-weight: 400;
  font-style: ☞;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #070707;
}


.hero-footer {
  height: 276px;
  background: var(--american-blue);
  width: 100%;
}
.hero-footer img {
  width: clamp(250px, 40%, 600px);
}

.hero-footer-img-1 {
  left: 0;
  z-index: 2;
}

.hero-footer-img-2 {
  right: 0;
}

.marquee-wrapper {
  width: calc(100% + 7px);
  margin-left: -8px;
}


/* #endregion */

/* #region: intro section */
section.intro {
  background: var(--teal-blue);
  padding: 120px 20px;
}

.intro-content {
  gap: 100px;
}

.intro-content .intro-img {
  width: clamp(450px, 75%, 500px);
}

.text-wrapper p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .5px;
  text-align: justify;

}

/* #endregion */

/* #region: Ai ded up */
section.ai-ded-up {
  padding: 130px 20px;
}

.section-header {
  font-family: STIX Two Math;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.sub-header {
  font-family: Poppins;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.ded-up-card-container {
  margin-top: 65px;
}

.ded-up-card-1 {
  transform: rotate(2.69deg);
}

.ded-up-card-2 {
  transform: rotate(-1.59deg);
}

.ded-up-card-img {
  width: 100%;
  max-width: 400px;
}

.ded-up-card-header {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

.ded-up-card-text {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.card-highlight {
  margin-top: 2rem;
  width: 100%;
  padding: 1.5rem;
}

.card-highlight p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #F9F6EA;

}

.author-img-wrapper {
  border: 2px solid #E54A59;
  height: 155px;
  width: 155px;
}

.author-img {
  width: 500px;
  padding-top: 165px;
}

.ded-up-author-text {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.ded-up-author-text-highlight {
  font-family: Poppins;
  font-weight: 700;
  font-style: Italic;
  font-size: 20px;
  line-height: 100%;
  color: #EA523D;
}

/* #endregion */


/* #region: Office-Oddities */
.Office-Oddities-Section {
  background-color: var(--american-blue);
  padding-left: 8%;
}

.office-oddities-heading {
  font-family: STIX Two Math;
  font-weight: 400;
  font-style: Regular;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--fade-yellow);
}

.office-oddities-subtext {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F9F6EA;
}

.office-odd-head-text {
  width: 25%;
}

.horizontal-office-odd-list {
  width: 75%;
  overflow-x: scroll;
}

.horizontal-office-odd-list::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.office-odd-item {
  min-width: 300px;
  cursor: pointer;
  margin-left: 20px;
  align-self: stretch;
}

.office-odd-item img {
  border-radius: 0 !important;
}

.office-odd-item-text {
  padding: 35px 20px;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-wrap-mode: wrap;
  word-wrap: wrap;
  height: 100%;

}

.office-odd-item:nth-child(3n + 1) .office-odd-item-text {
  background-color: var(--fade-yellow);
}

.office-odd-item:nth-child(3n + 2) .office-odd-item-text {
  background-color: var(--shine-green);
}

.office-odd-item:nth-child(3n + 3) .office-odd-item-text {
  background-color: var(--purple);
}


/* #endregion */

/* #region: Social card container */

section.socials {
  padding: 160px 20px;
}

.social-card-1 {
  width: calc(66.7% - 18px);
}

.social-card-small {
  width: calc(33.3% - 24px);
}

.social-card img {
  width: 100%;
  height: 100%;
}

/* #endregion */


/* #region: gg-section */
section.gg-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gg-container {
  min-height: 321px;
}

.gg-logo-wrapper {
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.gg-card-wrapper {
  transform: translateY(-60px);
  /* margin-inline: 28px;
  max-width: 1296px; */
  width: 100%;
  margin-bottom: 150px;
}

.gg-card:nth-child(2) {
  transform: rotate(-2.75deg);
}

.gg-card:nth-child(4) {
  transform: rotate(2.24deg);
}

.gg-card {
  box-shadow: 0px 4px 4px 0px #00000040;
  color: unset;
}

.gg-card-header {
  font-family: Poppins;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
}

.gg-card-text {
  font-family: Poppins;
  font-size: 18px;
  line-height: 24px;
}

/* #endregion */


/* #region: responsive */
@media screen and (max-width: 991px) {
  .intro-content {
    flex-direction: column;
  }

  .ded-up-card {
    flex-direction: column;
  }

  .ded-up-author {
    flex-direction: column;
    gap: 24px;
  }

  .Office-Oddities-Section {
    padding-left: 0;
  }

  .Office-Oddities-Content {
    flex-direction: column;
    align-items: center !important;
    gap: 30px !important;

  }

  .office-odd-head-text {
    width: 100%;
    align-items: center !important;
  }

  .office-oddities-heading {
    text-align: center;
  }

  .office-oddities-subtext {
    text-align: center;
  }

  .horizontal-office-odd-list {
    width: 100%;
  }

  .gg-card-wrapper {
    flex-wrap: wrap;
  }

  .gg-card {
    width: calc(50% - 12px);
    height: auto;
    align-items: flex-start;
  }

  .gg-card:nth-child(2) {
    transform: rotate(0);
  }

  .gg-card:nth-child(4) {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 768px) {
  .social-card-wrapper {
    gap: 18px !important;
  }

  .social-card-1 {
    width: calc(100%);
  }

  .social-card-small {
    width: calc(50% - 9px);
  }
  .hero-footer {
    height: 200px;
}
}

@media screen and (max-width: 500px) {
  .intro-img {
    width: 100% !important;
  }

  .hero-logo{
    width: 90% !important;
  }

  .hero-header{
    font-size: 20px;
    line-height: 24px;
  }

  .edition-details{
    font-size: 14px;
    line-height: 20px;
  }

  .hero-footer img {
    width: 220px;
  }
  .ded-up-card {
    padding: 24px !important;
  }
  .section-header {
    font-size: 32px;
    line-height: 44px;
  }

}
@media screen and (max-width: 400px) {
  .hero-footer img {
    width: 150px;
  }

  .hero-footer {
    height: 150px;
  }

  .gg-card-text{
    font-size: 14px;
    line-height: 20px;
  }
}
/* #endregion */


/* #endregion */