@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;
  --feb-blue: #5534F5;
}

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

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

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

/* march Css:Start */

/* #region: common classes */
.bg-sky-blue {
  background-color: #ADE6ED;
}

.bg-mustard-yellow {
  background-color: #EDB53E;
}

.bg-pink {
  background-color: #E780B5;
}

.bg-dark-red {
  background-color: #DE3C27;
}

.bg-beige {
  background-color: #F7E8E1;
}

.bg-lilac {
  background-color: #DCB8FE;
}

.bg-dark-orange {
  background-color: #FF5B23;
}
.text-march-blue{
  color: #0062FF;

}

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

.z--2 {
  z-index: -2;
}

.rounded-bottom-12 {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* #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/march/banner-bg-img.png) no-repeat center center;
  background-size: 100% 100%;
  /* height: clamp(750px, 100vh, 1000px); */
  padding-top: 80px;
}

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

.banner-header {
  font-family: Shantell Sans;
  font-weight: 700;
  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: 40%;
  transform: translateY(-160px);
}

/* #endregion */


.intro-notebook {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/march/notebook-bg.png) no-repeat;
  width: 100%;
  background-size: 100% 100%;
  /* transform: translateY(60px);
  padding: 170px 150px 107px 87px; */
}

/* #region: intro */
section.intro {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/march/intro-bg-img.png);
  height: 750px;
  width: 100%;
  background-size: 100% 100%;
  transform: translateY(-120px);
  /* padding-inline: 100px; */
  padding: 13% 10% 0 10%;
}

.intro .intro-notebook {
  transform: translateY(60px);
  padding: 170px 150px 107px 87px;
  /* max-width: 1240px; */
}

.intro-title {
  font-family: Chilanka;
  font-weight: 400;
  font-size: 48px;
  line-height: 57px;
  letter-spacing: 0%;
  color: #0062FF;
}

.intro-text {
  margin-top: 40px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3%;
  text-align: justify;

}

/* #endregion */

/* #region: women's day  */
.womens-day-header p {
  font-family: Parkinsans;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0%;
  text-align: center;
}
.womens-day-content{
  margin-top: 100px;
}

.womens-card {
  border-radius: 12px;
  width: clamp(330px, 31%, 400px);
}

.womens-day-content .women-text {
  margin-top: 30px;
}

.card-text {
  padding: 40px 24px;
}

.card-header-text {
  font-weight: 700;
  font-size: 18.47px;
  line-height: 22.16px;
  letter-spacing: 0%;
}

.women-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;

}

/* #endregion */

/* #region: intro */
section.secret-talents {
  width: 100%;
  background-size: 100% 100%;
  padding: 13% 10% 0 10%;
}

.secret-talents .intro-notebook {
  padding: 100px 53px 72px 55px;
}

.intro-title {
  font-family: Chilanka;
  font-weight: 400;
  font-size: 48px;
  line-height: 57px;
  letter-spacing: 0%;
  color: #0062FF;
}
/* #endregion */








.secret-talent-text {
  margin-top: 55px;
  font-size: 14px;
}

.unmasking-the-secret-talent-profile-container {
  gap: 24px;
}

.unmasking-the-secret-talent-profile-container>div:first-child {
  border: 2px solid #444F17;
  border-radius: 8px;
  border-block-width: 4px;
}

.unmasking-the-secret-talent-profile-container .profile-pic-container {
  width: 80px;
  height: 84px;
  display: flex;
  justify-content: center;
}

.unmasking-the-secret-talent-profile-container .profile-pic {
  width: unset;
  height: 100%;
  border-radius: 5px;
}

.unmasking-the-secret-talent-text {
  font-size: 16px;
  font-weight: 500;
}

.highlighted-text-blue {
  border-inline: 5px solid #4E3AAD;
  color: #4E3AAD;
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  /* line-height: 100%; */
  text-align: justify;

  padding: 0px 15px;
}

.header-text {
  font-family: Sora;
  font-size: 55px;
  font-weight: 600;
  text-align: left;
  line-height: 69px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.secret-talent-header .header-text {
  color: #4E3AAD;
}

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

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

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

.icon img {
  cursor: pointer;
}

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

.gallery {
  margin-top: 130px;
}

.gallery-header {
  /* font-family: Parkinsans;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 100px; */

  font-family: Parkinsans;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 100px;

}

.gallery .gallery-notebook {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/march/gallery-bg-img.png) no-repeat;
  width: 100%;
  background-size: 100% 100%;
  padding: 119px 34px 65px 34px;

}

.collage-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
  padding: 20px;
}

.collage-item-8 {
  margin-top: 5%;
}

.collage-item-6 {
  margin-left: -24px;
}

.collage-item-4 {
  margin-top: 18px !important;
  margin-left: -16px;
}

.collage-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.collage-img-4 {
  max-width: 104% !important;
}

.collage-img-5 {
  max-width: 93% !important;
}

.collage-img-7 {
  max-width: 65% !important;
}

.collage-img-8 {
  max-width: 155% !important;
  margin-left: -53%;
}

.college-img-sm-container {
  /* height: 20rem; */
  display: none;
}

@media (max-width: 767px) {
  .college-img-sm-container {
    display: block;
  }

  .college-img-container-lg {
    display: none;
  }
}

@media (max-width: 767px) {}

.college-img-div {
  height: 80vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.college-img-div>img {
  width: 100%;
}

.image-book-section .rectangular-star {
  top: 45px;
  right: 15%;
}

.image-book-section .glasses {
  top: -52px;
  right: 15%;
}





/* #region: footer */
.gg-section {
  margin-top: 140px;
  margin-bottom: 215px;
}

.gg-header {
  /* font-family: Parkinsans;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center; */
  font-family: Parkinsans;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 100px;
}

.gg-section-content {
  background: #DCB8FE;
}


.gg-content-text-header {
  font-family: Parkinsans;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0%;
}

.gg-content-text-desc {
  margin-top: 50px;
}

.gg-content-text-desc p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.footer-marquee-container {
  background: #1F4B30 !important;
  transform: translateY(-46px);
}

.footer-marquee-container ul li {
  color: #FFFFFF;
  list-style: none;
}

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


/* #endregion */




/* #region:absolute img */
.flower-group-1 {
  top: -60px;
  left: -25px;
  z-index: -1;
}

.flower-group-2 {
  right: -22px;
  bottom: -30px;
}

.flower-card-1 {
  top: -30px;
  right: -50px;
}

.flower-card-3 {
  top: -50px;
  right: -20px;
}

.flower-card-4 {
  top: 40px;
  left: -40px;
  z-index: -1;
}

.flower-card-5 {
  bottom: 100px;
  right: -27px;
}

.flower-card-8 {
  right: -25px;
  bottom: 80px;
}

.secret-flower-1 {
  right: -12px;
  top: -65px;
}

.flower-group-3 {
  left: -3px;
  bottom: -34px;
}

.flower-unknown-card-1 {
  top: -45px;
  left: -105px;
  z-index: -1;
}

.flower-spiral-card-4 {
  bottom: 150px;
  left: -45px;
}

.gg-img {
  top: -50px;
  left: 50px;
}

.flower-gg-card-2 {
  top: -70px;
  right: -50px;
}
.gallery-element-1{
  top: 100px;
  right: -50px;
}
.gallery-element-2{
  bottom: 60px;
  left: -40px;
}

/* #endregion */


/* #region: media query */
@media (max-width: 1330px) {

  .header-text,
  .intro-title,
  .womens-day-header p {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 1200px) {

  .gg-section-content {
    flex-direction: column;
    padding-top: 120px !important;
  }

  .gg-img-content {
    justify-content: center !important;
  }

  .gg-content-img {
    margin-top: 50px;
  }
}

@media (max-width: 1080px) {

  .header-text,
  .intro-title,
  .womens-day-header p {
    font-size: 30px;
    line-height: 40px;
  }

  .intro-text {
    margin-top: 16px;
  }

  .secret-talents .intro-notebook,
  .intro .intro-notebook {
    background-size: auto 100%;
  }

  .intro .intro-notebook {
    padding-inline: 90px !important;
  }
}

@media (max-width: 992px) {

  .intro .intro-notebook {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {

  .header-text,
  .intro-title,
  .womens-day-header p {
    font-size: 24px;
    line-height: 36px;
  }

  .secret-talent-text {
    margin-top: 24px;
    font-size: 12px;
  }

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

  .secret-talents {
    display: flex;
    justify-content: center;
    padding-inline: 80px !important;
  }

  .secret-talents .intro-notebook {
    margin: 0 !important;
    max-width: unset;
  }

  .intro .intro-notebook {
    padding-inline: 50px !important;
  }

  .intro-text {
    font-size: 12px;
    line-height: 20px;
  }

  .gallery .gallery-notebook {
    background-size: auto 100%;
  }

  .gg-section {
    margin-top: 130px;
    margin-bottom: 115px;
  }

  .gg-header,
  .gallery-header {
    font-size: 24px;
    line-height: 30px;
  }

  .gallery {
    margin-top: 100px;
  }
}

/* #endregion */

/* march Css:End */