/* 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;
}

.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;
}
.mobile-logo{
    display: none;
}
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: #bf2222;
}

/* Banner Section */
.banner-section{
    padding: 100px 0;
}
.banner-section h4 {
    color: #3d2514;
    border: 2px dashed #3d2514;
    font-size: 18px;
    padding: 10px 15px;
    width: 70%;
    margin-top: 150px;
}
.banner-section h1{
    color: #3d2514;
    text-transform: uppercase;
    font-size: 120px;
    text-shadow: 3px 3px 5px #fff;
    margin: 0;
    line-height: 100px;
    padding-top: 15px; 
}
.banner-section h3{
    font-family: 'Alfa Slab One', cursive;
    color: #3d2514;  
    text-transform: uppercase;  
    text-shadow: 3px 3px 5px #fff;
    font-size: 60px;
}
.burgar-img{
    position: relative;
}
.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;
}
.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 h2{
    color: #3d2514;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
}
.menu-section p{
    color: #3d2514;
    text-align: center;
    font-size: 20px;
    line-height: 32px;  
}
.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: 30px;
}
.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 h2 {
    color: #3d2514;
    font-size: 42px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.events-section p{
    font-size: 18px;
    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: left;
    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{
    color: #fff;
    padding: 25px 25px 25px 0;
}
.widget h3{
    font-family: 'Bebas Neue', cursive;
    padding: 20px 0;
    color: #fff;
}
.widget ul{
    padding: 0;
}
.widget ul li{
    list-style: none;
}
.useful-links ul li a{
    color: #eee;
    text-decoration: none;
    line-height: 34px;
    transition: 0.3s ease-in-out;
}
.useful-links ul li a:hover{
    color: #ffc045;
    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 Notebook
======================== */
@media (min-width: 769px) and (max-width: 992px){
    .desktop-logo{display: none;}
    .mobile-logo{display: initial;}
    .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);}
    .banner-section {padding: 75px 0;}
    .banner-section h4 {width: 90%;margin-top: 50px;margin: 0 auto;}
    .banner-section h1{font-size: 72px;text-align: center;}
    .banner-section h3{font-size: 48px;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: 36px;}
    .menu-section p {font-size: 18px;line-height: 28px;}
    .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;}
    .btn-reservation{font-size: 18px;line-height: 38px;}
    .noteb{margin-top: 7px;}
    footer img {width: 210px;}
    .social-media ul li a .fa{margin: 0px -3px;}
    footer .useful-links{padding-left: 60px;}
    footer .notebk{padding: 0;}
}



/* ===================
Media Query For Tablet
====================== */
@media (min-width: 577px) and (max-width: 768px){
    .desktop-logo{display: none;}
    .mobile-logo{display: initial;}
    .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);}
    .banner-section {padding: 75px 0;}
    .banner-section h4 {width: 90%;margin-top: 50px;margin: 0 auto;}
    .banner-section h1{font-size: 72px;text-align: center;}
    .banner-section h3{font-size: 48px;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: 36px;}
    .menu-section p {font-size: 18px;line-height: 28px;}
    .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;}
}


/* ===================
Media Query For Mobile
====================== */
@media (min-width: 320px) and (max-width: 576px){
    .desktop-logo{display: none;}
    .mobile-logo{display: initial;}
    .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);}
    .banner-section {padding: 75px 0;}
    .banner-section h4 {width: 90%;margin-top: 50px;margin: 0 auto;}
    .banner-section h1{font-size: 72px;text-align: center;}
    .banner-section h3{font-size: 48px;text-align: center;}
	.responsive-banner{margin: 0;}
    .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: 36px;}
    .menu-section p {font-size: 18px;line-height: 28px;}
    .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;}
}

