

.hero {
    width: 100%;
    height: 50vh;
    background-color: gray;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: brightness(40%); */
}

.hero .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.hero .hero-content {
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 99;
}

.hero .hero-content .content {
    margin-top: 150px;
    text-align: center;
    align-items: center;

}

.hero .hero-content .link {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.hero .hero-content a {
    text-decoration: none;
    color: white;
}

.hero .hero-content .link u {
    background-color: transparent;
    color: #FEA53D;
}

.hero .hero-content a:hover {
    color: #FEA53D;
}

.hero .hero-content h1 {
    font-size: 50px;
    font-weight: 600;
    color: #FEA53D;

}

.hero .hero-content .content p {
    font-size: 20px;
    margin-top: -20px;
    font-weight: 600px;
    margin-left: 30px;
    color: #ddd;

}

.row {
    display: flex;
    flex-wrap: wrap;

}
.row {
    display: flex;
}

.col-4 {
    width: 33.33%;
    
    margin: 30px 0;
}

.col-3 {
    width: 25%;
   

}

.col-2 {
    width: 20%;
    

}

.reservation {
    text-align: center;
}

.reservation h3 {
    font-size: 35px;
    color: #FEA53D;
}

.border-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reservation p {
    text-align: center;
    font-size: 20px;
}


.line {
    margin-top: 15px;
    width: 120px;
    background-color: #FEA53D;
    height: 2px;
    display: flex;
    justify-content: center;
}

.reservation form {
    width: 100%;
    height: 420px;
    border: 1px solid #f5a64c;
    background: #121212;
    margin-top: 40px;
    align-items: center;
}

label { 
    font-size: 20px;
    font-weight: bold;
    margin-left: 30px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;

}
input[type="date"]::-webkit-calendar-picker-indicator{
    filter: invert(1);
}

.form-control {
    
    width: 360px;
    height: 45px;
    border-radius: 15px 0 15px 0;
    border: 3px solid #f5a64c;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 10px;

}

.form-select {
    
    width: 360px;
    height: 45px;
    border-radius: 15px 0 15px 0;
    border: 3px solid #f5a64c;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 10px;

}

option {
    color: #121212;
}

.form-control:focus,
textarea:focus,
.form-select:focus {
    outline: 1px solid #f5a64c;
}

.center {
    padding-top: 20px;
    margin: auto;
}

.btn-send-res {
    width: 120px;
    background-color: #FEA53D;
    text-align: center;
    color: #fff;
    align-items: center;
    cursor: pointer;

}

.call-phone {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #242424;
}

.call-phone span a {
    color: #FEA53D;
    cursor: pointer;

}