@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Arial";
}

.logo{
    display: none;
}

.navbar-nav{
    width: 100%;
    max-width: 1470px;
    justify-content: space-between;
    align-items: center;
}

nav{
    position: sticky;
    width: 100%;
    margin-top: -105px;
}

.navbar.scrolled {
    position: fixed;
    background-color: #fff !important;
    transition: background-color 200ms linear;
    top: 100px;
    left: 0;
    padding: 20px 3%;
    z-index: 1000;
}

.margin-top{
    margin-top: 145px !important;
}

.nav-item{
    font-size: 18px;
    letter-spacing: 1px;
}

.nav-link{
    color: #000;
}

.nav-link:hover{
    color: gray;
}

.nav-reserve{
    height: 50px;
}

.schedule p{
    text-align: right;
    font-weight: 600;
    margin-bottom: -8px;
    letter-spacing: 0;
}

.schedule span, 
.footer-schedule span{
    color: #9F2C33;
}

.reserve{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.number{
    font-size: 20px;
    font-weight: 600;
    color: #9F2C33;
    letter-spacing: 0;
}

.nav-reserve a:hover,
.footer-reserve a:hover{
    text-decoration-color: #9F2C33;
    -moz-text-decoration-color: #9F2C33;
}

#welcome{
    padding-top: 180px;
    min-height: 1440px;
}

#welcome:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1405px;
    z-index: -1;
    background-image: url('../img/main-background.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
    max-width: 1500px;
}

#welcome .text-container{
    max-width: 637px;
    margin-top: 185px;
}

#welcome .text-container h2{
    font-family: "Arial Black";
    font-size: 36px;
    letter-spacing: 2.16px;
    color: #9F2C33;
}

#welcome .text-container h1{
    font-family: "Arial Black";
    font-size: 66px;
    letter-spacing: 3.96px;
    line-height: 93px;
    margin-top: 20px;
    margin-bottom: 50px;
}

#welcome .text-container p{
    font-size: 25px;
    color: #575966;
}

#about{
    background-image: url("../img/about-background.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 65px;
    min-height: 1425px;
}

#about-text-container{
    order: 0;
}

#about-img-container{
    order: 1;
}

#about .text-container{
    display: flex;
    flex-direction: column;
}

#about .text-container h1{
    color: #9F2C33;
    font-family: "Arial Black";
    font-size: 46px;
    letter-spacing: -0.8px;
    line-height: 60px;
}

#about-text{
    margin-top: 55px;
    margin-bottom: 35px;
}

#about-text p{
    max-width: 399px;
}

.about-text-bold{
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1.15px;
    line-height: 28px;
}

.about-text-regular{
    color: #9F2C33;
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 28px;
}

.about-text-roboto{
    color: #9F2C33;
    font-family: "Roboto";
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 30px;
}

#about button{
    color: #FFF;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1.28px;
    line-height: 38px;
    border-radius: 29px;
    border-style: none;
    background-color: #7D2329;
    box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.31);
    max-width: 605px;
    min-height: 123px;
    padding: 10px;
    margin-left: 10%;
    transition: background-color 0.15s ease;
}

#about button:hover{
    background-color: #a05459;
}

.about-img{
    width: 100%;
    max-width: 428px;
    border-radius: 30px;
    background-color: #C8C8C8;
    box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.41);
}

#about-second-row .header{
    color: #9F2C33;
    font-family: "Arial Black";
    font-size: 46px;
    letter-spacing: -0.8px;
    line-height: 70px;
    text-align: center;
    margin-top: 125px;
    margin-bottom: 65px;
}

#about-second-row .img-container{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.offer h1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial Black";
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    max-width: 200px;
    min-height: 90px;
    margin-left: auto;
    margin-right: auto;
}

#about-second-row p{
    color: #7D2329;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.33px;
    line-height: 22px;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
}

#menu{
    background-color: #3E2D2E;
    color: #fff;
    box-shadow: 0px 10px 10px 0 rgba(0,0,0,0.31);
    padding-bottom: 65px;
    margin-bottom: 50px;
}

#menu h1{
    font-family: "Arial Black";
    font-size: 46px;
    letter-spacing: -0.8px;
    line-height: 70px;
    margin-top: 55px;
    margin-bottom: 55px;
}

#menu img{
    width: 100%;
    max-width: 345px;
    margin-bottom: 10px;
}

#menu-second-row{
    margin-top: 90px;
}

.menu-text{
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1.28px;
    line-height: 45px;
    text-transform: uppercase;
    max-width: 1050px;
}

.download-menu-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.download-menu-container a{
    color: #F4F4F4;
    font-family: "Arial Black";
    font-size: 25px;
    line-height: 35px;
    text-align: justify;
    max-width: 175px;
    margin-left: 25px;
    margin-bottom: 0;
    transition: all 0.15s ease;
}

.download-menu-container img{
    width: 60px !important;
}

#gallery h1{
    color: #9F2C33;
    font-family: "Arial Black";
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 48px;
    text-align: center;
}

.splide{
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    margin-bottom: 50px;
}

.splide__slide{
    height: 515px;
    margin-right: 5px;
}

.splide img{
    height: 100%;
    max-height: 515px;
}

.splide__pagination{
    position: relative;
    margin-top: 50px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}

.splide__pagination__page{
    box-sizing: inherit;
    background-color: #9F2C33;
    background-clip: border-box;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin-left: 8px;
    margin-right: 8px;
    opacity: 0.8;
}

.splide__pagination__page.is-active {
    transform: none;
    background-color: #9F2C33;
    opacity: 1;
}

.splide__arrow {
    top: auto;
    bottom: 2px;
    transform: none;
    opacity: 0.9;
    background: none;
    z-index: 10;
}

.splide__arrow--prev{
    left: 50%;
    transform: translateX(-320%);
}

.splide__arrow--next{
    right: 50%;
    transform: translateX(320%);
}

#instagram-photos h1{
    color: #5C3406;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 38px;
}

#instagram-photos .img-container{
    display: flex;
    justify-content: center;
}

#instagram-photos img{
    margin-top: 10px;
}

#google-maps{
    height: 595px;
    width: 100%;
    margin-top: 100px;
}

footer{
    margin-top: 105px;
    margin-bottom: 75px;
}

.footer-address{
    min-height: 63px;
    max-width: 320px;
    margin-right: auto;
}

.footer-reserve{
    min-height: 63px;
    max-width: 190px;
    margin-left: auto;
}

.footer-schedule{
    min-height: 63px;
    max-width: 200px;
    margin-left: auto;
}

.footer-schedule p{
    font-size: 18px;
    text-align: right;
    font-weight: 600;
    margin-bottom: -7px;
}

.footer-contact{
    min-height: 63px;
    max-width: 180px;
    margin-left: auto;
    text-align: center;
}

.footer-contact .img-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
}

.footer-contact img:hover{
    opacity: 0.7;
}

.footer-contact a{
    color: #9F2C33;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

@media (max-width: 1199px){
    #about .text-container{
        align-items: center;
    }

    #about button{
        margin-left: 0;
    }

    #about-text-container{
        order: 1;
    }
    
    #about-img-container{
        order: 0;
        text-align: center;
    }

    .offer{
        margin-bottom: 20px;
    }
}

@media (max-width: 991px){
    .logo{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        z-index: 0;
    }

    .navbar.scrolled > .logo{
        z-index: 1100;
    }

    .logo img{
        max-height: 70px;
        transform: translateY(8px);
    }

    .mobile-menu-button{
        width: 50px;
        display: block;
        position: absolute;
        right: 0;
        z-index: 1100;
        margin-left: auto;
    }

    .burger{
        width: 29px;
        height: 4px;
        background: #9F2C33;
        border-radius: 6px;
        transition: all .5s ease-in-out;
    }
      
    .burger::before,
    .burger::after{
        content: "";
        position: absolute;
        width: 29px;
        height: 4px;
        background: #9F2C33;
        border-radius: 6px;
        transition: all .5s ease-in-out;
    }
      
    .burger::before{
        transform: translateY(-11px);
    }
      
    .burger::after{
        transform: translateY(11px);
    }
      
    .mobile-menu-button.menu-open .burger{
        transform: translateX(-15px);
        background: transparent;
    }
      
    .mobile-menu-button.menu-open .burger::before{
        transform: rotate(45deg) translate(10px, -10px)
    }
      
    .mobile-menu-button.menu-open .burger::after{
        transform: rotate(-45deg) translate(10px, 10px)
    }
    
    .mobile-menu{
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: fixed;
        background-color: #fff;
        top: 0;
        right: -300px;
        height: 100%;
        opacity: 0;
        transition: all 0.4s ease;
        z-index: 1000;
        width: 300px;
    }

    .mobile-menu .navbar-nav{
        flex-direction: column;
    }
    
    .open{
        opacity: 1;
        right: 0;
        transition: all 0.4s ease;
    }

    .dim {
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
        height: 200vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
    }

    .dimmed {
        z-index: 2;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 200vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 1;
        visibility: visible;
        transition: opacity 0.6s ease 0s, visibility 0s linear 0s;
      }

      .margin-top{
          margin-top: 166px !important;
      }

      .width-px{
          width: 65px !important;
      }

      .schedule{
          margin-bottom: 60px !important;
      }

      .nav-item{
          margin-bottom: 20px;
      }
      
      .nav-reserve{
          margin-top: 40px;
      }

      #menu img{
          margin-bottom: 30px;
      }

      .download-menu-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
      }

      .footer-address,
      .footer-contact,
      .footer-reserve,
      .footer-schedule{
          margin: 50px auto 0 auto;
      }

      .footer-address p,
      .footer-reserve p{
          text-align: center;
      }
}

@media (max-width: 767px){
    #welcome .text-container h2 {
        font-size: 26px;
        letter-spacing: 2px;
    }

    #welcome .text-container h1 {
        font-size: 36px;
        letter-spacing: 1px;
        line-height: 53px;
    }
}

@media (max-width: 426px){
    .logo{
        display: flex;
        margin-left: auto;
        align-items: center;
        width: auto;
    }

    .mobile-menu-button{
        width: 50px;
        display: block;
        position: relative;
        right: auto;
        z-index: 1100;
    }

    #about-second-row p,
    .menu-text {
        text-align: center;
    }
}

@media (max-width: 400px){
    #about-second-row .header,
    #menu h1 {
        font-size: 35px;
        line-height: 50px;
    }

}

@media (max-width: 353px){
    #welcome .text-container h1 {
        font-size: 29px;
        letter-spacing: 1px;
        line-height: 35px;
    }
}