body{
	margin: 0px;
	padding: 0px;
}

*{
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
}

header{
	border-top: 2px solid #ef2637;
	padding: 20px 0px;
}

header > section > img {
	width: 100px;
}

header > section {
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#preheader{
	width: 100%;
	margin: auto;
	background: white;
	display: flex;
}
#preheader > div {
	display: flex;
	margin: auto;
}
#preheader  section {
	width: 200px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 18px 30px;
	color: #5A5A5A;
	background: white;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	position: relative;

}

#preheader > div > section:first-child:before{
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 10px;
    background: white;
    bottom: -4px;
}

.banner-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(0,0,0,0.5) 30%,rgba(255,255,255,0) 100%);
    border-bottom-left-radius: 35% 35%;
    border-bottom-right-radius: 85% 50%;
    width: 110%;
    margin-left: -100px;
}
.banner-image {
    width: 100%;
    height: 520px;
    padding: 68px;
    padding-bottom: 241px;
    position: relative;
    background: url('../img/hero_banner.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-bottom-left-radius: 35% 35%;
    border-bottom-right-radius: 85% 50%;
}

#container-search{
	position: relative;
}

#container-search > input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#container-search > img{
	position: absolute;
	right: 10px;
	top: 10px;
}

header ul {
	padding: 0px;
	display: flex;
	align-items: center;
}

header li{
	list-style-type: none;
    color: #777;
    border-bottom: 3px solid white;
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
}

main > section {
	width: 1200px;
	z-index: 5;
	margin: auto;
}

main > section > h1 {
	font-size: 42px;
	color: white;
	font-weight: 500;
}

button {
    background-color: #EF2637;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
    display: inline-block;
    cursor: pointer;
    border: none;
}

.red-label {
    background-color: #EF2637;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
    display: inline-block;
    border: none;
}

a{
    text-decoration: none;
}

#container{
	width: 1200px;
	margin: auto;
	background: white;
	padding: 50px 80px;
	margin-top: 60px;
    -webkit-box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%);
    margin-top: -170px;
    position: relative;
    z-index: 10;
    border-top: 4px solid #EF2637;
    margin-bottom: 80px;
}

header input{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#input-container > input {
outline: none;
    display: block;
    background-color: white;
    border: 0;
    font-weight: 600;
    font-size: 1rem;
    color: rgb(59, 74, 87);
    caret-color: rgb(38, 44, 48);
    top: 0px;
    padding: 30px 20px 10px 60px;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: -5;
    border-radius: 6px;
    border: 1px solid #ced4da;
}


#input-container {
    padding-left: 56px;
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 24px 24px;
    position: relative;
    z-index: 5;
    height: 60px;
    margin-bottom: 18px;
}

#input-container > label {
    position: relative;
    top: 10px;
    font-size: 13px;
    left: 3px;
}


#input-container > span {
    position: absolute;
    left: 20px;
    top: 19px;
    color: #73808c;
}

.container-city{
    width: 49.5%;
}

#myBtn {
    display: flex;
    justify-content: space-between;
    width: 260px;
}


.btnEnable {
    background-color: #EF2637;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
    display: inline-block;
    border: none;
    width: unset!important;
}

.btnDisable {
    background-color: #EF2637;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    opacity: 0.5;
    line-height: 24px;
    padding: 12px 24px;
    display: inline-block;
    border: none;
}


@media screen and (max-width: 1266px){
    header > section , #container, main > section {
        width: 93%;
    }
    .banner-image{
        padding: 0px;
        padding-bottom: 241px;
        background-position: center;
    }
    #container{
        margin-top: -249px;
    }
    main > section > h1{
        margin-top: 0px;
    }
}

@media screen and (max-width: 1200px){
    header ul{
        display: none;
    }
}

@media screen and (max-width: 700px){
    #container{
        padding: 50px 28px;
    }
}

@media screen and (max-width: 536px){
    #preheader section:last-child{
        display: none;
    }
}
