/* Montserrat & Alfa+Slab Fonts Family */
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bebas+Neue&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ===========
   Global CSS 
============ */
body{
    font-family: 'Montserrat', sans-serif;
}
h1, h2{
    font-family: 'Alfa Slab One', cursive;
}
button{
    font-family: 'Alfa Slab One', cursive;
}
a{

}
.no-padding{
    padding: 0;
}

/* ===========
Header Section 
============= */
header{
    background: url(../img/banner-bg.png) no-repeat center top;
    background-size: cover;
    padding: 25px 0;
}
.contact-info{
    text-align: right;
}
.contact-info li{
    list-style: none;
    display: inline;
    line-height: 65px;
    padding: 0 15px;
}
.desktop-logo{
    display: none;
}
.mobile-logo{
    max-width: 300px;
    height: auto;
}
nav{
    margin-top: -40px;
}
.nav-item{
    text-transform: uppercase;
    color: #3d2514;
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0 5px;
}
.navbar-light .navbar-nav .nav-link{
    color: #3d2514;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: revert;
}

/* Banner Section */
.banner-section{
    padding-bottom: 88px;
    padding-top: 20px;
}
.banner-section h4 {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 43px;
    padding: 0px 12px;
    width: 70%;
    margin-top: 7px;
    font-weight: 600;
    opacity: 1;
}
.banner-section h1 {
    font-family: 'Raleway', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 58px;
    margin: 0;
    line-height: 57px;
    padding-top: 23px;
    font-weight: 800;
}
.banner-section h3 {
    font-family:'Raleway', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 16px;
    line-height: 42px;
    font-weight: 600;
}
.burgar-img{
    position: relative;
    padding-left: 100px;
}
.package-price{
    position: absolute;
    background: #bf2222;
    width: 200px;
    height: 200px;
    bottom: -30px;
    left: 45px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}
.package-price-border{
    border: 2px dashed #fff;
    border-radius: 50%;
    width: 180px;
    height: 180px;
}
.package-price h2{
    color: #fff;
    font-size: 100px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 500;
    padding-top: 65px;
    margin: 0;
    line-height: 35px;
}
.package-price h2 span{
    font-size: 32px;
}
.package-price p{
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 16px;
    padding-left: 18px;
}

/* ==============
Features Section 
=============== */
.features-section{
    padding: 100px 0 25px;
}
.features-item{
    position: relative;
}
.features-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
}
.features-content h5{
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 26px;
    letter-spacing: 1px;
    word-spacing: 1px;
    margin: 0;
    line-height: 26px;
}
.features-content h3{
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    font-weight: 400;
}
.last-item{
    margin-top: 40px;
}

/* ==============
Menu Section 
=============== */
.menu-section{
    padding: 75px 0;
    background-color: #dfd9d973;
}
.menu-section h3{
    color: #3d2514;
    text-align: center;
    text-transform: uppercase;
    background: #ffc045;
    padding: 10px 15px;
    font-size: 24px;
    font-family: 'Bebas Neue', cursive;
    width: 20%;
    margin: 0 auto 15px;
}
.menu-section h1{
    font-family: 'Raleway', sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    border-bottom: 2px solid #0EE695;
    width: 178px;
    margin: 0 auto;
}
.menu-section h2{
    font-family:'Raleway', sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 800;
    padding-top: 40px;
}
.menu-section p{
    font-family:'Raleway', sans-serif ;
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 50px; 
    padding-top: 20px; 
    font-weight: 500;
}
.menu-items{
    padding-top: 50px;
}
.menu-items h3 {
    color: #3d2514;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 15px;
    font-size: 42px;
    font-family: 'Bebas Neue', cursive;
    width: 100%;
    margin: 0;
}
.menu-items p {
    color: #3d2514;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}
.btn-menu {
    border: none;
    padding: 14px 40px;
    background: #bf2222;
    color: #fff;
    box-shadow: 1px 1px 5px #333;
}
.btn-menu:hover{
    background: #ffc045;
    color: #3d2514;
    cursor: pointer;
}


/* ==============
Events Section 
=============== */
.events-area {
    box-shadow: 0px 0px 15px #dfd9d9;
    padding: 40px;
    margin-top: -40px;
}
.events-section{
    padding: 75px 0;
}
.events-section h4{
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 30px;
    color: #3d2514;
    font-family: 'Bebas Neue', cursive;
}
.events-section h1{
    font-family: 'Raleway', sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    border-bottom: 2px solid #0EE695;
    width: 178px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.events-section h2 {
    color: #3d2514;
    font-size: 42px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.events-section p{
    font-size: 20px;
    padding-right: 50px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc045;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 4px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -31px;
    text-align: center;
    z-index: 999;
    position: relative;
    outline: none;
}
.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot:focus{
    outline: none;
}


/* ==============
Reservation Section 
=============== */
.reservation-section{
    background: url(../img/contact-bg.png) no-repeat center;
    background-size: cover;
    padding: 150px 0;
}
.reservation-section h4{
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 30px;
    color: #3d2514;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
}
.reservation-section h2{
    color: #3d2514;
    font-size: 42px;
    text-transform: uppercase;
    padding-bottom: 25px;
    text-align: center;
}
.form-group{
    margin: 0 0 25px;
}
.form-control{
    border: 2px solid #bebebe;
    padding: 10px;
    font-family: 'Bebas Neue', cursive;
    font-size: 26px;
    letter-spacing: 1px;
    word-spacing: 5px;
}
.form-control:focus{
    box-shadow: none;
    border: 2px solid #ffc045;
}
.btn-reservation{
    background: #bf2222;
    color: #fff;
    border: none;
    width: 100%;
    font-family: 'Alfa Slab One', cursive;
    font-size: 26px;
    letter-spacing: 1px;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
}



/* ==============
Footer Section 
=============== */
footer{
    background: url(../img/footer-bg.png) no-repeat center top;
    background-size: cover;
    padding: 75px 0 25px;
}
footer img{
    width: 275px;
    height: auto;
}
footer p {
    padding: 10px 10px 6px 0;
    font-weight: 700;
    color: #000000;
    line-height: 29px;
    text-align: left;
}
.widget h3 {
    font-family: 'Bebas Neue', cursive;
    padding: 20px 0;
    color: #000000;
    text-align: center;
}
.widget ul{
    padding: 0;
    text-align: center;
}
.widget ul li{
    list-style: none;
    text-align: center;
}
.useful-links ul li a {
    color: #000000;
    text-decoration: none;
    line-height: 43px;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}
.useful-links ul li a:hover{
    color: revert;
    padding-left: 5px;
}
.social-media ul li{
    list-style: none;
    display: inline;
    margin: 0 5px;
}
.social-media ul li a .fa{
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    background: #ffc045;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.social-media ul li a .fa:hover{
    
    transform: scale(1.2) rotate(360deg);
}
.social-media ul li a .fa-facebook:hover{
    background: #159DF2;
}
.social-media ul li a .fa-twitter:hover{
    background: #4FC5F7;
}
.social-media ul li a .fa-linkedin:hover{
    background: #0A66C2;
}
.social-media ul li a .fa-instagram:hover{
    background: #F7A949;
}
.social-media ul li a .fa-youtube:hover{
    background: #D2004D;
}

/* ===================
Media Query For Mobile
==================== */
@media (min-width: 320px) and (max-width: 576px){
    .desktop-logo{
        display: none;
    }
    .mobile-logo{
        width: 100px;
        height: auto;
    }
    .contact-info {
        text-align: center;
        padding: 0;
    }
    .contact-info li{
        padding: 0 5px;
    }
    .navbar-light .navbar-toggler {
        color: #3d2514;
        border-color: rgba(61,37,20, .5);
    }
    .burgar-img{
        position: relative;
        padding-left:0;
    }
    .banner-section {
        padding: 75px 0;
    }
    .banner-section h4 {
        margin: 0 auto;
        text-align: center;
    }
    .banner-section h1{
        font-size: 33px;
        text-align: center;
    }
    .banner-section h3{
        font-size: 15px;
        text-align: center;
    }
    .package-price {
        bottom: -80px;
        left: 20px;
    }
    .features-section {
        padding: 50px 0 25px;
    }
    .features-item{
        margin-bottom: 25px;
    }
    .features-content h3{
        font-size: 30px;
    }
    .last-item {
        margin-top: 0px;
    }
    .menu-section {
        padding: 50px 0 0;
    }
    .menu-section h3{
        width: 75%;
    }
    .menu-section h2{
        font-size: 21px;
    }
 .menu-section p {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}
    .menu-item{
        margin-bottom: 50px;
    }
    .menu-item h3{
        width: 100%;
    }
    .events-section {
        padding: 25px 0;
    }   
    .events-area {
        box-shadow: none;
    }
    .events-section h4,
    .events-section h2
    {
        text-align: center;
    }
    .events-section p{
        padding: 0;
        text-align: center;
    }
    .events-section h2{
        font-size: 36px;
    }
    .reservation-section{
        padding: 50px 0;
    }
    .reservation-section h2{
        font-size: 36px;
    }
    .footer p {
    text-align: left;
}
    .useful-links ul{
        text-align: center;
    }
    .widget h3 {
        text-align: center;
    }
    .social-media ul{
        text-align: center;
    }
}

