@font-face {
  font-family: 'Brusher';
  src: url('fonts/Brusher.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}

/*-----------Main Component-----------*/
.invitation-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100dvh;
  background-color: #b7e7e9;
  overflow: hidden;
}


/* Overlay di atas invitation */

#opening-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #b7e7e9 0%, #a2dee1 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease;
  font-family: 'Poppins', sans-serif;
}



#opening-overlay img{
  height: 15dvh;
}



/* Saat tampil */

#opening-overlay.show {
  transform: translateY(0);
  opacity: 1;
}



/* Saat ditutup (bergerak ke bawah) */

#opening-overlay.closing {
  transform: translateY(100%);
  opacity: 0;
}



/* Tombol elegan */

#open-invitation-btn {
  background: linear-gradient(135deg, #2da0a8, #0e6e75);
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 14px 48px;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(45, 160, 168, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.4s ease;
}



#open-invitation-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 30px rgba(45, 160, 168, 0.6);
  background: linear-gradient(135deg, #3cc7cf, #0e6e75);
}

@media (min-width: 1080px) {
  .invitation-container {
    width: 350px;
  }
}

.background {
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/Background Infinity Merge.png');
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}

.couple {
  position: absolute;
  bottom: 12.2%;
  left: 5%;
  height: 15dvh;
  z-index: 2;
}

.plane {
  position: absolute;
  top: 3%;
  left: -30%;
  width: 90%;
  z-index: 1;
  transition: transform 0.1s linear;
}

.plane2 {
  position: absolute;
  top: 3%;
  left: -30%;
  width: 90%;
  z-index: 1;
  transition: transform 0.1s linear;
}

/*-----------Main Component-----------*/


/*---------------Page 1---------------*/
.scrolling-elements1 {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.1s linear;
  /* border: 1px solid red; */
}

.scrolling-elements1 .cloud1-container {
  position: absolute;
  top: 6%;
  left: 10%;
  width: 80%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scrolling-elements1 .cloud1 {
  width: 100%;
  display: block;
}

.scrolling-elements1 .textcloud1 {
  position: absolute;
  text-align: center;
  color: #21b7c2;
  font-size: 14px;
  font-weight: bold;
  padding-top: 4dvh;
}

.scrolling-elements1 .datecloud1 {
  color: #0e6e75;
}

.scrolling-elements1 .frame {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 74%;
  z-index: 1;
}

.scrolling-elements1 .cloud3 {
  position: absolute;
  top: 65%;
  left: 5%;
  height: 3%;
  z-index: 1;
}

.scrolling-elements1 .cloud4 {
  position: absolute;
  top: 77%;
  left: 65%;
  height: 3%;
  z-index: 1;
}

.scrolling-elements1 .title {
  position: absolute;
  color: #0e6e75;
  top: 20%;
  font-family: 'Pinyon Script', cursive;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

.scrolling-elements1 .mempelaiatas {
  position: absolute;
  color: #0e6e75;
  top: 32%;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 42px;
  font-weight: bold;
  white-space: nowrap;
  font-family: 'Allura', cursive;
}

.scrolling-elements1 .and {
  position: absolute;
  color: #0e6e75;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 42px;
  font-weight: bold;
  font-family: 'Allura', cursive;
}

.scrolling-elements1 .mempelaibawah {
  font-family: 'Allura', cursive;
  color: #0e6e75;
  position: absolute;
  top: 46%;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 42px;
  font-weight: bold;
  white-space: nowrap;
}

.scrolling-elements1 .kepadacontainer {
  top: 64%;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #0e6e75;
  font-size: 12px;
  font-weight: bold;
}

.scrolling-elements1 .tujuan {
  font-weight: normal;
}

/*---------------Page 1---------------*/


/*---------------Page 2---------------*/
.scrolling-elements2 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  transition: transform 0.1s linear;
  /* border: 1px solid red; */
}

.scrolling-elements2 .quotes-container {
  top: 23%;
  left: 10%;
  width: 80%;
  position: absolute;
  text-align: center;
  color: #0e6e75;
  font-size: 12px;
  font-weight: bold;
}

.scrolling-elements2 .title {
  font-weight: bold;
}

.scrolling-elements2 .birds1 {
  position: absolute;
  bottom: 35%;
  left: 10%;
  height: 5%;
  z-index: 1;
}

.scrolling-elements2 .cloud5 {
  position: absolute;
  top: 11%;
  left: 30%;
  height: 7%;
  z-index: 1;
}

.scrolling-elements2 .cloud6 {
  position: absolute;
  bottom: 16%;
  right: 10%;
  height: 10%;
  z-index: 0;
}

/*---------------Page 2---------------*/

/*---------------Page 3---------------*/
.scrolling-elements3 {
  position: absolute;
  top: 0;
  left: 200%;
  width: 100%;
  height: 100%;
  transition: transform 0.1s linear;
  /* border: 1px solid red; */
}

.scrolling-elements3 .cloud4 {
  position: absolute;
  top: 10%;
  left: 20%;
  height: 6%;
  z-index: 1;
}

.scrolling-elements3 .top3 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 20%;
  width: 100%;
}

.scrolling-elements3 .top3 .pembukaan {
  width: 80%;
  text-align: center;
  color: #0e6e75;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: bold;
}

.scrolling-elements3 .top3 .mempelaiatas {
  color: #04464A;
  z-index: 1;
  font-family: 'Brusher', cursive;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0px;
}

.scrolling-elements3 .top3 .ortulaki {
  color: #0e6e75;
  z-index: 1;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.scrolling-elements3 .top3 .and {
  color: #04464A;
  z-index: 1;
  font-family: 'Brusher', cursive;
  font-weight: bold;
  font-size: 32px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.scrolling-elements3 .top3 .ortuperempuan {
  color: #0e6e75;
  z-index: 1;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.scrolling-elements3 .top3 .mempelaibawah {
  color: #04464A;
  z-index: 1;
  font-family: 'Brusher', cursive;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  margin-bottom: 0px;
}

/*---------------Page 3---------------*/

/*---------------Page 4---------------*/

.scrolling-elements4 {
  position: absolute;
  top: 0;
  left: 300%;
  width: 100%;
  height: 100%;
  transition: transform 0.1s linear;
  /* border: 1px solid red; */
}



.scrolling-elements4 .ballon1 {
  position: absolute;
  top: 11%;
  left: 10%;
  height: 13%;
  z-index: 1;
}



.scrolling-elements4 .ballon2 {
  position: absolute;
  top: 15%;
  right: 10%;
  height: 13%;
  z-index: 1;
}



.scrolling-elements4 .cloud2 {
  position: absolute;
  top: 12%;
  left: 35%;
  height: 5%;
  z-index: 1;
}



.scrolling-elements4 .content {
  position: absolute;
  top: 30%;
  width: 80%;
  left: 10%;
  height: 30%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}



.scrolling-elements4 .content .date {
  grid-area: 1 / 1 / 3 / 4;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.scrolling-elements4 .content .date img {
  height: 35%;
}



.scrolling-elements4 .content .date div {
  color: #0e6e75;
  font-weight: bolder;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
}



.scrolling-elements4 .content .time {
  grid-area: 1 / 4 / 3 / 7;
  background-color: white;
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}



.scrolling-elements4 .content .time .clock1 {
  grid-area: 1 / 1 / 3 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}



.scrolling-elements4 .content .time .clock1 img {
  height: 60%;
}



.scrolling-elements4 .content .time .clock2 {
  grid-area: 3 / 1 / 5 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}



.scrolling-elements4 .content .time .clock2 img {
  height: 60%;
}



.scrolling-elements4 .content .time .akadtime {
  grid-area: 1 / 3 / 3 / 8;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  color: #0e6e75;
  padding-left: 5px;
  font-size: 9px;
}



.scrolling-elements4 .content .time .akadtime .title {
  font-weight: bold;
}



.scrolling-elements4 .content .time .akadtime .timeclock {
  font-weight: 400;
}



.scrolling-elements4 .content .time .resepsitime {
  grid-area: 3 / 3 / 5 / 8;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  color: #0e6e75;
  padding-left: 5px;
  font-size: 9px;
}



.scrolling-elements4 .content .time .resepsitime .title {
  font-weight: bold;
}



.scrolling-elements4 .content .time .resepsitime .timeclock {
  font-weight: 400;
}



.scrolling-elements4 .content .countdown {
  grid-area: 3 / 1 / 4 / 7;
  display: flex;
  flex-direction: row;
  gap: 10px;
}



.scrolling-elements4 .content .countdown div {
  border-radius: 5px;
  background-color: white;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



.scrolling-elements4 .content .countdown .container {
  font-size: 10px;
  color: #0e6e75;
  font-weight: bold;
}



.scrolling-elements4 .content .countdown .container span {
  font-size: 10px;
  color: #8FC09A;
  font-weight: 400;
}



.scrolling-elements4 .content .maps {
  grid-area: 4 / 1 / 6 / 7;
  z-index: 999;
  cursor: pointer;
  background-color: #0e6e75;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.3s ease-in;
  gap: 5px;
  font-size: 11px;
  padding: 5px 10px;
}



.scrolling-elements4 .content .maps:hover {
  background-color: #138a95;
}



.scrolling-elements4 .content .maps img {
  height: 50%;
}



.scrolling-elements4 .content .maps div {
  text-align: center;
}



/*---------------Page 4---------------*/


/*---------------Page 5---------------*/
.scrolling-elements5 {
  position: absolute;
  top: 0;
  left: 400%;
  width: 100%;
  height: 100%;
  transition: transform 0.1s linear;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
}

.scrolling-elements5 .container-message {
  position: relative;
  top: 14%;
  background-color: white;
  padding: 10px;
  color: #0e6e75;
  text-align: center;
  z-index: 2;
  width: 80%;
  border-radius: 5px;
}

.scrolling-elements5 .container-message h2 {
  font-size: 14px;
  color: #0e6e75;
  margin-bottom: 15px;
  font-weight: 700;
}

.adab-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.adab-list li {
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-size: 12px;
  margin-bottom: 6px;
  gap: 10px;
}

.adab-list li i {
  color: #82B695;
  font-size: 12px;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

.adab-list li:hover i {
  transform: scale(1.1);
}

.doa-section {
  background-color: #f5fdfd;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #b7e2df;
}

.doa-section .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}

.doa-section .arabic {
  font-size: 12px;
  color: #0e6e75;
  font-family: 'Scheherazade New', serif;
  margin-bottom: 8px;
  direction: rtl;
  text-align: center;
}

.doa-section .translation {
  font-size: 10px;
  color: #0e6e75;
  line-height: 1.6;
  text-align: center;
}

.scrolling-elements5 .cloud4 {
  position: absolute;
  top: 5%;
  left: 15%;
  height: 6%;
  z-index: 1;
}

/*---------------Page 5---------------*/

/*---------------Page 6---------------*/
.scrolling-elements6 {
  position: absolute;
  top: 0;
  left: 500%;
  width: 100%;
  height: 100%;
  transition: transform 0.1s linear;
}

.scrolling-elements6 .terimakasih {
  position: absolute;
  top: 22%;
  left: 5%;
  width: 90%;
  z-index: 1;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #0e6e75;
}

.scrolling-elements6 .container-card-gift {
  position: absolute;
  top: 35%;
  left: 5%;
  width: 79%;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
}

.scrolling-elements6 .container-card-gift .container-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}

.scrolling-elements6 .container-card-gift .container-card .credit-card-img {
  flex: 15%;
  width: 15%;
}

.scrolling-elements6 .container-card-gift .container-card .credit-card-text {
  flex: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.scrolling-elements6 .container-card-gift .container-card .credit-card-text .name {
  font-size: 12px;
  color: #0e6e75;
}

.scrolling-elements6 .container-card-gift .container-card .credit-card-text .number {
  font-size: 12px;
  color: silver;
}

.scrolling-elements6 .container-card-gift .line {
  height: 3px;
  background-color: silver;
  width: 100%;
}

.scrolling-elements6 .container-card-gift .container-gift {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.scrolling-elements6 .container-card-gift .container-gift .location-gift-img {
  width: 15%;
}

.scrolling-elements6 .container-card-gift .container-gift .location-text {
  text-align: center;
  font-size: 12px;
  color: #0e6e75;
}

.scrolling-elements6 .cloud1 {
  position: absolute;
  top: 10%;
  left: 30%;
  height: 7%;
  z-index: 1;
}

.scrolling-elements6 .cloud2 {
  position: absolute;
  top: 60%;
  left: 25%;
  width: 40%;
  z-index: 1;
}

/*---------------Page 6---------------*/

/*---------------Page 7---------------*/
.scrolling-elements7 {
  position: absolute;
  top: 0;
  left: 600%;
  width: 100%;
  height: 100%;
  transition: transform 0.1s linear;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
}

.scrolling-elements7 .container-form {
  position: relative;
  top: 10%;
  width: 80%;
  padding: 5px 10px;
  background-color: white;
  border-radius: 5px;
  color: #0e6e75;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.scrolling-elements7 h2 {
  text-align: center;
  font-size: 14px;
  color: #0e6e75;
  font-weight: 700;
}

.scrolling-elements7 h2 i {
  color: #82B695;
  margin-right: 10px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-row .form-group.half {
  flex: 1;
}

.form-group {
  margin-bottom: 5px;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: #0e6e75;
  font-size: 10px;
  margin-bottom: 2px;
}

.form-group i {
  margin-right: 6px;
  color: #82B695;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b7e2df;
  font-family: 'Poppins', sans-serif;
  color: #333;
  box-sizing: border-box;
  font-size: 10px;
  padding: 3px 10px;
}

.form-group textarea {
  max-height: 7dvh;
  min-height: 7dvh;
  height: 7dvh;
  resize: vertical;
}

.btn-submit {
  display: block;
  width: 100%;
  background-color: #82B695;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 12px;
  padding: 8px;
}

.btn-submit:hover {
  background-color: #0e6e75;
}

.ucapan-list-container {
  margin-top: 10px;
}

.ucapan-list {
  background-color: #f5fdfd;
  border-radius: 5px;
  padding: 10px;
  max-height: 10dvh;
  overflow-y: auto;
  border: 1px solid #b7e2df;
}

.ucapan-item {
  border-bottom: 1px solid #d9f0ef;
  padding: 5px 0;
}

.ucapan-item:last-child {
  border-bottom: none;
}

.ucapan-item .nama {
  font-weight: 600;
  color: #0e6e75;
  font-size: 10px;
}

.ucapan-item .text {
  margin-top: 6px;
  font-size: 10px;
  color: #333;
  line-height: 1.5;
}

.empty {
  text-align: center;
  color: #999;
  font-style: italic;
}

/*---------------Page 7---------------*/


/*---------------Page 8---------------*/
.scrolling-elements8 {
  position: absolute;
  top: 0;
  left: 700%;
  width: 100%;
  height: 100%;
  transition: transform 0.1s linear;
}

.scrolling-elements8 .text {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 90%;
  z-index: 1;
  text-align: center;
  color: #0e6e75;
  font-size: 12px;
}

.scrolling-elements8 .text div {
  margin-top: 20px;
}

.scrolling-elements8 .watermark {
  position: absolute;
  top: 47%;
  left: 12%;
  width: 70%;
  z-index: 1;
  text-align: center;
  background-color: white;
  font-size: 14px;
  gap: 10px;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.scrolling-elements8 .watermark .designed-by {
  color: #0e6e75;
}

.scrolling-elements8 .watermark .container-call {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.scrolling-elements8 .watermark .container-call a {
  width: 80%;
}

.scrolling-elements8 .watermark .container-call .wipoo-img {
  width: 30%;
  flex: 30%;
  border-radius: 10px;
}

.scrolling-elements8 .watermark .container-call .sosmed {
  width: 70%;
  flex: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  gap: 5px;
}

.scrolling-elements8 .watermark .container-call .sosmed .instagram {
  border-radius: 5px;
  background-color: #9F2220;
  padding: 5px 20px;
  color: white;
  transition: all 0.3s ease-in;
  width: 80%;
}

.scrolling-elements8 .watermark .container-call .sosmed .instagram:hover {
  background-color: #ad413f;
}

.scrolling-elements8 .watermark .container-call .sosmed .whatsapp {
  border-radius: 5px;
  background-color: #008641;
  padding: 5px 20px;
  color: white;
  transition: all 0.3s ease-in;
  width: 80%;
}

.scrolling-elements8 .watermark .container-call .sosmed .whatsapp:hover {
  background-color: #23a562;
}

.scrolling-elements8 .cloud4 {
  position: absolute;
  top: 15%;
  left: 40%;
  width: 50%;
  z-index: 1;
}

.scrolling-elements8 .birds1 {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 40%;
  z-index: 1;
}

/*---------------Page 8---------------*/


/*---------------Loader---------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #b7e7e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Poppins', sans-serif;
  color: #0e6e75;
}

.spinner {
  width: 60px;
  aspect-ratio: 1;
  background: linear-gradient(#0e6e75 0 0) bottom/100% 0% no-repeat #ccc;
  -webkit-mask:
    radial-gradient(circle at 60% 65%, #000 62%, #0000 65%) top left,
    radial-gradient(circle at 40% 65%, #000 62%, #0000 65%) top right,
    linear-gradient(to bottom left, #000 42%, #0000 43%) bottom left,
    linear-gradient(to bottom right, #000 42%, #0000 43%) bottom right;
  -webkit-mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  animation: l19 2s infinite linear;
}

@keyframes l19 {

  90%,
  100% {
    background-size: 100% 100%
  }
}

/*---------------Loader---------------*/

/*--------------Controls--------------*/
.controls {
  position: fixed;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 85dvw;
  z-index: 998;
}

.arrow {
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.4;
  /* transparansi */
  transition: opacity 0.3s, transform 0.2s;
}

.arrow.left {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #0e6e75;
  /* warna panah */
  border-radius: 6px;
}

.arrow.right {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #0e6e75;
  /* warna panah */
  border-radius: 6px;
}

@media (min-width: 1080px) {
  .controls {
    gap: 300px;
  }

  .arrow:hover {
    opacity: 0.9;
    transform: scale(1.1);
  }
}

/*--------------Controls--------------*/


/*--------------Buttons--------------*/
.buttons {
  position: absolute;
  right: 2%;
  transform: translateX(0%);
  display: flex;
  z-index: 998;
  gap: 25px;
  bottom: 5px;
}

.buttons button {
  padding: 5px 10px;
  font-size: 24px;
  border: none;
  background-color: #ffffffaa;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: background 0.2s;
  user-select: none;
  /* Disable text selection */
  -webkit-user-select: none;
  /* Safari */
  -webkit-touch-callout: none;
  /* Disable long press menu on iOS */
  -webkit-tap-highlight-color: transparent;
  /* Remove tap highlight */
  touch-action: manipulation;
  /* Prevent double-tap zoom */
}

.buttons button:hover {
  background-color: #a2bb9b;
}

/*--------------Buttons--------------*/