@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
@font-face{
    font-family: 'FbSemitrayler';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('my-fonts/FbSemitrayler-Light.otf');
}
@font-face{
    font-family: 'FbSemitrayler';
    font-style: normal;
    font-weight:300;
    font-display: swap;
    src: url('my-fonts/FbSemitrayler-Regular.otf');
}
@font-face{
    /*    font-family: 'FbSemitrayler-black';
        font-style: normal;
        font-weight:300;
        font-display: swap;
        src: url('my-fonts/FbSemitrayler-Black.otf');*/
}
@font-face{
    font-family: 'FbSemitrayler';
    font-style: normal;
    font-weight:400;
    font-display: swap;
    src: url('my-fonts/FbSemitrayler-Bold.otf');
}
@font-face{
    font-family: 'onyx';
    font-style: normal;
    font-weight:500;
    font-display: swap;
    src: url('my-fonts/onyx-webfont.ttf');
}
@font-face{
    font-family: 'FbPractica';
    font-style: normal;
    font-weight:600;
    font-display: swap;
    src: url(my-fonts/FbPractica-Regular.otf);
}
@font-face{
    font-family: 'FbPractica';
    font-style: normal;
    font-weight:800;
    font-display: swap;
    src: url(my-fonts/FbPractica-Bold.otf);
}
:root{
    --red : #8e161c;
    --white : #ffffff;
}
html{
    overflow-x: hidden;     
}
body{
    background-color: #000;
    font-family: 'FbSemitrayler';
    font-weight: 300;
    color: #fff;
    direction: rtl;
    text-align: right;
    overflow-x: hidden; 
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
}
.landing-page-container {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: content-box;
}
.header-center-side img {
    margin: 0 auto;
}
.header-right-side h2 {
    color: var(--red);
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}
.header-right-side a {
    font-size: 25px;
    line-height: 36px;
    direction: ltr;
    display: block;
    font-weight: 400;
    color: #ffffff !important;
    text-decoration:none;
}
.header-right-side details {
    color: var(--white);
    font-size: 60px;
    line-height: 36px;
    font-weight: 400; 
}
.header-left-side  h2{
    font-size: 36px;
    line-height: 36px;
    color: var(--white);
    margin-bottom: 2px;
}
.open-timings {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.open-timings div {
    text-align: center;
}
:is(.open-timings) :is(div > p,div span){
    font-size: 30px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 0;
    font-weight: 400;
}
:is(.open-timings) :is(div span) {
    font-size: 40px;
}
.open-timings > p {
    font-size: 72px;
    line-height: 55px;
    color: var(--red);
    font-family: 'onyx';
    font-weight: 500;
    margin-bottom: 0;
}
.header-right-side > div {
    max-width: 180px;
    margin-left: auto;
    margin-right: 0;
}
.header-left-side > div {
    max-width: 240px;
    margin-left: 0;
    margin-right: auto;
}
.header {
    padding-top: 24px;
}
.header-center-side a{
    text-align: center;
    width: 115px;
    position: relative;
    z-index: 9;
    display: block;
    margin: 0 auto;
}
.header-center-side img {
    position: absolute;
    z-index: 9;
    display: block;
    left: 0;
    top: 16px;
}
.home-slider .item img {
    max-height: 700px;
}
.left.carousel-control {
    position: absolute;
    right: -42px;
    width: 30px;
    opacity: 1;
}
.right.carousel-control {
    position: absolute;
    left: -42px;
    width: 30px;
    opacity: 1;
}
.carousel-control {
    display: flex;
    align-items: center;
}
.home-slider {
    margin-bottom: 32px;
}
.section-title {
    font-size: 88px;
    line-height: 70px;
    font-family: 'onyx';
    margin-bottom: 40px;
    text-align: center;
    color: var(--red);
    text-transform: uppercase;
}
.content-block {
    width: 100%;
    max-width: 700px;
    background-color: #000;
    padding-right: 35px;
    padding-top: 25px;
    min-height: 450px;
}
.content-block *{
    max-width: 390px;
}
.content-block h3 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 400;
    margin-bottom: 0;
}
.date-n-time span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'FbPractica';
    margin-bottom: 8px;
    display: block;
}
.date-n-time p {
    font-weight: 400;
    font-size: 48px;
    line-height: 36px;
    margin-bottom: 0;
}
.comments {
    background-color: #8e161c;
    padding: 24px;
    min-height: 177px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.content-left-side .comments h4 {
    font-size: 48px;
    line-height: 36px;
}
.content-left-side .comments p {
    font-size: 24px;
    line-height: 24px;
    font-family: 'FbPractica';
    font-weight: 600;
}
.content-right-side .comments h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;

}
.content-right-side .comments h5 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}
.comments p {
    margin-bottom: 0;
}
.content-right-side .comments p {
    font-size: 19px;
    font-family: 'FbPractica';
    line-height: 24px;
    max-width: 255px;


}
.content-right-side .comments {
    margin-top: 73px;

}
.content-left-side .comments {
    margin-top: 73px;

}

.action-btn a {
    font-size: 22px;
    line-height: 26px;
    color: var(--white);
    font-weight: 400;
    display: block;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    margin-top: 15px;
}
.banner {
    margin-top: 70px;
    margin-bottom: 50px;
}
.banner-img img {
    object-fit: contain;
}

.content-box {
    background-color: #8e161c;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0;
}
.content-box {
    background-color: #8e161c;
    height: 100%;
    padding: 40px 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer {
    display: flex;
    flex-wrap: wrap;
}
.footer-col-two div {
    padding: 0;
}
.footer-col-three div {
    text-align: right;
    justify-content: flex-start;
}
footer {
    padding-bottom: 100px;
}
.logo-n-content img {
    margin-bottom: 30px;
}
.logo-n-content p {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
}
.footer-col-three h4 {
    margin-bottom: 0;
    color: #000;
    font-size: 26px;
    font-weight: 400;
}
.content-box ul {
    padding-right: 0;
    list-style-type: none;
    width: 100%;
    direction: ltr;
}
.content-box ul li,.content-box ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Rubik';
    color: var(--white);
}
.content-box ul i {
    font-style: normal;
    margin: 0 3px;
}
.header-right-side span i {
    font-style: normal;
    vertical-align: text-bottom;
}
.content-block h3 span {
    display: block;
}
.copyright :is(p,a){
    color: #797979;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Rubik';
    margin-top: 20px;
}.social-icons {
    position: absolute;
    bottom: -16px;
}
.social-icons img:last-child {
    margin-right: 27px;
}
.web-access img{
    margin-right: 0;
}
.content-left-side .comments p span {
    font-family: monospace;
    font-weight: 300;
}
.banner-img.banner-slider{
    direction: ltr;
}
.visible-desktop{
    display: block !important;
}
.visible-mobile{
    display: none !important;
}
.banner-slider-mobile{
    direction: ltr;
}
/** Media Query **/
@media(min-width:768px){
    .banner-slider-mobile{
        display: none;
    }
    .content-left-side .comments {
        height: 206px;
    }
}

@media(min-width:1600px){
    .landing-page-container {
        width: 100%;
        max-width: 1450px;
    }
}

@media(min-width:1270px) and (max-width:1600px){
    .landing-page-container {
        width: 100%;
        max-width: 1200px;
    }
}

@media(max-width:1600px){

    .right.carousel-control {
        left: -20px;
    }
    .left.carousel-control {
        right: -20px;
    }
    .content-box{
        padding: 20px;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .content-box {
        padding: 10px;
    }
}
@media(max-width:991px){
    .header-left-side h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .open-timings > p {
        font-size: 55px;
        line-height: 55px;
    }
    :is(.open-timings) :is(div span) {
        font-size: 35px;
    }
    .section-title {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 0;
    }
    .content-block {
        padding-right: 15px;
    }
    .content-block h3 {
        font-size: 43px;
        line-height: 43px;
    }
    .content-right-side .comments h4 {
        font-size: 27px;
        line-height: 31px;
    }
    .comments {
        max-width: 325px;
        padding: 15px;
    }
    .content-right-side .comments h5 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .content-left-side .comments {
        margin-top: 61px;
    }
    .action-btn a {
        padding-left: 10px;
    }
    .logo-n-content p {
        font-size: 15px;
        line-height: 16px;
    }
    .footer-col-three h4 {
        font-size: 18px;
    }
    .header-left-side > div {
        max-width: 209px;
    }
    footer {
        padding-bottom: 50px;
    }
}

@media(max-width:767px){
    .header-right-side h2 {
        font-size: 15px;
        line-height: 15px;
    }
    .header-right-side span {
        font-size: 25px;
        line-height: 17px;
    }
    .header {
        padding-top: 10px;
        display: flex;
    }
    .header-left-side h2 {
        font-size: 15px;
        line-height: 12px;
    }
    .open-timings > p {
        display: none;
    }
    :is(.open-timings) :is(div > p,div span) {
        font-size: 15px;
        line-height: 18px;
    }
    :is(.open-timings) :is(div span) {
        font-size: 25px;
    }
    .header-left-side h2 {
        font-size: 14px;
        line-height: 12px;
    }
    .carousel-control img {
        height: 132px;
    }
    .right.carousel-control {
        left: -14px;
    }
    .left.carousel-control {
        right: 0;
    }
    .header-center-side img {
        left: unset;
        top: -4px;
        max-width: 61px;
    }
    .header-center-side a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-title{
        font-size: 35px;
        line-height: 50px;
    }
    .content-block {
        padding-right: 0;
        padding-top: 25px;
        min-height: 400px;
        background-size: 50% !important;
        background-position: left top !important;
    }
    .content-block h3 {
        width: 50%;
    }   
    .content-left-side .comments {
        margin-top: 35px;
    }
    .footer > div {
        margin-bottom: 15px;
    }
    .footer-col-two div {
        padding: 10px;
    }
    .col-sm-3.footer-col-four .content-box {
        padding-bottom: 40px;
    }
    footer {
        padding-bottom: 0;
    }
    .banner {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home-slider .item img {
        min-height: 300px;
        object-fit: contain;
    }
    .header-left-side > div {
        max-width: 66px;
        margin-left: 0;
        margin-right: auto;
    }
    .row.header > div {
        width: calc(100%/3);
    }
    .header-center-side a{
        width: auto;
    }
    .landing-page-container{
        padding-right: 5px;
        padding-left: 5px;
    }
    #home-slider{
        margin-left: -5px;
        margin-right: -5px;
    }
    .content-right-side .comments p {
        font-size: 16px;
        line-height: 16px;
        max-width: 100%;
        margin: 2px 0;
        margin-bottom: 4px;
        max-width: 267px;
        margin-left: auto;
        margin-right: auto;
    }
    .content-left-side .comments h4 {
        font-size: 27px;
        line-height: 27px;
       margin-bottom: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .comments {
        padding: 18px;
        min-height: 115px;
    }
    .content-block img.img-responsive.royal-beef {
        max-width: 155px;
    }
    .action-btn a {
        margin-top: 5px;
        text-align: center;
    }
    time.date-n-time * {
        padding-right: 10px;
    }
    .content-block h3 {
        padding-right: 10px;
    }
    .content-block > img {
        margin-right: 10px;
    }
    .header-left-side > div {
        max-width: 100px;
    }
    .open-timings {
        align-items: flex-start;
        justify-content: center;
    }
    .header-left-side h2 {
        margin-bottom: 0;
    }
    .home-slider {
        margin-bottom: 15px;
    }
    /*.landing-page-container section:not(.home-slider) * div[class^=col-sm] {
        padding-left: 7px;
        padding-right: 7px;
    }*/
    .header {
        transition: .3s linear all;
    }
    .header {
        position: fixed;
        box-shadow: -4px -3px 10px #000;
        z-index: 9999;
        background: #000;
        top: 0;
        width: 100%;
        left: 0;
        margin: 0;
        transform: translateY(0%);
    }
    .header-center-side img{
        transition: .2s linear all;
    }
    .hideto-top img.img-responsive {
        top: -33px;
    }
    .hideto-top {
        transform: translateY(-100%);
    }
    .showfrom-top {
        transform: translateY(0%);
    }
    .header-left-side{
        padding-left: 0;
        padding-right: 0;
    }
    .footer-col-four .content-box > img {
        display: none;
    }
    .col-sm-3.footer-col-four .content-box {
        padding-bottom: 0;
        padding: 0;
        background: #000;
    }
    .social-icons img{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .social-icons {
        position: relative;
        bottom: 0;
        text-align: left;
        width: 100%;
    }
    .date-n-time span {
        font-size: 23px;
    }
    .content-left-side .comments p {
        font-size: 18px;
        line-height: 18px;
        max-width: 257px;
        margin-left: auto;
        margin-right: auto;
    }
    .logo-n-content img {
        margin-bottom: 10px;
    }
    .visible-desktop{
        display: none !important;
    }
    .visible-mobile{
        display: block !important;
    }
    body {
        padding-top: 87px;
    }
    .banner-slider{
        display: none;
    }
    .content-block h3 {
        width: 50%;
    }
    .content-block h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .date-n-time span {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .date-n-time p {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .comments {
        max-width: 100%;
        margin-top: 72px;
        text-align: center;
        padding-bottom: 0;
        display: block;
    }
    .content-left-side .comments {
        margin-top: 110px;
    }
}
@media(min-width:576px) and (max-width:767px){
    .footer > div {
        margin-bottom: 15px;
        width: calc(100% /2);
    }
.header-right-side a {
    font-size: 16px;
    line-height: 8px;
    width: 200px;

}
}

@media(max-width:575px){
    .col-sm-3.footer-col-four {
        width: 100%;
    }
.header-right-side a {
    font-size: 16px;
    line-height: 8px;
    width: 200px;
}
    .col-sm-6.content-left-side {
        margin-top: 20px;
    }
    .logo-n-content p {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
    }
    body.trigger-position-right #enable-toolbar-trigger {
        left: 20px;
        right: unset !important;
    }
    .banner-wrap{
        margin-left: -5px;
        margin-right: -5px;
    }
    .footer > div {
        width: 100%;
    }
}