/* 
    Author: Leta Endashew;
    Theme: Professional Training and consultancy;
    version: 1.0;
*/

/* CSS for All */
*{
    margin: 0 0;
    padding: 0 0;
    font-family: "Segoe UI", Arial, sans-serif;;
}
.container{
    width: 95%;
    margin: 0 auto;
    padding: 1%;
}
.img-responsive{
    width: 100%;
}
.img-curve{
    border-radius: 10%;
}

.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-white{
    color: white;
}
.text-black{
    color: rgb(2, 2, 2);
}
.clearfix{
    clear: both;
    float: none;
}
a{
    color: #00CCFF;
    text-decoration: none;
}
a:hover{
    color:#324AB2;
}

.btn{
    padding: 1%;
    border: none;
    font-size: 1rem;
    border-radius: 5px;
}
.btn:hover{
   background-color:#e4dfe0;
}
.btn-primary{
    background-color: #ff6b81;
    color: white;
    cursor: pointer;
    display: flex;
   justify-content: center;
   align-items: center;
}
.btn-primary:hover{
    color: white;
    background-color: #ff4757;
}
.btn-secondary{
    background-color:#2ed573;
    padding: 1%;
    color: rgb(252, 250, 250);
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: -3px -3px 7px #ffffff,
    3px 3px 5px #ceced1,
    inset -3px -3px 7px #ffffff,
    inset 3px 3px 5px #ceced1;
}
.btn-secondary:hover{
    background-color:#ffffff;
    color: black;
}
h2{
    color: #2f3542;
    font-size: 2rem;
    margin-bottom: 2%;
}
h3{
    font-size: 1.5rem;
}
.float-container{
    position: relative;
}
.float-text{
    position: absolute;
    bottom: -30px;
    left: 10%;
}
fieldset{
    border: 1px solid white;
    margin: 5%;
    padding: 3%;
    border-radius: 5px;
}
.success{
    padding: 2%;
    color: #2ed573;
    font-size: 20px;
}
.error{
    padding: 10%;
    color: #ff4757;
    font-size: 20px;
}
/* CSSS for navbar section */
.navbar{
    position: fixed;
    left: 0;
    top: 0;
    background-color:white;
    z-index: 1;}
.logo{
    width: 7%;
    float: left;
}
.menu{
    line-height: 60px;
}
.menu ul{
    list-style-type: none;
}
/* Underline animationa starts here */
.menu ul li{
    display: inline;
    padding: 1%;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    color: #0087ca;
}
.menu ul li::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.menu ul li:hover::after{
    transform: scaleX(1);
    transform-origin: bottom left;
}
/* Underline animationa ends here */
.single{
    padding: 1% 0;
    background-color: #f1f1f1 !important; 
}
.single .contain{
    display:flex;
    width: 97%;
    margin: 0 auto;
    padding: 1%;
    background-color: #f1f1f1 !important;
}
.single .contain .post-detail{
    z-index: 2;
    width: 71%;
    margin: 0 1px;
    padding: 2% 3% 2% 3%;
    background-color: white;
    border: 3px solid rgb(6, 153, 227);
    border-radius: 10px;
    font-size: 8px;
    float: left;
    overflow: auto;
    box-shadow: -3px -3px 7px #ffffff,
    3px 3px 5px #ceced1,
    inset -3px -3px 7px #ffffff,
    inset 3px 3px 5px #ceced1;
}
.post-detail::-webkit-scrollbar{
    width: 10px;
}
.post-detail::-webkit-scrollbar-track{
    border: 1px solid red;
    border-radius: 8px;
}
.post-detail::-webkit-scrollbar-thumb{
    border-radius: 8px;
}
.single .contain .post-detail p{
    padding-top: 10px;
}
.single .contain .sidebar{
    float: left;
    width: 26%;
    margin: 0 1px;
    padding: 0.1%;
    border-radius: 10px;
    border: 1px solid grey;
    background-color: white;
    word-break: break-all;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}
.single .contain .post-detail .post-title{
    margin-bottom: 15px;
}
.single .contain .sidebar .side-bar-search{
    width: 70%;
    padding: 1%;
    margin-left: 1%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 5px;
    font-size: 1rem;
}
.recent{
    width: 93%;
    margin: 1%;
    padding: 1%;
    float: left;
    border-radius: 15px;
    border: 1px solid #f1f1f1;
    background-color: whitesmoke;
}


/* CSS for Food SEarch Section */

.food-search{
    /* background-image: url(../images/bg4.PNG); */
    background-color:#00d4ff;
    /* background-size: 100% 40%; */
    /* background-repeat: no-repeat;
    background-position: center; */
    padding: 7% 0 0 0;

}
.food-search-order{
    /* background-image: url(../images/bg4.PNG); */
    background-color: #00d4ff;
    background-size: 100% 40%;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    padding: 7% 0;
}

.food-search input[type="search"]{
    width: 50%;
    padding: 1%;
    font-size: 1rem;
    border: none;
    border-radius: 10px;
}
/* CSS for Categories */
.categories{
    padding: 1% 0;
}
.box-3{
    width: 20%; 
   float: left; 
    padding: 1%;
    margin: 1%; 
}
/* CSS for Food Menu */
.food-menu{
    background-color: #ececec;
    padding: 4% 0;
    word-break: break-all;
}
.grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-gap:0;
    background:#02c3f3;
    box-shadow: -3px -3px 7px #ffffff,
    3px 3px 5px #ceced1,
    inset -3px -3px 7px #ffffff,
    inset 3px 3px 5px #ceced1;
}
.food-menu-box{
    width: 94%;
    margin: 2%;
    padding: 1%;
    background-color: white;
    border-radius: 15px;
     box-shadow: -3px -3px 7px #ffffff,
    3px 3px 5px #ceced1,
    inset -3px -3px 7px #ffffff,
    inset 3px 3px 5px #ceced1;
}
.food-menu-img{
    width: 50%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.food-menu-desc{
    width: 90%;
    margin-left: 3%;
    padding: 4px;
}
.food-price{
    font-size: 1 rem;
    font-weight: bolder;
    margin: 2% 0;
    font-weight:bold;
    text-align: center;
    color: #0e0e0e;
}
.food-menu-desc h4{
    color: #029cfb;
    font-size: 1.1rem;
    text-align: center; 
    word-break: keep-all;
    padding: 8px;
}
.food-detail{
    color: #666;
    margin-top: 5px;
    font-style: 16px;
    line-height: 1.5;
    word-break: keep-all;
    text-align:left;
}

/* About us */
.about-1{
    margin: 30px;
    padding: 5px;
}
.about-1 h1{
    text-align: center;
    color: black;
    font-weight: bold;
}
.about-1 p{
    text-align: center;
    color: black;
    padding: 3px;
}
.col-md-4{
    display: flex;
    flex-flow: row;
    /* flex-direction: column; */
    justify-content: space-between;
    width:33%;
    float: left;
   
}
.about-item{
    margin-bottom:10px ;
    margin-top: 10px;
    padding: 50px 20px;
    box-shadow:0 0 9px rgb(0 0 0 0.6);
    border-radius: 15px;
}
.about-item i{
    font-size:43px;
    margin: 0;
}
.about-item h3{
    font-size: 25px;
    margin-bottom: 10px;
}
.about-item hr{
    width: 46px;
    height: 3px;
    background-color: #5fbff9;
    margin: 0 auto;
    border: none;
}
.about-item p{
    margin-top: 20px;
}
.about-item:hover{
    background-color: #5fbff9;
}
.about-1 h1,h1,#aboutus{
    color: green;
    font-size: 24px;
}
.about-item i,
.about-item h3{
    color: #5fbff9;
}
.about-item:hover i,
.about-item:hover h3,
.about-item:hover p{
    color: #fff;
}
.about-item:hover hr{
    background-color: #fff;
}
.about-item:hover i{
    transform: translateY(-20px);
}
.about-item:hover i,
.about-item:hover h3,
.about-item:hover p{
    transition: all 400ms ease-in-out;
}

/* CSS for Social */
.social ul{
    list-style-type: none;
}
.social ul li{
    display: inline;
    padding: 1%;
}

/* for Order Section */
.order{
    width: 50%;
    margin: 0 auto;
}
.input-responsive{
    width: 96%;
    padding: 1%;
    margin-bottom: 3%;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}
.order-label{
    margin-bottom: 1%; 
    font-weight: bold;
}
.footer-distributed{
    background-image: url(../images/bg4.PNG);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
  }
  
  /* Footer left */
  
  .footer-distributed .footer-left{
    width: 40%;
  }
  
  /* The company logo */
  
  .footer-distributed h3{
    color:  #ffffff;
    font: normal 20px;
    margin: 0;
  }
  
  .footer-distributed h3 span{
    color:  rgb(255, 253, 253);
  }
  
  /* Footer links */
  
  .footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }
  
  .footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
    color:  inherit;
  }
  
  .footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
  
  /* Footer Center */
  
  .footer-distributed .footer-center{
    width: 35%;
  }
  
  .footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
  }
  
  .footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
  }
  
  .footer-distributed .footer-center p a{
    color:  rgb(254, 255, 255);
    text-decoration: none;;
  }
  
  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  /* Footer Right */
  
  .footer-distributed .footer-right{
    width: 20%;
  }
  
  .footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #fcfdfe;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer-distributed .footer-icons{
    margin-top: 25px;
  }
  
  .footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;
  
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
  
    margin-right: 3px;
    margin-bottom: 5px;
  }
/* CSS for Mobile Size or Smaller Screen */

@media only screen and (max-width:768px){
   
    .logo{
        /* width: 30%;
        float: none;
        margin: 1% auto; */
        width: 7%;
        float: left;
    }
    .menu{
        line-height: 25px;
    }
    .menu ul{
        list-style-type: none;
        /* text-align: center;
        display: none;
        width: 100%;
        border-top: 1px solid #000;
        padding-top: 20px;
        margin-top: 30px; */
    }
    .menu ul li{
        /* padding: 15px 0px;
        width: 100%; */
        display: inline;
        padding: 2%;
        font-weight: bold;
        font-size: 12px;
        position: relative;
        color: #0087ca;

    }
    .food-search input[type="search"]{
        /* width: 50%;
        padding: 2%;
        margin-bottom: 3%; */
        width: 50%;
        padding: 2% 0;
        font-size: 0.6rem;
        border: none;
        border-radius: 8px;
    }

    .btn{
        width: 15%;
        padding: 2% 0;
        font-size: 0.7rem;
        border-radius: 8px;
    }
    .btn-primary{
        width: 30%;
        padding: 2%;
    }
    .food-search{
        padding: 10% 0 0 0;

    }

    .categories{
        padding: 5% 0;
    }
    .grid{
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    h2{
        margin-bottom: 5%;
        font-size: 1.5rem;
    }
    .box-3{
        /* width: 90%;
        margin: 4% auto; */
       width: 25%; 
    }

    .food-menu{
        /* padding: 20% 0; */
        padding: 4% 0;
    }
    .food-menu-box{
        width: 90%;
        padding: 5%;
        margin-bottom: 5%;
    }
    .sidebar{
        display: none;
    }
    .contain{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .social{
        padding: 5% 0;
    }
    .order{
        width: 100%;
    }
    .footer-distributed{
        font: bold 14px sans-serif;
      }
    
      .footer-distributed .footer-left,
      .footer-distributed .footer-center,
      .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
      }
    
      .footer-distributed .footer-center i{
        margin-left: 0;
      }
      .about-1 h1{
          font-size: 20px;
          color: #5fbff9;
      }
      #aboutus{
        font-size: 16px;
      }
      .col-md-4{
        width: 100%;
       
    }
    .single .contain .post-detail{
        z-index: 0;
        width: 100%;
    }
	 .containerl{
        height: 80%;
    }
    .fieldset{
        border-radius: 25px;
    }

}
