@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
body {
    background-color: #000;
    margin: 0px;
    padding: 0px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

a {
    text-decoration: none;
}
header .offcanvas {
    background-color: #000;
}
header .offcanvas .offcanvas-header {
    justify-content: flex-end;
}
header .offcanvas .offcanvas-header button.btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    margin-top: 0px;
}
.header-logo a {
    font-family: "Kaushan Script", cursive;
    color: #F06E07;
    font-size: 40px;
}
.header-logo {
    display: block;
    margin: auto;
}
.header-toggle a i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.smiley-img {
    max-width: 100px;
    display: block;
    cursor: pointer;
}
.main-menu .online-order-btn {
    background-color: #EDAB00;
}
.main-menu .online-order-btn:hover {
    background-color: #b07f01;
}
.main-menu a.btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
}
nav.main-menu ul{
    margin-top: 20px;
}
nav.main-menu li {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}
nav.main-menu li a{
    color: #fff;
    width: 100%;
    display: block;
}
.banner-img img {
    height: 850px;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    top: 50%;
    background-color: #000000cc;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 30px 30px;
    width: 100%;
    max-width: 650px;
}
.first-text{
    font-family: "Kaushan Script", cursive;
    color: #fff;
    font-size: 40px;
}
.main-text {
    color: #F06E07;
    font-size: 45px;
    font-weight: 700;
    margin-top: -10px;
}
.third-text {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.booking-btn, .online-order-btn, .see-img-btn {
    background-color: #F06E07;
    color: #fff;
    font-size: 22px;
    border: none;
    padding: 10px 30px;
    margin-right: 15px;
    width: fit-content;
}
.booking-btn i, .online-order-btn i, .see-img-btn i {
    margin-left: 30px;
}
.booking-btn:hover, .online-order-btn:hover, .see-img-btn:hover, .booking-btn:active,
.online-order-btn:active,
.see-img-btn:active{
    background-color: #bb5603 !important;
    color: #fff !important;
}
.see-menu-btn {
    background-color: #BD2D00;
    color: #fff;
    font-size: 22px;
    border: none;
    padding: 10px 30px;
}

.see-menu-btn i {
    margin-left: 30px;
}
.see-menu-btn:hover, .see-menu-btn:active{
    background-color: #e23e0d !important;
    color: #fff !important;
}
.about-sec .about-heading {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.about-sec .about-para {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}
.about-sec .about-img img {
    height: 460px;
    object-fit: cover;
}
.video-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.video-box video {
    cursor: pointer;
}
.video-box i.fa-play-circle {
    font-size: 90px;
    color: #0EB100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px 10px #000;
    border-radius: 50%;
    cursor: pointer;
}
.heading-text{
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}
.home-gallery #gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.home-gallery #gallery figure{
    margin-bottom: 0;
    position: relative;
}
.eye-icon {
    background-color: #fff;
    color: #F06E07;
    font-size: 25px;
    width: fit-content;
    padding: 1px 7px;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s;
}
.home-gallery #gallery figure:hover .eye-icon{
    opacity: 1;
}
.home-gallery #gallery figure img {
    width: 100%;
    max-width: 300px;
    height: 350px;
    object-fit: cover;
}
section.gallery-sec {
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    padding: 30px 0;
    margin-top: 50px;
}
.reviewer-name {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}
.stars {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 25px;
    gap: 6px;
    color: #F5BD2D;
}
.review-text {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}
.review-slider .carousel-control-prev i, .review-slider .carousel-control-next i {
    background-color: #646464;
    color: #232323;
    padding: 10px 14px;
    font-size: 25px;
}

.review-slider .carousel-control-prev, .review-slider .carousel-control-next {
    width: fit-content;
    opacity: 1;
}
.review-slider .carousel-indicators {
    margin-bottom: 0;
    position: relative;
}
.review-slider .carousel-indicators button {
    height: 13px;
    width: 13px;
    border-radius: 50%;
}
.map iframe {
    height: 627px;
}
.opening-hours-box {
    height: 450px;
    overflow: hidden;
}
.timing-heading, .contact-heading {
    font-size: 25px;
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 22px;
}
.opening-timing ul li .day {
    width: 100%;
    max-width: 200px;
}

.opening-timing ul li {
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.opening-timing ul {
    padding: 0;
    list-style: none;
}
.opening-hours-box img {
    position: absolute;
    height: 450px;
    object-fit: cover;
}
.opening-timing {
    z-index: 9;
    position: relative;
    padding: 30px 0 0 30px;
    background-color: #0000009c;
    height: 100%;
}
.timing-img img:after {
    content: '';
    position: absolute;
    background-color: red;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.contact-detail-box {
    background-color: #2d2d2d;
    padding:20px 20px 10px;
}
.contact-detail-box ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-detail-box ul li a {
    color: #fff;
    text-decoration: underline;
}

.contact-detail-box ul li span {
    color: #777;
}

.contact-detail-box ul li {
    color: #fff;
    font-size: 20px;
}
footer{
    background-color: #1c1c1c;
    padding-top: 30px;
    overflow: hidden;
}
.footer-logo{
    display: flex;
    justify-content: center;
    align-items: center;    
}
.footer-logo .logo{
    font-family: "Kaushan Script", cursive;
    color: #F06E07;
    font-size: 40px;
}
.footer-link {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 35px;
    justify-content: center;
    margin-top: 30px;
}
.footer-link li a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
.footer-link li a:before {
    content: '';
    position: absolute;
    right: -18px;
    height: 30px;
    width: 2px;
    background-color: #fff;
    top: -2px;
}
.footer-link li:last-child a:before{
    display: none;
}
img.se-kontrol-raport-img {
    width: 100%;
    max-width: 100px;
    margin: auto;
    display: block;
    margin-top: 30px;
    cursor: pointer;
}
.copyright-text {
    font-size: 16px;
    font-weight: 400;
}
.powered-text {
    font-size: 16px;
    font-weight: 400;
}
.copyright-bar {
    background-color: #000;
    position: relative;
    z-index: 1;
}
.copyright-bar:before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 8000px;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
}
/* =-=-=-=-=-=-=-= review css -=-=-=-=-=-=-=-=-= */
.banner-content .breadbrumb {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 0;
    list-style: none;
    align-items: center;
}
.banner-content .breadbrumb li {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.banner-content .breadbrumb li a {
    color: #fff;
}
.inner-banner-sec .banner-content {
    max-width: 850px;
}
.banner-img img {
    height: 650px;
}
.para-text {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}
.full-review-sec .review-box {
    background-color: #343434;
    min-height: 255px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.full-review-sec .review-box .review-text {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}
.full-review-sec .review-box .review-text span {
    color: #8699FE;
    text-decoration: underline;
    font-weight: 500;
}
.full-review-sec .review-box i.fas.fa-quote-right {
    color: #878787;
    font-size: 50px;
}
.full-review-sec .reviewer-detail {
    background-color: #F06E07;
    display: flex;
    gap: 10px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    
}
.full-review-sec .review-box .stars {
    justify-content: flex-start;
    margin-bottom: 0;
}
.full-review-sec .review-box .name-date .date {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.full-review-sec .review-box .name-date .name {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}
.full-review-sec .review-box .reviewer-detail .name-dp {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #F06E07;
    font-weight: 600;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-top: -15px;
}
.restro-pron-list li {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}
.reservation-sec .btns-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0 !important;
}
.reservation-sec .btns-group .online-order-btn {
    background-color: #BD2D00;
}

.score {
    display: block;
    font-size: 23px;
    position: relative;
    overflow: hidden;
}
.score-wrap {
    display: inline-block;
    position: relative;
    height: 19px;
}
.score .stars-active {
    color: #F3AF00;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.score .stars-inactive {
    color: #E2E2E2;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
}



@media only screen and (min-width: 1199px) and (max-width: 1399px){
    .home-gallery #gallery figure img {
        max-width: 260px;
        height: 310px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
    .banner-img img {
        height: 700px;
    }
    .home-gallery #gallery figure img {
        max-width: 210px;
        height: 250px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1023px){
    .home-gallery #gallery figure img {
        max-width: 210px;
        height: 250px;
    }
}
@media only screen and (max-width: 991px){
    .banner-img img {
        height: 600px;
    }
    .about-sec .about-heading, .heading-text {
        font-size: 35px;
    }
    .about-sec .about-para {
        font-size: 20px;
    }
    .review-text {
        font-size: 25px;
    }
    .carousel-item {
        padding: 0 40px;
    }
    .main-text {
        font-size: 40px;
    }
    .third-text {
        font-size: 25px;
    }
    .inner-banner-sec .banner-content {
        max-width: 750px;
    }
    .review-slider .carousel-control-prev i,
    .review-slider .carousel-control-next i {
        padding: 7px 10px;
        font-size: 16px;
    }
    .copyright-text, .powered-text {
        text-align: center !important;
    }
    .review-box .review-text, .review-box .name-date .name {
        font-size: 22px;
    }
    .review-box i.fas.fa-quote-right {
        font-size: 40px;
    }
    .para-text {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
    }

}
@media only screen and (max-width: 767px){
    .about-sec .online-order-btn {
        margin-left: auto;
    }
    .home-gallery #gallery figure img {
        max-width: 240px;
        height: 280px;
    }
    .review-box {
        min-height: unset;
    }
    .reviewer-detail {
        position: unset;
    }
    .review-box i.fas.fa-quote-right {
        font-size: 35px;
    }
    .inner-banner-sec .banner-content {
        max-width: 650px;
    }
    
}
@media only screen and (max-width: 660px){
    .banner-content {
        padding: 30px 20px;
        max-width: 520px;
    }
    .inner-banner-sec .banner-content {
        max-width: 550px;
    }
}
@media only screen and (max-width: 575px){
    .first-text {
        font-size: 25px;
    }
    .main-text {
        font-size: 30px;
        margin-top: -5px;
    }
    .third-text {
        font-size: 20px;
    }
    .booking-btn,
    .online-order-btn,
    .see-img-btn, .see-menu-btn {
        font-size: 18px;
        padding: 10px 20px;
        margin-right: 10px;
    }
    .banner-img img {
        height: 500px;
    }
    .copyright-text,
    .powered-text {
        font-size: 14px;
    }   
    .video-box i.fa-play-circle {
        font-size: 60px;
    }
    .review-text {
        font-size: 20px;
    }
    .header-logo {
        margin: unset;
    }
    .header-logo a {
        font-size: 30px;
    }
    .about-sec .about-para {
        font-size: 16px;
    }
    .footer-logo .logo {
        font-size: 30px;
    }
    .inner-banner-sec .banner-content {
        max-width: 450px;
    }
}
@media only screen and (max-width: 530px){
    .banner-content {
        max-width: 430px;
    }
    .home-gallery #gallery figure img {
        max-width: 190px;
        height: 230px;
    }
    .header-logo a {
        font-size: 22px;
    }
    .footer-link li a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 460px){
    .inner-banner-sec .banner-content {
        max-width: 400px;
    }
    .inner-banner-sec .banner-content .btns-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
@media only screen and (max-width: 435px){
    .banner-content .btns-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .banner-content .btns-group .booking-btn, .banner-content .btns-group .see-menu-btn{
        margin-right: 0;
    }
    .banner-content {
        max-width: 340px;
    }
    .opening-timing {
        padding: 20px 0 0 15px;
    }
    .opening-timing ul li .day {
        max-width: 150px;
    }
    .home-gallery #gallery {
        gap: 8px;
    }

    .home-gallery #gallery figure {
        margin-bottom: 0;
    }

    .home-gallery #gallery figure img {
        max-width: 140px;
        height: 180px;
    }
    .about-sec .about-heading,
    .heading-text {
        font-size: 25px;
    }
    .inner-banner-sec .banner-content {
        max-width: 340px;
    }
    .eye-icon {
        font-size: 20px;
        padding: 3px 7px;
    }
}
@media only screen and (max-width: 319px){
    html, body {
        width: 320px !important;
        overflow-x: auto !important;
    }
    .xs-scroll {
        overflow: scroll !important;
        white-space: initial;
        min-width: 370px;
    }
}
