html {
    height: 100%;
}

   
    

.header1{
    min-height: 100vh;
    width: 100%;
    background-image: url(adventureso.jpg);
    background-position: center;
    background-size: cover;
  
}
 nav{
    width: 100%;
    height: 15vh;
    background:rgba(0,0,0,0.2);
     color: white;
    display: flex;justify-content: space-between;
     align-items: center;text-transform: uppercase;
     background-image: url(logo\ 3.png);
    }
nav .logo{
align-content: flex-start;
display: block;
}
nav img{
    width: 300px;
    height: 230px;
   padding-left: 170%;
}
.nav-links{
    text-align: right;
}
.nav-links ul li{
list-style: none;
display: inline-block;
padding: 8px 12px;
position: relative;
}
.nav-links ul li a{
    color: white;
    text-decoration:none;
    font-size:20px ;
    font-weight: bolder;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: white;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color:white;
    
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
margin:10px 0 40px;
font-size: 40px;
color: white;
}
.tagline {
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 2%;
    font-size: 30px;
    display: flex;
}
.adventure {
    display: flex;
    padding-top: 4%;
}
.info1 {
    padding-left: 13%;
    justify-content: flex-start;
  
}   
.image {
    padding-left: 8%;
    image-resolution:initial ;
}
.info2 {
    padding-left: 8%;
    justify-content: flex-start;
    
} 

