:root {
  --main-color: #18371D;
  --second-color: #18371D;
  --hover-color: #2764BA;
  --body-color: #E0E0E0;
  --box-color: white;
  --screen-height: 100vh;
  --screen-width: 100vw;
}


.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* animate custom */
/* .animate__animated {
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
} */

* {
  box-sizing: border-box;
}


body {
  overflow: hidden;
  background-color: #fff;
}

html {
  /* font-family: 'Raleway', Tahoma, sans-serif; */
  width: 100%;
  min-height: 100%;
}

.adelia-normal {
  font-family: 'Adelia';
  font-weight: 200;
}

.baskervile-normal {
  font-family: 'Maharlika';
  font-weight: 200;
}

.edwardian-normal {
  font-family: 'Edwardian';
  font-weight: 200;
}

.color-brown-dark {
  color: var(--second-color);
}

.mb-6rem {
  margin-bottom: 6rem !important;
}


.mb-5rem {
  margin-bottom: 5rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-1rem {
  margin-bottom: 1rem;
}


/* .header-wrapper {
  padding-bottom: 30px;
}  */

.initial-view {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.initial-view .btn-open {
  cursor: pointer;
  padding: 0.7rem 3rem;
  width: fit-content;
  color: var(--main-color);
  background-color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 22px;
  /* text-transform: uppercase; */
}


.navbar-desktop {
  height: 60px;
  background: white;
  padding: 17px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
  width: 100%;
  z-index: 99;
  position: fixed;
}

.content-client {
  margin-left: -4vw;
  display: flex;
  justify-content: center;
  /* align-content: flex-end; */
  font-size: 120px;
  gap: 30px;
  flex-wrap: wrap;
  /* width: 80%; */
  padding: 3rem 20%;
}

.container-client {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
}

.hero-client-name-and {
  font-size: 50%;
  /* display: contents; */
}

.footer-client-new {
  margin-left: -4vw;
  display: flex;
  justify-content: center;
  /* align-content: flex-end; */
  font-size: 80px;
  gap: 20px;
  flex-wrap: wrap;
  /* width: 80%; */
  padding: 2rem 30%;
}



@media (min-width: 518px) {
  .hero-client-name-and {
    display: contents;
  }
}

/* @media (max-width: 800px) {
  .navbar-desktop {
    display: none;
  }
} */

/* .navbar-desktop--wrapper {
  /* margin: 15px auto; */
/* height: 60px; */
/* } */
.hero-menu-desktop {
  line-height: 38px;
  /* font-weight: 600; */
  /* text-transform: ; */
  letter-spacing: 1px;
  font-size: 1rem;
}

.navbar-desktop .hero-menu-desktop ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-desktop .hero-menu-desktop ul li.is-active a {
  border-bottom: 2px solid var(--second-color);
}

.navbar-desktop .hero-menu-desktop ul li a {
  font-size: 16px;
  color: var(--second-color);
  text-transform: uppercase;
}

.navbar-desktop .hero-menu-desktop ul li a:hover {
  color: var(--second-color);
  transition: all .2s ease-in-out;
  border-bottom: 2px solid #c28285;
}

.navbar-item {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: var(--second-color);
}

.navbar-item:hover {
  color: var(--second-color) !important;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.navbar-item.is-active {
  border-bottom: 2px solid var(--second-color);
}

/* .navbar-menu{
  background:  rgba(255, 255, 255, 0.8);
} */

.navbar-burger {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}

.navbar-burger:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* .initial-view{
  position: relative;
  z-index: 99999;
} */


.hero {
  /* background-image: url(/image/pecatu.jpg); */
  /* background-image: url(https://picsum.photos/id/25/1920/1080); */
  /* background: linear-gradient(rgba(41, 41, 41, 0.5), rgba(0, 0, 0, 0.5)), rgba(0, 0, 0, 0.55) url(../image/pecatu.jpg) no-repeat; */
  /* background: linear-gradient(rgba(153, 110, 109, 0.65), rgba(153, 110, 109, 0.65)), rgba(0, 0, 0, 0.55) url(/image/heroimg.jpg) no-repeat; */
  /* background-attachment: fixed; */
  /* background-size: cover; */
  /* background-position: center; */
  /* color: white; */
  /* box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
  /* font-family: 'Raleway', sans-serif; */
}

@media (max-width: 518px) {
  .hero {
    background-attachment: initial;
  }
}

.hero .hero-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

.hero .hero-tamu {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.175em;

  color: #FFFFFF;
}

.hero .hero-client {
  position: relative;
  left: -2vmax;
  font-family: 'Edwardian';
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  width: 80%;
  margin: 3rem auto;
  /* margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 10%;
  margin-right: auto; */
  line-height: 141px;
  text-align: center;

  color: #FFFFFF;
}

.hero .hero-date {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 0;
  letter-spacing: 0.08em;

  color: #FFFFFF;

}

.hero .hero-location {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */


  color: #FFFFFF;

}

.hero-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* padding: ; */
}

.hero-countdown .box-coundown {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  color: var(--main-color);
  line-height: normal;
}

.section .text-header {
  font-style: normal;
  font-weight: 400;
  /* font-size: 10vmin; */
  font-size: calc(20px + 3.390625vw);
  line-height: normal !important;
  /* font-size: 3.5rem; */
  /* letter-spacing: 0.06em; */

  color: var(--main-color);
}

.section .text-header-2 {
  font-style: normal;
  font-weight: 400;
  /* font-size: 10vmin; */
  font-size: calc(20px + 9.390625vmin);
  line-height: normal !important;
  /* font-size: 3.5rem; */
  /* letter-spacing: 0.06em; */

  color: var(--main-color);
}

.ayat .desc-ayat {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.13em;

  color: var(--main-color);
}

.ayat .surat-ayat {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;

  color: var(--main-color);
}

.client .image {
  border-radius: 10px !important;
}

.client .img-client {
  max-height: 20rem;
  max-width: 100%;
  object-fit: contain;
  /* border-radius: 20px; */
}

.client .client-name {
  font-style: normal;
  font-weight: 400;
  /* font-size: 42px; */
  font-size: calc(20px + 1.390625vw);

  /* letter-spacing: 0.03em; */
}

.client .client-desc {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.client .client-and {
  text-align: center;
  font-size: 72px;
}

.icon-gift {
  max-height: 20rem;
  max-width: 100%;
  object-fit: contain;
}

.gift-modal {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;

}

.bg-white {
  background-color: #fff !important;
}

.list-gift {
  display: flex !important;
  justify-content: center !important;
  gap: 1rem !important;
}

.box-gift {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-content: center; */
  align-items: center;
  padding: 10% !important;
  height: 100%;
}


.text-gift {
  font-weight: 400;
  font-size: 2.5vh;
  line-height: 22px;
  text-align: center;
  /* letter-spacing: 0.03em; */

  color: var(--main-color);
}


.event .event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: normal;

  color: var(--main-color);
}

.event .event-content .event-day {
  font-size: 32px;
}

.event .event-content .event-day-number {
  font-size: 72px;
}

.event .event-content .event-month-year {
  font-size: 28px;
}

.event .akad-resepsi {
  font-size: 24px;
}

.event .map-responsive {

  overflow: hidden;

  padding-bottom: 56.25%;

  position: relative;

  height: 0;

}

.event .map-responsive iframe {

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  position: absolute;

}

.btn-submit-say {
  cursor: pointer;
  padding: 0.7rem;
  width: 50%;
  color: var(--second-color);
  background-color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 0.8rem;
}

.give img {
  /* position: absolute;
  visibility: hidden; */
}

.give .desc-give {
  font-weight: 400;
  font-size: 20px;
  line-height: 122.5%;
  /* or 27px */

  /* text-align: right; */
  letter-spacing: 0.035em;

  color: var(--main-color);

}

.give .box-give {
  border: var(--second-color) solid 3px;
  height: 350px;
}

.give .give-name-bank {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.03em;

  color: var(--second-color);
}

.give .give-value {
  font-weight: 400;
  font-size: 20px;
  /* letter-spacing: 0.03em; */

  color: var(--main-color);
}

.footer .footer-thanks {
  font-weight: 600;
  font-size: 3.5vmin;
  line-height: 24px;
  letter-spacing: 0.6em;

  color: #FFFFFF;
}

/* .footer .footer-client {
  font-weight: 400;
  line-height: 75px;
  margin: 3rem auto;
  font-size: 72px;
  width: 50%;

  color: #FFFFFF;
} */

.footer .footer-client {
  position: relative;
  left: -2vmax;
  font-family: 'Edwardian';
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  width: 42%;
  margin: 3rem auto;
  /* margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 10%;
  margin-right: auto; */
  line-height: 75px;
  text-align: center;

  color: #FFFFFF;
}


.footer .footer-date {
  font-weight: 600;
  font-size: 3vmin;
  line-height: 24px;
  letter-spacing: 0.2em;

  color: #FFFFFF;
}

.footer .footer-pecatu {
  /* width: 150px; */
  font-weight: 500;
  font-size: 3vmin;

  color: #FFFFFF;
}

.card-pink {
  padding: 60px 5%;
  background-color: var(--main-color);
  /* height: 350px; */
  height: fit-content;
}

.card-pink-350 {
  padding: 60px 5%;
  background-color: var(--main-color);
  height: 350px;
  /* height: fit-content; */
}

.element-flower {
  position: relative;
  z-index: 2;
  width: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border: #26ade4 3px solid; */
}

.border-radius-top {
  border-top-left-radius: 20vmax;
  border-top-right-radius: 20vmax;
}


/* .parent-fl-left{ */
/* background-color: #26ade4; */
/* position: absolute; */
/* bottom: calc(0.8 * -169vh); */
/* top: 30em;
  width: 100%;
  height: fit-content;
} */

/* .flower-left-el {
    position: absolute;
    top: 28em;
    left: -5em;
    background: url(../image/1-01up.png);
    background-repeat: no-repeat;
       background-size: contain;
    height: 38em;
    width: 80%;
    rotate: 9.8deg;
    animation: animate-flower 2s alternate infinite;
} */

/* .flower-right-el {
  position: absolute;
  right: -50vmin;
  bottom: -74em;
  background: url(../image/1-01up.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  height: 38em;
  width: 80%;
  transform: rotate(310deg);   
  -webkit-transform:rotate(310deg);
  -moz-transform:rotate(310deg);
  -o-transform:rotate(310deg); 
  animation: animate-flower 2s alternate infinite;
} */

@keyframes animate-flower {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(2deg);
  }
}

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

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

.space40px {
  height: 40px;
}

.space24px {
  height: 24px;
}

/* .main-content { */
/* padding-top: 2rem; */
/* color: #000;  */
/* font-family: 'Raleway', sans-serif; */
/* } */

/* .main-content .section-texture {
position: relative;
z-index: -1;
} */

/* .main-content .section-texture {
  background: url(../image/bg-texture.jpg) no-repeat;
  background-position-y: -1px;
  background-size: cover;
  padding: 80px 40px;
} */

/* .main-content .section-give {
  background: url(../image/2-01.png) no-repeat;
  background-position-x: -3px, left;
  border: none;
  background-size: contain;
} */

.main-content .section-give {
  position: relative;
}


.main-content .section-give:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url(../images/2-01.png);
  background-repeat: no-repeat;
  background-position-x: -3px, left;
  background-size: contain;
}

@media (max-width: 518px) {
  .main-content .section-give:before {
    background-size: cover;
  }
}

.main-content .section-dark {
  background-color: rgba(244, 226, 226, 0.6);
  padding: 40px 30px 20px 30px;
}

.main-content .section-darker {
  background-color: #EDD2D1;
  padding: 40px 30px 20px 30px;
}

.main-content .section-img {
  background: linear-gradient(rgba(41, 41, 41, 0.4), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.55) url(../images/pecatu.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 40px;
}

@media (max-width: 518px) {
  .main-content .section-img {
    background-attachment: initial;
  }
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 60px;

}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid var(--second-color);
  background: white;
  color: var(--second-color);
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: var(--second-color);
}

.main-content .section-dark.my-work {
  padding: 80px 40px;
}

.main-content .section-cashbac {
  background-color: rgb(238, 250, 253);
  padding: 80px 40px;
}

@media (max-width: 599px) {
  .main-content .section-dark.foto-foto {
    padding: 75px 20px;
  }
}

.main-content .section-dark.foto-foto .foto-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.my-work .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.section-map {
  padding: 0 0 0 0;
}

.main-content .section-light {
  padding: 80px 40px;
}

.main-content .section-light.regular-section {
  padding-bottom: 80px;
}

.main-content .section-light.regular-section .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.regular-section .about-links {
    text-align: center;
  }
}

.main-content .section-light.regular-section .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.regular-section .right-image img {
    margin: auto;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
  font-size: 24px;
}

.main-content .section-light.contact {
  padding: 80px;
}

.main-content .section-light.contact button {
  width: 100%;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 80px 40px;
  }
}

.main-content .section-color.pertanyaan {
  padding: 100px;
  background-color: var(--second-color);
  color: white;
}

.main-content .section-color.pertanyaan .title,
.main-content .section-color.pertanyaan .subtitle {
  color: white;
}

.main-content .section-color.pertanyaan i {
  font-size: 3rem;
  padding: 20px;
}

.main-content .section-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: var(--second-color);
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0px;
  padding-bottom: 60px;
}

.nama-lengkap {
  font-family: 'Rouge Script', sans-serif;
  color: var(--second-color);
  font-size: 3.5rem;
  letter-spacing: 0px;
  padding-bottom: 6px;
  line-height: 3.7rem;
}

.ampersand {
  font-size: 5rem;
  font-family: 'Rouge Script', sans-serif;
  color: var(--second-color);
  line-height: 5rem;
  display: inline-block;
  vertical-align: middle;
}

.bodytext {
  font-size: 18px;
}

.waktu {
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
}

.tanggal-angka {
  font-size: 5rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.tempat {
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
  font-size: ;
  margin-bottom: 50px;
}


.has-vertically-align {
  vertical-align: middle;
}

.footer {
  background: linear-gradient(rgba(41, 41, 41, 0.1), rgba(0, 0, 0, 0.4)), url(../image/pecatu.jpg) no-repeat;
  background-size: cover;
  padding: 80px 40px;
  color: whitesmoke;
}

.footer .name-client {
  font-family: 'Rouge Script', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 5px;
  color: whitesmoke;
}

.footer .thankyou {
  font-weight: 400;
  font-size: 1rem;
  color: whitesmoke;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}


/* .footer p {
  color: white;
  font-weight: 500;
  font-size: 10pt;
  display: inline-block;
  vertical-align: middle;
} */


.main-content .no-padding-top {
  padding-top: 0px;
}

.footer img {
  margin: 10px 0px 10px 10px;
  display: inline-block;
  max-height: 24px;
  vertical-align: middle;
}

.footer a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #43485c;
}

.divider {
  margin: 40px 25px;
  display: inline-block;
  max-height: 60px;
  vertical-align: middle;
}

.text-edwarn-script {
  font-family: 'Rouge Script', sans-serif;
  /* font-weight: 600; */
  color: var(--second-color);
  /* font-size: 3.5rem; */
  letter-spacing: 0px;
  padding-bottom: 6px;
  /* line-height: 3.7rem; */
}

/* .bismillah {
  font-size: 60px;
  font-size: 3.5rem;
  font-weight: 600;
} */
.desc-waktu .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-copy-rekenening {
  cursor: pointer;
  padding: 0.5rem 1rem;
  width: fit-content;
  color: #EDD2D1;
  background-color: var(--second-color);
  border: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.parent-say {
  border-radius: 5px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* input:focus { outline: none; } */

#btnMusic {
  height: 34px;
  width: 34px;
  /* padding: 10px; */
  display: flex;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #76937A;
  color: white;
  cursor: pointer;
  border-radius: 100%;
  font-size: 16px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
#btnVideo {
  height: 34px;
  width: 34px;
  /* padding: 10px; */
  display: flex;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #76937A;
  color: white;
  cursor: pointer;
  border-radius: 100%;
  font-size: 16px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop {
  height: 34px;
  width: 34px;
  /* padding: 10px; */
  display: none;
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #76937A;
  color: white;
  cursor: pointer;
  border-radius: 100%;
  font-size: 16px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

/* #toTop a {
  color: white;
} */

.fixed-button:hover {
  background-color: #BC8887;
}

::-webkit-scrollbar {
  width: 2px;
  background-color: var(--main-color);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px var(--second-color);
  -webkit-box-shadow: inset 0 0 6px var(--second-color);
  background-color: #BC8887;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #3B7C8B;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}


.btn-whatsapp:hover {
  color: white;
  background-color: #59a543;
  font-size: 1.2rem;
  border-radius: 10px;
  border: 2px solid #59a543;
  width: 210px;
  height: 65px;
  align-items: center;
  margin: 1rem;
}


.btn-whatsapp {
  background-color: #6cc751;
  width: 210px;
  height: 65px;
  color: white;
  font-size: 1.2rem;
  border-radius: 10px;
  border-left: 1px solid #6cc751;
  border-right: 1px solid #6cc751;
  border-top: 1px solid #6cc751;
  border-bottom: 1px solid #6cc751;
  align-items: center;
  margin: 1rem;

}

.btn-cta:hover {
  color: white;
  background-color: #bf7877;
  font-size: 1.2rem;
  border-radius: 10px;
  border: 2px solid #bf7877;
  width: 210px;
  height: 65px;
  align-items: center;
  margin: 1rem;
}

.btn-cta {
  background-color: var(--second-color);
  width: 210px;
  height: 65px;
  color: white;
  font-size: 1.2rem;
  border: 2px solid var(--second-color);
  border-radius: 10px;
  align-items: center;
  margin: 1rem;
}

.cashbac-logo-inline {
  width: 160px;
  vertical-align: middle;
}

.button-download {
  min-width: 200px;
  height: 55px;
  align-items: center;
  margin: 0.1rem;

}

.voucher-code {
  height: 55px;
  max-width: 180px;
  border: 2px solid #26ade4;
  border-radius: 10px 0 0 10px;
  font-size: 24px;
  padding: 15px;
}

.btn-voucher-code {
  height: 55px;
  min-width: 100px;
  border: 2px solid #26ade4;
  background-color: #26ade4;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  color: white;
}

.fa-copy {
  margin-right: 5px;
}

.white {
  color: ghostwhite
}


.dusty-pink {
  color: #D8A9A8
}

.dusty-pink-lighter {
  color: #EDD2D1
}

.dusty-pink-lightest {
  color: var(--main-color)
}

.dusty-pink-darker {
  color: #BC8887
}

.dusty-pink-darkest {
  color: var(--second-color)
}

.tile {
  border-radius: 10px;
}


.foto1 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/sherly-daeng-kang-emil.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}


.foto2 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/sherly-daeng-cashbac.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}

.foto3 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/sherly-daeng-selfie.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 24rem;
}

.foto4 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/sherly-daeng-lamaran.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 24rem;
}

.foto5 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/sherly-daeng-red-car.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}


.foto6 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/sherly-daeng-engagement-ami.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}



.title-foto {
  font-size: 18pt;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: left;
  color: white;
}


.subtitle-foto {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14pt;
  font-weight: 600;
  margin-top: 15px;
  text-align: left;
  color: white;
}

/* .section-light {
  background-image: url(../image/divider-flowers-leaves.png);
  background-position: bottom -30px center;
  background-repeat: no-repeat;
  background-size: initial;
} */

.instagram {
  color: var(--second-color);
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}


.parent-protocol {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-protocol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.img-protocol {
  text-align: center;
  width: 100%;
  /* height: 140px; */
}

.text-protocol {
  /* width: 60px; */
  text-align: center;
  width: 100%;
}

/* Use :after pseudo element to simulate an invisible child div so the alignment of the items is fixed to left. And media queries for the responsive. Check the snippet to get some idea. */

.parent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  gap: 20px;
  box-sizing: border-box;
  justify-content: space-between;
  /* background-color: lightgreen; */
}

@media screen and (max-width: 768px) {
  .parent {
    gap: 50px;
  }
}

.parent::after {
  content: "";
  width: 15%;
  height: 0;
}

.child {
  flex-basis: 15%;
  /* background-color: blue; */
  /* color: white; */
  height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

@media only screen and (max-width : 1024px) {

  /* for tablet */
  .parent::after {
    width: 30%;
  }

  .child {
    flex-basis: 30%;
  }
}

@media only screen and (max-width : 768px) {

  /* for mobile */
  .parent::after {
    display: none;
  }

  .child {
    flex-basis: 100%;
  }
}

.main-content .section-light {
  background-color: #EEEEE7;
  padding: 80px 40px;
}


.videot {
  height: 20rem;
    width: 100% !important;
  object-fit: cover !important;
}


.section-double {
  /* min-height: 100vh; */
  padding: 0;
  /* display: flex;
  flex-wrap: wrap; */
}

.section-double .columns {
  margin: 0 !important;
  /* margin-left: 0;
  margin-right: 0;
  margin-top: 0; */
}