body, * {
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

/**************
MENU
**************/
nav{
    height: 6rem;
    width: 100vw;
    background-color: #000;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    position: fixed;
    z-index: 9;
}

/*Styling logo*/
.logo{
    padding:1vh 1vw;
    text-align: center;
}
.logo img {
    width: 11rem;
}

/*Styling Links*/
.nav-links{
    display: flex;
    list-style: none; 
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}
.nav-links li a{
    text-decoration: none;
    color:#ffffff;
    margin: 0 0.7vw;
}
.nav-links li a:hover {
    color: #1987b6;
}
.nav-links li {
    position: relative;
}
.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #1987b6;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
}
.nav-links li a:hover::before{
    width: 80%;
}
/*Styling Buttons
*/
.login-button{
    background-color: #4267B2;
    color: #ffffff;
    border: 1.5px solid #4267B2;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;
}
.login-button i,
.join-button i {
color:#ffffff;
}
.login-button:hover {
    color: #ffffff;
    background-color:transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #ffffff;
    background-color: #C13584;
    border: 1.5px solid #C13584;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/**************
SLIDER
**************/
.slider {
  margin: 0 auto;
  top:6rem;
  width: 100%;
  height:570px;
  position:relative;
}

.slide_viewer {
  height: 570px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.title-box {
  position:absolute;
  width:840px;
  margin:220px 0px 0px 100px;
  border-radius:8px;
  background:rgba(255, 255, 255, 0.05);
  backdrop-filter:blur(10px);
}

.title-box h1 {
  font-size:36px;
  padding:5px;
  text-align:center;
  color:#ffffff;
  font-weight:400;
}

.title-box span {
  color:#1987b6;
  font-weight:900;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
background: rgb(0,0,0);
background: linear-gradient(130deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%), url(img/1.jpg);
background-size:cover;
background-position:center;
}

.slide:nth-of-type(2) {
background: rgb(0,0,0);
background: linear-gradient(130deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%), url(img/2.jpg);
background-size:cover;
background-position:center;
}

.slide:nth-of-type(3) {
background: rgb(0,0,0);
background: linear-gradient(130deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%), url(img/3.jpg);
background-size:cover;
background-position:center;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #ffffff;
  font-size: 52px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #1987b6;
  cursor: pointer;
}


/**************
TITLE
**************/
.title {
position:relative;
margin:150px auto;
width:94%;
height:auto;
}
.title h1 {
font-size:18px;
text-align:center;
font-weight:500;
}
.title i {
font-size:28px;
color:#1987b6;
}

/**************
ABOUT US
**************/
.about {
width:100%;
height:auto;
margin:0px 0px 0px 0px;
position: relative;
background:#ffffff;
overflow:hidden;
}
.about-2 {
width:100%;
height:auto;
margin:0px 0px 0px 0px;
position: relative;
background-color:#ffffff;
overflow:hidden;
}
.field {
position:relative;
margin:50px auto;
display:flex;
flex-wrap:wrap;
width:1200px;
height:auto;
}
.field .place {
position:relative;
float:left;
width:550px;
height:auto;
margin:0px 0px 0px 32px;
text-align:center;

display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}
.field .place i {
font-size:44px;
color:#1987b6;
}
.field .place img {
width:380px;
}
.field .place p {
font-size:18px;
text-align:left;
margin:0px 12px 0px 12px;
}
.field .place span {
font-weight:600;
}
.field .place a {
text-decoration:none;
}

.new-section {
width:100%;
height:auto;
margin:0px 0px 0px 0px;
position: relative;
background-color:#b8cee3;
overflow:hidden;
}
.package {
position:relative;
margin:50px auto;
display:flex;
flex-wrap:wrap;
width:1200px;
height:auto;
}
.package .squar {
position:relative;
float:left;
width:550px;
height:auto;
margin:0px 0px 0px 32px;
text-align:center;

display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}
.package .squar img {
width:380px;
}
.package .squar p {
font-size:18px;
text-align:left;
margin:0px 12px 0px 12px;
}
.package .squar span {
font-weight:600;
}
.package .squar a {
text-decoration:none;
}

/*******************
PRESENT
******************/
.section-present {
width:100%;
height:auto;
margin:0px 0px -10px 0px;
position: relative;
background: rgb(184,206,227);
background: linear-gradient(130deg, rgba(184,206,227,0.8481481340196397) 50%, rgba(184,206,227,0.8537036895751953) 50%), url(img/5.jpg);
background-size:cover;
background-position:center;
background-attachment:fixed;
color:#fff;
text-align:center;
}
.section-present .presentation {
position:relative;
margin:10px auto;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
width:1200px;
height:auto;
}
.section-present i {
color:#1987b6;
font-size:24px;
}
.section-present p {
font-size:18px;
font-style:italic;
margin:20px 20px 0px 20px;
font-weight:600;
}
.section-present .presentation img {
width:120px;
height:auto;
margin:0px 8px 0px 8px;
opacity:0.6;
}

/**************
GALLERY
**************/
.gallery-container {
position:relative;
margin:50px auto;
display:flex;
flex-wrap:wrap;
width:1200px;
height:auto;
padding-bottom:38px;
}
.gallery-container .gallery-box {
position:relative;
float:left;
width:350px;
height:auto;
font-size:18px;
margin:38px 0px 0px 38px;
text-align:center;
}
.gallery-container .gallery-box img {
width: 100%;
height: 100%;
transition:0.5s ease-in-out;
}
.gallery-container .gallery-box img:hover {
transform:translate(0px,-5px);
box-shadow:-4px -4px 10px #000, 4px 4px 10px #000;
opacity:0.9;
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:#ffffff;
  z-index:99;
}
.modal-box .modal-content {
  position: relative;
  background-color:transparent;
  margin: 10px auto;
  padding: 0;
  width: 500px;
  height:auto;
}
.modal-box .modal-content img {
  width:100%;
}
.modal-box .close {
  color: #000000;
  position: absolute;
  top: 80px;
  z-index:1;
  right: 80px;
  font-size: 35px;
  font-weight: bold;
}
.modal-box .modal-content .close:hover,
.modal-box .modal-content .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.modal-box .modal-content .mySlides {
  display: none;
}
.modal-box .modal-content .prev,
.modal-box .modal-content .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.modal-box .modal-content .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.modal-box .modal-content .prev:hover,
.modal-box .modal-content .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-box .modal-content .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.modal-box .modal-content .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

/**************
FOOTER
**************/
.footer-section {
width:100%;
height:auto;
margin:0px 0px 0px 0px;
position: relative;
color:#ffffff;
background:#000000;
overflow:hidden;
}
.footer-section .footer {
position:relative;
margin:50px auto;
display:flex;
flex-wrap:wrap;
width:1200px;
height:auto;
}
.footer-section .footer .footer-row {
position:relative;
float:left;
width:250px;
height:auto;
margin:20px 0px 20px 40px;
text-align:left;
font-size:16px;
}
.footer-section .footer .footer-row p {
opacity:0.8;
}
.form-control {
width:100%;
height:30px;
font-size:14px;
padding:2px;
display:block;
background:none;
margin:0px 0px 10px 0px;
border:1.6px solid #ffffff;
color:#ffffff;
border-radius:4px;
transition:0.5s ease-in-out;
}
.form-control:hover {
transform:translate(0px,-5px);
box-shadow:-2px -2px 6px #ffffff, 2px 2px 6px #ffffff;
opacity:0.9;
}
.submit {
width:120px;
padding:2px;
height:auto;
font-size:14px;
}
.submit:hover {
background:#ffffff;
color:#1987b6;
}

.footer-section .footer .footer-row a {
text-decoration:none;
color:#ffffff;
}
.footer-section .footer .footer-row .links {
text-align:center;
}
.footer-section .footer .footer-row i {
font-size:18px;
margin:0px 8px 0px 0px;
}
.footer-section .footer .footer-row .fa-facebook-square {
color: #4267B2;
}
.footer-section .footer .footer-row .fa-instagram {
color: #C13584;
}
.footer-section .footer .footer-row .fa-phone-square {
color:#1987b6;
}
.footer-section .footer .footer-row .fa-map-marker {
color:#1987b6;
}
.footer-section .footer .footer-line {
position:relative;
margin:20px auto;
width:100%;
height:2px;
background-color:#ffffff;
opacity:0.8;
}
.footer-section .footer .footer-copy {
text-align:center;
font-size:16px;
margin:auto;
color:#1987b6;
padding:0px 0px 10px 0px;
}


/**************
ANIMATION
**************/
.bounce-up {
opacity: 0;
-moz-transition: all 700ms ease-out;
-webkit-transition: all 700ms ease-out;
-o-transition: all 700ms ease-out;
transition: all 700ms ease-out;
-moz-transform: translate3d(0px, 200px, 0px);
-webkit-transform: translate3d(0px, 200px, 0px);
-o-transform: translate(0px, 200px);
-ms-transform: translate(0px, 200px);
transform: translate3d(0px, 200, 0px);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}

.bounce-up.in-view {
opacity: 1;
-moz-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate3d(0px, 0px, 0px);
}

@-moz-keyframes right_animation {
  0% {
    opacity: 0;
    -moz-transform: rotate(180deg) translate3d(-100%, -100%, 0);
  }
  75% {
    opacity: 0.8;
    -moz-transform: rotate(40deg);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0deg) translate3d(0%, 0%, 0);
  }
}

@-webkit-keyframes right_animation {
  0% {
    opacity: 0;
    -webkit-transform: rotate(180deg) translate3d(-100%, 100%, 0);
  }
  75% {
    opacity: 0.8;
    -webkit-transform: rotate(40deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) translate3d(0%, 0%, 0);
  }
}

@keyframes right_animation {
  0% {
    opacity: 0;
    transform: rotate(180deg) translate3d(-100%, -100%, 0);
  }
  75% {
    opacity: 0.8;
    transform: rotate(40deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) translate3d(0%, 0%, 0);
  }
}

.multi-step-left.in-view {
  -moz-animation: left_animation 1300ms ease-in both;
  -webkit-animation: left_animation 1300ms ease-in both;
  animation: left_animation 1300ms ease-in both;
}

.multi-step-right.in-view {
  -moz-animation: right_animation 1300ms linear both;
  -webkit-animation: right_animation 1300ms linear both;
  animation: right_animation 1300ms linear both;
}
/**************
@MEDIA
**************/
@media only screen and (max-width: 1080px) {
nav{
    position: fixed;
    z-index: 3;
}
.hamburger{
    display:block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
}
.nav-links{
    position: fixed;
    background: #131418;
    height: 40vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -20%);
    transition: all 1s ease-out;
    pointer-events: none;
}
.nav-links.open{
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
}
.nav-links li{
    opacity: 0;
}
.nav-links li:nth-child(1){
    transition: all 0.5s ease 0.2s;
}
.nav-links li:nth-child(2){
    transition: all 0.5s ease 0.4s;
}
.nav-links li:nth-child(3){
    transition: all 0.5s ease 0.6s;
}
.nav-links li:nth-child(4){
    transition: all 0.5s ease 0.7s;
}
.nav-links li:nth-child(5){
    transition: all 0.5s ease 0.8s;
}
.nav-links li:nth-child(6){
    transition: all 0.5s ease 0.9s;
    margin: 0;
}
.nav-links li:nth-child(7){
    transition: all 0.5s ease 1s;
    margin: 0;
}
li.fade{
    opacity: 1;
}

.slider {
  height:340px;
}
.slide_viewer {
  height:340px;
}
.title-box {
  width:640px;
  margin:130px 0px 0px 40px;
}
.title-box h1 {
  font-size:26px;
}

.field {
width:750px;
}
.field .place {
margin:20px auto;
}
.field .place img {
width:100%;
}
.field .place iframe {
width:100%;
margin:0px 0px 0px 0px;
}
.field .place p {
margin:12px 12px 12px 12px;
}
.package {
width:750px;
}
.package .squar {
margin:20px auto;
}
.package .squar img {
width:100%;
}
.package .squar p {
margin:12px 12px 12px 12px;
}
.section-present .presentation {
width:750px;
}

.gallery-container {
width:750px;
}
.gallery-container .gallery-box {
width:320px;
}
.modal-box .modal-content {
  margin: 200px auto;
  width: 500px;
}
.modal-box .close {
  top: 150px;
  right: 80px;
}

.footer-section .footer {
width:750px;
}
.footer-section .footer .footer-row {
width:360px;
margin:7px 7px 7px 7px;
}
}

@media only screen and (max-width: 767px) {
.nav-links{
    height: 60vh;
}

.slider {
  height:220px;
}
.slide_viewer {
  height:220px;
}
.title-box {
  width:98%;
  margin:60px 0px 0px 4px;
}
.title-box h1 {
  font-size:20px;
}

.title h1 {
font-size:16px;
}
.field {
width:100%;
}
.field .place {
width:360px;
}
.field .place p {
font-size:16px;
}
.package {
width:100%;
}
.package .squar {
width:360px;
}
.package .squar p {
font-size:16px;
}
.section-present .presentation {
width:100%;
}
.section-present i {
font-size:20px;
}
.section-present p {
font-size:16px;
}
.section-present .presentation img {
width:120px;
}

.gallery-container {
width:100%;
}
.gallery-container .gallery-box {
width:360px;
margin:20px auto;
}
.modal-box .modal-content {
  margin: 40px auto;
  width: 98%;
}
.modal-box .close {
  top: 30px;
  right: 40px;
}

.footer-section .footer {
width:100%;
}
.footer-section .footer .footer-row {
margin:7px auto;
}
.footer-section .footer .footer-row .links {
text-align:left;
}
}