*{
    padding: 0;
    margin: 0;
}

.navbar{
    background-color: #ffffff;
    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{
    width: 100%;
    height: 850px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.hero h1{
    font-size: 80px;
    color: white;
    position: relative;
    top: 80px;
    left: 100px;
}

.body{
    position: absolute;
    top: 300px;
    left: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itenary{
    height: 350px;
    width: 250px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 12px;
    text-align: center;
    margin: 20px;
}

.itenary h4{
    color: black;
    font-size: 18px;
}

.itenary hr{
    border-top: 2px solid black;
    width: 100%;
}

.slip{
    height: 50px;
    width: 100%;
    background-color: #FEFAF5;
    padding: 3px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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; 
}