@font-face {
  font-family: Dantina;
  src: url(../fonts/Dantina.woff) format("woff");
  src: url(../fonts/Dantina.ttf) format("ttf");
  src: url(../fonts/Dantina.otf) format("otf");
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff9f1 !important;
  color: #333;
}

.wrapper {
  overflow-x: hidden;
}

.btn {
  border-radius: 300px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif !important;
}

p,
ul,
li {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.cursive {
  font-family: Dantina;
}

/* Nav */

#mainNav {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background-color: #fff9f1;
  color: #2e364a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  color: #333;
  text-transform: uppercase;
  border: 0;
}

#mainNav .navbar-nav {
  height: 100vh;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
}

#mainNav .btn-rsvp {
  border-radius: 100px;
  background-color: #2e364a;
  font-size: 0.8rem;
}

#mainNav .btn-rsvp:hover {
  background-color: #525e7c;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.8rem;
  color: #333;
  letter-spacing: 0.0625em;
}

#mainNav .navbar-brand h3 {
  font-size: 1.4rem;
  transition: font-size 0.3s ease-in-out;
  color: #000;
}

@media (min-width: 992px) {
  #mainNav {
    border: none;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
  }

  #mainNav .navbar-brand h3 {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
    color: transparent;
  }

  #mainNav .navbar-nav {
    height: auto;
    padding-top: 0;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.8rem;
    letter-spacing: 0.0625em;
  }

  #mainNav .btn-rsvp {
    border-radius: 100px;
    color: #fff;
    background-color: #333;
    font-size: 0.8rem;
  }

  #mainNav .btn-rsvp:hover {
    background-color: #ccc;
  }

  #mainNav.navbar-shrink {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background-image: none;
    background-color: #fffbf5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  }

  #mainNav.navbar-shrink .navbar-brand h3 {
    font-size: 1.25em;
    color: #333;
  }

  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }

  #mainNav.navbar-shrink .navbar-nav {
    margin-left: auto;
    transition: all 0.3s ease-in-out;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    font-size: 0.8rem;
    color: #333 !important;
    letter-spacing: 0.0625em;
  }

  #mainNav.navbar-shrink .btn-rsvp {
    border-radius: 100px;
    color: #fff !important;
    background-color: #2e364a;
  }

  #mainNav.navbar-shrink .btn-rsvp:hover {
    background-color: #525e7c;
  }
}

/* Header 

header {
  position: relative;
  background-image: url(../img/img1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

header .container {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: 400px;
}

header .container h1 {
  position: relative;
  z-index: 2;
  font-size: 3rem;
}

header .container .fecha {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
}

.circle {
  border-radius: 100px;
  width: 5px;
  height: 5px;
  background-color: #000;
  margin-top: 10px;
}

.carosuel-icon {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-indicators {
  bottom: 0px !important;
}

@media screen and (min-width: 992px) {
  header .container {
    position: relative;
    overflow: hidden;
    height: 800px;
  }

  header .overlay {
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 1;
  }

  header .container h1 {
    font-size: 5.5rem;
    margin-bottom: 0;
    color: #fff;
  }
}
*/

/* Header ALT */

header {
  position: relative;
  background-color: #eee3d6;
}

header .container {
  position: relative;
  padding-top: 100px;
}

header .container h1 {
  position: relative;
  z-index: 2;
  font-size: 3rem;
}

header .container .fecha {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
}

.circle {
  border-radius: 100px;
  width: 5px;
  height: 5px;
  background-color: #000;
  margin-top: 10px;
}

.carosuel-icon {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-indicators {
  bottom: 0px !important;
}

@media screen and (min-width: 992px) {
  header .container {
    position: relative;
  }

  header .overlay {
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 1;
  }

  header .container h1 {
    font-size: 5.5rem;
    margin-bottom: 0;
    color: #393532;
  }
}

/* Section 0 */

#sec-0 {
  background-color: #eee3d6;
}

.lugar {
  font-size: 1.5rem;
}

.ceremonia {
  font-size: 1rem;
}

.border-header {
  border-right: solid #000 0px;
  border-bottom: solid #000 1px;
}

@media screen and (min-width: 992px) {
  .lugar {
    font-size: 1.7rem;
  }

  .ceremonia {
    font-size: 1.2rem;
  }

  .border-header {
    border-right: solid #000 1px;
    border-bottom: solid #000 0px;
  }
}

/* Section 1 */

#sec-1 {
  color: #333;
}

.vp-icon {
  width: 100%;
  height: 520px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.guayabera {
  width: 200px;
  height: 200px;
  background-image: url(../img/guayabera.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vestido {
  width: 200px;
  height: 200px;
  background-image: url(../img/vestido.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Section 2 */

#sec-2 .container {
  background-image: url(../img/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 30px;
}

.menu-icon {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  #sec-2 .container {
    padding: 100px;
  }
}

/* Section 3 */

#sec-3 {
  position: relative;
}

.hacienda-img {
  height: 600px;
  background-image: url(../img/hacienda.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Section 4 */

#sec-4 .hotel-link {
  color: inherit;
}

#sec-4 .hotel-link:hover {
  opacity: 0.5;
  text-decoration: none;
}

#sec-4 .hotel-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.airbnb-wrapper {
  width: 95vw;
  overflow-x: scroll;
  overflow-y: hidden;
}

.airbnb-carousel {
  display: flex;
  width: 3700px;
}

.air1 {
  margin-left: 0%;
}

@media screen and (min-width: 992px) {
  .airbnb-wrapper {
    width: 100vw;
    margin-left: -30px;
  }

  .air1 {
    margin-left: 5%;
    width: 20px;
  }

  .airbnb-carousel {
    display: flex;
    width: 3700px;
  }
}

/* Section 5 */

/* Section 6 */

#sec-6 .container {
  background-image: url(../img/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 30px;
}

.mr-icon {
  width: 500px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  #sec-6 .container {
    padding: 100px;
  }
}

/* Section 7 */

#sec-7 {
}

.llegada-icon {
  height: 300px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ch-icon {
  height: 300px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Success */

.success-container {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 12%;
}

.pm-icon {
  height: 400px;
  border-radius: 10px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
