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

  --purple: #372773;
  --off-white: #E8ECE3;

}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background: var(--purple);
  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 common class */
.text-off-white {
  color: var(--off-white) !important;
}

.section-header {
  font-family: Poppins;
  font-weight: 500;
  font-size: 36px;
  line-height: 59px;
}

.gap-70 {
  gap: 70px;
}

/* #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: #ED008D !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: white !important;
}

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

/* #endregion */

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

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

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

/* #endregion */


/* #region: September */

/* #region: Hero */
section.hero {
  padding: 2rem 0 0 0;
}

.hero-container {
  margin-top: 200px;
  margin-bottom: 200px;
}

.logo {
  width: clamp(320px, 50vw, 700px);
  margin-bottom: 1.2rem;
}

.edition-name {
  font-family: "Vollkorn", serif;
  font-size: 30px;
  line-height: 32.51px;

}

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

.logo-bg {
  left: 50%;
  width: 63%;
  z-index: -2;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-footer-left {
  bottom: 0;
  left: 0;
  width: clamp(150px, 40vw, 850px);
}

.hero-footer-right {
  bottom: 0;
  right: 0;
  width: clamp(150px, 40vw, 850px);
  transform: rotateY(180deg);
}

.flower-icon-1 {
  top: 0;
  left: 0;
  width: 150px;
}

.leaf-icon-1 {
  top: 0;
  right: 0;
  width: 100px;
}

.leaf-icon-2 {
  top: 100px;
  left: 0;
  width: 100px;
}

.star-icon-1 {
  top: 100px;
  left: 150px;
  width: 35px;
}

.star-icon-1-1 {
  top: 100px;
  right: 150px;
  width: 70px;
}

.thread-group-1 {
  bottom: 70px;
  left: 50px;
  width: clamp(300px, 90vw, 1600px);
  transform: rotateY(180deg);
  z-index: -1;

}

.thread-group-2 {
  z-index: -1;
  bottom: 70px;
  right: 50px;
  width: clamp(300px, 90vw, 1600px);

}

/* #endregion */

/* #region: intro */
.festive-main {
  color: #fff;
  min-height: 1000px;
}

.intro-bg-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/september/intro_bg.png);
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
}

.intro-header {
  width: 100%;
  max-width: 625px;
}

.intro-text {
  font-family: Poppins;
  font-size: 20px;
  line-height: 140%;
}


/* floating icon */
.square-icon-1 {
  bottom: 100px;
  right: 0;
  width: 150px;
  z-index: -1;
}

.rocket-icon-1 {
  top: -50px;
  left: 50px;
  width: 75px;
  z-index: -1;
}

.rocket-icon-2 {
  top: 40%;
  right: -50px;
  width: 100px;
  transform: translateY(-50%) rotate(30deg);
}

.flower-icon-2 {
  top: 40%;
  left: 0;
  width: 100px;
  transform: translateY(-50%);
  z-index: -1;
}

.flower-icon-3 {
  top: 50px;
  right: 30px;
  width: 40px;
}

.leaf-icon-3 {
  top: -20px;
  right: 100px;
  width: 70px;
  transform: rotate(-120deg);
  z-index: -1;
}

.flower-group-icon-1 {
  left: -30px;
  bottom: 50px;
  width: 200px;
}

.flower-icon-4 {
  bottom: 250px;
  right: -10px;
  width: 40px;
}

.star-icon-2 {
  bottom: 25%;
  left: 60%;
  width: 40px;
}

.leaf-icon-4 {
  bottom: 25%;
  left: calc(60% + 60px);
  width: 100px;
}

/* #endregion */

/* #region: story-container */
section.personal-story {
  margin-bottom: 150px;
}

.author-image-container {
  width: 226px;
  height: 180px;
  background: #F94857;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.profile-pic {
  width: 200px;
  bottom: 0;
  left: 20px;
}

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

.author-designation {
  font-family: Poppins;
  font-size: 14px;
}

.story-header {
  color: #F2B9B3;
  max-width: 718px;
}

.story-content {
  color: #F2B9B3;
  font-family: Poppins;
  font-size: 14px;
  line-height: 20px;
}

.story-text {
  line-height: 31px;
}

.flower-icon-5 {
  top: -25px;
  left: -25px;
  width: 50px;
}


.square-icon-2 {
  right: -20px;
  bottom: 50px;
  width: 150px;
  z-index: -1;
}

.square-icon-3 {
  left: 0px;
  bottom: 50px;
  width: 150px;
  z-index: -1;
}

.text-highlight {
  font-family: Poppins;
  font-weight: 500;
  font-style: Italic;
  font-size: 12px;
  line-height: 26px;
}

/* #endregion */

/* #region: september-gallery */
section.september-gallery {
  padding-top: 300px;
  padding-bottom: 350px;
}

.gallery-header {
  color: #F9D6D2;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  max-width: 575px;

}

.gallery-subheader {
  max-width: 550px;
  font-family: Poppins;
  font-size: 32px;
  line-height: 52px;
}

.img-left-container {
  column-gap: 8px;
  row-gap: 20px;
}

.img-left-container img {
  width: 49%;

}

.img-right-container-1 img,
.gallery-img-5 {
  width: calc(50% - 4px);
}

.gallery-img-6,
.gallery-img-7 {
  width: 100%;
}

.gallery-img-8,
.gallery-img-9 {
  width: 100%;
  height: 100%;
}

.sept-gallery-bg-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.section-4-bg {
  height: 100%;
  /* min-height: 100%; */
  min-width: 100%;
}

/* #endregion */

/* #region: Tradition */
section.tradition {
  margin-block: 150px;
}

.tradition-header {
  font-family: Poppins;
  font-weight: 500;
  font-size: 60px;
  line-height: 90px;
  color: #F9D6D2;
  width: 100%;
  max-width: 655px;
  margin-bottom: 30px;
}

.tradition-content-wrapper {
  gap: 130px;
}

.content-card-wrapper {
  max-width: 1185px;
}

.content-card-1,
.content-card-3 {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/september/tradition-bg-1.png);
}

.content-card-2 {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/september/tradition-bg-2.png);
}

.content-card {
  background-size: 100% 100%;
}

.card-img-container {
  min-width: 470px;
  max-width: 500px;
}

.card-context,
.card-author-context {
  font-family: Poppins;
  font-size: 24px;
  line-height: 32px;
}

.card-author-context.card-author-context-responsive {
  display: none;
  color: #3E3E3E !important;
}

.card-context {
  font-family: Poppins;
  font-size: 24px;
  line-height: 34px;
}

.card-context .author {
  font-family: Poppins;
  font-size: 16px;
  line-height: 100%;
}

.tradition-3 {
  max-width: 215px;
}

.tradition-2 {
  max-width: 400px;
}

/* #endregion */

/* #region: gadget-guess */
.gadget-quiz {
  background: linear-gradient(29.54deg, #2C16F7 -19.31%, #DFF8FE 143.29%);
  max-height: 1236px;
  width: 100%;
  padding: 55px 120px 55px 40px;
  min-height: 561px;
}

.guess-gadget-header {
  color: #F9D6D2;
}

.gadget-img {
  width: 425px;
  height: 425px;
  border-radius: 70px;
  border: 6px solid #FDB1B7;
}

.question-no {
  font-family: Poppins;
  line-height: 100%;
}

.hint span {
  font-family: Poppins;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
}

.hint-text {
  font-family: Poppins;
  font-size: 32px;
  line-height: 40px;
}

.user-guess-text {
  background: #F7F5FEE5;
  border-radius: 8px;
  border: none;
  outline: none;
  height: 75px;
  gap: 8px;
  padding: 8px 16px;
}

.user-guess-text::placeholder,
.user-guess-text {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #372773;
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;

}

.gadget-guess-submit-btn {
  background-color: #FFFFFF;
  border-radius: 100px;
  width: 140px;
  height: 54px;
  font-family: Poppins;
  font-size: 20px;
  line-height: 100%;
  color: #46306C;
  border: none;
  outline: none;
}

.question-action-btn-container button {
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
}

.prev-btn {
  transform: rotate(180deg);
}

.question-action-btn-container button img {
  width: 30px;
}

.answer-box {
  height: 74px;
  border-radius: 8px;
  border: 1px solid #ECE8E8
}

.answer-box.correct {
  background: linear-gradient(180deg, #F4DB26 -52.7%, #6FB95F 140.54%);
}

.answer-box.correct p {
  color: #0C3243;
}

.answer-box.wrong {
  background: linear-gradient(173.31deg, #F4DB26 -30.15%, #F3BD2A -1.69%, #EF333A 131.37%);
}

.answer-box.wrong p {
  color: white;
}

.answer-box p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.answer-icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px
}

.answer-box.correct .answer-icon {
  background: linear-gradient(165.11deg, #EEFF00 10.5%, #F7EEB0 98.42%);
}

.answer-box.wrong .answer-icon {
  background: linear-gradient(360deg, #FF8A3D -40%, #F7EEB0 115%);
}

.answer-icon img {
  width: 16px;
}

.feedback-message {
  font-family: Poppins;
  line-height: 100%;
  color: white;
}

/* #endregion */



/* #region: celebration */
section.celebration {
  background-color: #E55733;
  margin-block: 150px;
  padding: 75px 40px;
}

.celebration-header-wrapper {
  max-width: 940px;
  width: 100%;
}

.celebration-header {
  color: #F9D6D2;
  font-size: 60px;
  line-height: 80px;

}

.celebration-subheader {
  font-family: Poppins;
  font-size: 24px;
  line-height: 52px;
  color: #DFDEDE;
}

.celebration-content-wrapper {
  gap: 140px;
  margin-top: 50px;
}

.summary-card {
  max-width: 970px;
  background-color: #FFFFFF1A;
}

.card-header-text {
  font-family: Poppins;
  font-size: 40px;
  line-height: 48px;
}

.card-subtext {
  font-family: Poppins;
  font-size: 24px;
  line-height: 32px;
  color: #F7CDCD;
}

.celebration-deep {
  width: 75px;
  top: -50px;
}

.celebration-deep-1 {
  left: -40px;
}

.celebration-deep-2 {
  right: -40px;
}

.celebration-img-container {
  gap: 70px;
}

.celebration-img-wrapper {
  width: calc(50% - 15px);
  min-width: 450px;
}

.celebration-content-1 .event-img {
  height: 320px;
}

.celebration-content-2 .event-img {
  height: 260px;
}

.celebration-content-text-container {
  max-width: 550px;
  flex-grow: 1;
}

.celebration-content-text-container p {
  font-family: Poppins;
  font-size: 24px;
  line-height: 30px;
  color: #FBC7C7;
}

.location-icon {
  width: 24px;
}

.loc-text {
  font-family: Poppins;
  font-size: 24px;
  line-height: 100%;
}

/* #endregion */



/* #region: gg section */
section.gg-section {
  padding: 150px 40px 0 40px;
  margin-bottom: 200px;
}

.gg-intro {
  padding: 56px 36px;
  background: #6C5BAE;
  border: 6px solid #B38EDF;
  border-radius: 32px;
  ;
}

.gg-img {
  top: -122px;
  left: -25px;
  width: 280px;
}

.gg-intro-text {
  font-family: Poppins;
  font-style: Italic;
  font-size: 32px;
  line-height: 44px;

}

.gg-card-container {
  column-gap: 50px;
  row-gap: 65px;
  flex-wrap: wrap;
}

.gg-card {
  width: calc(50% - 30px);
  min-width: 420px;
  height: 760px;
  outline: 16px solid white;
  outline-offset: -16px;
  position: relative;
  overflow: hidden;
  border: 16px solid white;
}

.gg-card-img-wrapper {
  position: relative;
  height: calc(100% - 215px);
  z-index: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  align-items: center;
}

.card-img-wrapper-1 {
  background: linear-gradient(#9c1790, #b31d88);
}

.card-img-wrapper-2 {
  background: #ffb73b;
}

.gg-card-img {
  /* height: 620px; */
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
}

.gg-card-text-wrapper {
  background: #E55733;
  padding: 28px 16px;
  min-height: 215px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gg-card-text-header {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: Italic;
  font-size: 48px;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
}

.gg-card-text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: Italic;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

/* #endregion */


/* #region: responsive */
@media (max-width: 1200px) {
  .gadget-quiz {
    padding: 40px;
  }

  .card-context,
  .card-author-context {
    font-size: 20px;
    line-height: 28px;
  }

  .content-card {
    padding-right: 36px !important;
  }

  .gg-card-text-header {
    font-size: 36px;
  }

  .celebration-img-wrapper {
    /* width: calc(50% - 15px); */
    min-width: unset;
  }
}

@media (max-width: 1100px) {
  .celebration-content-1 .event-img {
    height: 320px;
    width: 100%;
  }

  .gg-card {
    height: 630px;
  }

}

@media (max-width: 991px) {
  .celebration-content-1 .event-img {
    height: 200px;
    width: 100%;
  }

  .celebration-content-2 .event-img {
    height: 200px;
    width: 100%;
  }

  .celebration-content-text-container p {
    font-size: 18px;
    line-height: 24px;
  }

  .loc-text {
    font-size: 18px;
  }

  .location-icon {
    width: 16px;
  }

  .personal-story-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-header {
    font-size: 32px;
    line-height: 48px;
  }

  .gadget-quiz {
    flex-direction: column;
  }

  .gadget-guess-submit-btn {
    align-self: center !important;
  }

  .gadget-img {
    align-self: center !important;
  }

  .hint-text {
    text-align: center;
  }

  .question-no {
    color: #D8D6D6;
    text-align: center;
  }

  .hint span {
    text-align: center !important;
  }

  .content-card {
    flex-direction: column;
  }

  .card-author-context {
    display: none;
  }

  .card-author-context.card-author-context-responsive {
    display: block;
  }

  .card-img-container {
    min-width: unset;
    max-width: unset;
  }

  .tradition-content-wrapper {
    gap: 80px;
  }

  .tradition-header {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 16px;
  }

  .gg-card {
    width: 100%;
    min-width: unset;
  }

  section.celebration {
    margin-block: 80px;
  }

  .gg-intro-text {
    font-size: 28px;
    line-height: 36px;
  }

  .gg-card-3 .gg-card-img,
  .gg-card-4 .gg-card-img {
    min-width: 100%;
  }

  .gallery-container {
    flex-direction: column;
  }

  .content-left {
    width: 100% !important;
  }

  .content-right {
    width: 100% !important;
  }

  .header-container {
    align-items: center;
  }

  .gallery-header {
    text-align: center;
  }

  section.september-gallery {
    padding-top: 190px;
    padding-bottom: 250px;
  }

  .img-left-container img {
    width: calc(50% - 4px);
  }

  .celebration-subheader {
    font-size: 18px;
    line-height: 30px;
  }

  .card-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .card-subtext {
    font-size: 18px;
    line-height: 24px;
  }

  .gg-card-4 .gg-card-img {
    height: 100%;
  }

  section.september-gallery {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .section-4-bg {
    height: 100%;
    min-height: unset;
    min-width: 800px;
    width: 270%;
  }

  .gallery-img-5 {
    display: none;
  }

  .responsive-img-wrapper {
    display: flex !important;
  }
}

/* 768 */
@media (max-width: 768px) {
  .hero-container {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .leaf-icon-1 {
    width: 70px;
  }

  .flower-icon-1 {
    width: 100px;
  }

  .leaf-icon-2 {
    width: 90px;
  }

  .star-icon-1-1 {
    width: 40px;
  }

  .festive-main {
    min-height: 850px;
  }

  .intro-text {
    font-size: 18px;
    line-height: 120%;
  }

  .rocket-icon-2 {
    right: -30px;
    width: 60px;
  }

  .rocket-icon-1 {
    width: 40px;
    z-index: -1;

  }

  .flower-icon-2 {
    width: 55px;
    z-index: -1;
  }

  .flower-group-icon-1 {
    width: 130px;
  }

  .leaf-icon-4 {
    width: 60px;
  }

  .star-icon-2 {
    bottom: 30%;
    width: 30px;
  }

  .celebration-content-1 .event-img {
    height: unset;
  }

  .celebration-content-2 .event-img {
    height: unset;
  }

  .hint-text {
    font-size: 28px;
    line-height: 40px;
  }

  section.personal-story {
    margin-bottom: 80px;
  }

  .section-header {
    font-size: 28px;
    line-height: 40px;
  }

  .hint span {
    font-size: 16px;
    line-height: 100%;
  }

  .gg-intro-text {
    font-size: 24px;
    line-height: 30px;
  }


  .gadget-img {
    width: 100%;
    height: unset !important;
  }

  .gg-card {
    height: 675px;
  }

  /* .gg-card-img {
    height: 450px;
  } */

  .gg-card-3 .gg-card-img,
  .gg-card-4 .gg-card-img {
    width: 100%;
    height: unset;
    min-height: 100%;
  }

  /* section.september-gallery {
    padding-top: 150px;
    padding-bottom: 200px;
  } */

  section.tradition {
    margin-block: 80px;
  }
}

@media (max-width: 600px) {
  .logo {
    width: clamp(300px, 50vw, 700px);
  }

  .star-icon-1 {
    left: 100px;
  }

  .star-icon-1-1 {
    right: 90px;
  }

  .star-icon-2,
  .square-icon-1,
  .rocket-icon-2,
  .leaf-icon-3,
  .flower-group-icon-1 {
    display: none;
  }

  .intro-footer-img {
    width: 100%;
    bottom: 0;
    left: 0;
    display: block !important;
  }


  .intro-bg-container {
    background: #f94857;
  }

  section.personal-story {
    margin-block: 80px;
  }

  .rocket-icon-1 {
    left: 0px;
    width: 40px;
  }

  .festive-main {
    padding-inline: 40px;
    min-height: 600px;
    padding-bottom: 120px;
  }

  .leaf-icon-4 {
    bottom: 20%;
    left: unset;
    width: 50px;
    right: 0;
  }

  .flower-icon-4 {
    bottom: 50%;
  }

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

  .card-context,
  .card-author-context {
    font-size: 14px;
    line-height: 24px;
  }

  /* section.september-gallery {
    padding-top: 150px;
    padding-bottom: 200px;
  } */

  .section-header {
    font-size: 32px;
    line-height: 40px;
  }

  .gallery-subheader {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
  }

  .gg-card {
    height: 600px;
  }

  .content-card {
    padding: 48px 30px 80px 30px !important;
  }

  .tradition-header {
    font-size: 40px;
    line-height: 48px;
  }

  section.celebration {
    margin-bottom: 0px;
  }

  /* .gg-card-img {
    height: 360px;
  } */

  .gg-card-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 500px) {
  section.gg-section {
    padding-inline: 30px;
    margin-bottom: 80px;
  }

  .gg-card-text {
    font-size: 16px;
    line-height: 24px;
  }

  .gg-card-text-header {
    font-size: 28px;
  }

}


/* #endregion */


/* #endregion */