
.navbar{
    height: 10vh;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    display: grid;
    gap: 30%;
    position: sticky;
    background-color: white;
    top: 0;
    left: 0;
    align-items: center;
    box-sizing: border-box;
}

#home-button{
    margin-left: 150px;
    height: 100%;
    box-sizing: border-box;
    
}
#home-button>a{
    height: 100%;
    text-decoration: none;
}
#home-button>a>img{
    height: 80%;
    padding-top: 7px;

}
#home-button>a>span:nth-child(3){
    color: black;
    font-size: 40px;
    position: absolute;
    left: 380px;
    border-left: 1px solid black;
    top: 30px;
    padding-left: 20px;
}
#home-button>a>span{
    margin-left: -60px;
    text-decoration: none;
    font-size: medium;
    color: black;
    letter-spacing: 1px;
}
.navbar-button{
    right: 600px;
    width: 30%;
    position: absolute;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    right: 100px;
    
}
.navbar-button>a{
    width: max-content;
    border: 1px solid gainsboro;
    margin: auto 12px auto 50px;
    padding: 10px 30px;
    font-size: 1.rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 4px;
}

.navbar-button>a:hover{
    color: olivedrab;
    cursor: pointer;
}
.navbar-button>a>span{
    font-weight: bolder;
}

.below-navbar{
    background: url(https://images.pexels.com/photos/2434627/pexels-photo-2434627.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    height: 80vh;
    padding: 70px 100px 0px 150px;
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 5%;
}

.below-navbar>div{
    height: 90%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 7px;
    display: grid;
    justify-items: center;
}
.below-navbar>div:nth-child(1)>img{
    width: 55%;
    margin-top: 80px;
}
.below-navbar>div:nth-child(2){
    height: 150px;
}

#form>p{
    margin-top: -80px;
    font-size: x-large;
    color: gray;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#form>p:nth-child(3){
    font-size: xx-large;
    margin-top: -100px;
}
#location,#date{
    width: 80%;
    height: 75px;
    background: none;
    margin-top: -80px;
}

#location>select,#date>input{
    width: 100%;
    height: 100%;
    font-size: xx-large;
    border: none;
    border-bottom: 2px solid gray;
}
#date>input{
    width: 100%;
}
#date{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15%;
}

#hyundai-subscription>p{
    font-size: xx-large;
    margin-top: -20px;
}
#hyundai-subscription>p>a{
    color: teal;
}

#search{
    width: 80%;
    background-color: teal;
    border-radius: 36px;
    height: 60px;
    border: none;
    font-size: xx-large;
    color: white;
    cursor: pointer;
}
#search>button{
    width: 100%;
}