*{
    font-family: 'Poppins,Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    outline: none;
}
html,body,h1,h2,h3,h4,h5,h6,p,a{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.row {
    --bs-gutter-y: 0;
}
h1,h2{
    font-size: 55pt;
    font-family: "omegleRegular", cursive;
    font-style: normal;
}
.modalH1{
    font-size: 25pt;
    font-family: "omegleRegular", cursive;
    font-style: normal;
}
a{
    color: #000;
}
.popularFood{
    font-size: calc(.6rem + .5vw);
}
.bgImg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.h1Akwaba{
    font-size: 140pt;
}
.row{
    margin: 0;
    padding: 0;
}
.mousedownBtn{
    width: 100px;
    height: 100px;
}
.borderlefttopanbottom10px{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.borderrighttopanbottom10px{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mouse{
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}
.aHover:hover{
    color: #fff;
    background-color: #e67020;
}
.linkbtnHoverRed:hover{
    color: #ee332e;
    background-color: #fff;
    border: .5px solid #ee332e;
}
.linkbtnHoverDarkRed:hover{
    color: #fff;
    background-color: #c91f19;
    border: .5px solid #fff;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.line-height05{
    line-height: .5;
}
img{
    width: 100%;
    height: 100%;
}

.underlineWhite{
    text-decoration: underline;
    text-decoration-style: dotted;
}
.filterdropshadowYellow{
    filter: drop-shadow(5px 5px 10px #ffc728);
}
.filterdropshadowRed{
    filter: drop-shadow(5px 5px 10px #ee332e);
}
.filterdropshadowOrange{
    filter: drop-shadow(5px 5px 10px #f47c2b);
}
.filterdropshadowGray{
    filter: drop-shadow(5px 5px 10px #cecbcb);
}

.yellowbackground{
    background-color: #ffc728;
}
.redbackground{
    background-color: #ee332e;
}
.redbackgroundHover:hover{
    background-color: #ee332e;
    color: #fff;
}
.redbackgroundHover:hover span{
    color: #ee332e;
    background-color: #fff;
    border: .5px solid #ee332e;
}
.orangebackgroundHover:hover{
    background-color: #ffc728;
    color: #fff;
}
.orangebackgroundHover:hover span{
    color: #ffffff;
    background-color: #ffffff00;
    border: .5px solid #ffc728;
}
.scrollvertical{
    scroll-behavior: smooth;
}

.orangebackground{
    background-color: #f47c2b;
}
.blackbackground{
    background-color: #000;
}
.whitebackground{
    background-color: #fff;
}
.darkOrangeBackground{
    background-color: #e67020;
}

.ligthgraybackground{
    background-color: #f1f1f1;
}
.ligthgrayColor{
    color: #cecbcb;
}
.grayColor{
    color: #bdb5b5;
}
.darkgrayColor{
    color: #4a4a4a;
}
.cursorpointer{
    cursor: pointer;
}
.zindex{
    z-index: 1;
}
.orangeTextColor{
    color: #f47c2b;
}
.redTextColor{
    color: #ee332e;
}
.yellowTextColor{
    color: #ffc728;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    box-shadows
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.yellowBoxShadow6px6px6px{
    box-shadow: 0px 0px 6px #ffc728;
}
.black-box-shadow-0px6px6px{
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.459);
}
.white-box-shadow-6px6px6px{
    box-shadow: 6px 6px 6px rgba(255, 255, 255, 0.867);
}


.rotation-7deg{
    rotate: -7deg;
}
.circle{
    border-radius: 100%;
}
.borderRadius20px{
    border-radius: 20px;
}
.circleBtn{
    width:110px;
    height:110px
}
.displayfoodimg{
    width:180px;
    height:180px
}
.modaldisplayfoodimg{
    width:120px;
    height:120px
}
.circle_100px{
    width:100px;
    height:100px
}
.circle_Paiementpx{
    width:50px;
    height:50px
}

.categoryText{
    font-size: small;
}
.primaryBgColorRed{
    background-color: #ee332e;
    color: #FFFFFF;
    padding: 10px 15px;
    font-size:small;
    font-weight: bold;
    border: .5px solid transparent;
}
.primaryborderColorRed{
    background-color: transparent;
    color: #ee332e;
    padding: 10px 15px;
    font-size:small;
    border: .5px solid #ee332e;
}
.primaryBgColorWhite{
    background-color: #ffffff;
    color: #ee332e;
    padding: 10px 15px;
    font-size:small;
    font-weight: bold;
    border: .5px solid transparent;
}
.primaryborderColorWhite{
    background-color: transparent;
    color: #ee332e;
    padding: 10px 15px;
    font-size:small;
    border: .5px solid #ee332e;
}
.waveBgColorWhiteBlue {
    background-color: #0d9fcc;
    color: #ffffff;
    padding: 10px 15px;
    font-size: small;
    font-weight: bold;
    border: .5px solid transparent;
}
.waveBgColorWhiteBlue:hover{
    color: #0d9fcc;
    background-color: #fff;
    border: .5px solid #fff;
}.border{
    border: .25px solid #cecbcb;
}
.popularFoodSpan{
    font-size: calc(.4rem + .5vw);
}
.fontsize25px{
    font-size: calc(1rem + .8vw);
}
.borderright{
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: .25px;
    border-style: solid;
    border-color: #cecbcb;

}
.borderleftright{
    border-top: 0;
    border-bottom: 0;
    border-left: .25px;
    border-right: .25px;
    border-style: solid;
    border-color: #cecbcb;

}
.borderBottom{
    border-top: 0;
    border-bottom: .25px;
    border-left: 0;
    border-right: 0px;
    border-color: #cecbcb;
    border-style: solid;

}
.imgborderradius100{
    border-radius: 100%;
}
@media (max-width:1200px) {
    .h1Akwaba{
        font-size: 9rem;
    }
    .circleBtn{
        width:100px;
        height:100px
    }
    .popularFoodSpan{
        font-size: calc(.4rem + .5vw);
    }    
}

@media (max-width:768px) {
    .h1Akwaba{
        font-size: calc(4rem + .4vw);
    }
    .categoryText{
        font-size: small;
    }
    h1,h2{
        font-size: 25pt;
    }
    
    p{
        font-size: small;
    }
    .popularFoodSpan{
        font-size: calc(.6rem + .5vw);
    }
}
@media (max-width:650px) {
    .hideOnSmallDevice{
        display: none !important;
    }
    .textcenter{
        text-align: center;
    }
}
.minheight{
    min-height: 100px !important;
}

/* navbar On Small Device */
.navbarOnSmallDevice{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.navbarOnSmallDevice img{
    height: auto;
    width: 30px;
}
.navbarOnSmallDevice p{
    font-size: calc(.5rem + .5vw);;
}
.navbarOnSmallDevice{
    display: none;
}
.cartBtn{
    position:fixed; bottom:50px; right:25px
}
.cartBtnNumber{
    min-width: 28px; min-height:28px;
    max-width:28px;max-height:28px;
    position:fixed; bottom:90px; right:18px
}
.returnBtn{
    min-width: 28px; min-height:28px;
    max-width:28px;max-height:28px;
}
.navbarOnSmallDeviceHidespace{
    display: none;
}
.justifycontentcenter{
    justify-content: center;
}
.textcenterLarge{
    text-align: center;
}
.hoverbackground:hover{
    background-color:black;
    color:white
}
@media (max-width:650px) {
    .hideDivsmall{
        display: none;
    }
    .circle_100px{
        width: 80px;
        height: 80px;
    }
    .textcenterLarge{
        text-align: start;
    }
    .justifycontentcenter{
        justify-content: start;
    }
    footer{
        display: none;
    }
    .navbarOnSmallDevice{
        display: flex;
    }
    .navbarOnSmallDeviceHidespace{
        display: flex;
    }
    .cartBtn{
        position:fixed; top:20px; right:15px
    }
    .cartBtnNumber{
        position:fixed; top:10px; right:10px
    }
    .displayfoodimg{
        width:140px;
        height:140px
    }
}
.DiscoverMenuCategory a:hover .ligthgraybackground{
    background-color:#ffc728;
}
.DiscoverMenuCategory a{
    color: #000;
}
.DiscoverMenuCategory a:hover .categoryText{
    color:#ffc728;
}
/* checkbox */

input[type=checkbox], select{
    cursor:pointer;
  }
   textarea{
      max-height:200px;
      min-height:200px;
  }

  /* Customize checkbox */
/* The containercheckbox */
.containercheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #9c9a9a;

}

/* Hide the browser's default checkbox */
.containercheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containercheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheckbox input:checked ~ .checkmark {
  background-color: #ee332e;
}
.containercheckbox input:checked ~ .checkmark .containercheckbox{
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheckbox input:checked ~ .checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */
.containercheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="text"],input[type="number"],input[type="tel"],input[type="email"],input[type="password"],textarea,select{
    border-radius: 10px;
    border-bottom: 0px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    border-color: #9c9a9a;
    padding: 5px 10px;
    color: #000000;
    box-shadow: 0px 0px 2px #0000003d;
    width: 100%;
    font-size:16px
}
input[type="submit"]{
    border-bottom: 0px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
textarea{
    min-height: 80px;
}
.modalframe {
    background-color: #3939394d;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
}
.blureffect {
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    -moz-backdrop-filter: blur(13px);
    -o-backdrop-filter: blur(13px);
}
.showElementOnHover:hover .ElementToShow{
    display:block;
}
.showElementOnHover:hover .zoomBackgroundOnHover{
    background-size: 110%;/* End state (fully visible) */
    animation: zoomBackground .5s ;
}
.showElementOnHover:hover .ElementToHide{
    display:none;
}
.ElementToHide{
    display:block;
}
.ElementToShow{
    display:none;
}
.ElementToShow:hover .transitionease03s{
    display:block;
    height:initial;
}
.paddingbottom5{
    padding-bottom:5%
}
.paddingtop5{
    padding-top:5%
}
.paddingtop6{
    padding-top:6%
}

.paddingtop10{
    padding-top:10%
}
.paddingbottom10{
    padding-bottom:10%
}
.paddingtop15{
    padding-top:15%
}
.paddingbottom15{
    padding-bottom:15%
}
.borderradius10px{
    border-radius:10px
}
.borderradius5px{
    border-radius:5px
}
.primaryBgColor{
    background-color:#ffffff
}
.secondBgColor{
    background-color:#000000
}
.primaryColor{
    color:#ffffff
}
.secondColor{
    color:#000000
}
.btnfont{
    font-size: clamp(13px, 0.9vw, 16px);
    padding: 20px 30px;
}
.bgImageSetCenter{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}