
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&family=Montserrat:wght@300;400;500;800&family=Roboto&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
*{
    scroll-behavior: smooth;
}
body{
    margin:0;
    padding:0;
    overflow-x: hidden !important;
}
h1{
    font-family:'Cookie';
    font-size:30pt;
}
p{
    line-height:25px;
    font-family:'Roboto';
    font-weight:400;
}
a{
    font-family:'Roboto';
    font-size:12pt;
    font-weight:700;
}
.header{
    width:100%;
    height:75vh;
    background-size:cover;
    position:relative;
    background:#f2ea25;
}
.header_content{
    width:30%;
    padding:15px 20px;
    background:#fff;
    text-align: left;
    height:auto;
    border-radius:10px;
}
.header_content h1, .header_content p{
    margin:0px 0px !important;
    line-height:45px;
}
.header_button{
    color:#000;
    text-decoration:none;
    background:#f2ea25;
    padding:15px 20px;
    border-radius:10px;
    transition:.8s;
}
.header_button:hover {
    animation:jump ease-in-out .8s forwards;
    cursor:pointer;
    background:#eb282a;
    color:#fff;
} 
  /* .section.active {
   animation:.8s ease Fadein forwards;
  } */
.section{
    max-width:1000px;
    width:90%;
    margin:100px auto;
}
@keyframes Fadein{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}
.section_dual{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items:center;
    box-sizing:border-box !important;
}
.section_dual .left, .section_dual .right{
    width:50%;
    background: none;
}
.section_dual .right{
    text-align:center;
}
.box{
    width:30%;
    height:300px;
    background-size:cover !important;
    background-position: center center;
    position: relative;
    box-shadow:2px 4px 17px rgba(0, 0, 0, .3);
    border-radius:10px;
    transition:.8s ease;
    overflow:hidden;
    cursor:pointer;
}
.boxs{
    width:31%;
    height:250px;
}
.boxs .content{
    width:100%;
    position:absolute;
    line-height:25px;
    bottom:0;
    z-index:999;
    color:#fff;
    background:rgba(0, 0, 0, .6);
    padding:0px 0px;
    height:100%;
    
}
.boxs .content p{
    padding:0px 15px;
}
.box:hover{
    transform:scale(1.02);
    
}
.content{
    width:100%;
    position:absolute;
    line-height:25px;
    bottom:0;
    z-index:999;
    color:#fff;
    background:rgba(0, 0, 0, .4);
    padding:10px 15px;
    
}
.content p strong, .maps strong{
    font-size:20pt;
}
.small{
    font-size:15pt !important;
}
.icons{
    display:flex;
}
.icons div{
    width:100px;
    margin:0px 30px;
    text-align:center;
}
.icons div img{
    width:100%;
}
.fourth .right{
    text-align:left;
}
.fourth .left{
    width:300px;
    margin: auto;
    position:relative;
}
.outter_circle, .inner_circle, .inner_inner_left{
    width:300px;
    height:300px;
    border-radius:300px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-color: #f2ea25;
    z-index:-1;
}
.inner_circle{
    width:250px;
    height:250px;
    background-color: #eb282a;
}
.fourth .left .inner_inner_left{
    width:200px;
    height:200px;
    text-align: center;
    box-shadow:2px 8px 10px rgba(0, 0, 0, .6);
}
.fourth .left .inner_inner_left .bi{
    font-size:35pt;
    color:#fff;
    z-index:999999;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.three{
    width:800px;
    align-items: center;
    overflow:hidden;
    box-shadow:2px 4px 8px rgba(0, 0, 0, .6);
    border-radius:10px;
}
.three .left img{
    width:100%;
}
.three .right{
    text-align: left;
}
.three .right p{
    padding:0px 20px;
}
.three .right a{
    margin-left:20px;
}
.three .right p:nth-child(2){
    margin-bottom:30px !important;
}
.right p strong, .left p strong {
    font-size:20pt;
}
.third{
    height:700px;
    position:relative;
    overflow:auto;
    will-change: transform;
    overflow:hidden;
}
.third::after{
    position:absolute;
    top:0;
    left:0;
    content:'';
    z-index:999;
    width: 90%;
    height:90%;
    transition: transform 0.3s ease-out;
    transform: translate(var(--offset-x, 0), var(--offset-y, 0));
}
.third_content h1{
    text-align:center;
    color: #fff;
}
.big{
    font-family:'roboto';
    font-size:50pt;
}
.glovo{
    animation: 1s glovo ease-in-out infinite; 
}
@keyframes glovo{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.third_content{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:40%;
    color:#fff;
    text-align:center;
    z-index:9999;
}
/* .third{
    max-width:100%;
    position:relative;
    padding:30px 0px;
    color:#fff;
}
.third .right{
    position:relative;
    height:450px
}
.third .section img{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:350px;
    filter:drop-shadow(4px 8px 10px rgba(0, 0, 0, .5));
} */
.fifth .left, .fifth .right{
    height:250px;
    width:40%;
    position:relative;
    text-align:left;
    padding:20px 20px;
    margin:5px 5px;
}
.fifth .left .content, .fifth .right .content{
    bottom:50px;
}
.seven .left{
    text-align:center;
    margin-bottom:20px;
}
.seven .icons{
    width:fit-content;
    margin:auto;
}

footer{
    margin-top:120px;
}
.eight{
    color:#fff;
    padding:10px 20px;
    border-radius:15px;
}
.eight .left{
    z-index:2 !important;
}
.eight .right{
    position:relative;
    height:450px;
    
}



.eight .right  #video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    overflow: hidden;
    border-radius:15px;
    box-shadow:2px 8px 10px rgba(0, 0, 0, .4);
}

.eight .right  #background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eight .right .bi{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size:40pt;
    z-index:99;
    color:#fff;
}
.nine{
    justify-content: space-around;
    background: #f2ea25;
    color:#fff;
}
.nine .left::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: linear-gradient(90deg, rgba(2,0,36,0) 31%, rgba(242,234,37,0.5662640056022409) 66%, rgba(242,234,37,1) 100%);
}
.nine .left, .nine .right{
    width:50%;
    overflow:hidden;
    position:relative;
}
.nine .left img, .nine .right img{
    width:100%;
}
.nine .right strong{
    color:#eb282a;
}
.nine .right span{
    color:#eb282a;
}
.nine .right p{
    padding:0px 15px;
}
.form{
    display:block;
    width:90%;
    margin:auto;
}
.form input, textarea{
    width:100%;
    padding:10px 15px;
    background: #eeeeee;
    border:2px solid #f2ea25;
    margin:10px 0px;
}
.submit{
    width:100%;
    padding:10px 15px;
    background: #f2ea25 !important;
    border:2px solid #eb282a !important;
    margin:10px 0px;
}
@media screen and (max-width:991px){
  .fourth .left{
    width:35%;
  }
  .fourth .left .outter_left{
    background:#f2ea25;
    padding:20px;
    border-radius:400px;
}
.fourth .left .outter_left .inner_left{
    background:#c4be1d;
    border-radius:400px;
    padding:20px;
    position:relative;
    overflow:hidden;
}
.fourth .left .outter_left .inner_left .inner_inner_left{
    text-align: center;
    box-shadow:2px 8px 10px rgba(0, 0, 0, .6);
    overflow:hidden;
}
.fourth .left .outter_left .inner_left .inner_inner_left .bi{
    font-size:35pt;
    margin:auto;
    color:#fff;
    z-index:99;
}

}
@media screen and (max-width:800px){
   .three{
    width:400px;
   }
    .fourth .left .inner_circle{
        width:250px !important;
        height:250px !important;
    }
    .fourth .left .inner_inner_left{
        width:200px !important;
        height:200px !important;
        text-align: center;
        box-shadow:2px 8px 10px rgba(0, 0, 0, .6);
    }
    .section_dual{
        display:block;
    }
    .section_dual div{
        width:100% !important;
        margin:20px 0px;
    }
    .third{
        padding:100px 15px;
        
    }
    .third .section img{
        position:absolute;
        bottom:30%;
        z-index: -1;
        width:300px;
        filter:drop-shadow(4px 8px 10px rgba(0, 0, 0, .5));
    }
    .icons{
        display:flex;
    }
    .icons div{
        width:70px !important;
        margin:0px 10px;
    }
    .icons img{
        width:40px;
    }
    .fourth .left{
        width:300px !important;
        margin:auto;
        height:300px;
      }
   
    .fifth .left, .fifth .right{
        width:90% !important;
        position:relative;
        text-align:left;
        padding:20px 20px;
        margin:5px auto !important;
    }

    .eight .right  #video-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40% !important;
        overflow: hidden;
        border-radius:15px;
        box-shadow:2px 8px 10px rgba(0, 0, 0, .4);
    }
    .nine .left::before{
        background: linear-gradient(180deg, rgba(2,0,36,0) 31%, rgba(242,234,37,0.5662640056022409) 66%, rgba(242,234,37,1) 100%);
    }
    .glovoOrder .left{
        height:500px;
    } 
    .glovoOrder .right{
        height:300px;
        
    }
    .glovo_chicken{
        animation:1s glovoChicken ease-in-out infinite; 
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%) rotate(-20deg);
    }
}
.maps .top{
    margin:30px 0px;
}
.maps .top button{
    outline:none;
    border:none;
}
.map_content{
    position:relative;
    width:100%;
    height:60vh;
}
.map_content iframe{
    position:absolute;
    width: 100%;
    margin:auto;
}
.div_class_A {
    z-index: 1;
  }
  
  .div_class_B {
    z-index: -1;
  }

  .shadowed {
  -moz-box-shadow:0px 0px 5px #444444;
  -webkit-box-shadow:0px 0px 5px #444444;
  box-shadow:0px 0px 5px #444444;
}
  @media screen and (max-width:700px){
    .third_content{
        width:70%;
    }
  }
@media screen and (max-width:500px) {
   body, html{
    overflow-x:hidden;
   }
    .eight .right  #video-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70% !important;
        overflow: hidden;
        border-radius:15px;
        box-shadow:2px 8px 10px rgba(0, 0, 0, .4);
    }
}
  .other{
    width:fit-content;
    padding:5px 20px;
    position: absolute;
    left:12vw !important;
    animation:.8s fadeUp ease forwards;
    text-wrap: nowrap;
    background-position: center center;
  }
@keyframes fadeUp {
    from{
        opacity:0;
        bottom:-5px;
    }
    to{
        opacity:1;
        bottom:50px;
    }
}
  
  .map_button{
    padding:10px 15px;
    margin:10px 10px; 
    font-size:13pt;
    cursor:pointer;
  }
  .location{
    text-decoration:none;
    color:#000;
    line-height:25px;
    font-weight: lighter;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index:99999999999999;
  }

  .overlay img {
    max-width: 70%;
    max-height: 70%;
    border-radius: 10px;
    animation:.8s ease jump forwards;
  }
@keyframes jump {
    0%{
        transform:scale(.9);
    }
    50%{
        transform:scale(1.3);
    }
    100%{
        transform:scale(1);
    }
}
  .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 35px;
  }


.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    display: none;
    z-index: 1000;
    font-family: 'roboto';
}

.cookie-consent-content {
    max-width: 800px;
    margin: 0 auto;
}

.cookie-button {
    background-color: #f2ea25;
    color: #000;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.cookie-button:hover {
    background-color: #e53935;
    color:#fff;
}

.decline {
    background-color: #f44336;
}

.decline:hover {
    background-color: #e53935;
}
.glovoOrder .right{
    position:relative;
}
.glovo_chicken{
    animation:1s glovoChicken ease-in-out infinite; 
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%) rotate(-20deg);
}
@keyframes glovoChicken {
    0%{
        top:0px;
    }
    50%{
        top:-10px;
    }
    100%{
        top:0px;
    }
}
