@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;
  /* --left-1st-set: 15%; */
  --left-1st-set: 10vw;
  --left-1st-set-offset: 5%;

  --left-next-set: 33%;
  --card-width: 195px;
  --selected-card-width: 195px;
  --intro-card-width: 195px;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  /* background: linear-gradient(180deg, #f2cf91 0%, #03512e 100%); */
  background-attachment: scroll;
  overflow-x: hidden;
  color: #000000;
  background-color: #000000;
  position: relative;
}

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

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

/* february Css:Start */

/* #region: common classes */
.pl-30 {
  padding-left: 30px !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.ml-24 {
  margin-left: 24px;
}

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

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

.bg-mustard {
  background-color: rgba(196, 153, 44, 1);
}

.container-r8 {
  border-radius: 8px;
}

.container-r16 {
  border-radius: 16px;
}

.container-r4 {
  border-radius: 4px;
}

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

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

.float-left {
  float: left;
}

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

.bg-pink {
  background-color: var(--darkPink);
}

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

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

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

.text-cinnamon {
  color: var(--cinnamon);
}

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

.text-redWood {
  color: var(--redWood);
}

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

.text-chestnut {
  color: var(--chestnut);
}

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


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

.h-30 {
  height: 30px !important;
}

.text-violet {
  color: #3F4893;
}

.text-yellow-dark {
  color: #F17D10;
}
.text-warning-dark {
  color: #FFC548;
}
.text-white-fade {
  color: #F7EEDF;
}

/* #endregion */

/* #region: header */

.header-section {
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/february/header-bg.png), url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/february/header-bg1.png);
  padding: 64px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 8rem;
}

.header-container {
  gap: 16vw;
}

.header-img-container {
  padding-top: 5vw;
}

.header-img-container img {
  width: 90%;
  scale: 0.8;
}


/* #region: marquee */
.marquee-container {
  background-color: var(--feb-blue);
}

/* #endregion */

/* #endregion */



/* #region: magazine-body-section */

.magazine-body-section {
  background-image: linear-gradient(#6e78cb, #080807 50%);
  transform: translateY(-20px);
}

.tarot-game-header {
  font-family: David Libre;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 8%;
  color: #F7EEDF;

}

.game-name {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -1rem;
}

.game-name .text {
  /* position: absolute; */
  color: white;
  /* top: -5%; */
  text-align: center;
  font-family: "Lancelot", serif;
  font-weight: 400;
}

.game-name .text p{
  line-height: 60px;
}

.fs-80 {
  font-size: 80px;
}

.game-name .img {
  width: 100%;
  /* Image will scale with the container width */
  object-fit: cover;
  /* Image will cover the entire container without distortion */
  object-position: center;
  /* Keep the image centered if there's any cropping */
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .game-name {
    height: 50vh;
    /* Adjust height on smaller screens if needed */
  }
}

.game-borders {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url('https://tezoofficial.blob.core.windows.net/express-app/images/2025/february/game-bg.png');
  background-size: 100% 100%;
  background-position-x: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  margin-top: 12rem;
}

.game-borders .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tarot-game-content {
  /* position: absolute; */
  top: -10px;
  z-index: 3;
}

.card-set-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9.5rem;
}

.card-set-header p {
  font-family: Poppins;
  line-height: 30px;
  text-align: center;
}

.card-set-header p:first-child {
  font-weight: 600;
  font-size: 24px;
}

.card-set-header p:last-child {
  color: #F7EEDF;
  font-weight: 400;
  font-size: 20px;
}

.game-name img {
  margin-top: -1rem;
}

/* #endregion */

/* #region: game */

.card-container {
  margin-top: 8rem;
  padding-top: 20rem;
}

.tarot-card {
  perspective: 1000px;
  transform-style: preserve-3d;
  margin-left: -4rem;
  height: calc(var(--card-width) * 1.44);
  width: 0rem;
  opacity: 0;
  transition: transform 0.5s ease-in-out, rotate 0.5s linear;
}

.tarot-game-intro {
  overflow: hidden;
  background: url(https://tezoofficial.blob.core.windows.net/express-app/images/2025/february/intro-frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
}

.intro-content-header {
  font-family: David Libre;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #5534F5;
}

.intro-content-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 33.85px;
  text-align: justify;
}

@media(max-width:1200px) {
  .intro-content-header{
    font-size: 30px;
  }
  .intro-content-text{
    font-size: 15px;
    line-height: 23px;
  }
}

@media(max-width:1400px) {
  .intro-content-text{
    line-height: 23px;
  }
}

.intro-image-container {
  transform: rotate(-24deg);
  margin-top: -24%;
  margin-left: -5%;
}


/* #region: styling all 15cards of first set */

.card-container .tarot-card.first-set:nth-child(1) {
  position: absolute;
  left: var(--left-1st-set);
  bottom: 0;
}

.card-container .tarot-card.first-set:nth-child(2) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 1));
  bottom: 8px !important;
}

.card-container .tarot-card.first-set:nth-child(3) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 2));
  bottom: 16px !important;
}

.card-container .tarot-card.first-set:nth-child(4) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 3));
  bottom: 24px !important;
}

.card-container .tarot-card.first-set:nth-child(5) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 4));
  bottom: 32px !important;
}

.card-container .tarot-card.first-set:nth-child(6) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 5));
  bottom: 40px !important;
}

.card-container .tarot-card.first-set:nth-child(7) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 6));
  bottom: 48px !important;
}

.card-container .tarot-card.first-set:nth-child(8) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 7));
  bottom: 56px !important;
}

.card-container .tarot-card.first-set:nth-last-child(7) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 8));
  bottom: 48px !important;
}

.card-container .tarot-card.first-set:nth-last-child(6) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 9));
  bottom: 40px !important;
}

.card-container .tarot-card.first-set:nth-last-child(5) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 10));
  bottom: 32px !important;
}

.card-container .tarot-card.first-set:nth-last-child(4) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 11));
  bottom: 24px !important;
}

.card-container .tarot-card.first-set:nth-last-child(3) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 12));
  bottom: 16px !important;
}

.card-container .tarot-card.first-set:nth-last-child(2) {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 13));
  bottom: 8px !important;
}

.card-container .tarot-card.first-set:last-child {
  position: absolute;
  left: calc(var(--left-1st-set) + (var(--left-1st-set-offset) * 14));
  bottom: 0px !important;
}

/* #endregion */

/* rest 4 card styling set  */
.card-container .tarot-card:not(.first-set):nth-child(1) {
  position: absolute;
  left: var(--left-next-set);
  bottom: 0;
}

.card-container .tarot-card:not(.first-set):nth-child(2) {
  position: absolute;
  left: calc(var(--left-next-set) + 6rem);
  bottom: 12px !important;
  z-index: 2;
}

.card-container .tarot-card:not(.first-set):nth-child(3) {
  position: absolute;
  left: calc(var(--left-next-set) + 12rem);
  z-index: 3;
  bottom: 24px !important;
}

.card-container .tarot-card:not(.first-set):nth-last-child(2) {
  position: absolute;
  z-index: 2;
  left: calc(var(--left-next-set) + 18rem);
  bottom: 12px !important;
}

.card-container .tarot-card:not(.first-set):last-child {
  z-index: 1;
  position: absolute;
  left: calc(var(--left-next-set) + 24rem);
  bottom: 0px !important;
}



.selected-cards-content {
  border: 2px solid #ffffffc0;
  border-radius: 8px;
  margin: 4px;
  width: var(--selected-card-width);
  height: calc(var(--selected-card-width) * 1.44);
}

.selected-cards>div:nth-child(1) {
  margin-top: 10px;
}

.selected-cards>div:nth-child(2) {
  margin-top: -10px;
}

.selected-cards>div:nth-child(3) {
  margin-top: 10px;
}

.selected-cards>div:nth-child(4) {
  margin-top: -10px;
}

.selected-cards>div:nth-child(5) {
  margin-top: 10px;
}
.tarot-card-inner {
  position: relative;
  transform-style: preserve-3d;
  transition: transform .1s;
}

.tarot-card.rotate {
  transform: rotateY(180deg);
}

.tarot-card-front,
.tarot-card-back {
  width: 100%;
  height: 286.22px;
  position: absolute;
  backface-visibility: hidden;
}

.tarot-card-front {
  width: var(--card-width);
  height: calc(var(--card-width) * 1.44);
}
.selected-cards  .tarot-card-front {
  width: var(--card-width);
  height: calc(var(--card-width) * 1.44);
}

.tarot-card-front>div {
  width: 100%;
}

.tarot-card-front img {
  scale: 1.2;
  height: 100%;
}

.card-container .tarot-card.first-set .tarot-card-front img {
  scale: 1.2;
}

.card-container .tarot-card:not(.first-set) .tarot-card-front img {
  scale: 1.4;
}

.tarot-card-back {
  /* background-color: rgb(66, 214, 90); */
  transform: rotateY(180deg);
}

.tarot-card.open {
  opacity: 1;
  width: var(--card-width);
}
.selected-cards .tarot-card.open {
  opacity: 1;
  width: var(--selected-card-width);
}

.selected-cards .tarot-card .rotate {
  transform: rotateY(180deg) !important;
  transition: none !important;
  opacity: 1;
  width: 194px;
}

.selected-cards .tarot-card {
  margin: .5rem;
}

.d-outline {
  outline-offset: -1rem;
  outline: 2px solid #ffffffc0;
}

.shuffle-btn {
  border-radius: 360px;
  padding: 12px 22px;
  gap: 10px;
  background: linear-gradient(270deg, #D58886 0%, #3F4893 34%, #3F4893 71%, #D58886 100%);
  z-index: 11;
}
.game-header{
  padding-block: 8rem;
}

.gradient-bg{
  position: absolute;
  z-index: -1;
  width: 100%;
  /* height: 20px; */
  left: 0;
  opacity: 0.8;
}
.stars-bg{
  opacity: 1;
  z-index: -1;
  width: 100%;
}
.gradient-bg img{
  height: 300px;
  width: 100%;
}


.game-header p, .prediction-download p, .prediction-download button {
  font-family: David Libre;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
  color: #F7EEDF;
}

.prediction-image-container img {
  width: 160px;
}

.prediction {
  gap: 60px;
}

.prediction-desc {
  color: #D9D9D9;
}

.download-prediction-btn {
  width: 276px;
  height: 45px;
  gap: 10px;
  border-radius: 360px;
  padding: 16px 24px;
  background: linear-gradient(270deg, #FE76B4 0%, #F2A531 34%, #F2A531 71%, #FE76B4 100%);
}

.prediction-group-header p {
  font-family: David Libre;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
  color: #F7EEDF;
}

/* #endregion */

.gossip-girl-content{
  display: flex;
  flex-wrap: wrap;
}

.gossip-girl-content-div-wrapper{
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.gossip-girl-content-div{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gossip-girl-content-div {
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
}

.gg-section {
  position: relative;
}

.gg-sticker {
  position: absolute;
  left: 50px;
}

.gossip-girl-title {
  font-family: David Libre;
  color: #F7EEDF;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
}

.gossip-girl-content-div-wrapper {
  padding-inline: 6px;
}

.gossip-girl-content-div-wrapper:nth-child(1) {
  .gossip-girl-content-div {
    background-color: #ACE0D3;
    padding: 40px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .gossip-girl-content-div p{
    line-height: 20px;
    font-family: Poppins;
    size: 20px;
  }
}



.gossip-girl-content-div-wrapper:nth-child(2) {
  .gossip-girl-content-div {
    background-color: #9FD3E7;
    color: #0C493A;

    .chip {
      border: 2px solid #0C493A;
      color: #0C493A;
    }

    .divider {
      background-color: #0C493A;
      height: 1px;
      border: none;
    }
  }

}

.gossip-girl-content-div-wrapper:nth-child(3) {
  .gossip-girl-content-div {
    background-color: #BDB2F1;
    color: #1F106D;

    .chip {
      border: 2px solid #1F106D;
      color: #1F106D;
    }

    .divider {
      background-color: #1F106D;
      height: 1px;
      border: none;
    }
  }
}

.gossip-girl-content-div-wrapper:nth-child(4) {
  .gossip-girl-content-div {
    background-color: #BDB2F1;
    color: #1F106D;

    .chip {
      border: 2px solid #1F106D;
      color: #1F106D;
    }

    .divider {
      background-color: #1F106D;
      height: 1px;
      border: none;
    }
  }
}

.gossip-girl-content-div-wrapper:nth-child(5) {
  .gossip-girl-content-div {
    background-color: #ACE0D3;
    color: #0C493A;

    .chip {
      border: 2px solid #0C493A;
      color: #0C493A;
    }

    .divider {
      background-color: #0C493A;
      height: 1px;
      border: none;
    }
  }
}

.gossip-girl-content-div-wrapper:nth-child(6) {
  .gossip-girl-content-div {
    background-color: #9FD3E7;
    color: #1F48B1;

    .chip {
      border: 2px solid #1F48B1;
      color: #1F48B1;
    }

    .divider {
      background-color: #1F48B1;
      height: 1px;
      border: none;
    }
  }
}



.gossip-girl-content-div .chip {
  gap: 8px;
  border-radius: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 4px;
  font-weight: 400;
  font-size: 12px;
}

.gossip-girl-content-div .text {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 18px;
  color: #1E1E1E !important;
}

.gossip-girl-content-div .img {
  width: 100%;
  border-radius: 12px;
  height: 200px;
  background-color: white;
  justify-content: center;
}

.gossip-girl-content-div p {
  margin: 0;
}

.gossip-girl-content-div hr {
  margin: 0;
}

.footer-marquee-container {
  background: white !important;
}

.footer-marquee-container>ul>li {
  color: #5534F5 !important;
}

.footer-list {
  list-style-type: none;
}

.footer-img {
  position: absolute;
  /* width: 100vw; */
  width: 100%;
  bottom: 0px;
  z-index: 1;
  vertical-align: bottom;
}

.footer-img-bottom {
  position: absolute;
  /* width: 100vw; */
  width: 100%;
  bottom: 0px;
}

.footer-img-bottom img {
  width: 100%;
}

.footer-img img {
  width: 100%;
  height: 800px;
}

.gossip-girl-section {
  z-index: 3;
}

.intro-content {
  /* customize to your heart's content */
  --corner-radius: 64px;
  --border-width: 4px;
  --border-color: rgba(255, 255, 255, 0.4);
  background-color: #F7EEDF;
  z-index: 1;
  border-radius: 5px;
}

/* just copy and paste this, do not modify anything but the class name */
.intro-content {
  --cr: var(--corner-radius);
  --bp: var(--border-padding);
  --bw: var(--border-width);
  --bc: var(--border-color);
  --co: calc(var(--cr) + var(--bw));
  --bo: calc(var(--cr) * 2);
  --gr: #0000 calc(98% - var(--bw)), #000 calc(100% - var(--bw)) 98%, #0000;
  --mask-inside:
    radial-gradient(farthest-side at 0 0, var(--gr)) 0 0 /var(--co) var(--co) no-repeat,
    radial-gradient(farthest-side at 100% 0, var(--gr)) 100% 0 /var(--co) var(--co) no-repeat,
    radial-gradient(farthest-side at 0 100%, var(--gr)) 0 100%/var(--co) var(--co) no-repeat,
    radial-gradient(farthest-side at 100% 100%, var(--gr)) 100% 100%/var(--co) var(--co) no-repeat,
    linear-gradient(90deg, #000 var(--bw), #0000 0 calc(100% - var(--bw)), #000 0) 50%/100% calc(100% - var(--bo)) no-repeat,
    linear-gradient(#000 var(--bw), #0000 0 calc(100% - var(--bw)), #000 0) 50%/calc(100% - var(--bo)) 100% no-repeat;
  --mask-outside:
    radial-gradient(var(--cr) at 0 0, #0000 98%, #000) 0 0 /51% 51% no-repeat,
    radial-gradient(var(--cr) at 100% 0, #0000 98%, #000) 100% 0 /51% 51% no-repeat,
    radial-gradient(var(--cr) at 100% 100%, #0000 98%, #000) 100% 100%/51% 51% no-repeat,
    radial-gradient(var(--cr) at 0 100%, #0000 98%, #000) 0 100%/51% 51% no-repeat;

  position: relative;
  -webkit-mask: var(--mask-outside);
  mask: var(--mask-outside);
}

.intro-content::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: var(--bp);
  background: var(--bc);
  -webkit-mask: var(--mask-inside);
  mask: var(--mask-inside);
}

.gallery {
  position: absolute;
  height: 104%;
  overflow: hidden;
}

.gallery-1 {
  top: 0;
  left: 0;
}

.gallery-2 {
  top: 0;
  left: 210px;
  height: 110%;
}

.display--inline-top {
  display: inline-block;
  vertical-align: top;
}

.fill-dimensions {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.relative {
  position: relative;
}

.cover-img {
  background-position: center center;
  background-size: cover;
  /* background-size: contain; */
  background-repeat: no-repeat;
}

.gallery-1 .gallery-image {
  animation: marqueeTop 100s linear infinite;
  /* animation-delay: 2000ms; */
}

.gallery-2 .gallery-image {
  animation: marqueeTop 50s linear infinite;
  /* animation-delay: 20ms; */
}

.gallery-1 .gallery-h--tb {
  .gallery-image {
    animation: marqueeBottom 10s linear infinite;
  }
}

.gallery-2 .gallery-h--tb {
  .gallery-image {
    animation: marqueeBottom 5s linear infinite;
  }
}


.gallery-image__img {
  padding-top: 19rem;
  width: var(--intro-card-width);
  margin: 0 auto;
}

.gallery-h {
  overflow: hidden;
  width: min-content;
}
@keyframes marqueeTop {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  5% {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
  }

  10% {
    transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
  }

  15% {
    transform: translate3d(0, -300%, 0);
    -webkit-transform: translate3d(0, -300%, 0);
  }

  20% {
    transform: translate3d(0, -400%, 0);
    -webkit-transform: translate3d(0, -400%, 0);
  }

  25% {
    transform: translate3d(0, -500%, 0);
    -webkit-transform: translate3d(0, -500%, 0);
  }

  30% {
    transform: translate3d(0, -600%, 0);
    -webkit-transform: translate3d(0, -600%, 0);
  }

  35% {
    transform: translate3d(0, -700%, 0);
    -webkit-transform: translate3d(0, -700%, 0);
  }

  40% {
    transform: translate3d(0, -800%, 0);
    -webkit-transform: translate3d(0, -800%, 0);
  }

  45% {
    transform: translate3d(0, -900%, 0);
    -webkit-transform: translate3d(0, -900%, 0);
  }

  50% {
    transform: translate3d(0, -1000%, 0);
    -webkit-transform: translate3d(0, -1000%, 0);
  }

  55% {
    transform: translate3d(0, -1100%, 0);
    -webkit-transform: translate3d(0, -1100%, 0);
  }

  60% {
    transform: translate3d(0, -1200%, 0);
    -webkit-transform: translate3d(0, -1200%, 0);
  }

  65% {
    transform: translate3d(0, -1300%, 0);
    -webkit-transform: translate3d(0, -1300%, 0);
  }

  70% {
    transform: translate3d(0, -1400%, 0);
    -webkit-transform: translate3d(0, -1400%, 0);
  }

  75% {
    transform: translate3d(0, -1500%, 0);
    -webkit-transform: translate3d(0, -1500%, 0);
  }

  80% {
    transform: translate3d(0, -1600%, 0);
    -webkit-transform: translate3d(0, -1600%, 0);
  }

  85% {
    transform: translate3d(0, -1700%, 0);
    -webkit-transform: translate3d(0, -1700%, 0);
  }

  90% {
    transform: translate3d(0, -1800%, 0);
    -webkit-transform: translate3d(0, -1800%, 0);
  }

  95% {
    transform: translate3d(0, -1900%, 0);
    -webkit-transform: translate3d(0, -1900%, 0);
  }

  100% {
    transform: translate3d(0, -2000%, 0);
    -webkit-transform: translate3d(0, -2000%, 0);
  }
}


@keyframes marqueeBottom {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@media(max-width: 1530px) {
  .intro-image-container {
    transform: rotate(-22deg);
  }

  /* .intro-content {
    padding-left: 12rem;
  } */
}

@media(max-width: 1440px) {
  :root {
    --intro-card-width: 180px;
    --left-1st-set: 12%;
    --left-next-set: 30%;
  }
  
  .header-img-container img {
    width: 80%;
  }
  
  .intro-image-container {
    transform: rotate(-18deg);
  }
  
  /* .intro-content {
    padding-left: 10rem;
  } */
  
  .gallery-image__img {
    padding-top: 14rem;
  }
  
  .gallery-2 {
    left: 160px;
  }
}

@media(max-width: 1399px) {
  :root {
    --left-next-set: 30%;
  }
}

@media(max-width: 1200px) {
  :root {
    --card-width: 160px;
    --selected-card-width: 160px;
    --left-next-set: 28.2%;

  }
  .intro-wrapper{
    width: 100% !important;
    padding-left: 3rem;
  }
  /* .intro-content {
    padding-left: 3rem;
  } */
  .intro-image-container{
    display: none !important;
  }

}

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

.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;
}
@media(max-width: 992px) {
  :root {
    --left-next-set: 28%;
  }
}
@media(max-width: 991px) {
  :root {
    --left-next-set: 21%;
  }
}
@media(max-width: 767px) {
  :root {
    --left-next-set: 12%;
  }
}
@media(max-width: 576px) {
  :root {
    --left-next-set: 27%;
  }
}

/* .modal-section .modal-content {
  height: 90vh !important;
} */

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