@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@300;400;500;700&display=swap');

@font-face { font-family: Silka;  src: url('../fonts/Silka-Regular.ttf'); }
@font-face { font-family: Hanako; src: url('../fonts/Hanako.otf'); } 
@font-face { font-family: Furore; src: url('../fonts/Furore.otf'); } 
@font-face { font-family: NeueMachinaThin; src: url('../fonts/NeueMachina-Light.otf'); } 
@font-face {
    font-family: 'Silka';
    src: url('../fonts/Silka-Regular.ttf') format('ttf');
    font-style: normal;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.woff2') format('woff2'),
        url('../fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Extrabold.woff2') format('woff2'),
        url('../fonts/Gilroy-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Blanka';
    src: url('../fonts/Blanka-Regular.otf') ,
        url('../fonts/Blanka-Regular.ttf') ;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TitilliumWeb';
    src: url('../fonts/TitilliumWeb-Bold.ttf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spectral';
    src: url('../fonts/Spectral-Regular.ttf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SpectralSemiBold';
    src: url('../fonts/Spectral-SemiBold.ttf');
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root {
    scroll-behavior: initial;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Gilroy';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    overflow-x: hidden;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 100%; padding: 0px;}

/* **** Header **** */
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120;
    padding: 15px 30px;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)), center no-repeat;
}

.navbar-brand img {
    height: 4vw;
}

ul.navbar-nav{
    margin-left: auto;
}
ul.navbar-nav li{
    margin-right:50px;
}
ul.navbar-nav li:last-child{
    margin: 0;
}
.navbar-light .navbar-nav .nav-link,
ul.navbar-nav li a{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 10px 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar-light .navbar-nav .nav-link:hover,
ul.navbar-nav li a:hover{
    color: rgba(255,255,255,0.70);
}

.navbar-toggler{
    /*background-color: #F1F4FA;*/
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:focus{box-shadow: none;}

.navbar-light .navbar-toggler-icon{
    background-image:unset;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    padding: 0;
    border-radius: 6px;
    height: 45px;
    width: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background:#F1F4FA;*/
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #F1F4FA;
    transition: all 300ms linear;

}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #F1F4FA;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
/* **** End Header **** */

/* ***** Hero Banner ***** */
.hero-banner{
    width: 100%;
    height: max-content;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    top: 0;
    
    /* background: linear-gradient(rgba(0,0,0,.7), rgba(182, 116, 116, 0.7)); */
   
}
.hero-banner:before{
    position: absolute;
    content: '';
    width:100%;
    height: 100%;
    background:rgb(219, 170, 23);
    background: linear-gradient(rgb(220, 173, 32), rgb(219, 170, 23)), center no-repeat;
    background: #333333 center no-repeat;
    /* background: linear-gradient(rgb(219, 170, 23), rgb(219, 170, 23)), center no-repeat; */
    opacity: .8;
    top: 0;
    left: 0;
}
.hero-center-wrp{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
}

.hero-center-wrp img {
    margin: 0 auto 4rem auto;
    height: 100px;

}

.hero-center-wrp h2{
    font-size: 40px;
    font-weight:400;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 0 auto 35px;
    width: 55%;
    font-family: 'Gilroy';
    font-family: "SpectralSemiBold";
}
/* .hero-center-wrp h1{
    font-size:100px;
    font-weight:900;
    color: rgb(89, 128, 57);
    color: rgb(#45DB2A);
    color: rgb(105 171 51);
    color: #88D635;
    text-align: center;
    margin: 0 0 45px;
    xfont-family: 'Blanka';
    font-size: 80px;
    xletter-spacing: 10px;
    line-height: 100%;
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-family: "TitilliumWeb";
    text-shadow: 1px 3px 30px #303030;
} */
.hero-center-wrp h1.xook{
    font-size:130px;
    font-weight:200;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: 15px;
    line-height: 100%;
    font-weight: 500;
    /* zfont-family: "TitilliumWeb"; */
    font-family: "Gilroy";
    font-family: "NeueMachinaThin";
    text-shadow: 2px 3px 30px #303030;
}
.hero-center-wrp h1.tagline{
    font-weight:900;
    color: rgb(89, 128, 57);
    color: rgb(#45DB2A);

    color: rgb(105 171 51);
    xcolor: #89cb43;
    color: #88D635;
    /* color:#36d7bf; */
    text-align: center;
    margin: 0 0 30px;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 100%;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-family: "Helvetica";
    text-shadow: 2px 3px 30px #303030;
}
.hero-center-wrp p{
    font-size: 32px;
    font-weight:400;
    color: #fff;
    text-align: center;
    margin: 0 auto 35px;
    width: 55%;
}
.btn-main{
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 500;
    color: #F1F4FA;
    border-radius: 30px;
    border:2px solid #F1F4FA;
    display: table;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:hover{
    background: #F1F4FA;
    color: #000;
}

.right-logo {
    position:absolute;
    right:30px;
    top:20px;
    z-index: 200;
}

.right-logo img {
    height:14vw;
}

.left-Tag {
    width:50px;
    color:#FFCC00; 
    font-size:min(4vw,87px);
    line-height:min(5vw,100px);
    font-weight: 300;
}

.tag-line {
    border:3px solid #FFCC00;
    width:min(12vw,165px);
    margin:3rem 0 0 0;
}

.left-text {
    display:flex;
    flex-direction: column;
    position:absolute;
    left:30px;
    top:40%;
    height:max-content;
}


/* ***** End Hero Banner ***** */



.section{
    padding: 0;
    width: 100%;
    position: relative;

}
.section .row{
    align-items: center;
}
.section .title{
    display: inline-block;
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;;
    margin: 20px 0px 60px 0px;
    font-family:"Font Awesome 5 Pro";
    font-family: "TitilliumWeb";
    /* font-family: "Gilroy"; */
}
.section .text{
    font-size: 32px;
    font-weight: normal;
    line-height: 46px;
    /* margin-right: 20px ; */
    font-family: "TitilliumWeb";
    font-family: "Spectral";
    font-family: "Gilroy";
    letter-spacing: 1px;;
    /* font-family:"Cormorant"; */
}
.section .smalltext{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* margin-right: 20px ; */
    font-family: "TitilliumWeb";
    font-family: "Spectral";
    font-family: "Gilroy";
    letter-spacing: 1px;;
    /* font-family:"Cormorant"; */
}
.section .typing{
    padding: 9px;
}
.section .center-text{
    text-align: center;
}
.section .box{
    background: rgb(251, 209, 71);
    margin: 30px 20px;
    border-radius: 8px;
    padding: 40px 20px;
}
.section .box img{
    width: 120px;
    height: 120px;
    border-radius: 24px;
    margin: 0 auto 25px;
    margin-top: 10px;
    display: table;
    object-fit: cover;
}
.section .box h3{
    font-size: 36px;
    font-weight: 500;
    color: #1A1A1D;
    text-align: center;
    line-height: 38px;
    padding: 15px;
    
}
section .box p{
    font-size: 22px;
    font-weight: normal;
    color: #1A1A1D;
    text-align: center;
    line-height: 34px;
    margin: 0;
    min-height: 130px;
    letter-spacing: .8px;;
}
/* ***** About ***** */
.about-section{
    background: linear-gradient(rgb(219, 171, 27), rgb(219, 171, 27)), center no-repeat;
    background-color: rgb(232, 192, 58);
    padding: 80px 0px;
    overflow: hidden;
    width: 100%;
}

/* 
    display:flex;
    align-items:center;
    height:550px;
    overflow:hidden;
*/
.about-section .about-img{
}

.about-section .about-img img {
}
.about-section .abt-data .hash{
    font-weight: 300;
    color: rgb(246, 226, 171);
    font-size: 28px; 
    /* font-family: monospace; */
}


/* ***** Good Food Section ***** */
.good-food-section{
    
    xbackground: #d3b8eb center no-repeat;
    padding: 0px 50px;

}
.good-food-section img {
    width: 100%;
    max-width: 800px;;
    text-align: center;;
    margin: auto;;
}
/* ***** Dishes section***** */

.dishes-section{
    padding: 80px 60px;
    width: 100%;
    background: #f8f8f8;
}

.dishes-section .row{
    margin-top: 80px;
    border-radius: 10px;
    
}
.dishes-section h2{
    margin: 0 0 45px;
}
.dishes-section .resto-name{
    padding: 34px;
    align-items: end;
    text-align: left;
    xdisplay: flex;
    border-radius:10px 10px 0px 0px;
}
.dishes-section .resto-name img {
    width: 45px;
    position: absolute;
    top: 40px;
    max-width: 100px;;
    text-align: center;;
    margin: auto;
    display: flex;
    opacity: .9;
}
.dishes-section .resto-name h1{

    font-size: 36px;
    xfont-family: "TitilliumWeb";
    /* font-family: "Spectral"; */
    /* font-family: "Gilroy"; */
    font-family: sans-serif;
    font-family: sans-serif;
    xtext-transform: uppercase;
    line-height: 40px;
    font-weight: 400;;
    vertical-align: middle;
    letter-spacing: 2px;;

}
.dishes-block{
    display: inline-flex;
    overflow: scroll;
}
.dish-block{
    padding: 75px 7px 25px;
    border-radius: 2px;
    /* min-width: 400px;; */
    /* min-height: 510px; */
    margin: 0px;
    margin-bottom: 0px;;
    position: relative;
    text-align: center;
    
   
    min-width: 270px;
}
.dish-block img{
    margin: 0 auto 0;
    width:60%;
    width: 250px;
    padding-top: 5px;
    max-width: 400px;
    
    margin-bottom: 10px;
}
.dish-shadow{
    border-radius: 110px;
    /* border: 1px solid black; */
    background: rgba(0,0,0,.1);
    /* padding: 10px; */
    /* box-shadow: 8px 8px 4px rgb(0 0 0 / 10%); */
    width: 220px;
    height: 220px;
    /* display: flex; */
    /* right: 57px; */
    /* margin: 134px 34px 0px 0px; */
    position: absolute;
    /* padding-left: 6px; */
    z-index: -1;
    left: 50%;
    margin-left: -87px;
    top: 50%;
    margin-top: -135px;
}
.dish-block h3{
    font-size: 24px;
    font-weight: 400;
    
    text-align: center;
    margin: 5px 0px;
    padding-top: 5px;
    font-family: "Silka";
    
}
.dish-block p{
    font-size: 20px;
    font-weight: 400;
    font-weight: 400;
    text-align: center;
    margin: 0 10px;
    xmax-width: 200px;
    height: 70px;
    xfont-family: "Silka";
    opacity: .8;
    
}

.dishes-section .salads{
    color: #5f7533;
    background: #b5c281;
    padding: 0px;
} 
.dishes-section .salads .resto-name{
    background: #5f7533;
    color: #b5c281;
    
} 
.dishes-section .mexican{
    color: #73592f;
    background: #dea84f;
    padding: 0px;
} 
.dishes-section .mexican .resto-name{
    background: #73592f;
    color: #dea84f;
    
} 
.dishes-section .italian{
    color: #8c7e00;
    background: #e5d666;
    padding: 0px;
} 
.dishes-section .italian .resto-name{
    background: #8c7e00;
    color: #e5d666;
    
} 
.dishes-section .fusion{
    color: #7f447f;
    background: #c7a9d7;
    padding: 0px;
} 
.dishes-section .fusion .resto-name{
    background: #7f447f;
    color: #c7a9d7;
   
} 
/*
#*/
.deploy-section{
    background: linear-gradient(#afbcc6, #afbcc6), center no-repeat;
    background:  rgb(26, 26, 26);
    padding: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: darken;
    /* min-height: 600px; */
    color: #ffffff;
}
.deploy-section .col{
    padding: 60px 0px 60px 100px;
}
.deploy-section .deploy-img{
   
    text-align: center;
    width: 100%;
    /* background:  rgba(0,0,0,.3) url(../images/mars3.jpeg) 50% 50% repeat;
    padding: 0px;
    xbackground-size: cover;
    background-blend-mode: darken;
    height: 120vh;
    max-height: 120vh;
    color: #ffffff;
    zoom: .5; */
    overflow: hidden;
    display: block;
    text-align: center;
}

.deploy-section .deploy-img img{
    width: 100%;
}


/*******************?
.deploy-wrp{
    /* background: #3c3c3c center no-repeat; */
    /* color: #fff; */
    /* color: rgb(219, 170, 23); */
    /* background:rgba(0, 0, 0, 0.5) url("../images/city.jpeg") center repeat;
    background: linear-gradient(rgb(219, 170, 23, 0), rgb(219, 170, 23, 0)), url('../images/city.jpeg')  repeat;
    padding: 60px 40px;
    xopacity: .8;
    position: relative; */


/* } */

/*how section*/

.how-section{
    xbackground: linear-gradient(rgb(219, 171, 27), rgb(219, 171, 27)), center no-repeat;
    padding: 60px;
}
.how-section .box{
    background: rgb(232, 192, 58);
    
}

.how-section .how-img{
    padding: 0px 0px;
    text-align: center;
    width: 100%;
    color: #1A1A1D;
    
}

.how-section .how-img img {
    width: 100%;
    max-width: 450px;;
    text-align: center;;
    margin: auto;;
}
.how-section .head-title h6{
    color: #1A1A1D;
    line-height: 30px;
    font-weight: normal;
}
.how-section .btn-main{
    margin: 50px auto 0;
    display: table;
    background: #1A1A1D;
    border-color: #1A1A1D;
    color: #fff;
}
.how-section .btn-main:hover{
    background: #fff;
    color: #1A1A1D;
}
.possibilities-wrp{
    padding: 80px 40px;
    background: #1e1e1e center no-repeat;
    color: rgb(229, 229, 229);
}

/**** Customer Love Section ****/

.customer {
    background-color: #e2e2e2;
    padding: 80px 0;
}

.customer-title {
    min-width: 100%;
    padding: 0 0 0 60px;
}

.video-scroller {
    width:100%;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

  /* Hide scrollbar for Chrome, Safari and Opera */
.video-scroller::-webkit-scrollbar {
    display: none;
}

.video-contain {
    display:flex;
    justify-content: left;
    flex-direction: row;
    width:max-content;
}

.video-img {
    position:relative;
}

.video-img img {
   aspect-ratio: 2/3;
   object-fit: cover;
   height: 340px;
   margin: 0 1rem 0 0;
   border-radius: 10px;
}

.video-card {
   padding:1rem;
   margin:0 1rem 0 0;
   background-color:#fff;
   display:flex;
   flex-direction: row;
   border-radius: 10px;
   position: relative;
}

.video-card:first-child {
    margin: 0 1rem 0 60px;
}

.video-content {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: flex-end;
    padding: 2rem 1.5rem 2rem 2.5rem;
    width: 20rem;
    min-height: 100%;
    position:relative;
}

#play-icon {
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute; 
    top:0;
    bottom: 0;
    left: 0; 
    right: 0; 
    margin:auto;
    width: max-content;
}

#play-icon img {
    width: 60px;
    height: 60px;
    opacity: 0.8;
}

#video-content-icon {
    position: absolute;
    top:3%;
    right:3%;
}

#video-content-icon img {
    height: 30px;
    width: 30px;
}

.video-content-bottom {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
}

.video-content-comment {
    font-size: 16px;
    font-style: italic;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color:rgba(0,0,0,0.8)
}

.video-content-comment-by {
    text-align: right;
    width: 100%;
    margin:0.5rem 0 0 0;
    font-weight: 600;
}

.overlay {
    position:fixed;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,0.4);
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:103;
    transition: 300ms all ease-in-out;
}

.pop-up-close {
    display: flex;
    justify-content: flex-end;
    position: relative;
    min-width: 38rem;
    margin: 0 0 1rem 0;
}

.pop-up-close img {
    height:2rem;
    width:2rem;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(1deg) brightness(104%) contrast(103%);
}

.pop-up {
    display:flex;
    z-index:104;
    background-color: #fff;
    border-radius: 10px;
    min-width: 34rem;
    max-height:80%;
    overflow:scroll;
    transition: 600ms opacity ease-in-out;
}

.pop-up-content {
    height:100%;
    width:100%;
    transition: 600ms opacity ease-in-out;
}

.activeContent {
    opacity: 1;
}

.hideContent {
    height: 0;
    width: 0;
    overflow: hidden;
}

.hidePopUp {
    opacity: 0;
    pointer-events:none;
}

.noScroll {
    overflow: hidden;
}

blockquote {
    margin:0;
}

.twitter-tweet {
    margin:0 !important;
}

.video-content-icon-text {
    display:none;
}

.video-content-comment-by-mobile {
    display:none;
}

.video-content-comment-by-desktop {
    display: block;
}

.video-content-icon-mobile {
    display: none;
}

/**** END Customer Love Section ****/


/**********************/

.tech-section{
    padding: 60px;
    background-color:#F1F4FA;
}
.tech-section .box{
    padding: 40px 25px;
    background-color:#c6cdd9;
}
.tech-section .box p{
    
    min-height: 200px;
   
}
/* ***** End About ***** */

/* ***** Parelax ***** */
.parelax-wrp{
    display: none;;
    padding: 250px 0;
    width: 100%;
    position: relative;
    background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url('../images/pasta_di_lite.png') 20% 40% no-repeat;
    /* background: #dbaa17 center no-repeat; */
    /* background: #343434 center no-repeat; */
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: darken
}
.parelax-wrp h2{
    text-align: center;
    font-size:64px;
    font-weight: 700;
    color: #fff;
    font-family: 'Cormorant';
    margin: 0;
}

/* ***** End Parelax ***** */


/* ** XOOK AT SECTION ** */

.xookAt {
    background-color: #F1F4FA;
    background-color: rgb(232, 192, 58);
    background: #d3b8eb center no-repeat;
    padding:0px 0px 0 0;
    overflow:hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    padding: 0px 0px 0px 60px;
  }

  .xookAt-contain {
    display: flex;
    align-items: center;
    overflow-x:auto;
    justify-content: space-between;
  }

  .xookAt-scroller {
    display: block;
    margin: 0 auto 0 auto;
    overflow: hidden;
    text-align: center;
    height:100%;
    width: 100%;
  }
  
  .xookAt-slides {
    display: flex;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    transition: 600ms all ease-in-out;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    transition: 3.8s all ease-in-out;
    animation: 15s slide infinite linear;
  }

  @keyframes slide {
   /* Number of images * 100 */
    100% {transform: translateX(-400%);}
  }

  .xookAt-slide {
    position: relative;
    display: flex;
    flex-shrink: 0;
    font-size: 100px;
    scroll-snap-align: start;
    background-size: contain;
    background-repeat: no-repeat;
    /* Following makes the div take the height of its background image */
    height: 0;
    padding-top: 56.5%;
    width:100%;
    color: #fff;
    justify-content: flex-end;
  }

  .gradient {
    position: absolute;
    bottom: 0;
    height: 20%;
    width: 100%;
  }

  .card-text {
    position: absolute;
    bottom:2%;
    left:3%;
    font-size: 36px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgb(36, 36, 36);
    font-family: "Gilroy"
  }

  .notransition {
    transition: none !important;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .xookAt-scroller::-webkit-scrollbar {
    display: none;
  }

  .xookAt::-webkit-scrollbar {
    display: none;
  }

  .xookAt-text {
    width: 40%;
    padding-right: 2%;  
}

  /* ** END XOOK AT SECTION ** */

/* ** Xook Live Section ** */

.xookNow {
    padding:60px;
    background-color:#F1F4FA;
    background-color: rgb(0, 0, 0);
    background-color: rgb(232, 192, 58);
    background-color:#F1F4FA;
    overflow: auto;
}

.xookNow-scroller {
    display: block;
    margin: 0 auto;
    text-align: center;
    height:100%;
    overflow-x: scroll;
  }

  .xookNow-slides {
    display: flex;
    transition: 800ms all ease-in-out;
    width: 100%;
    height: 100%;
    overflow-x:scroll;
  }

  .xookNow-slide {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 30px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 430px;
    min-width: 590px;
    -ms-overflow-style: none;  /* IE and Edge */
     scrollbar-width: none;  /* Firefox */
  }

  /* .xookNow-slide:first-child {
    margin: 0 1rem 0 0px;
  } */

  .xookNow-title-contain {
    min-width: 100%;
    padding: 0 0 0 0px;
    color: black;
  }

  .xookNow-scroller::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.xookNow-slides::-webkit-scrollbar {
  display: none;
}

.card-title {
  display: flex;
  justify-content: space-between;
  width: 95%;
  position: absolute;
  left:3%;
  bottom: 1%;
  z-index: 102;
  font-size:calc(10px + .5vw);
}

/* ** END XOOK LIVE SECTION ** */

/* ** XOOK FUTURE SECTION ** */

.xookF {
    padding: 60px;
}

.xookF-scroller {
    display: block;
    margin: 0 auto;
    text-align: center;
    height:100%;
    overflow-x: scroll;
    width: 100%;
  }

  .xookF-slides {
    display: flex;
    transition: 1s all ease-in-out;
    width: max-content;
    height: 100%;
  }

  .xookF-slide {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 1rem 0 0;
    padding: 0 0 0.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 430px;
    min-width: 590px;
    -ms-overflow-style: none;  /* IE and Edge */
     scrollbar-width: none;  /* Firefox */
  }

  .xookF-slide:first-child {
    margin: 0 1rem 0 0px;
  }

  .xookF-title-contain {
    min-width: 100%;
    padding: 0 0 0 0px;
  }

  .xookF-scroller::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.xookF-slides::-webkit-scrollbar {
 display: none;
}

/* ** END XOOK FUTURE SECTION ** */

/* ***** Our Dishes ***** */
.our-blogs .owl-prev, .our-blogs .owl-next,
.testimonial .owl-prev, .testimonial .owl-next,
.dish-wrp .owl-prev, .dish-wrpy .owl-next{
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -17px;
}
.our-blogs .owl-next,
.testimonial .owl-next,
.dish-wrp .owl-next{
    left: auto;
    right: 0px;
}
.our-blogs .owl-prev:before,.our-blogs .owl-next:before,
.testimonial .owl-prev:before,.testimonial .owl-next:before,
.dish-wrp .owl-prev:before,.dish-wrp .owl-next:before{
    position: absolute;
    content:"\f104";
    font-family:"Font Awesome 5 Pro";
    font-size: 28px;
    color: #fff;
    top: 50%;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    margin-top: -17px;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-blogs .owl-prev:hover:before,.our-blogs .owl-next:hover:before,
.testimonial .owl-prev:hover:before,.testimonial .owl-next:hover:before,
.dish-wrp .owl-prev:hover:before,.dish-wrp .owl-next:hover:before{
    color: #fff;
    border-color: transparent;
}
.our-blogs .owl-next:before,
.testimonial .owl-next:before,
.dish-wrp .owl-next:before{
    content: "\f105";
    right: 0;
    left: auto;
}

.our-blogs .owl-dots,
.dish-wrp .owl-dots{
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%,0);
}
.our-blogs .owl-dot,
.dish-wrp .owl-dot{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.our-blogs .owl-dot:last-child,
.dish-wrp .owl-dot:last-child{
    margin-right: 0;
}
.our-blogs .owl-dot span,
.dish-wrp .owl-dot span{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #848484;
}
.our-blogs .owl-dot:after,
.dish-wrp .owl-dot:after{
    width: 30px;
    height: 1px;
    background: #848484;
    position: absolute;
    content: '';
    right:-30px;
    top: 50%;
    margin-top: -2px; 
}
.our-blogs .active span:before,
.dish-wrp .active span:before{
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    content: '';
    left:4px;
    top: 6px;
    border-radius: 50%;
}
.dish-wrp .owl-dot:last-child:after{
    display: none;
}
.our-blogs .owl-dot:last-child:after{
    display: none;
}
.dish-wrp .owl-item{
    opacity: 0;
    transition: 2s linear;
}
.dish-wrp .owl-item.active{
    opacity: 1;
    transition: 2s linear;
} 
/* ***** End Our Dishes ***** */

/* **** Freshness guaranteed **** */
.your-test-wrp{
    padding:120px 0;
    width: 100%;
    background: #fff;
}
.head-title h2{
    font-size: 68px;
    font-weight: bold;
    color: #1E1B1A;
    text-align: center;
    margin: 0 0 0;
    font-family: 'Cormorant';
}
.head-title h6{
    font-size: 24px;
    font-weight: 500;
    color: #9299BE;
    text-align: center;
    margin: 0 0 40px;
}
.your-test-wrp .row{
    align-items: center;
}
.pro-img img{
    width: 100%;
    position: relative;
    top: 130px;
}
.pro-databx{
    margin: 0 0 40px;
}
.pro-databx:last-child{
    margin: 0;
}
.pro-databx ul{   
    background: #fff;
    box-shadow: 0px 8px 29px rgba(97, 97, 100, 0.24);
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}
.pro-databx li{
    padding: 15px 25px;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    width: 220px;
    text-align: center;
    color: #9299BE;
    cursor: pointer;
}
.pro-databx li:last-child{
    border-right: 1px solid #fff;
}
.pro-databx li input[type="radio"]{
    display: none;
}
.pro-databx li.selected{
    background: #1A1A1D;
    color: #fff;
    border-radius: 12px;
}




.freshwrp .head-title h2{
    margin: 0 0 35px;
}





.possibilities-block{
    padding: 40px 0px;
    background: linear-gradient(rgb(219, 170, 23), rgb(219, 170, 23)), center no-repeat;
    background: transparent;
    border-radius: 8px;
    text-align: left;
    height: 340px;
}

.possibilities-wrp h3{
    font-size: 26px;
    font-weight: 600;
    color: rgb(219, 170, 23);
    text-align: left;
    margin: 0;

}
.possibilities-wrp p{
    
    font-weight: normal;
    color: #F1F4FA;
    text-align: left;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    xmargin: 20px ;
    font-family: "TitilliumWeb";
    font-family: "Spectral";
    font-family: "Gilroy";
    letter-spacing: 1px;;
}

/* **** End Freshness guaranteed **** */

/* **** Footer **** */
footer {
    
    width: 100%;
    background: #1A1A1D;
    position: relative;
}
footer .container{
    padding: 60px 30px 20px 30px;
}
.logo-bx img{
    width: 50px;
    margin: 0 0 60px;
}
.social-bx h4,
.quicklinks h4{
    font-size:16px;
    font-weight:500;
    color:#81838A;
    margin: 0 0 15px;
}
.quicklinks ul{
    
}
.quicklinks ul li{
    margin: 0 0 5px
}
.quicklinks ul li:last-child{margin: 0;}
.quicklinks ul li a{
    font-size:16px;
    font-weight: 500;
    color: #CCCED3;
    padding: 5px 0;
    display: table;
    border-bottom: 2px solid transparent;
}
.quicklinks ul li a:hover{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.inner-links{
    margin: 0 auto;
    display: table;
}
.social-bx{
    display: table;
    float: right;
}
.social-bx h4{
    margin: 0 0 20px;
}
.social-bx a{
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #81838A;
    display: block;
}
.social-bx a i{
    margin-right: 5px;
}
.social-bx a:hover{
    color: #fff;
}
.social-bx a:last-child{margin: 0;}

.copyright{
    padding:0px 0px 10px 0px;
    width: 100%;
    background: rgba(9,9,9,0.12);
    margin: 20px 0 0;
}
.copyright p{
    font-size:16px;
    font-weight:500;
    color: #81838A;
    margin: 0;
    text-align: center;
}
/* **** End Footer **** */