
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cinzel+Decorative:wght@400;700;900&display=swap');

/* 
 font-family: "Cinzel Decorative", serif;
   font-family: "Bebas Neue", sans-serif;
*/
*{
    margin: 0;
    padding: 0;
}
.hamburger{
    display: none;
}
@media screen and (max-width:500px){
    .hamburger{
        display: block;
    }
  #navbar{
        display: none;
    }
   
   
   #navbar a {
    margin-left:0;
   display: flex;
   flex-direction: column;
   background-color: rgb(255, 210, 7);
   color: #000000d8;
   width: 3cm;
   }
   .btn-home{
    margin-top: -8rem;
    margin-left:0cm;
  
  
}
}


.banner{
    background: url(assets/home/background-home-desktop.jpg);
    height: 100vh;
    background-size: cover;
}
.header{
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    margin-left: 10rem;
    height: 20px;
    background-color: white;
    border-radius: 50%;
}
.line{
    background:rgb(55, 56, 59);
    backdrop-filter: blur(50px);
    height: 1px;
    width: 30%;
 
}
nav{
   
    display: flex;
    align-items: center;
    background-color: rgba(46, 46, 63,0.75);
    height: 3rem;
    position: relative;
    left: -5rem;
  
}
nav span{
    font-weight: 700;
    margin-right: 1rem;
}
nav a{
    height: 2rem;
  font-weight: 200;
  margin: 1rem;
    font-family: "Bebas Neue", sans-serif;
    color: white;
    text-decoration: none;
    
}
#active{
    border-bottom: 2px solid white;
}
.content{
    width: 40%;
    margin-left: 5rem;
    margin-top: 10%;
    color: white;
    
}
.content h1{
    font-family: "Cinzel Decorative", serif;
    font-size: 50px;
}
.content p{
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.top{
    font-family: "Bebas Neue", sans-serif; 
}
.button-banner {
    font-family: "Cinzel Decorative", serif;
    height: 100px;
    width: 100px; 
    padding: 2rem;
    background-color: white;
    color: rgb(0, 0, 0);
     text-decoration: none;
     text-align: center;
    display: flex;
    
    align-items: center;
    border-radius: 50%;
}
.btn-home{
    margin-top: -8rem;
    margin-left: 22cm;
  
  
}
/* Tablet Design */

@media screen and (max-width:750px) {
    .btn-home{
        margin-top: -2rem;
        margin-left: 5cm;
        }
        .banner{
            display: flex;
            flex-direction: column;
        }
    .logo img{
        margin-left: 0rem;
        height: 20px;
        background-color: white;
        border-radius: 50%;
    }
    .content{
        text-align: center;
        width: 80%;
        margin-left: 1rem;
        margin-right: 1rem;   
        margin-top: 0%;
        color: white;
        
    }
    nav a{
        height: 2.5rem;
      font-weight: 200;
      margin: 1rem;
        font-family: "Bebas Neue", sans-serif;
        color: white;
        text-decoration: none;
        
    }
    
}

/* destination */
.banner-destination{
    background: url(./assets/destination/background-destination-desktop.jpg);
    height: 100vh;
        justify-content: space-between;
}
.image-cont{
    width: 50%;
    text-align: center;
}
.image-cont img{
    width: 60%;
   margin-top: 4rem;
   margin-left: 1rem;
}
.image-cont h2{
    font-family: "Bebas Neue", sans-serif; 
    font-weight: 100;
}
#light{
    color: #6b6b6bd8;
}
.content-dest{
    width: 40%;
    margin-right: 5rem;
}
.content-dest h1{
    margin: 1rem;
    font-size: 60px;
    font-weight: 100;
}
.content-dest p{
    margin-top: 1.5rem;
    margin-bottom: 5rem;
}
hr{
    height: 1px;
    border: none;
    background: rgb(78, 78, 78);
}

.landing{
    margin: 1rem;
   display: flex;     
   color: white;
   justify-content: space-between;
}
.nav-dest{
    display: flex;
}
.nav-dest ul li{
    display: inline-block;
    margin: 1rem;
    
}
.nav-dest ul li a{
    text-decoration: none;
    color: white;
    font-family: "Bebas Neue", sans-serif; 
}
.footer{
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
}
.footer h6{
    font-weight: 100;
    font-family: "Bebas Neue", sans-serif; 
    letter-spacing: 2px;
}
.footer h2{
    font-family: "Cinzel Decorative", serif;
    font-weight: 100;
}
/* Tablet Design */

@media screen and (max-width:750px) {
    .banner-destination{
        background: url(./assets/destination/background-destination-tablet.jpg);
        height: 170vh;
        text-align: center;
    }
        
    .landing{
       
        margin: 1rem;
       display: flex;     
       flex-direction: column;
       color: white;
       justify-content: space-between;
    }
    .image-cont{
        width: 80%;
        text-align: center;
    }
    .content-dest{
        width: 80%;
        margin-right: 5rem;
    }
    .nav-dest{
        display: flex;
        margin-left: 5rem;
    }
}




/* //crew */

.banner-crew{
    background: url(./assets/crew/background-crew-desktop.jpg);
    height: 100vh;
    background-size: cover;
}
.content-crew{
    width: 40%;
    margin-left: 4rem;
}
.role{
    letter-spacing: 2px;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.top-crew{
    font-family: "Bebas Neue", sans-serif; 
font-weight: 100;
letter-spacing: 2px;
}
.content-crew h1{
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}

.dots{
    margin-top: 3rem;
    display: flex;
    gap: 15px;
}
.dots a{
    background: gray;
    height: 10px;
    width: 10px;
    border:none;
    border-radius: 50%;
}
#active-dot{
    background-color: white;
}
.crew-img img{
    width: 53%;
    margin-left: 5rem;
}
.next-pg{
    margin-top: 4cm;
    height: 25px;
    width: 25px;
    padding: 1rem;
    display: flex;

    color: white;
    text-decoration: none;
}
/* tablet design */
@media screen and (max-width:750px) {
    .banner-crew{
        background: url(./assets/crew/background-crew-desktop.jpg);
        height: 170vh;
        background-size: cover;
        text-align: center;
    }
    .content-crew{
        width: 80%;
        margin-left: 4rem;
    }
    .crew-img img{
        width: 80%;
        margin-left: 5rem;
    }
    .dots{
        margin-top: 3rem;
        margin-left: 5rem;
        display: flex;
        gap: 15px;
    }
    .next-pg{
        display: none;
    }
}

/*  mobile - crew*/




            /* tech */

.banner-tech{
    background: url(./assets/technology/background-technology-desktop.jpg);
    height: 100vh;
    background-size: cover;
}
.numbers{
    margin-top: 3cm;
    gap: 10px;
    height: 85px;
}
.numbers a{
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
   justify-content: space-between;
    width: 25px;
    height: 25px;
    border: 1px solid white;
    border-radius: 50%;
    text-decoration: none;
    color: white;
}
#active-no{
    background-color: rgb(216, 206, 206);
    color: rgb(43, 38, 38);
}

.tech-img{
    width: 45%;
}
.tech-img img{
    height: 60%;
    
}
.heading{
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.content-tech{
    width: 45%;
}
.content-tech h1{
    margin-left: 1.5rem;
}
.content-tech p{
    margin-left: 1.5rem;
}
/* Tablet design */

@media screen and (max-width:750px) {
    .banner-tech{
        height: 200vh;
        
    }
    .tech-img{
        width: 80%;
    }
    .content-tech{
        width: 80%;
        margin-left: 5rem;
    }
    .banner-tech .landing{
        flex-direction: column-reverse;
    }
    .numbers{
        margin-top: -4cm;
        
    }
}

/* mobile design */
@media screen and (max-width:500px){}
