.primary-font{
    font-family: "Montserrat", serif;
}
.secondary-font{
    font-family: "Alex Brush", serif;
}

.small-header{
    background:#090a0a;
    padding:10px 50px;
    overflow: hidden;
}
.small-header-50{
    float: left;
    width: 50%;
}
.small-header-50:nth-child(1) li{
    float: left;
    list-style: none;
}
.small-header-50:nth-child(2) li{
    float: right;
    list-style: none;
}
.small-header-50 li a{
    color:#b1b1b1;
    padding: 0 7px;
    display: inline-block;
    font-size: 13px;
}
.small-header-50:nth-child(2) li img,.small-header-50:nth-child(1) li img{
    vertical-align: middle;
}
.order-now:hover{
    background: #990000;
}

/* MENU */
.primary-menu{
    background: #990000;
    padding: 20px 50px 15px;
    overflow: hidden;
}
.logo,.menu{
    float:left;
}
.logo{
    width: 20%;
}
.logo img{
    width: 70%;
}
.menu{
    width: 80%;
    padding-top: 0px;
    position: relative;
}
.menu::before{
    position: absolute;
    bottom:-25px;
    background:#ffd800;
    height: 10px;
    content: "";
    z-index: 999;
    width: 90%;
    right: 0;
    border-radius:30px 0 0 0;
}
.menu li{
    float: right;
    list-style: none;
}
.menu li a{
    padding:20px 30px;
    color:#fff;
    font-size: 14px;
    letter-spacing: 2px;
}
.menu li i{
  font-size: 0px;
}
.menu li a:hover i{
  font-size: 14px;
}
.menu li a:hover{
    color:#000;
}

.activelinks {
    background-color: #ffd800;
}
a.activelinks{
    color:#000 !important;
    font-weight: bold;
}
a.activelinks i{
    font-size: 14px !important;
}
/* Responsive menu */
.responsive-menu{
    display: none;
}

/* ABOUT SECTION */
.about-section{
    padding:50px 100px;
    overflow: hidden;
}
.about-40{
    width: 40%;
}
.about-60{
    width: 60%;
}
.about-60,.about-40{
    float: left;
}
.about-60 strong{
    display: block;
    padding:20px 0;
    font-size: 20px;
}
.about-60 p{
    font-size: 17px;
    color: #666666;
    line-height: 26px;
    padding-bottom: 20px;
    font-weight: 500;
}
.about-40-img{
    padding-right: 40px;
}
.about-40-img img{
    width: 100%;
  vertical-align: bottom;
}
.product-time strong{
    font-size: 25px;
    padding: 0;
    margin: 0;
    background: #ffd800;
    display: inline-block;
    padding: 1px 15px 1px 1px;
}
.product-time span{
    background: #990000;
    padding: 20px 20px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

/* MOBILE CALL SECTION */
.mobile-secton{
    padding:0px 100px;
    background: url(../images/pattern.jpg) repeat-x #990000;
    overflow: hidden;
}
.mobile-20{
    width: 30%;
}
.mobile-80{
    width: 70%;
}
.mobile-20,.mobile-80{
    float:left;
}
.mobile-80-text{
    padding-top: 120px;
}
.mobile-80 strong{
    font-size: 40px;
    font-weight: bold;
}
.mobile-80 strong,.mobile-80 p,.mobile-80 span{
    color: #fff;
}
.mobile-80 span{
    padding:10px 0;
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.mobile-80 a{
    background:#fff;
    display: inline-block;
    padding:8px 25px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.mobile-80 a:hover{
    color:#000;
}

/* TYPES OF MOMOS */
.momo-section{
    padding: 50px 100px;
    overflow: hidden;
}
.momo-single{
    width: 33.33%;
    float: left;
}
.momo-single-img{
    position: relative;
}
.yummy{
    position: absolute;
    z-index: 9;
    right: 5%;
    top: 5%;
}
.yummy img{
    width: auto !important;
}
.momo-single-img img{
    width: 100%;
    padding-bottom: 20px;
}
.single-momo-wrap{
    padding:0 20px;
}
.green{
    background: #109e01;
}
.yellow{
    background: #cfb102;
}
.red{
    background: #990000;
}
.momo-single span{
    display: inline-block;
    background:#000;
    padding: 10px 15px;
    margin-right: 10px;
}
.momo-single span img{
    vertical-align: middle;
}
.momo-single strong{
    display:block;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
.momo-single a{
    display: block;
    padding-top: 20px;
    font-size: 16px;
    color:#333;
    font-weight: 500;
}
.momo-single a:hover{
    color:#000
}
.momo-single a:hover i{
    color:#990000
}
.clearfix{
    padding: 20px 0;
}

/* FOOTER */
.footer{
    padding:80px 100px 50px;
    background: url(../images/pattern-1.jpg) repeat-x #000;
    overflow: hidden; 
}
.footer-clm{
    width: 33.33%;
    float: left;
}
.footer-clm-single{
    padding:20px;
}
.social-media-footer{
    padding-top: 20px;
}
.social-media-footer li{
    float: left;
    list-style-type: none;
    padding:0 5px;
}
.footer-clm-single li{
    list-style: none;
    padding-bottom: 5px;
}
.footer p,.footer-clm-single li,.footer a{
    color:#959595;
    font-size: 14px;
}
.footer p{
    line-height: 20px;
}
.footer strong{
    font-size: 25px;
    color:#fff;
    display: block;
    padding-bottom: 20px;
}
.footer-clm-single li i{
    color: #ffd800;
}
.footer-clm-single li a:hover{
    color:#fff;
}

/* Copyrights */
.copyright{
    background:#990000;
    padding:0 100px;
    overflow: hidden;
}
.copyright li{
    float: left;
    list-style: none;
}
.copyright li a{
    color: #d79999;
    font-size: 11px;
    padding: 10px 10px;
    font-weight: 500;
    letter-spacing: 2px;
}
.copyright li a:hover{
    color:#000;
}

/* Breadcrumb */
.breadcrumb{
    padding:30px 50px;
    background:#e2e2e2;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 2px;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 500;
}
.breadcrumb a{
    color: #990000;
}

/* Content */
.content{
    padding:0 50px 50px 50px;
    overflow: hidden;
}
.content h1,h2,h3,h4{
    font-size: 25px;
    text-transform: uppercase;
}
.content strong{
    display: block;
    padding:20px 0;
    font-size: 20px;
}
.content p,.content li{
    font-size: 17px;
    color: #666666;
    line-height: 26px;
    padding:10px 0;
    font-weight: 500;
    text-align: justify;
}
.highlight{
    background: #000;
    border-left: 20px solid #990000;
    padding:10px 40px;
    margin-top: 20px;
}
.highlight p{
    color:#fff !important;
}
.highlight strong{
    font-size: 18px !important;
    letter-spacing: 1px;
}
.content table{
    margin-top:10px;
    width: 100%;
}
.content table td{
    padding:20px;
    background: #990000;
    color:#fff;
    border:1px solid #fff;
}
.content table td:hover{
    color:#000;
}

/* Accordian */
.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .accordion-wrap{
    padding-top: 20px !important;
    overflow: hidden;
    border: 1px solid #000;
  }
  .accordion{
    display: block;
    padding: 10px 20px;
    margin-bottom: 5px;
    border:1px solid #aeaeae;
    font-size: 16px;
  }
  .active, .accordion:hover {
    background-color: #990000; 
    color:#fff;
    cursor: pointer;
  }

  /* Back to top */
.top{
    position:fixed; 
    bottom:-100%; 
    right:20px; 
    width:40px; 
    height:40px; 
    border-radius:7%; 
    background:#990000; 
    z-index:99; 
    text-align:center;
    line-height:40px;
}
.top a{
    font-size:30px;
    color:#fff;
}

/* Sitemap */
.sitemap{
    padding-top: 20px;
}
.sitemap li{
    list-style: none;
    padding:3px 0 !important
}
.sitemap li a{
    color:#666666;
}
.sitemap li a:hover{
    color:#000;
}

/* Contact us */
.contact-left{
    width: 60%;
    padding-top: 20px;
}
.contact-right{
    width: 40%;
}
.contact-left,.contact-right{
    float:left;
}
.contact-left h2{
    font-size: 18px;
}
.contact-left span{
    background:#990000;
    color:#fff;
    padding:10px 12px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 10px;
}

.contact-left form select{
    width: 90%;
}
.contact-left form input{
    width: 88%;
}
.contact-left form input,
.contact-left form select{
    height: 50px;
    border:1px solid #aeaeae;
    outline: none;
    transition: 0.5s;
    padding-left: 10px;
    color:#888888;
}
.contact-left form input:focus,
.contact-left form select:focus{
    border:1px solid #990000;
    transition: 0.5s;
}
.contact-left form button{
    background: #990000;
    color:#fff;
    padding:15px 25px;
    border:none;
    font-size: 16px;
    cursor: pointer;
}
.contact-left form button:hover{
    color:#000;
}

.contact-right img{
    width: 100%;
}
.form-wrap{
    position: relative;
}
.form-submit-loading{
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9;
    text-align: center;
    color: #fff !important;
    padding: 100px 0;
    display: none;
}

/* Button loader */
/* This is the space for the spinner to appear, applied to the button */
.spin {
    padding-left: 2.5em;
    display: block;
  }
  
  /* position of the spinner when it appears, you might have to change these values */
  .spin .spinner {
    left: 45px;
    top: .4em;
    width: 2.5em;
    display: block;
    position: absolute;
  }
  
  /* spinner animation */
  @keyframes spinner {
    0% {
      transform: rotate(0deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* The actual spinner element is a pseudo-element */
  .spin .spinner::before {
    content: "";
    width: 1.5em; /* Size of the spinner */
    height: 1.5em; /* Change as desired */
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: solid .35em #fff; /* Thickness/color of spinner track */
    border-bottom-color: #990000; /* Color of variant spinner piece */
    animation: .8s linear infinite spinner; /* speed of spinner */
    transform: translate(-50%, -50%);
    will-change: transform;
  }


  /* Key frames */
  .floating{
    animation-name:floating;
    -webkit-animation-name:floating;
    animation-duration:3s;
    -webkit-animation-duration:3s;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite
}
    
    @keyframes floating{
        0%{transform:translateY(0%)}
        50%{transform:translateY(20%)}
        100%{transform:translateY(0%)}
    }
    @-webkit-keyframes floating{
        0%{-webkit-transform:translateY(0%)}
        50%{-webkit-transform:translateY(20%)}
        100%{-webkit-transform:translateY(0%)}
    }

    /* web whatsapp */
    #wa_btn-content p{
        font-family: "Montserrat", serif !important;
    }
