.image-container{
    width: 100%;
    height: 550px;
    background-image: url(../images/greenhills.jpg);
    background-position: center;
    background-size: cover;

}
.line-div{
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: right;
}
.ad-container{
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0));
    width: 100%;
    height: 140px;
    position: relative;
}
.ad-airasia{
    height: 100%;
    position: absolute;
    margin-left: 120px;
    margin-top: -32px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0 ,0.5) ;
}
.ad-airasia:hover{
    cursor: pointer;
}
.slogan-div{
    display: flex;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(32deg) brightness(110%) contrast(102%);
    justify-content: right;
    align-items: bottom;
    padding-top: 90px;
    flex: 1;
}
.slogan-img{
    height: 60px;
    margin-right: 20px;
    margin-top: 13px;
}
#slogan-text{
    font-size: 25px;
    
}
.location-div{
    width:100px;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    padding-left: 320px;
    margin-right: 180px;
    padding-top: 105px;
    color: #ffffff;
}
.place{
    font-size: 25px;
    font-weight: 500;
}
.place:hover{
    cursor: pointer;
}
.country{
    font-weight: 100px;
}
.country:hover{
    cursor: pointer;
}

.search-container{
    margin-top: 40px;
    height: 100px;

    margin-left: 122px;
    margin-right: 122px;
    padding-top: 30px;

}

.nav-above{
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff;
}
.nav-elements{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    height: 94%;
    font-weight: 500;
    border-bottom: 3px solid transparent;
}
.nav-elements:hover{
    cursor: pointer;
}
.active{
    border-bottom: 3px solid #ff4500;
}
.search-bar{
    height: 76px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    column-gap: 10px;
    border-radius: 3px;

}
.search-elements{
    height: 100%;
    display: flex;
    margin-top: 5px;
    flex-direction: column;
    justify-content: right;
    color: #000000;
    margin-left: 12px;
    
}
.search-elements p{
    font-size:13px;
    font-weight: 200;
    color: rgb(104, 104, 104);
    margin-bottom: 8px;
}
.small-input{
    width: 90px;
}
.search-elements input{
    border: none;
    border-bottom: 1px solid rgb(224, 224, 224);
    font-size: 16px;
}
.search-elements input::placeholder{
    color: rgb(167, 167, 167);

}
.search-elements input:focus{
    outline: none;
    transition: 0.3s;
    border-bottom: 2px solid #ff4500;
}
.arrow-icon{
    height: 25px;
    margin-top: 30px;
    filter: invert(80%) sepia(20%) saturate(12%) hue-rotate(42deg) brightness(70%) contrast(94%);
}
.arrow-icon:hover{
    cursor: pointer;
}
.btn-search{
    margin-top: 15px;
    width: 180px;
    background-color: rgb(235, 63, 0);
    height: 40px;
    border-radius: 3px;
    
}
.btn-search:hover{
    cursor: pointer;
}
.btn-search p{
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 15px;
    margin-top: 10px;

}
.icon-margin{
    margin-left: 10px;
}

