* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 
 
 body{
    background-color: #effffe;
    font-family : 'Roboto', sans-serif;
 }

 

 nav .nav-bar {
  min-height: 72px;
 }

 nav.nav-bar ul li a {
  position:relative;
  z-index: 1;
}
nav.nav-bar ul li a:hover {
  color: #91640F;
}
nav.nav-bar ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #F1C40F;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.nav-bar ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}


.center {
  text-align: center;
}

.navi {
  height: 100vh;
}

nav {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 25px 0;
  box-shadow: 0px 5px 0px #dedede;
}

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}


nav.nav-bar ul li a {
  position:relative;
  z-index: 1;
}
nav.nav-bar ul li a:hover {
  color: white;
}
nav.nav-bar ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #008091;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.nav-bar ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}




  .welcome-img {
    width: 100%;
    min-height: auto;
  }

  .welcome-txt {
    top: 100px;
    left: 23%;
    position: absolute;
    text-align: center;
    font-family: 'Abril Fatface';
    font-style: normal;
    font-weight: 400;
    font-size: 5vw ;
    letter-spacing: 0.32em;
    color: #FFFFFF;
    text-shadow: 9px 15px 6px rgba(0, 0, 0, 0.25);
  }

  .about-us {
    width: auto;
    justify-content: space-around;
    margin-top: 70px;
    display: flex;
    background: #FBFBFB;
    box-shadow: 0px 11px 19px -1px rgba(0, 0, 0, 0.25);
    margin-left: 80px;
    margin-right: 80px;

  }

  .topic {
    margin-bottom: 30px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
  }

  .description {
    margin-top: 30px;
    width: 611px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 191.02%;
  }

  .pic {
    vertical-align: middle;
    margin-top: 15px;
  }

  .facts {
    margin-top: 30px;
  }


  .topic-2 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
  }

  .facts ul li {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.11em;
    line-height: 35px;
  }


  h1 {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .packages {
    display: flex;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 30px;
    width: auto;
    text-align: center;
    justify-content: space-between;
    font-family: 'Josefin Sans';

  }

  .packages p {
    margin-top: 15px;
  }

  .box-1 {
    min-width: 268px;
    min-height: 400px;
    background: #FFFFFA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
  }

  .box-2 {
    min-width: 268px;
    min-height: 400px;
    background: #FFFFFA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
  }

  .box-3 {
    min-width: 268px;
    min-height: 400px;
    background: #FFFFFA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
  }

  .box-4 {
    min-width: 268px;
    min-height: 400px;
    background: #FFFFFA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
  }

  .box-5 {
    width: 270px;
    min-height: 400px;
    background: #FFFFFA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
  }

  .honeymoon {
    display: block;
    justify-content: space-around;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 100px;
    text-align: center;
    align-items: center;
  }

  .honeymoon-img {
    width: 80%;
  }

  .honeymoon-txt {
    top: 1950px;
    left: 25%;
    position: absolute;
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: 400;
    font-size: 5vw;
    line-height: 100px;
    text-align: center;
    letter-spacing: 0.15em;
  }

  .dont-miss {
    font-family: 'Allan';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-top: 72px;
    line-height: 10%;
  }

  .txt-1 {
    font-family: 'Allan';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.015em;
    color: #435A2F;
    border: 1px solid #FFFFFF;
  }

  .txt-2 {
    font-family: 'Allan';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.12em;
    color: #719751;
  }

  .discount {
    display: flex;
    justify-content: space-around;
    margin-left: 70px;
    margin-right: 70;
    margin-top: 70px;    
}

.card {
    background: white;
    width: 250px;
    height: 710px;
    margin: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.card-img {
    height: 272px;
    margin-bottom: 20px;
    background-size: cover;

}

.disc-txt {
    font-family: 'Allan';
    font-style: normal;
    font-weight: 200;
    font-size: 32px;
    margin-left: 10px;
    letter-spacing: 0.03em;
}


.discount {
  display: flex;
  justify-content: space-around;
  margin-left: 100px;
  margin-right: 100px;
  
}

.card {
  background: white;
  width: 250px;
  height: 710px;
  margin: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.card-img {
  height: 272px;
  margin-bottom: 20px;
  background-size: cover;

}

.disc-txt {
  font-family: 'SF Pro Display';
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  margin-left: 10px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}



