*{
    padding: 0;
    margin: 0;
}

.navbar{
    background-color: white;
    width: 100%;
    height: 50px;
    white-space: nowrap;
    position: fixed;
    top: 0;
    z-index: 2;
}

.logo{
    display: inline-block;
    color: #335576;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    margin-left: 100px;
}

.nav{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    padding-right: 100px;
}

.nav a{
    color: black;
    margin-right: 15px;
}

.nav a:hover{
    text-decoration:  2px solid #DB7A4E underline;
    text-underline-offset: 10px;
}

.hero{
    color: #335576;
    width: 100%;
    height: 600px;
    background-color: #FEFAF5;
}

.content{
    position: absolute;
    left: 0;
    top: 50px;
}

.content h1{
    position: relative;
    top: 150px;
    left: 100px;
    font-size: 50px;

}

.slogan{
    position: relative;
    top: 190px;
    left: 100px;
    font-size: 20px;
}

.hero button{
    position: relative;
    top: 220px;
    left: 100px;
    border-radius: 25px;
    border: none;
    background-color:#DB7A4E;
    color: white;
    padding: 10px;
    width: 200px;
    font-size: 18px;
}

.hero img{
    width: 600px;
    position: relative;
    top: 65px;
    left: 1000px;
}

.main h2{
    color: #335576;
    position: relative;
    top: 50px;
    left: 100px;
}

.main{
    width: 100%;
    height: 720px;
}

.hawaii:hover{
    border: 3px solid gray;
}

.iceland:hover{
    border: 3px solid gray;
}

.greece:hover{
    border: 3px solid gray;
}

.places{
    position: relative;
    top: 100px;
    display: flex;
    justify-content: space-evenly;
}

.places a{
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.card p{
    position: relative;
    top: 450px;
    left: 230px;
}

.card{
    width: 350px;
    height: 500px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.hawaii{
    background-image: url(../assets/Images/hawaii.jpg);
    background-size: 100% 100%;
}

.iceland{
    background-image: url(../assets/Images/iceland.jpg);
    background-size: 100% 100%;
}

.greece{
    background-image: url(../assets/Images/greece.jpg);
    background-size: 100% 100%;
}

.footer{
    width: 100%;
    background-color: #FEFAF5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 50px;
    padding-bottom: 50px;

}

.footer h3{
    font-weight: bold;
    font-size: 28px;
    color: #335576; 
}

.heading{
    font-size: 12px;
    color: #DB7A4E; 
    display: flex;
}

.heading p{
    padding-right: 95px;
}

.subheading{
    font-size: 18px;
    color: #335576; 
    display: flex;
}

.subheading p{
    padding-right: 30px;
}

.content1{
    justify-content: space-evenly;
}

.social img{
    width: 30px;
    display: inline-block;
    padding-right: 40px;  
}
