@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@400;700&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
    color: #f2f2f2;
}
p
{
    font-weight: 300;
    color: #111;
}
body
{
    min-height: 1000px;
}
.banner
{
   position: relative;
   width: 100%;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
   background: url(../images/restaurante4.jpg);
   background-size: cover;
   font-family: 'Manjari', sans-serif;
}
.banner, .about, .menu, .contact{
    min-height: 100vh;
}
.banner .content
{
    max-width: 900px;
    text-align: center;
}
.banner .content img
{
    width: 700px;
}
.banner .content h2
{
    font-size: 2.5em;
    color: #f2f2f2;
    font-weight: 700;
}
.btn
{
    font-size: 1em;
    color: #fff;
    background: #D83232;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
}
.btn:hover
{
    letter-spacing: 6px;
}
header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    height: 65px;
}
header.sticky
{
    background: #f2f2f2;
    padding: 10px 100px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
header.sticky .logo
{
    height: 40px;
}
header.sticky .navigation li button a{
    color: white;
}
header.sticky .navigation li button a:hover{
    color: #D9AB23;
}
header .navigation
{
    position: relative;
    display: flex;
}
header .navigation li
{
    list-style: none;
    margin-left: 30px;
    padding-top: .65rem;
}
header .navigation li a
{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
header .navigation li button
{
    font: 1rem Manjari;
    background-color: #D83232;
    border: none;
    background: #D83232;
    display: inline-block;
    padding: .5rem 1rem;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.5s;

}
header .navigation .reserve
{
    color: white;
    margin-left: .75rem;
    padding-top: 0;
}
header.sticky .navigation li a
{
    color: #A02828;
}
header .navigation li a:hover
{
    color: #D9AB23;
}

section
{
    padding: 100px 100px 50px 100px
}
.row
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.row .col50
{
    position: relative;
    width: 48%;
    margin-left: 3rem;
}
.titleText
{
    color: #111;
    font-size: 2em;
    font-weight: 500;
}
.titleText3 
{
    font-size: 1.5em;
    font-weight: 400;
    color: #111;
}
.titleText span
{
    color: #D83232;
    font-weight: 700;
    font-size: 1.5em;
}
.titleText3 span
{
    color: #D83232;
    font-weight: 700;
    font-size: 1em;  
}
.row .col50 .imgBx
{
    position: relative;
    width: 450px;
}
.row .col50 .imgBx img
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row .col50 h2,h3,p {
    margin-bottom: .5rem;
}

.title
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about .welcome h3
{
    text-align: center;
    color: black;
    font-weight: 500;
    margin: 1rem 12rem 2rem;
}
.menu .content
{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    margin: .5rem 10rem 0;
}
.menu .content .box
{
    width: 340px;
    margin: 30px;
    border: 15px solid #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}
.menu .content .box .imgBx
{
    position: relative;
    height: 300px;
}
.menu .content .box .imgBx img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu .content .box .text
{
    padding: 15px 0 5px;
    text-align: center;
}
.menu .content .box .text h3
{
    font-weight: 500;
    color: #111;
}
.btn1:hover
{
    letter-spacing: 6px;
}
.specialities .content
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 1rem;
}
.specialities .content .box
{
    width: 400px;
    margin: 0 2rem;
}
.specialities .content .box .imgBx
{
    position: relative;
    width: 100%;
    height: 300px;
}
.specialities .content .box .imgBx img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialities .content .box .text
{
    padding: 15px 0 5px;
}
.specialities .content .box .text h3
{
    font-weight: 500;
    color: #111;
}
.specialities .title p
{
    padding: 1rem 15rem 0;
    text-align: center;
    font-weight: 500;
}
.contact
{
    background: url(../images/contac-background.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 100vh;
    font-family: 'Manjari', sans-serif;
}
.contactForm
{
    padding: 55px 50px 40px;
    background: #f2f2f2;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin-top: 1rem;
}
.contactForm h3
{
    color: #D83232;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 500;
}
.contactForm .inputBox
{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.contactForm .inputBox input,
.contactForm .inputBox textarea
{
    width: 100%;
    border: 1px solid #555;
    padding: 10px;
    color: #111;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    resize: none;
}
.contactForm .inputBox input[type="submit"]
{
    font-size: 1em;
    color: #fff;
    background: #D9AB23;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
    max-width: 100px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
.information
{
    padding: 37px 50px 85px;
    background: #f2f2f2;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin-top: 1rem;
}
.information h3
{
    color: #D83232;
    margin: 1rem 0;
    font-weight: 500;
    font-size: 1.2em;
}
.information p{
    padding: .2rem 0;
}
.cpT
{
    padding-top: 15rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.cpT p
{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-align: left;
}
@media (max-width: 991px)
{
    header,
    header.sticky
    {
        padding: 10px 20px;
    }
    header .navigation
    {
        display: none;
    }
    header .navigation.active
    {
        width: 100%;
        height: calc(100% - 67px);
        position: fixed;
        top: 65px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f2f2f2;
    }
    header .navigation li
    {
        margin-left: 0;
        margin-top: 5px;

    }
    header .navigation li a
    {
        color: #A02828;
        font-size: 1.6em;

    }

    .menuToggle
    {
        position: relative;
        width: 40px;
        height: 40px;
        background: url(../images/menu.png);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }
    .menuToggle.active
    {
        background: url(../images/close.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }
    header.sticky .menuToggle
    {
        filter: invert(1);
    }
    section
    {
        padding: 20px;
    }
    .banner .content h2
    {
        font-size: 2em;
    }
    .row
    {
        flex-direction: column;
        align-items: center;
    }
    .row .col50
    {
        position: relative;
        width: 75%;
    }
    .row .col50 .imgBx
    {
        height: 415px;
        margin-top: 20px;
    }
    .menu .content
    {
        margin-top: 20px;
    }
    .menu .content .box
    {
        margin: 10px;
    }
    .menu .content .box .imgBx
    {
        height: 260px;
    }
    .title
    {
        text-align: center;
    }
    .titleText
    {
        font-size: 1.8em;
        line-height: 1.5em;
        margin-bottom: 15px;
        font-weight: 300;
    }
    .contactForm
    {
        padding: 35px 40px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-width: 325px){
    .banner .content img{
        width: 315px !important;
    }
    .banner .content h2{
        font-size: 1.5rem !important;
    }
}
@media (max-width: 400px)
{
    .banner .content img{
        width: 350px;
    }
    .banner .content h2
    {
        font-size: 2.2em;
        color: #fff;
    }
    section{
        padding: 20px 0;
    }
    .row{
        align-items: normal;
    }
    p, h3{
        padding: 0 10px !important;
    }
    .about{
        margin: 0 !important;
    }
    .about .welcome h3{
        margin: 0;
    }
    .specialities .title p{
        padding: 0;
    }
    .row .col50{
        margin-left: 0!important;
        text-align: center !important;
        width: 100%;
    }
    .row .col50 .imgBx{
        width: 100% !important;
    }
    .row .col50 .imgBx img{
        width: 75%;
    }
    .menu .content{
        margin: 0;
    }
    .cpT{
        padding-top: 5rem !important;
    }

}

@media (max-width: 575px) {
    .banner .content{
        max-width: 567px;
    }
    .banner .content img{
        width: 85% !important;
    }
    .banner .content h2{
        font-size: 1.5rem;
    }
    .about .welcome h3{
        margin: 1rem 2rem 2rem;
    }
    .row .col50{
        margin-left: 0;
    }
    .row .col50 .imgBx{
        width: auto;
    }
    .menu .content{
        margin: .5rem 2rem 0;
    }
    .specialities .title p{
        padding: 1rem 5rem 0;
    }
    .cpT{
        padding-top: 5rem !important;
    }
}
@media (max-width: 768px){

}
@media (min-width: 2300px)
{
    .banner .content{
        max-width: 1400px;
    }
    .banner .content img
    {
        width: 70rem;
    }
    .banner .content h2
    {
        font-size: 4.5em;
        color: #f2f2f2;
        font-weight: 700;
    }
    .banner .content p
    {
        font-size: 3em;
        color: #fff;
        font-weight: 500;
    }
    .btn
    {
        font-size: 3em;
        padding: 25px 45px;
        margin-top: 25px;
    }
    header
    {
        padding: 100px 100px;
    }
    header.sticky
    {
        padding: 100px 100px;
    }
    header.sticky .logo
    {
        height: 7rem;
    }
    header .navigation li a
    {
        font-size: 2.5rem;
    }
    header .navigation li button
    {
        font-size: 2.5rem;
        padding: .5rem 1rem;
    }
    section
    {
        padding: 9% 13% 15% 13%;
    }
    .about .welcome
    {
        font-size: 2.2rem;
        margin-bottom: 7rem;
    }
    .about .welcome h3
    {
        margin: 1rem 10rem 2rem;
    }
    .titleText
    {
        font-size: 3rem;
    }
    .about .titleText3
    {
        font-size: 2.5rem;
    }
    .about .row .col50
    {
        margin-left: 8rem;
    }
    .row .col50 p{
        font-size: 2rem;
    }
    .row .col50 .imgBx
    {
        width: 700px;
    }
    .menu .content
    {
        margin: .5rem 15rem 0;
    }
    .menu .content .box {
        width: 450px;
        margin: 50px;
    }
    .menu .content .box .imgBx {
        height: 450px;
    }
    .menu .content .box h3{
        font-size: 2.5rem;
    }
    .specialities .content{
        margin-top: 5rem;
    }
    .specialities .content .box{
        width: 600px;
    }
    .specialities .content .box .text h3{
        font-size: 2.5rem;
    }
    .specialities .title p,
    .specialities .content .box .text p{
        font-size: 2rem;
    }
    .cpT
    {
        padding-top: 25rem !important;}
}