@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Poppins&display=swap');

/* 
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif; */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background: url('../img/bg.jpg') no-repeat fixed center;
    background-size: cover;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.container-menu {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.top-header ul li:last-child {
    padding-right: 0px;
    border-right: 0px;
}

.navbar-nav {
    margin-left: auto;
    text-transform: uppercase;
}

.nav-link {
    color: #ffffff!important;
    padding: 0px!important;
    border-top: 1px solid transparent;
    padding-top: 6px!important;
    margin: 0px 15px;
    transition: 0.2s all ease-in-out;
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #CBB26A;
    margin: 9px auto;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.btn-primary {
    color: #000;
    background-color: #CBB26A!important;
    border-color: #CBB26A!important;
	padding:0.5rem 0.5rem;
}

.nav-item .active::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #CBB26A;
    margin: 9px auto;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%!important;
}
span.social-icons img {
    width: 30px;
}

.nav-link:hover::after {
    width: 100%;
}

a.navbar-brand {
    width: auto;
}

.navbar {
    padding: 1.5em 1em;
    background-color: #000000;
    border-bottom: 1px solid #ffffff;
}

h1 {
    font-family: 'Playfair Display', serif;
    color: #CBB26A;
    font-size: 3em;
}

.sub-head {
    color: #ffffff;
    font-size: 1.2em;
}

p {
    color: #ffffff;
}

.about-text p {
    width: 70%;
    margin: 0 auto;
}

.p-tb {
    padding: 100px 0px;
}

section {
    position: relative;
}

#about-us::before {
    content: "";
    background: url(../img/tomato.png) no-repeat;
    width: 200px;
    height: 138px;
    position: absolute;
    left: 80px;
    top: 40px;
}

#about-us::after {
    content: "";
    background: url(../img/about-ing.png) no-repeat;
    width: 180px;
    height: 301px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}


/*#slider::after {
    content: "";
    background: url(../img/effect-b.png) no-repeat;
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: -1px;
    left: 0px;
}


#opening-time::before {
    content: "";
    background: url(../img/effect-t.png) no-repeat;
    width: 100%;
    height: 46px;
    position: absolute;
    top: -1px;
    left: 0px;
}

#opening-time::after {
    content: "";
    background: url(../img/effect-b.png) no-repeat;
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: -1px;
    left: 0px;
}*/

#opening-time {
    background-color: #161616;
}

.timing h1 {
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 25px;
}

.timing p {
    color: #ffffff;
    font-size: 2em;
    text-transform: uppercase;
}

.menu-btn {
    margin: 40px auto;
    width: 50%;
}

button {
    background-color: #CBB26A!important;
    outline: none;
    border: 0px!important;
    transition: 0.3s all ease-in-out!important;
    color: #000000!important;
}

button:hover {
    box-shadow: none;
}

.footer>.col-sm-4 {
    border-right: 1px solid #ffffff;
}

.footer>.col-sm-4:last-child {
    border-right: 0px;
}

.footer-logo img {
    width: 70%;
}

.footer h3 {
    font-family: 'Playfair Display', serif;
    color: #CBB26A;
}

.footer p {
    font-size: 1.5em;
    margin: 0px;
}

.copyright {
    background-color: #000000;
    padding: 20px 0;
}

.copyright p {
    color: #ffffff;
    margin: 0px;
}

.copyright a {
    color: inherit;
}

.inner-banner {
    height: 265px;
}

.inner-banner img {
    height: 265px;
    width: 100%;
    object-fit: cover;
}

#accordion2 h2,
#accordion2 p {
    margin: 0;
    padding: 10px 5px;
    font-size: 1.5em;
    text-transform: uppercase;
}

#accordion2 .accordionButton {
    background-color: #161616;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    cursor: pointer;
}

@media (max-width:800px) {
    .navbar-dark .navbar-toggler-icon {
        background-image: none;
    }
    button:focus {
        outline: none!important;
    }
}

@media (max-width:767px) {
    .navbar-toggler {
        padding: 10px 10px 6px 10px;
    }
    a.navbar-brand {
        width: 70%;
    }
    .timing {
        font-size: 11px;
    }
    .inner-banner {
        height: auto;
    }
    .inner-banner img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }
    #slider::after {
        bottom: -17px;
    }
    #about-us::before {
        left: -100px;
        top: -10px;
    }
    #about-us::after {
        width: 100px;
    }
    .footer>.col-sm-4 {
        border-right: 0px;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-right: 0px;
        border-bottom: 1px solid #161616;
    }
    .footer>.col-sm-4:last-child {
        border: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .copyright p {
        text-align: center!important;
    }
    .about-text p {
        width: 95%;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: none;
    }
    button:focus {
        outline: none!important;
    }
}