:root{
  --main-color:#67AA44;
}
*{
  font-family: 'Cairo', sans-serif;
}
body{
  overflow-x: hidden !important;
}
.logo
{
  float: right;
  text-align: right;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.color-gray {
  color:#c0c0c0
}
.btn-custom
{
  width: 172px;
  height: 62px;
  padding: 14px 38px 14px 39px;
  border-radius: 30px;
  color:#fff !important;
  background: var(--main-color);
  font-weight: bold;
}
.text-main,.text-main:hover
{
  color: var(--main-color)
}


.food-area
{
  background: #F5F6F6;
  padding: 70px 0;
}
.food-area .food-content
{
  background: unset;
}
.food-area .food-content:hover,.food-area .single-food:hover .food-content{
  background: unset !important;
}
.email-image
{
  width: 100%;
  margin: 84px 0;
}
.table-area
{
  
}
.table-area-container
{
  border-radius: 20px;
  width: 95%;
}
.table-area.section-padding
{
  padding:16px 0
}
.table-area-container .content {
  margin: 50px 0
}
.table-area-container .content .mail {
  position: relative;
}
.table-area-container .Rectangle
{
  width: 576px;
  height: 81px;
  margin: 21px 0 0;
  padding: 10px 31px 11px 11px;
  border-radius: 40.3px !important;
  border: solid 1.3px #eaeaea !important;
  background-color: #fff;
}

@media(max-width: 775px)
{
  .table-area-container .Rectangle
  {
    width: 100%;
  }
  .mail .mask-btn
  {
    width: 100px;
    height: 50px;
    left: 10px;
    top: 37px;
    text-align: center;
  }
}

.mask-btn {
  width: 143px;
  height: 60px;
  margin: 0 249px 0 0;
  padding: 8px 35px 7px 36px;
  border-radius: 40.3px;
  background-color: #67aa44;
  position: absolute;
  left: 14%;
  top: 30%;
  color: #fff;
  border: none;
}
.food-area2 .row img {
  border-radius: 10px;
}
.food-area2 .row .item:first-of-type{
    margin-top:30px
}
.food-area2 .row .item:nth-of-type(2){
  margin-top:40px
}
.food-area2 .row .item:nth-of-type(3){
  margin-top:50px
}
/***** footer-area ****/
.footer-widget,.footer-copyright{
  position: relative;
  background: var(--main-color);
  color:#fff !important
}

.footer-widget .Rectangle {
    width: 100%;
    height: 530px;
    padding: 31px 32px 30px 32px;
    border-radius: 20px;
    box-shadow: 0 24px 24px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    position: absolute;
    top: -250px;
    border: 1px solid #eee;

}
.footer-widget .Rectangle  .title {
  width: 126px;
  height: 42px;
  font-family:  'Cairo', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: right;
  color: #67aa44;
}

.footer-widget .Rectangle  input {
  width: 100%;
  height: 50px;
  margin: 10px;
  padding:0 10px;
  border-radius: 25px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
}

.footer-widget .Rectangle textarea{
  width: 100%;
  height: 162px;
  margin: 10px;
  padding:0 10px;
  border-radius: 25px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
}


.footer-widget .single-widget1 img
{
  text-align: center;
  display: block;
}

.footer-widget ul
{
  margin-top: 10px;
  float: right;
  display: block;
  width: 100%;
  text-align: center;
}
.footer-widget ul li
{
  display: inline-block;
  margin-top: 20px;
  margin-left: 25px;
}
.footer-widget ul li a
{
  color:#fff
}

.footer-widget .Mask {
  width: 90%;
  height: 62px;
  margin: 20px;
  padding: 14px 242px 14px 243px;
  border-radius: 31px;
  cursor: pointer;
  background-color: var(--main-color);
  border: none;
  color: #fff;
}
.header-area
{
  width: 100%;
  top:0;

}

.single-food img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  object-fit: contain;
}
.food-content
{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.food-content .text-dark
{
  margin-bottom: 0
}

.main-menu ul
{
  float: left;
}
@media(max-width: 775px)
{
  .section-padding
  {
    padding-top:20px
  }
  .footer-widget .single-widget1 img
  {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .footer-widget .Mask
  {
    padding: 0;
  }
  .footer-widget .Rectangle
  {
    position: relative;
    top:0;
    margin-bottom: 30px
  }
  .section-padding
  {
    padding-bottom: 40px;
  }
  .logo
  {
    float: left;
  }
  .table-area
  {
    height: auto;
  }
}



.header-area
{
  padding: 5px 0
}
.main-menu
{
  padding-top: 18px;
}

.main-menu ul li ul.sub-menu
{
  left: -100%;
  width: 200px;
}
.mask-btn
{
  cursor: pointer;
}
.template-btn:hover
{
color:#000 !important
}

.main-menu ul li ul.sub-menu
{
  background: rgb(255 255 255 / 80%);
  left: -31%;
  width: 100px;
}
.update-area .single-food .food-content
{
  background: #fff
}
.update-area .single-food:hover .food-content
{
  box-shadow: unset
}
i,.fa,svg {
  font-family: unset
}
.homepost .single-food{
  margin: 20px;
  overflow: hidden;
}
.homepost .food-img
{
  
}
.homepost .food-img,.homepost .food-content
{
  width: 47%;
}
.homepost .food-content
{
  margin: 5px 10px;
}
.homepost .food-content h5
{
  margin: 20px 0;
}
.homepost .single-food:first-of-type {
  margin-top: 0
}
.update-area.section-padding
{
  padding: 100px 0
}
.update-area .single-food .food-content {
    padding: 2px ;
}
.f-left {
  float: left;
}

@media (max-width: 775px) {
  .homepost
  {
    width: 100% !important
  }
  .blog_post
  {
    margin: 10px
  }
  .single-food-main
  {
    margin: 40px 0
  }
  .homepost .single-food
  {
    width: 98%;
    margin: 10px 0
  }
  .homepostrow
  {
    padding: 0
  }
  .homepost .food-img, .homepost .food-content
  {
    width: 100%;
  }
  .homepost .food-content h5,
  .homepost .food-content .template-btn3
  {
    
  }
  .img-fluid
  {
    max-width: 97%;
    margin: 10px 0 !important
  }
}

.main-menu ul li
{
  padding:0
}
.main-menu ul li a
{
  font-size: 18px
}

.main-menu ul li a.active {
  color: #68AA1E
}


.main-menu ul li:hover ul.sub-menu
{
  background: #fff;
  width: 200px;
  left: -60%;
  border-radius: 10px;
  border: 1px solid #eee;
}

.main-menu ul li ul.sub-menu li:hover
{
  color:#fff;
  background: #87c964
}
.main-menu ul li ul.sub-menu li:hover a
{
  color:#fff
}
.welcome-area
{
  padding: 60px 0;
}
.welcome-area .welcome-text
{
  height: auto;
}
.welcome-area .welcome-text p {
  margin-bottom: 40px
}
.table-area:after
{
  background: var(--main-color)
}
/**** Mobie ***/
@media(max-width: 775px)
{
  .footer-copyright .text-right
  {
    text-align: center !important
  }
  .logo {
    width: 200px;
    padding: 10px 5px 10px 5px;
  }
  .custom-navbar {
    top: -63px;
  }
  .main-menu ul
  {
    overflow: hidden;
  }
  .main-menu ul li ul.sub-menu
  {
    left: 20% !important;
    top: 0 !important;
  }
}
