@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

header {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    margin-bottom: 32px;
}

.cover-image{
    width: 100%;
    position: absolute;
    top: -20vh;
    z-index: -1;
}

.cover-image img{
    width: 100%;
}

.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 16px;
    margin: 0 40px;
}



.nav-bar{
    list-style: none;
    font-weight: lighter;
    display: flex;
    gap: 32px;
}

.head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 7vh;
    align-items: center;
}

.logo{
    width: 23vw;
}

.head h2{
    font-size: 33px;
    color: #fefefe;
    font-weight: 300;
}

.search-bar{
    display: flex;
    width: 52vw;
    align-items: center;
    border-radius: 10px;
    background: white;
    padding: 5px 4px;
}

.search-bar, .search-item{
    display: flex;
    align-items: center;
    margin-left: 10px;
}



.search-bar, .search-item{
    color: gray;
    border-right: 1px solid gray;
    font-size: 14px;
    margin-left: 10px;
    margin-left: 10px;

}

.search-bar, .search-item input{
    outline: none;
    border: none;
    width: 60%;
    padding-left: 10px;
    font-size: 15px;
}

i{
    color: #ff7e8b;  
}


.search-bar, .search-item:first-child{
    width: 30%;
}


.search-bar, .search-item:last-child{
    color: gray;
    width: 70%;
}
#glass{
    color: gray;
}