.home #content {
padding-top: 0;
} .home main > section:first-child,
.home main > div:first-child {
padding-top: 100px; } .home .hero-home,
.home .gls-hero,
.home .hero-home .e-con,
.home .hero-home .e-con-inner,
.home .gls-hero .e-con,
.home .gls-hero .e-con-inner {
overflow: visible;
}  .home #gls-home-search {
background-color: #F3EBDD; ;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
padding: 24px 28px;
max-width: 1410px;
} .home #gls-home-search #gls-search-form {
display: flex;
flex-direction: row;
align-items: center;
gap: 14px;
} .home #gls-search-form input,
.home #gls-search-form select {
height: 48px;
padding: 0 12px;
background-color: #F3EBDD;
border: 1px solid #d8d2c6;
font-family: inherit;
font-size: 16px;
font-weight: 400;
color: inherit;
border-radius: 0; box-shadow: none;
} .home #gls-dates {
flex: 2 1 auto;
} .home #gls-guests {
flex: 1 1 auto;
} .home #gls-search-submit {
height: 48px;
padding: 0 26px;
background-color: var(--main-color);
color: #ffffff;
font-family: inherit;
font-size: inherit;
font-weight: 400;
border: none;
border-radius: 0;
cursor: pointer;
} .home #gls-search-submit:hover {
opacity: 0.9;
} .home #gls-search-form .gls-error {
border-color: #c29b40;
background-color: #fffaf3;
} .home #gls-search-form input,
.home #gls-search-form select,
.home #gls-search-submit {
transition: border-color 0.25s ease,
background-color 0.25s ease,
opacity 0.25s ease;
} @media (max-width: 768px) {
.home #gls-home-search {
padding: 20px;
margin: 24px 16px 0;
}
.home #gls-home-search #gls-search-form {
flex-direction: column;
align-items: stretch;
}
.home #gls-search-submit {
width: 100%;
}
}