*{
	margin:0px;
    padding:0px;
    font-weight: 400;
    font-family: "Lilita One", sans-serif;
}

.custom_container{ 
    padding:0 8%;
    z-index: 1;
    position: relative;
}

.btn-close {
    right: -15px;
    position: absolute;
    z-index: 9;
     background: #fff; 
    opacity: 1 !important;
     color: #fff; 
    border-radius: 50%;
    top: -15px;
     width: 30px; 
     height: 30px; 
     border: none; 
}
p {
    margin: 0;
}
/* end-edit */
html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
}
body.no-scroll {
    overflow: hidden;
}
html {
  scroll-behavior: smooth;
}


body {
  transition: background 1s ease;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
    width:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3E5AE8; 
    border-radius: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0d228b; 
}



/* common style */


.btn_pizza{
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    font-family:"Be Vietnam Pro", sans-serif;
    text-decoration: none;
    color: #fff;    
    background: #0FAA4C;
    padding:10px 18px ;
    position: relative;
    /*text-transform: capitalize;*/
    z-index: 1;
    transition: 0.6s;
    min-width: 180px;
    background-size: 100% 100%;
    display: inline-block;border-radius: 60px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.btn_pizza:hover {
    color: #0FAA4C;  
    background: #fff;  
}

.header_field input {
    border: 1px solid #DDDDDD;
    border-radius: 40px;
    padding: 8px 20px;
    margin:0 40px 0 0;
    width: 260px;
    font-family: 'Be Vietnam Pro';
    font-size: 14px;
}

.menu_animation {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.menu_animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eb5b0e;
  transform: translateX(-110%);
  content: '';
  position: absolute;
  transition: transform .6s ease;
}
.menu_animation:hover:before {
  transform: translateX(0);
}






.logo {
    margin-right: 60px;
}
.logo img {
    height: 50px;
}
.navbar-animation{
  padding-bottom: 5px;
  overflow: hidden;
 position: relative;
  
}
.navbar-animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #112959;
  transform: translateX(-110%);  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.navbar-animation:hover:before {
  transform: translateX(0);
}

header{
    width: 100%;
    transition: 0.5s all;
    /*position: fixed;*/
    top: 0;
    left: 0;
    padding: 20px 0;
    z-index: 2;  
}

.navbar-brand.logo {
    margin: 0;
}
header .navbar-brand span {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-left: 10px;
}
.menu {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    column-gap: 40px;
    margin: 0;
    /*margin-left: auto;*/
    align-items: center;
}

header .col-md-12.d-flex {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    width: 100%;
    justify-content: space-between;
}


.menu a {
    display: block;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    text-align: center;
    color: #272727;
    font-size: 20px;

}
.menu .sub-menu a {
    font-size: 20px;
}
.menu a:hover {
    color: #5EB34D;
}
.menu li {
    position: relative;
    margin: 0 10px;
}
.search_btn {
    color: #fff;
    margin-left: 20px;
}
.side_bar{
    padding: 8px;
    margin-left: 40px;
    width: 45px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap; 
    z-index: 10;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.side_bar span {
    display: block;
    height:2px;
    width: 100%;
    background: #272727;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.side_bar span:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    width: 80%;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
   
  
  .side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
    -moz-transform: rotate(45deg) translate(-1px, -3px);
    -o-transform: rotate(45deg) translate(-1px, -3px);
    transform: rotate(45deg) translate(-1px, -3px);
    top:0%;
    left: 0;
  }
  .side_bar.open span:nth-child(2) {
    /*width: 0%;*/
    opacity: 0;
  }
  .side_bar.open span:before {
    content:unset;
}
  .side_bar.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width:100%;
  }


.menu li {
    margin: 0;
}
  
.title_head{
  position: relative;
  text-align: center;
    overflow: hidden;
}
.title_head:before{
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: #ababab;
    transition: 3s;
  top: 50%;
  transform: translateY(-50%);
}
.title.animation .title_head:before{
  width: 100%; 
    transition-delay: 0.2s;

}


.footer_down img{
    height: 50px;
    margin:5px;
}
.footer_top h4{
    color: #111;
    text-align: center;
    font-size: 60px;
    font-weight: 400;
}
.footer_top {
    position: relative;
    height: 550px;
    z-index: 1;
    margin-top: -2px;
}
.footer_top img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    object-position: top;
    top: 0;
    left: 0;
}
.footer_logo p {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0;
}
footer .custom-logo {
    height: 80px;
    object-fit: contain;
    margin-top: -70px;
}
footer{
    /*position: sticky;*/
    bottom: 0;
    color: #272727;
    position: relative;
    padding-top: 80px;
    overflow: hidden;

} 

footer .footer_item h4 {
    margin-bottom: 15px;
    color: #111;
    font-size: 20px;
    font-weight: 500;
}
footer .footer_item li a {
    color: #272727;
    text-decoration: none;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    font-family: 'Be Vietnam Pro';
    font-size: 12px;
}
footer .footer_item li a:hover {
    color:#5baf4d;
}
footer .footer_item ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
footer .custom_container {
    background: rgba(246, 243, 236, 1);
    padding: 20px 8%;
}
footer .footer-bottom-bar .d-inline-flex{
    padding: 20px 0;
    color: rgba(65, 65, 65, 1);
}
.footer-bottom-bar .copy a:hover {
    color: #F1681A;
}
.footer-bottom-bar .copy {
    font-family: 'Be Vietnam Pro';
    font-size: 14px;
    font-weight: 300;
}
.footer-bottom-bar .designed a:hover {
    color: #F1681A;
}
.footer_item {
    width: 35%;
    padding-bottom: 40px;
    padding: 0 20px;
}
.social-links a{
    color: #161617;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
    text-decoration: none;
    font-size: 22px;
}  
.social-links a:hover{
    transform: translateY(-10px);
}  
footer .footer_list ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
footer .footer_list ul li {
    margin-bottom: 15px;
}
footer .footer_list ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    display: flex;
    align-items: center;
}
footer .footer_list {
    max-width: 20%;
}
footer .first_sec .footer_list a img {
    height: 15px;
    margin-right: 10px;
}
footer .second_sec {
    border-top: 2px solid rgb(255 255 255 / 40%);
    padding: 20px 0;
    margin: 20px 0 0;
    border-bottom: 2px solid rgb(255 255 255 / 40%);
}
footer .second_sec img {
    width: 120px;
    object-fit: contain;
}
footer .third_sec {
    padding: 20px 0;
}
ul.social_link {
    display: inline-flex;
    gap: 12px;
}
footer .second_sec .footer_list ul li {
    margin-bottom: 0;
}
ul.social_link li a {
    background: #36393E;
    width: 42px;
    height: 42px;
    justify-content: center;
    font-size: 18px !important;
    border-radius: 50%;
}
ul.social_link li a:hover {
    background: #1490E9;
}
p.designed a {
    text-decoration: none;
    color: #2D2928;
}





.title h2{
    color: #111;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.title p{
    color: #272727;
    font-size: 16px;
    font-weight: 500;
}
.section{
    padding:60px 0;
    position: relative;
}

.learn{
    font-weight: 400;
    font-size: 16px;
    color: #161617;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
}

.learn:hover {
    color:#F1681A;
}
.learn:hover i{
    margin-left:8px;
}
.learn i{
    color: #737374;
    font-size: 14px;
    border: 2px solid;
    border-radius: 50%;
    margin-left: 12px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    transition: 0.4s;
    justify-content: center;
    line-height: 0;
    align-items: center;
}

/* home page */


section.main_bnner {
    width: 100%;
    /*height: 100vh;*/
    z-index: 1;
    overflow: hidden;
    position: relative;
}




section.main_bnner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}section.main_bnner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.main_bnner .banner_content h2{
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 500;

}
section.main_bnner .banner_content p{
    width: 80%;
    color: #fff;
    margin: 25px 0;
    font-size: 18px;
    font-weight: 600;
}
section.main_bnner .banner_content {
    position: absolute;
    width: 50%;
    bottom: 0%;
    z-index: 3;
    z-index: 10;
    color: #fff;
    left: -100%;
    transform: translateY(-50%);
    transition: 1s;
}section.main_bnner .swiper-slide-active .banner_content {
    left: 6%;
}


.location_tab{
    background: #FFCD5C;
    width: 60%;
    margin: 80px auto 40px;
    border-radius: 10px;
    overflow: hidden;
}
.location_tab .nav-item {
    width: 50%;
}
.location_tab .nav-item button {
    background: #ED5524;
    width: 100%;
    border-radius: 0;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px;
    color: #fff;
    font-size: 16px;
}
.location_tab .nav-item button.active {
    background: #9B1F21;
}
.location_tab .tab-content .tab-pane {
    padding: 30px 40px;
}
.location_tab .tab-content .tab-pane p {
    font-size: 20px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    margin-bottom: 30px;
}
.location_tab .tab-content .tab-pane .location_field {
    border: 1px solid #DDDDDD;
    border-radius: 40px;
    padding: 8px 20px;
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    width: 55%;
    margin-right: 20px;
    padding-left: 40px;
}
.location_tab img {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
}
.craving_grid  {
    display: inline-flex;
    gap: 30px;
    width: 100%;
}
.craving_grid img {
    width: calc(50% - 10px);
    height: 100%;
    object-fit: contain;
}

.craving_grid:nth-child(2) img {
    margin-top: 20px;
    width: calc(33% - 10px);
}

.got_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.got {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.got .title {
    padding: 80px 0;
}

.got .title h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: -6px 4px 0px black;
}

.got:before {
    content:'';
    position:absolute;
    width: 100%;
    height: 100%;background: radial-gradient(49.19% 60.7% at 50% 50%, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);

}
.location_content {
    background: rgba(5, 5, 5, 1);
    padding: 40px 25px; 
    color: #fff;
}
.location_content p {
    font-family: 'Be Vietnam Pro';
    margin: 12px 0;
}

.download{
    background: rgba(5, 5, 5, 1);
    margin: 100px 0 60px;
}
.download .title h2 {
    color: #fff;
}
.download img{
    height: 410px;
    object-fit: contain;
    margin-top: -80px;
}
.download .title p {
    color: #fff;
    font-size: 20px;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
}

.download .title span {
    font-family: 'Be Vietnam Pro';
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.download .play {
    height: 50px;
    margin: 30px 10px 30px 0;
}

.download .mobile_bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(#d21616a3 0, #000000 80%, #05050500 66%);
    top: 0;
}

@media (max-width: 992px){    
    .side_menu{
        display:inline-block;
    }
    header  .navbar-brand img {
        height: 60px;
    }
    header.sticky  .navbar-brand img {
        width: 100px;
    }
    	header {
        padding: 8px 0;
        z-index: 09;
        position: relative;

    }
    .side_bar{
        display:inline-flex !important;
    }
    .profile{
        display:none;
    }
    header  .menu{
        left: 0;
        top:0;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index:9;
        padding: 15px 8%;
        display:none;
        background-color: #fff;
        /*transition: 0.9s all ease-in-out !important;*/
        /* box-shadow: -10px 0px 20px #0000005e; */
    }
    .menu a {
        padding: 15px 0;
    }
    header  .menu ul {
        margin-top: 50px;
    }
    
    
    header  .menu.kk{
    display: inline-flex;
    flex-direction: column;
    }
    header .menu a {
        color: #000 !important;
    }
    .logo {
        margin-right: 80px;
        z-index: 99;
    }
    header  .menu ul {
        display: block;
    }
    header  .menu ul {
        display: block;
    }
    .menu li {
        margin: 0;
    }
    .logo img {
          height: 36px;
    }
    
    .side_bar.open span:nth-child(3) {
        transform: rotate(-45deg) translate(2px ,2px);
    }
    .side_bar.open span:nth-child(1) {
        transform: rotate(45deg) translate(2px ,-2px);
    }
    
     
    .custom_container {
        padding: 0 4%;
    }
    .section {
        padding: 20px 0;
    }
    .title h2 {
        font-size: 24px;
    }
    .title p {
        font-size: 14px;
    }
    
    section.main_bnner .banner_content h2 {
        font-size: 24px;
    }
    section.main_bnner .banner_content p {
        font-size: 14px;
        width: 100%;
    }
    
    section.main_bnner .container-fluid{
        height: 100%!important;
    }
    section.main_bnner .row{
        height: 100%!important;
    position: relative;
    }
    section.main_bnner {
        height: auto;
    }
    section.main_bnner .banner_content {
        padding: 0 4%;
        position: relative;
        width: 90%;
        text-align: center;
    }
    section.main_bnner .swiper-slide-active .banner_content{
        left: 0%;margin:auto;
    }
    section.main_bnner img {
        margin-bottom: 20px;
        height: auto;
    }
    
    footer {
        padding: 0px 0 0px;
        position: unset;
    }
    footer p {
        padding-right: 0;
        font-size: 15px;
        justify-content: center;
    }
    footer .logo img {
        height: 52px;
    }
    .footer_logo {
        width: 100%;
    padding: 0;

        margin-bottom: 15px;
    }
    footer .col-md-8.d-flex{
        flex-wrap: wrap;
    }
    .footer_item {
        width: 100% !important;
        padding: 0px 0 !important;
    }
    footer .col-md-12 .align-items-center.d-inline-flex {
        padding: 10px 0 0;
        flex-wrap: wrap;
        text-align: center;
        margin: 20px 0 0 !important;
    }
    footer p.copy {
        width: 100%;
    }
    footer p a {
         padding-right: 0 !important;
        font-size: 15px ;
    }
    footer .designed{
        padding-right: 0 !important;
        justify-content: start;
        width: 100%;
        order: -1;
    }
    .footer-bottom-bar .justify-content-between {
        flex-wrap: wrap;
    text-align: center;
    }
    footer h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footer_menu li a {
        font-size: 15px !important;
    }
    .footer-bottom-bar .align-items-center{
        margin: auto;
    }
    
    .location_tab {
        width: 100%;
        margin: 15px auto;
    }
    .location_tab .tab-content .tab-pane {
        padding: 10px;
    }
    .location_tab .tab-content .tab-pane p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .location_tab .tab-content .tab-pane .location_field {
        font-size: 14px;
        width: 100%;
        margin-right: 0;
        padding-left: 40px;
        margin-bottom: 15px;
    }
    .location_tab img {
        position: absolute;
        left: 14px;
        top: 20px;
        transform: translateY(-50%);
        height: 18px;
    }
    .craving_grid img {
        width: 100%;
    }
    .craving_grid:nth-child(2) img {
        width: 100%;
    }
    .got .title h2 {
        font-size: 32px;
    }
    .download {
        margin: 40px 0 0px;
    }
    .download img {
        height: 280px;
        margin-top: 40px;
    }
    
    footer .custom-logo {
     margin-top: 0px; 
}
    footer .col-md-12.text-center {
        flex-wrap: wrap;
    }
    footer .footer-bottom-bar .d-inline-flex {
        text-align: center;
    }
    .craving_grid {
        flex-wrap: wrap;
    }
    .header_field{
        display: none;
    }
    
    
    
}


@media only screen and (max-width: 760px) {
    
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
    
}
