.container
{
    width: 100%;
    min-height: 900px;
    background-image: linear-gradient(rgba(9,0,77,0.65),rgba(9,0,77,0.65)), url(img/background.png);
    background-size: cover;
    background-position: center;
    padding: 10px 10px;
    color: white;
    position: relative;
}

nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.logo
{
    width: 350px;
    cursor: pointer;
}

nav ul{
    list-style: 0;
    width: 100%;
    text-align: right;
    padding-right: 60px;
}

nav ul li{
    display: inline-block;
    margin: 20px 10px;
}

nav ul li a{
    color: white;
    text-decoration: none;
}

.Dropdown-menu{
    display: none;
}

.container nav ul li:hover .Dropdown-menu{
    display: block;
    margin: 0px 0px;
    position: absolute;
    top: 8%;
    left: 70%;
    background-color:rgba(255, 0, 0, 0.5);
    
    

}
.Dropdown-menu ul{
    display: block;
    margin: 10px;
}
.Dropdown-menu ul li{

    width: 40px;
    padding: 0px;
    display: block;
}

.btn
{
    display: flex;
    border:0;
    outline: 0;
    padding: 10px 20px;
    background-color: rgb(246, 89, 4);
    color: white;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;

}
.btn img{
    width: 20px;
    margin-right: 10px;

}

.content
{
    margin-top: 15%;
    color: white;
    max-width: 600px;

}

.content h1{
    font-size: 40px;
    font-weight: 400;
    line-height: 85px;
    margin-bottom: 20px;

}
.content form{
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px;
    margin-top: 30px;
    border-radius:5px;
    
}

.content form select{
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    padding-left: 10px;


}

.content form .btn{
    font-size: 15px;
    padding: 10px 30px;
    
}
.footer{
    width: 100%;
    height: 30px;
    display: flex;
    padding: 10px 0px;
    justify-content: space-around;
    align-items:center;
    background: linear-gradient(#9f9fc5, #45447d);
    /*background-image:  url(img/ocean1.jpeg);*/

}
.footer a{
    font-size: 13px;
    font-weight: bold;
    color: white;
}

/*<---Join us page css--->*/

.contact-container
{
    padding: 0;
    margin: 0%;
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: space-evenly;
    background :linear-gradient(#ff994f, #fa6d86);
}

.contact-left
{
    display: flex;
    flex-direction: column;
    padding: 10px ;
    align-items: start;
    gap: 20px;


}

.contact-left-title h1{
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 5px;
    color: #44385f;

}

.contact-left-title hr{

    border: none;
    width: 80%;
    height: 5px;
    background-color: #f8ae6e;
    border-radius: 10px;
    margin-bottom: 20px;
    
}
.contact-inputs
{
    width: 450px;
    min-height: 40px;
    padding-left: 25px;
    font-weight: 500px;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: large;
    color: #e2d8d7;
}
.contact-left textarea{
    height: 150px;
    border-radius: 20px;
    padding-top: 15px;
    text-align: center;
    

}
.contact-container button{
    border: none;
    outline: none;
    background:linear-gradient(270deg,#ff994f, #fa6d86);
    height: 40px;
    width: 50%;
    border-radius: 50px;
    align-content: center;
    cursor: pointer;
    font-size: x-large;
    gap: 15px;
    
}
.contact-inputs:focus {
    border: 2px solid #eb6708;
}
.contact-inputs::placeholder{
    text-align: center;
    text-shadow: royalblue;
    font-size: large;
}
.contact-container button img{
    height: 15px;
}

.contact-right img{
    width: 500px;
}

@media (max-width:800px) {
    .contact-inputs{
        width: 80vw;
    }
    .contact-right{
        display: none;
        
    }
    
}

/* -----------------------------------CSS for Travel Destination Page----------------------------------------------------------*/

/*.travel img{
    padding: 0%;
    min-height: 50px;
    
    text-align: center;
    
    height: 20%;
    
    
}*/


/*css Term and condition*/
