@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

html,
body{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

body{
  font-family:'Nunito Sans', sans-serif;
  font-size:15px;
  font-weight:400;
  line-height:1.75em;
  color:#888;
}

h1,
h2,
h3,
h4,
h5,
h6{
  color:#000;
  font-family:'Cormorant Garamond', serif;
  font-weight:500;
  line-height:1.25em;
  margin:0 0 20px;
}

a{
  transition:color .5s, background-color .5s, border-color .5s;
}

a:hover{
  text-decoration:none;
}

b,
strong{
  color:#000;
  font-weight:600;
}

input,
select,
textarea,
button{
  font-family:'Nunito Sans', sans-serif;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="file"],
textarea,
#message,
#search{
  width:100%;
  max-width:100%;
  margin-bottom:15px;
  padding:7px 15px;
  font-size:17px;
  font-weight:400;
  line-height:1.75em;
  color:#000;
  background-color:#fff;
  border:1px solid #ececec;
  outline: none !important;
  transition: border-color .3s cubic-bezier(.64, .09, .08, 1);
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
textarea:focus,
#message:focus,
#search:focus{
  border-color:#000;
}

textarea{
  min-height:120px;
  padding:12px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button{
  background:#BD945A;
  border:1px solid #BD945A;
  color:#fff;
  padding:10px 30px;
  margin:0;
  font-weight:400;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:2px;
  border-radius:0;
  cursor: pointer;
  transition: background-color .3s cubic-bezier(.64, .09, .08, 1), color .3s cubic-bezier(.64, .09, .08, 1);
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover{
  background-color:transparent;
  color:#000;
}

select{
  padding:10px;
  border-radius:5px;
}

label{
  color:#000;
  transition:all .3s cubic-bezier(.64, .09, .08, 1);
  display:inline-block;
  vertical-align:middle;
  font-family:'Nunito Sans', sans-serif;
  font-size:17px;
  font-weight:400;
  line-height:1em;
  margin-bottom:0;
}

input[type="checkbox"],
input[type="radio"]{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  position:relative;
  cursor:pointer;
}

input[type="checkbox"]{
  width:12px;
  margin:5px 23px 15px 0;
}

input[type="checkbox"]::before{
  content:'';
  width:18px;
  height:18px;
  border:1px solid #ececec;
  background:#fff;
  position:absolute;
  top:0;
  left:0;
}

input[type="checkbox"]::after{
  font-family:'themify';
  content:'\e64c';
  color:#BD945A;
  position:absolute;
  top:1px;
  left:0;
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity .3s cubic-bezier(.64, .09, .08, 1);
  font-size:12px;
}

input[type="checkbox"]:checked::after{
  opacity:1;
}

input[type="radio"]{
  width:10px;
  margin:5px 20px 15px 0;
}

input[type="radio"]::before{
  content:'';
  background-color:#fff;
  width:18px;
  height:18px;
  border-radius:50%;
  border:1px solid #ccc;
  position:absolute;
  top:0;
  left:-4px;
  background-image:radial-gradient(circle, #BD945A 50%, #fff 70%);
  background-size:0;
  background-position:50% 50%;
  background-repeat:no-repeat;
  transition:background-size .3s cubic-bezier(.64, .09, .08, 1);
  outline: none !important;
}

input[type="radio"]:checked::before{
  background-size:14px 14px;
}

input::placeholder,
textarea::placeholder{
  color:#aaa;
  opacity:1;
}

.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 60px 30px;
  width: 22%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  background: #F6F1F0;
  scrollbar-width: none;
  text-align: center;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.nav-open {
  left: 0 !important;
  box-shadow: 100px 0 400px rgba(0, 0, 0, 0.95);
}

.nav header {
  margin-bottom: 30px;
  text-align: center;
}

.nav header img {
  display: inline-block;
  width: 90px;
  margin-bottom: 0px;
}

.nav h1 {
  margin: 0px;
  font-size: 40px;
  color: #BD945A;
  font-family: 'Alex Brush', cursive;
  font-weight: 400;
  text-align: center;
}

.nav h6 {
  margin-bottom: 5px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 10px;
  letter-spacing: 5px;
  color: #000;
  text-align: center;
}

.nav li {
  display: block;
  text-align: center;
}

.nav li a {
  color: #000;
  text-decoration: none;
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.5px;
}

.nav footer span {
  width: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid rgba(189, 148, 90, 0.4);
  margin: 5px auto;
}

.nav footer {
  text-align: center;
}

.nav footer p {
  font-size: 12px;
  color: #888;
  letter-spacing: 0.5px;
}

#nav-btn {
  position: fixed;
  top: 30px;
  right: 30px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background: #000;
  z-index: 9999;
  cursor: pointer;
}

#nav-btn i {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
}

#nav-btn .ti-close {
  display: none;
}

#nav-btn.nav-btn-opened .ti-close {
  display: block;
}

#nav-btn.nav-btn-opened .ti-menu {
  display: none;
}

section {
  display: flex;
  margin-left: 22%;
  min-height: 100vh;
  background: linear-gradient(to bottom, #ffffff, #faf8f7);
}

.content {
  margin: 110px 50px 30px;
}

.content-items {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.content-items > div {
  flex: 1;
}

.content-items > div img {
  border-radius: 7px;
}

section h3 {
  margin-bottom: 10px;
  font-family: 'Alex Brush', cursive;
  font-weight: 400;
  font-size: 30px;
  color: #888;
  line-height: 1.25em;
}

section h4 {
  margin-bottom: 30px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

section .text p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  color: #888;
  margin: 0 0 20px;
}

section .text p i {
  color: #BD945A;
}

section .text p a {
  color: #BD945A;
  font-weight: 700;
}

#home {
  flex-direction: column;
  background: url(../images/casal-1.jpeg) no-repeat center center/cover;
  background-position: center 24%;
}

#home > div {
  flex: 1;
  margin-top: 140px;
  text-align: center;
}

#home h2 {
  margin-bottom: 0px !important;
  font-family: 'Alex Brush', cursive;
  font-weight: 400;
  margin: 0 0 15px 0;
  font-size: 70px;
  color: #fff;
  line-height: 1em;
}

#home span {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #fff;
  text-transform: uppercase;
}

#home p {
  margin-top: 60px;
  color: #fff;
  font-family: 'Alex Brush', cursive;
  font-size: 36px;
  font-weight: 400;
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 25px;
}

#countdown li {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 3.25em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
}

#countdown span {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
}

.gifts-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.gifts-list li {
  flex:0 0 calc(25% - 30px);
  font-size: 17px;
}

.gifts-list strong {
  display: block;
  font-weight: 700;
}

.gifts-list img {
  margin-left: -10px;
}

.gifts-list a {
  display: block;
  margin-top: 10px;
  color: #BD945A;
  font-weight: 700;
  font-size: 22px;
}

#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#load img {
  height: 50%;
}

#load strong {
  font-family: 'Alex Brush', cursive;
  font-size: 30px;
  font-weight: 400;
  color: #BD945A;
  text-align: center;
  line-height: 1.2em;
}

#load span { 
  width: 60%;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  text-align: center;
  line-height: 1.2em;
}

.ornament {
  position: relative;
  width: fit-content;
}

.ornament-img {
  position: absolute;
  width: 100%;
  bottom: -28px;
  left: 0px;
  transform: scale(1.1);
  z-index: 500;
}

@media screen and (max-width: 768px) {
  .nav {
    width: 300px;
    left: -300px;
  }
  #nav-btn { 
    display: flex;
  }
  .nav header {
    margin-bottom: 60px;
  }
  section {
    margin-left: 0;
  }
  section h3 {
    color: #BD945A;
  }
  .content-items {
    flex-direction: column;
  }
  .content-items > div img {
    border-radius: 3px;
  }
  #home {
    background-position: center center;
  }
  #home > div {
    margin-top: 42%;
  }
  #home p {
    margin-top: 15%;
  }
  #countdown span { 
    font-size: 40px;
  }
  #countdown li { 
    font-size: 12px;
    line-height: 2.5em;
  }
  .gifts-list {
    flex-direction: column;
  }
  .gifts-list li {
    flex: 1;
  }
}

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

}

@media (max-width: 992px) {

}