@import url("https://fonts.googleapis.com/css?family=Lato|Raleway|Rouge+Script");
.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

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

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

.navbar-item {
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
}

.navbar-item.is-active{
  border-bottom: 2px solid #62C5F0;
}

.a.navbar-item{
  font-color: #62C5F0;
}


.hero {
  background-image: url("../image/portada01.jpg");
  background: linear-gradient(rgba(26,74,110,0.65), rgba(44,95,138,0.60)), url("../image/portada01.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  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;
}

.hero .title {
  font-family: 'Rouge Script', sans-serif;
  font-weight: 700;
  transform: rotate(-2deg);
  font-size: 5rem;
  padding-bottom: 5px;
  color: whitesmoke;
}

.hero .subtitle {
  padding: 35px;
  color: whitesmoke;
  font-size: 1.3rem;
}

.hero .tempatwaktu {
  padding-top: 35px;
  font-size: 1.3rem;
}

.hero .hero-foot {
  height: 50px;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

@media (max-width: 599px) {
  .hero .hero-foot {
    display: none;
  }
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 7px auto;
  height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  padding: 0 14px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
  border-bottom: 2px solid #62C5F0;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  color: #62C5F0;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
  color: #62C5F0;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid #62C5F0;
}


.space40px{
  height: 40px;
}

.space24px{
  height: 24px;
}

/* ─── SECCIÓN 1: Invitación — Blanco puro ─── */
.main-content {
  padding-top: 2rem;
  color: #1a4a6e;
  font-family: 'Raleway', sans-serif;
}

/* ─── SECCIÓN 2: Fecha — Azul hielo ─── */
.main-content .section-dark {
  background-color: #EBF5FC;
  padding: 80px 40px;
}

/* ─── SECCIONES oscuras: Ubicación y Regalos ─── */
.main-content .section-darker {
  background-color: #1a4a6e;
  padding: 80px 40px;
}

/* Sección Regalos usa un azul ligeramente diferente */
#regalos.section-darker {
  background-color: #2C5F8A;
}

/* Títulos en fondos claros (Fecha, Confirmación) */
.main-content .section-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #1a4a6e;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0px;
  padding-bottom: 60px;
}

/* Títulos en fondos oscuros (Ubicación, Regalos) */
.main-content .section-darker .section-title {
  color: #FFFFFF;
}

/* Texto general en fondos oscuros */
.main-content .section-darker p,
.main-content .section-darker h1,
.main-content .section-darker strong,
.main-content .section-darker .tempat,
.main-content .section-darker .bodytext {
  color: #d0e8f5;
}

.main-content .section-darker strong {
  color: #EBF5FC;
}

/* Cuenta bancaria en sección regalos */
.main-content .section-darker .cuenta-bancaria {
  background-color: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #d0e8f5;
}

.main-content .section-darker .cuenta-bancaria p,
.main-content .section-darker .cuenta-bancaria strong {
  color: #d0e8f5;
}

.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 #62C5F0;
  background: white;
  color: #62C5F0;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #62C5F0;
}

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

.main-content .section-cashbac {
  background-color: #EBF5FC;
  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;
}

/* ─── SECCIÓN: Invitación y Confirmación — Blanco puro ─── */
.main-content .section-light {
  padding: 80px 40px;
  background-color: #FFFFFF;
}

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

/* ─── Confirmación — Azul hielo ─── */
.main-content .section-dark.contact {
  background-color: #EBF5FC;
  padding: 80px;
}

.main-content .section-dark.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-dark.contact {
    padding: 80px 40px;
  }
}

.main-content .section-color.pertanyaan {
  padding: 100px;
  background-color: #1a4a6e;
  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;
}

.nama-lengkap {
  font-family: 'Rouge Script', sans-serif;
  color: #1a4a6e;
  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: #62C5F0;
  line-height: 5rem;
  display: inline-block;
  vertical-align: middle;
}

.bodytext {
  font-size: 18px;
  color: #1a4a6e;
}

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

.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;
  margin-bottom: 50px;
}

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

.footer {
  bottom: 0;
  width: 100vw;
  padding: 10px 10px 10px 10px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  background: #1a4a6e;
  color: whitesmoke;
}

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

.amor-banner {
  width: 100%;
  height: 260px;
  background-image: url("../image/amorbanner.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 30px auto;
}

.cuenta-bancaria {
  margin-top: 20px;
  padding: 20px;
  background-color: rgba(255,255,255,0.12);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  display: inline-block;
}

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

.bismillah {
  margin: 25px;
  display: inline-block;
  max-height: 50px;
  vertical-align: middle;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #62C5F0;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #1a4a6e;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #EBF5FC;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #62C5F0;
  -webkit-box-shadow: inset 0 0 6px #62C5F0;
  background-color: #62C5F0;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #1a4a6e;
  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: 1px solid #6cc751;
  align-items: center;
  margin: 1rem;
}

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

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

/* Botones dentro de fondos oscuros */
.section-darker .btn-cta {
  background-color: #FFFFFF;
  color: #1a4a6e;
  border: 2px solid #FFFFFF;
}

.section-darker .btn-cta:hover {
  background-color: #EBF5FC;
  color: #1a4a6e;
  border: 2px solid #EBF5FC;
}

.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: #1a4a6e }
.dusty-pink-lighter { color: #EBF5FC }
.dusty-pink-lightest { color: #FFFFFF }
.dusty-pink-darker { color: #62C5F0 }
.dusty-pink-darkest { color: #2C5F8A }

.tile {
  border-radius: 10px;
}

.foto1 {
  background-image: linear-gradient(rgba(26,74,110,0.45), rgba(44,95,138,0.65)), url("../image/juntos01.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}

.foto2 {
  background-image: linear-gradient(rgba(26,74,110,0.45), rgba(44,95,138,0.65)), url("../image/historia02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}

.foto3 {
  background-image: linear-gradient(rgba(26,74,110,0.45), rgba(44,95,138,0.65)), url("../image/historia03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}

.foto4 {
  background-image: linear-gradient(rgba(26,74,110,0.45), rgba(44,95,138,0.65)), url("../image/historia05.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 24rem;
}

.foto5 {
  background-image: linear-gradient(rgba(26,74,110,0.45), rgba(44,95,138,0.65)), url("../image/historia06.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}

.foto6 {
  background-image: linear-gradient(rgba(26,74,110,0.45), rgba(44,95,138,0.65)), url("../image/familia01.jpeg");
  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: 600;
  font-size: 14pt;
  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: #2C5F8A;
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
