
@font-face {
    font-family: CFTangerineGrunge-Regular;
    src: url(../fonts/CFTangerineGrunge-Regular.ttf);
}
@font-face {
    font-family: Dragon Ball;
    src: url(../fonts/Dragon-Ball.ttf);
}

body{
    overflow-x:hidden;
    margin: 0px auto;
}



.mbx{
    display:none;
    position: fixed;
    top: 75%;
    right: 0;
    color: #fff;
    padding: 3px;
    z-index: 9999;
    border-radius: 32px;
}
.closebtn{
    
    position: relative;
    left: 43%;
    text-align: right !important;
    font-size: 30px !important;
}
.msgbx{
    position:fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: popIn 1s;
}
#myDIV {
  width: 100%;
  text-align: center;
    background: rgb(255, 0, 0, 0.8);
  display:none;
}


.diff{
    padding-bottom: 20px;
}

.dwn{
    padding: 0px;
}

.hdr{
    margin: 0px;
    padding: 4px 0px 0px 0px!important;
}
.top-hdr{
    width: 100%;
}
.top-hdr{
    display: contents;
    width: 100%;
}
.hd-logo{
    margin: auto;
}
.hd-logo img{
    width: 100%;
}
.hd-logo img:hover{
    animation: danceMiddle 1.5s linear ; 
    animation-delay: 0s !important;
}
.lhd{
    margin: auto;
}
.lhd h1{
    font-family: CFTangerineGrunge-Regular;
    color: #919191;
    font-size: calc(2vw + 2.9vh);
    text-align: center;
}
.lhd h1  span:hover{
    animation: leJoltZoom 2s linear ; 
    animation-delay: 0s !important;
}

.dropdown{
    width: 66px;
    display: none;
}



.hdr-menu{
    width: 65%;
    margin: auto;
    border-radius: 50px;
    background-color: #eb1c24;
    border: solid 5px #fff;
    position: relative;
    padding-top: 10px;
    z-index: 200;
}
.hdr-menu h1{
    color: #fff;
    font-family: cursive;
    font-size: 22px;
    transition: all 3;
}
.hdr-menu h1 a{
    text-decoration: none;
    color: #fff;
    transition: all 0.26s;
}

.hdr-menu h1 a:hover{
    color: #f4f30a;
    border-radius: 50px;
    border: solid 2px #f4f30a;
    padding: 5px 15px 5px 15px;
}

.hdr-menu form{
    width: 320px;
    height: 20px;
}
.hdr-menu form input{
    border: none;
    background-color: #eb1c24;
    color: #fff;
    width: 35%;
}
.hdr-menu img{
    animation: hitLeft 2s infinite;
    margin-right: 45px;
    margin-top: -4px;
}
.hdr-menu img:hover{
    animation: unset;
}

.banner1{
    position: relative;
    height: 500px;
    height: auto;
    margin-top: -32px;
}
.girl{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 58%;
    z-index: 100;
}

.b_toast {
    width: 35%;
    position: absolute;
    top: 140px;
    animation-duration:3s; 
}

.toast_banner{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 58%;
    z-index: 100;
}

.patti{
    position: absolute;
    bottom: 23%;
    left: 5%;
    width: 43%;
}

.curnchy{
    position: absolute;
    bottom: -2%;
    margin-bottom: 23.5%;
    left: 22.5%;
    width: 14%;
    transition: 1s !important;
    opacity: 0;
}

.curnchy-hand-left{
    position: absolute;
    bottom: -4%;
    left: 4%;
    width: 25%;
    transform: rotate3d(0, 1, 1, 18deg);
    z-index: 1000;
   
    transition: 2s !important;
}
.curnchy-hand-right{
    position: absolute;
    bottom: -4.1%;
    left: 28%;
    width: 25.2%;
    transform: rotate3d(0, 1, 1, -26deg);
   
    transition: 2s !important;
}

.taste{
    
    position: absolute;
    bottom: 65%;
    left: 17%;
    font-family: CFTangerineGrunge-Regular;
    color: #38383a;
    font-size: 55px;
}

.real{
    position: absolute;
    bottom: 55%;
    left: 13%;
    font-family: CFTangerineGrunge-Regular;
    color: #38383a;
    font-size: 68px;
}

.real::before{
    content:url('../assets/img/stroke.png');    
    position: absolute;
    left: -17.5%;
    top: -25%;
    transition: all 1s;
}
.real::after{
    content:url('../assets/img/stroke-1.png');    
    position: absolute;
    right: -14.5%;
    bottom: 0%;
    transition: all 1s;
}
.real:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.real:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.tasty-box{
    position: absolute;
        top: 35%;
        left: 15%;
    }

.more{ 
    position: absolute;
    left: 25%;
    top: 35%;
    z-index: 100;
    width: 10%;
}

.more-tasty{  
    position: absolute;
    bottom: 65%;
    left: 17%;   
    z-index: 100;
    width: 26%;
}

.more-tasty img{
    width: 100%;
}
.more img{
    width: 100%;
}

.more-tasty::before{
    content:url('../assets/img/banner_home/Layer-21.png');    
    position: absolute;
    left: -11.5%;
    top: 35%;
    transition: all 1s;
}
.more-tasty::after{
    content:url('../assets/img/banner_home/Layer-22.png');    
    position: absolute;
    right: -12.5%;
    bottom: -30%;
    transition: all 1s;
}
.more-tasty:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.more-tasty:hover::after{
    transform: translateX(20px); /* Standard syntax */
}


.real-taste{
    position: absolute;
    bottom: 55%;
    left: 13%;
    font-family: CFTangerineGrunge-Regular;
    color: #38383a;
    font-size: 68px;
}

.real-taste::before{
    content:url('../assets/img/stroke.png');    
    position: absolute;
    left: -17.5%;
    top: -25%;
    transition: all 1s;
}
.real-taste::after{
    content:url('../assets/img/stroke-1.png');    
    position: absolute;
    right: -14.5%;
    bottom: 0%;
    transition: all 1s;
}
.real-taste:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.real-taste:hover::after{
    transform: translateX(20px); /* Standard syntax */
}



.crunch{
    font-family: CFTangerineGrunge-Regular;
    color: #e30405;
    font-size: 143px;
    position: absolute;
    top: 49%;
    left: 6%;  
    
}
.crunch span:hover{
    animation: leMagnify 1.5s linear ; 
    animation-delay: 0s !important;
}
.carousel-item h1{
    transform: rotate(-6deg);
}

.carousel-item .more-tasty{
    transform: rotate(-0deg);
}

 .box{
    margin: 0px;
    position: relative;
    bottom: -60px;
    padding: 300px;
    margin-top: -600px;
  
 }

 .box:hover .curnchy-hand-right {
    bottom: -30px;
    left: 34.5%;
    width: 26%;
    transform: rotate3d(1, 1, 1, 1deg);
    transition: 2s !important;
}

 .box:hover .curnchy-hand-left {
    bottom: -25px;
    left: -1%;
    width: 26%;
    transform: rotate3d(1, 1, 1, -2deg);
    transition: 2s !important;
}

 .box:hover>.curnchy{
  opacity: 1;
  transition: 2s !important;
  transition-delay: 1s !important;
display: inline-block;
}













.banner2{
    position: relative;
    background-color: #f2e9da;
    padding: 100px 0px 200px 0px;
}
.first{
    position: relative;
    width: 428px;
    height: auto;
    margin: auto;
    font-size: 34px;
    color: #575256;
    font-family: CFTangerineGrunge-Regular;
    border-radius: 50px;
    border: solid 6px #575256;
}
.first::before{
    content:url('../assets/img/our-first-step-stroke-1.png');    
    position: absolute; 
    left: -17%;
    transition: all 1s;
}
.first::after{
    content:url('../assets/img/our-first-step-stroke.png');    
    position: absolute;
    right: -17%;
    transition: all 1s;
}
.first:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.first:hover::after{
    transform: translateX(20px); /* Standard syntax */
}



.step{   
    width: 70%;
    margin: auto;
    padding-top: 40px;
    font-size: 41px;
    color: #575256;
    
}
.step p span:hover{
    animation: leBeat  0.5s linear ;
    animation-delay: 0s !important;
}





.banner3{
    position: relative;
    padding-bottom: 498px;
}
.rusk{
    position: absolute;
    top: -130px;
    left: 10%;
    transition: all 1s;
}
.rusk:hover{
    animation: hitRight 2s;
}
.blue{
    position: absolute;
    top: -50px;
    left: 27%;
}
.quality{
    position: absolute;
    top: -18px;
    left: 29.5%;
    color: #fff;
    font-size: 58px;
    font-family: CFTangerineGrunge-Regular;
}

.quote{
    position: relative;
    margin-left: 150px;
    width: 75%;
    top: 200px;
    font-size: 40px;
}

.quote p span:hover{
    animation: leBeat  0.5s linear ;
    animation-delay: 0s !important;
}
.quote::before{
    content:url('../assets/img/inverted-koma.png');    
    position: absolute;
    left: -70px;
    transition: all 0.5s;
}
.quote::after{
    content:url('../assets/img/inverted-koma-right.png');    
    position: absolute;
    right: 10%;
    bottom: 17px;
    transition: all 0.5s;
}
.quote:hover::before{
    transform: translatey(-10px); /* Standard syntax */
}
.quote:hover::after{
    transform: translatey(10px); /* Standard syntax */
}





.banner4{
    position: relative;
    background: url(../assets/img/skin-back.png);
    height: 1220px;
    background-repeat: no-repeat;
    z-index: 200;
    left: -4px;
    width: 100.5%;
}
.orange{
    background: url(../assets/img/orange-patti-our-products.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    position: absolute;
    top: -45px;
    left: 18%;
    height: 200px;
    width: 74%;
    z-index: 2000;
    margin: auto;
}
.category{
    position: absolute;
    left: 9%;
    top: 28%;
    color: #fff;
    font-size: 58px;
    font-family: CFTangerineGrunge-Regular;
}
.square{
    position: absolute;
    top: 195px; 
    left: 15%;
    width: 74%;
}
.cat-box{
    position: absolute; 
    left: 4%;
    top: 225px;

}
.bb{
    background: url(../assets/img/box.png);
    background-repeat: no-repeat;
    background-size: 88%;
    padding: 7%;
}
.cat-itm{
    position: relative;
    width: 94%;
    left: -5%;
    bottom: 10%;
}
.cat-view{
    position: relative;
    width: 32%;
    left: 26%;
    top: 3%;
}
.view{
    position: absolute;
    top: 101%;
    left: 38.5%;
    width: 17%;
}
.str{
    
    position: absolute;
    top: 100%;
    left: 34%;
    width: 4.4%;
    transform: rotate(31deg);
}
.str1{
    
    position: absolute;
    top: 99%;
    left: 56%;
    width: 4.4%;
    transform: rotate(31deg);
}
.ar-lf{
    margin: -10% 23% 0% 2%;
}
.ar-rg{
    margin: -10% 6% 0% 0%;
    z-index: 200;
}
.flying{
    position: absolute;
    top: -19px;
    right: 11px;
    width: 106%;
    transition: all 2s;
}

.packet{
    position: absolute;
    top: 225px;
    right: 222px;
    width: 66%;
}
.cat{
    position: relative;
}
.cat1{
    position: relative;
}

.col-xl-6.col-xs-6.cat1:hover .flying {
    animation: pulse infinite 1.5s linear ; 
    animation-delay: 0s !important;
}




.banner5{
    position: relative;
    background: url(../assets/img/rusk-shoot.jpg);
    height: 1148px;
    background-repeat: no-repeat;
    margin-top: -131px;
    box-shadow: 0px 10px 12px #312d2d88;
}
.anytime{
    position: absolute;
    top: 676px;
    left: 227px;  
}
.yummy{
    position: absolute;
    top: 900px;
    left: 365px;  
    transition: all 3s;
}
.yummy:hover{
    transform: scale(1.1) !important;
}











.delicious{
    position: relative;
    background: url(../assets/img/blue-back.png);
    height: 1050px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -4px 0px 10px 1px #aaaaaa;
}

.delicious2{
    display: none;
    background: url(../assets/img/blue-back.png);
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.toast{
    background: url(../assets/img/toast-pizza.png);
    background-repeat: no-repeat;
    padding-top: 55.1%;
    background-size: 100%;
}
.toast:hover{
    animation: danceBottom 0.3s;
    animation-delay: 0s !important;
}
.texas{
    background: url(../assets/img/texas-toast-piza.png);
    background-repeat: no-repeat;
    padding-top: 55.1%;
    background-size: 100%;
    z-index: 100;
}
.texas:hover{
    animation: danceBottom 0.3s;
    animation-delay: 0s !important;
}
.pizza{
    margin: auto;
    text-align: center;
}
.pizza h1{
    font-family: CFTangerineGrunge-Regular;
}

.girl2{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.chef{
    position: absolute;
    top: 20px;
    right: 164px;
    z-index: 100;
    transition: all 3s;
}
.chef:hover{
    transform: translatey(-50px) !important;
}
.recipe-text{
    position: absolute;
    top: 150px;
    left: 54px;
    width: 42%;
    z-index: 200;
}
.recipe-text:hover{
    animation: danceMiddle 20s infinite linear ; 
    animation-delay: 0s !important;
}
.diff{
    display: none;
}





.banner7{
    background-color: #e9e1d6;
    margin: auto;
    text-align: center;
    height: 600PX;
    padding: 150px 0px 213px 0px;
}
.testimonials{
    font-family: CFTangerineGrunge-Regular;
    color: #d91926;
    font-size: 46px;
}
.testimonials span:hover{
    animation: leKickOutFront 2s;
    animation-delay: 0s !important;
}
.carousel-caption{
    top: 10% !important;
}

.tstm img{
    height: 90%;
}






footer{
    text-align: center;
    font-family: cursive;
    font-size: 35px;
}
.flink h3{
    font-size: 35px;
    font-weight: bold;
    border-radius: 3px;
    border-bottom: solid 8px red;
    width: 200px;
}

.footer-logo{
    margin: auto;
}
.flink{
    margin: auto;
    text-align: left;
}
.flink ul{
    padding-left: 0px;
}
.flink ul li{
    list-style-type: none;
}
.flink li a{
    color: #000;
}
.flink ul li:hover{
    animation: hitLeft 1.5s infinite;
}
.social{
    margin: auto;
}
.social img:hover{
    transform: scale(1.1);
    animation: bounce 1.5s infinite;
}

.pc{
    position: relative;
    top: -40px;
}

.emojis{
    position: relative;
    width: 491px;
    margin: auto;
}
.emojis::before{
    content:url('../assets/img/smiley.png');    
    position: absolute;
    transition: all 1s;
    left: -10%;
    z-index: 100;
    top: -23%;
    animation: pepe 3s infinite;
}
.emojis::after{
    content:url('../assets/img/smiley-1.png');    
    position: absolute;
    transition: all 1s;
    right: -11%;
    top: 4%;
    animation: pepe 2s infinite;
}
.emojis:hover::before{
    transform: translatey(10px); /* Standard syntax */
}
.emojis:hover::after{
    transform: translatey(-10px); /* Standard syntax */
}

.smiley2{
    position: absolute;
    bottom: 14%;
    left: 8%;
    transition: all 1s;
    animation: heartBeat 2s infinite;
}
.smiley2:hover{
    transform: scale(1.2);
}
.pc-fb{
    position: absolute !important;
    top: -20.9px;
    left: 4.5%;
    width:451px;
}

.inn-ftr{
    background-color: #454545;
    color: #fff;
    font-family: none;
    padding: 10px;
    font-size: 17px;
}







.abt-girl{
    position: absolute;
    top: 0px;
    right: 9%;
    width: 44%;
    z-index: 100;
}
.abt-patti{
    position: absolute;
    bottom: 23%;
    left: 9%;
    width: 36%;
    height: 35%;
}
.every{
    
    position: absolute;
    bottom: 64%;
    left: 13%;
    font-family: CFTangerineGrunge-Regular;
    color: #38383a;
    font-size: 46px;
}
.tells{
    position: absolute;
    bottom: 53%;
    left: 14.8%;
    font-family: CFTangerineGrunge-Regular;
    color: #38383a;
    font-size: 80px;
}

.tells::before{
    content:url('../assets/img/stroke.png');    
    position: absolute;
    left: -21.5%;
    top: -25%;
    transition: all 1s;
}
.tells::after{
    content:url('../assets/img/stroke-1.png');    
    position: absolute;
    right: -18.5%;
    bottom: 0%;
    transition: all 1s;
}
.tells:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.tells:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.story{
    font-family: CFTangerineGrunge-Regular;
    color: #e30405;
    font-size: 143px;
    position: absolute;
    top: 49%;
    left: 11%;  
    
}
.story span:hover{
    animation: leMagnify 1.5s linear ; 
    animation-delay: 0s !important;
}




.abt-banner7{
    background: url(../assets/img/layer-8.png);
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
    height: 545px;
    padding: 150px 0px 150px 0px;
}













.cont-patti{
    position: absolute;
    bottom: 23%;
    left: 7%;
    width: 44%;
    height: 35%;
}
.get{
    
    position: absolute;
    bottom: 64%;
    left: 18.5%;
    font-family: CFTangerineGrunge-Regular;
    color: #38383a;
    font-size: 46px;
}
.touch{
    position: absolute;
    bottom: 53%;
    left: 14.8%;
    font-family: CFTangerineGrunge-Regular;
    color: #38383a;
    font-size: 80px;
}

.touch::before{
    content:url('../assets/img/stroke.png');    
    position: absolute;
    left: -18%;
    top: 4%;
    transition: all 1s;
}
.touch::after{
    content:url('../assets/img/stroke-1.png');    
    position: absolute;
    right: -18.5%;
    bottom: 36%;
    transition: all 1s;
}
.touch:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.touch:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.with{
    font-family: CFTangerineGrunge-Regular;
    color: #e30405;
    font-size: 138px;
    position: absolute;
    top: 49%;
    left: 9%;  
    
}
.with span:hover{
    animation: leMagnify 1.5s linear ; 
    animation-delay: 0s !important;
}

.cont-form{
    width: 85%;
    margin: auto;
    margin-top: 70px;
}
.info{
    padding-left: 4% !important;
}
.info p {
    display: flex;
    font-size: 35px;
    text-align: justify;
    font-weight: 400;
    margin: 10px;
}
.info img{
    animation: pepe 5s infinite;
    width: 70%;
}
.frm{
    text-align: left;
    margin: auto;
}
.name input{
    width: 49%;
    height: 58px;
    border: none;
    margin-bottom: 5%;
    color: #000;
}
.area input{
    width: 99%;
    height: 58px;
    border: none;
    margin-bottom: 5%;
}
.snd{
    background: url(../assets/img/send-bg.png);
    background-repeat: no-repeat;
    float: right;
    padding: 0px 38px 8px 38px;
    font-size: 50px;
    color: #fff;
}
.snd:hover{
    animation: rubberBand 1s;
}


.cont-banner3{
    position: relative;
}
.cont-blue{
    position: absolute;
    top: -50px;
    right: 12%;
    width: 665px;
}
.find{
    position: absolute;
    top: -6px;
    right: 14%;
    color: #fff;
    font-size: 58px;
    font-family: CFTangerineGrunge-Regular;
}










.prod-girl{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 100;
}

.prod-patti{
    position: absolute;
    bottom: 47%;
    right: 14%;
    width: 38%;
    height: 25%;
    z-index: 300;
}
.yum{
    position: absolute;
    bottom: 79%;
    right: 29%;
    font-family: CFTangerineGrunge-Regular;
    color: #38383a;
    font-size: 40px;
    z-index: 300;
}


.yum-3-1{
    position: absolute;
    bottom: 55%;
    right: 65%;
    width: 30%;
}

.yum-3-2{
    position: absolute;
    bottom: 48%;
    right: 74%; 
    width: 10%;
}
.yum-3-3{
    position: absolute;
    bottom: 32%;
    right: 65%;
    width: 24%;
}
.yum-3-4{
    position: absolute;
    bottom: 9%;
    right: 60%;
    width: 30%;
}

.yum-3-1:hover{
    animation: swing 2s linear infinite;
}
.yum-3-2:hover{
    animation: swing 2s linear infinite;
}
.yum-3-3:hover{
    animation: swing 2s linear infinite;
}
.yum-3-4:hover{
    animation: swing 2s linear infinite;
}








.crun{
    position: absolute;
    bottom: 69%;
    right: 22.8%;
    font-family: CFTangerineGrunge-Regular;
    color: #38383a;
    font-size: 70px;
    z-index: 300;
}

.crun::before{
    content:url('../assets/img/stroke.png');    
    position: absolute;
    left: -21.5%;
    top: -25%;
    transition: all 1s;
}
.crun::after{
    content:url('../assets/img/stroke-1.png');    
    position: absolute;
    right: -18.5%;
    bottom: 0%;
    transition: all 1s;
}
.crun:hover::before{
    transform: translateX(-20px); /* Standard syntax */
}
.crun:hover::after{
    transform: translateX(20px); /* Standard syntax */
}

.prd{
    font-family: CFTangerineGrunge-Regular;
    color: #e30405;
    font-size: 95px;
    position: absolute;
    top: 33.5%;
    right: 15.8%;
    z-index: 300;
}
.prd span:hover{
    animation: leMagnify 1.5s linear ; 
    animation-delay: 0s !important;
}

.prd-banner2{
    position: relative;
    background-color: #f2e9da;
    padding: 100px 0px 200px 0px;
}

.prd-blue{
    margin: auto;
    background: url(../assets/img/blue-patti.png);
    background-repeat: no-repeat;
    width: 665px;
    background-size: 636px;
    padding: 48px 0px 49px 0px;
    margin-bottom: 120px;
    background-position: center;
}
.prdcts{
    color: #fff;
    font-size: 58px;
    font-family: CFTangerineGrunge-Regular;
}
.prw{
    width: 92% !important;
    margin: auto;
}
.mrg{
    margin-bottom: 40px;
}
.pr-img{
    width: 100%;
}
.pr-img:hover{
    animation: hitRight 1.5s linear infinite;
}









#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50000 ;
}
#loader-img {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    z-index: 1001;  
    background-image: url(../assets/img/chef-cap.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    
    animation: bounce 1.5s linear infinite;
    z-index: 1020;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 3.1s linear ;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 2.9s linear ;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 2.6s linear ;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;  
    background: #d91926;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-section.section-left {
    left: 0
}

.loader-section.section-right {
    right: 0
}

.panel_left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}


.unit-1 {
    font-family: CFTangerineGrunge-Regular;
    color: #e30405;
    font-size: 30px;
    position: absolute;
    top: -8%;
    left: 20px;
}


.unit-2 {
    font-family: CFTangerineGrunge-Regular;
    color: #e30405;
    font-size: 30px;
    position: relative;
    top: -1%;
    display: flex;
   
}

.query-us {
    font-family: CFTangerineGrunge-Regular;
    color: #e30405;
    font-size: 35px;
    text-align: center;
    padding: 25px;
}





@supports (display: grid) {
 
  @media screen and (max-width: 500px) {
    .grid-container {
      grid-template-columns: 1fr;
      grid-template-rows: 0.3fr 1fr auto 1fr;
      grid-template-areas: "header" "title" "main" "footer";
    }
  }

  .grid-item {
    color: #fff;
    background: skyblue;
    padding: 3.5em 1em;
    font-size: 1em;
    font-weight: 700;
  }


  .main {
    color: #959595;
    background-color: transparent;
    grid-area: main;
    padding: 15px;
    position: relative;
    top: 50%;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  
  .items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
  }

  .items.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }

  .item {
    display: inline-block;
    background: #fdfdfd;
    min-height: 250px;
    min-width: 100%;;
    margin: 2em 1em;
  }
  .item-img1 {
    position: relative;
    display: flex;
    width: 100%;
    top: 20px;
  }
  .item-img1-1{
  position: relative;
  left: 28%;top: 24px;
  }

  @media screen and (max-width: 500px) {
    .item {
        min-height: 300px;
        min-width: 300px;
        background: url(../assets/img/box.png);
    }
  }
}


