@import url('../css/bootstrap.css');
/*@import url('../css/animate.css');*/
@import url('../css/jquery.fancybox.min.css');
@import url('../css/slick.css');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@import url('../fonts/new_customfont/stylesheet.css');


@font-face {
  font-family: 'rockwellregular';
  src: url('fonts/rockwell/rock-webfont.woff2') format('woff2'),
       url('rock-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'rockwellbold';
  src: url('fonts/rockwell/rockwell-bold-webfont.woff2') format('woff2'),
       url('rockwell-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



@font-face {
  font-family: 'montextralight_demo';
  src: url('../fonts/mont/mont-extralightdemo-webfont.woff2') format('woff2'),
       url('mont-extralightdemo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'montheavy_demo';
  src: url('../fonts/mont/mont-heavydemo-webfont.woff2') format('woff2'),
       url('mont-heavydemo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'HurmeGeometricSans1';
  src: url('../fonts/hemulite/HurmeGeometricSans1-Regular.eot');
  src: url('../fonts/hemulite/HurmeGeometricSans1-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/hemulite/HurmeGeometricSans1-Regular.woff2') format('woff2'),
      url('../fonts/hemulite/HurmeGeometricSans1-Regular.woff') format('woff'),
      url('../fonts/hemulite/HurmeGeometricSans1-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*    font-family: 'HurmeGeometricSans1';*/
/*    src: url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf'),*/
/*        url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/


/*@font-face {*/
/*    font-family: 'Century Gothic';*/
/*    src: url('../fonts/CenturyGothic.woff2') format('woff2'),*/
/*        url('../fonts/CenturyGothic.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Hemulite';*/
/*  src: url('../fonts/hemulite/h') format('woff2'),*/
/*      url('../fonts/CenturyGothic.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/






:root {
  /*** theme colors ***/
  --green: #022802;
  --light-green: #cdd3a1;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: 'HurmeGeometricSans1';
  /* font-family: 'Open+Sans'; */
  /* font-family: 'Nunito'; */
  overflow-x: hidden;
  
  /* background: linear-gradient(to right, #FF7E5F, #FFB97F); */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'rockwell';

  /* font-family: 'Futurama' !important; */
  /* font-family: 'Montserrat'; */
}

/*a:hover{*/
/*  color: #000;*/
/*}*/

a {
  text-decoration: none;
  color: #000;
}


.p-100 {
  padding: 30px 0px;
}


.about_img_bg,
.fifty_contant {
  -webkit-animation: mymove 2s ease 0.5s infinite;
  animation: mymove 2s ease 0.5s infinite;
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-top {
  padding: 10px 50px;
  background: var(--green);
}
.header-top i {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
}

.header-top span {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
}
.login-button span:hover {
    color: #cdd3a1;
}
.login-button span{
    transition:all 0.5s;
}
.top-bar-info span:hover {
    color: #cdd3a1;
}

.top-bar-info span{
    transition:all 0.5s
}
.top-bar-info {
  text-align: left;
}

.top-bar-info i {
    cursor: pointer;
}

.top-bar-info span {
    cursor: pointer;
}

.social-icons {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.social-icons i {
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: var(--light-green);
  padding: 7px;
  border-radius: 25px;
  transition:all 0.5s;
  cursor:pointer;  
}

.social-icons i:hover {
    color: var(--light-green);
    background: #fff;
}


.main-nav {
  padding: 14px 80px;
  background: var(--light-green);
  align-items: center;
}

.main-nav .logo-div img {
  width: 99%;
}

ul.navigation {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 15px;
}

ul.navigation li {
  list-style: none;
}

ul.navigation li a {
  font-size: 12px;
  color: var(--green);
  font-weight: 800;
  padding: 12px 12px !important;
  transition: all 0.5s;
}
a.active {
  background: var(--green);
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 20px;
}
.navigation li a:hover{
  background: var(--green);
  color: #fff !important;
  padding: 12px 0px;
  border-radius: 20px;
}

.search-btn i {
  color: #fff;
  background: var(--green);
  padding: 15px;
  border-radius: 25px;
  
}

.search-btn {
  display: flex;
  align-items: flex-start;
  height: 60px;
}

.footer-nav {
  padding: 50px 0 1px 0;
  background: var(--green);
  margin-top: -80px;
}

.footer-left p {
  color: #fff;
  font-size: 14px;
  padding: 40px 0 0 0;
  font-weight: 400;
}

.footer-left i {
  background: #fff;
  color: var(--light-green);
}

.footer-left i:hover {
    color: #fff;
    background: var(--light-green);
}

.useful-links h3, .explore h3, .newsletter h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
}

ul.footer-nav-1 li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.footer-nav-1 {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

ul.footer-nav-1 li a i {
  padding-right: 13px;
  color: var(--light-green);
}

ul.footer-nav-1 li a {
  color: #fff;
  font-weight: 600;
  transition:0.5s;
}

ul.footer-nav-1 li a:hover {
    color: var(--light-green);
}

.newsletter input {
  width: 80%;
  padding: 10px 20px;
  border: none;
  border-radius: 11px;
}

.newsletter button {
  background: var(--light-green);
  color: #fff;
  padding: 10px 40px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  border: 2px solid var(--light-green);
  transition:0.5s;
}
.newsletter button:hover {
  background: #fff0;
  color: var(--light-green);
  border: 2px solid var(--light-green);
}

.copyright p {
  border-top: 2px solid #fff;
  padding-top: 10px;
  color: #fff;
  text-align: center;
    
}

.footer-section .row {
    padding-bottom: 80px;
}

section.page-title {
  background: url(../images/title-banner.png);
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
}

section.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-heading h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

section.main-area {
  background: url(../images/your-account-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 30px;
  box-shadow: 0 16px 20px 0px #00000014;
  width: 1300px;
  margin: auto;
}

.first-section .first-col {
  background: url(../images/account-back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.first-section .third-col {
  background: url(../images/history-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.main-area .first-section .col-md-4 a {
  background: url(../images/button-img.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 26px 5px;
  background-position: center;
  margin: 8px 0;
  color: #fff;
  font-family: rockwell;
  font-weight: 700;
  letter-spacing: 0.6px;
  transition: 0.5s;
}
section.main-area .first-section .col-md-4 a:hover{
    animation: zoom-in-zoom-out 1s ease infinite;
    color: #000;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

section.main-area .first-section .row {
  height: 340px;
  padding-top: 40px;
}
section.main-area .first-section h2 {
  color: #fff;
  text-align: center;
  font-family: rockwell;
  font-weight: 700;
}
section.main-area .first-section .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.main-area .first-section .col-md-4.third-col h2 {
  width: 210px;
  border-bottom: 1px solid;
  padding-bottom:20px;
}

.inner-div-col {
  display: flex;flex-direction: column;color: #fff;
}
.container.second-section h2 {text-align: center;font-weight: 700;margin:10px 0 20px}

.main-section-account {display: flex;justify-content: center;}

.main-section-account .row {
    justify-content: center;
    align-items: center;
}
.second-section .left-side-account {
  background: #fff;
  padding: 50px 50px 50px 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 13px 2px #00000024;
}

.third-section .left-side-account {
  background: #fff;
  padding: 86px 50px 86px 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 13px 2px #00000024;
}

.right-side-account {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/right-back.png);
  padding: 32px 0;
  border-top-right-radius: 30px;
  box-shadow: 0 0 13px 2px #00000024;
}

.right-first-anchor {
  background: url(../images/top-button.png);
  width: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 16px 5px;
  background-position: center;
  margin: 8px 0;
  color: #fff;
  font-family: rockwell;
  font-weight: 700;
  letter-spacing: 0.6px;
}

form .right-first-anchor {
  background: url(../images/top-button.png);
  width: 80% !important;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 16px 5px;
  background-position: center;
  margin: 8px 0;
  color: #fff;
  font-family: rockwell;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.right-side-account a:hover {
    color: #000;
}

.right-side-account a {
    transition:all 0.5s;
}

a.right-second-anchor{
  background: url(../images/bottom-button.png);
  width: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 16px 5px;
  background-position: center;
  margin: 8px 0;
  color: #fff;
  font-family: rockwell;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.third-section h2 {
  text-align: center;
  margin: 50px 0 30px;
  font-weight: 700;
}

.second-section .left-side-account h4 {
  font-family: montheavy_demo;
}

.second-section .left-side-account h4 {
  color: var(--green);
}

.second-section .left-side-account span {
  color: var(--green);
}

.col-md-7.left-side-account h4 {
  color: var(--green);
}

.col-md-7.left-side-account span {
  color: var(--green);
}
/* ********PLace Order Page********* */
.title-section h2 {
  margin-top: 130px;
}

.date-dropdowns .right-first-anchor {
  width: 20%;
  border: none;
}

form .date-dropdowns .right-first-anchor {
  width: 20%;
  border: none;
}

select option {
  color: #000;
}

.dates .right-first-anchor:hover {
    opacity:0.8;
}

form .dates .right-first-anchor{
    cursor:pointer;
    transition:0.5s;
}
.dates .right-first-anchor{
    cursor:pointer;
    transition:0.5s;
}
.dates {
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-all {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.select-all p {
  font-size: 18px;
  margin: 0;
  color: var(--green);
}


.lunch-description {
  display: flex;
  justify-content: flex-start;
  margin-left: 130px;
  padding-top: 50px;
}

.lunch-description ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 20px;
}

.lunch-description ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lunch-description h3 {
  margin: 0;
  font-size: 29px;
  font-weight: 700;
  color: var(--green);
}

.lunch-description ul li {
  color: var(--green);
  font-size: 18px;
}

.lunch-description ul li strong {
  font-weight: 700;
}

a.day-name-img {
  background: url(../images/daysback.png);
  background-size: contain;
  background-repeat: no-repeat;
  WIDTH: 14%;
  padding: 16px 0;
  text-align: center;
  margin: 50px 0;
  color: #fff;
  font-family: rockwell;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.5s;
}
.daysoflunch {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}


.menuoftheday, 
.menuoftheday2, 
.menuoftheday3, 
.menuoftheday4, 
.menuoftheday5  {
  display: flex;
  flex-direction: column;
}

.color-white {
  color: #4e683e;
  font-weight: bolder;
  background: #F0F6E6;
}

.menudays {
  display: flex;
  justify-content: space-evenly;
}


.inner-div-label {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.menuoftheday1 {
  background: url(../images/menuback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
  }
.menuoftheday2 {
  background: url(../images/menuback2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday3 {
  background: url(../images/menuback3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday4 {
  background: url(../images/menuback4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday5 {
  background: url(../images/menuback5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday6 {
  background: url(../images/menuback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
  }
.menuoftheday7 {
  background: url(../images/menuback2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday8 {
  background: url(../images/menuback3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday9 {
  background: url(../images/menuback4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday10 {
  background: url(../images/menuback5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday11 {
  background: url(../images/menuback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday12 {
  background: url(../images/menuback2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday13 {
  background: url(../images/menuback3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday14 {
  background: url(../images/menuback4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday15 {
  background: url(../images/menuback5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday16 {
  background: url(../images/menuback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday17 {
  background: url(../images/menuback2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday18 {
  background: url(../images/menuback3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday19 {
  background: url(../images/menuback4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday20 {
  background: url(../images/menuback5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday21 {
  background: url(../images/menuback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday22 {
  background: url(../images/menuback2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday23 {
  background: url(../images/menuback3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday24 {
  background: url(../images/menuback4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday25 {
  background: url(../images/menuback5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday26 {
  background: url(../images/menuback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday27 {
  background: url(../images/menuback2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday28 {
  background: url(../images/menuback3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday30 {
  background: url(../images/menuback4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}
.menuoftheday31 {
  background: url(../images/menuback5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 16px;
}

.inner-div-label label {
  padding-left: 10px;
  font-family: rockwell;
  
}

.inner-div-label > select {
  border: none;
  padding: 5px;
  font-size: 14px;
  margin-top: 5px;
}

.inner-div-label > label {
  font-size: 14px;
  padding-top: 5px;
  font-weight: 600;
}

.next-five-days {
  margin-top: 50px;
}

.add-to-cart a {
  background: url(../images/button-img.png);
  width: 80% !important;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 50px 5px;
  background-position: center;
  margin: 8px 0;
  color: #fff;
  font-family: rockwell;
  font-weight: 700;
  letter-spacing: 0.6px;
  display: block;
}

.add-to-cart button {
  background: url(../images/button-img.png);
  width: 80% !important;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 50px 5px;
  background-position: center;
  margin: 8px 0;
  color: #fff;
  font-family: rockwell;
  font-weight: 700;
  letter-spacing: 0.6px;
  display: block;
  border: none;
}
.add-to-cart button:hover{
    animation: zoom-in-zoom-out 1s ease infinite;
}

.order-total {
  background: url(../images/ordertotal.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 130px 0px 0px 90px;
  width: 34%;
}
.total-top {
  display: flex;
  gap: 13px;
  align-items: center;
}

.total-top img {
  width: 9%;
}

.order-cart {
  justify-content: end;
}

.add-to-cart {
  position: relative;
  left: -34px;
  top: -22px;
}

.total-top h3 {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.days-selected, .totalprice {
  width: 65%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin: 21px 0;
}

a.day-name-img:hover {
    opacity: 0.8;
    transform: scale(1.2);
}

/* Login-page */
.login-form .row {
  justify-content: center;
  align-items: center;
}

.login-fields input {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.login-form .col-md-5 {
  background: #fff6;
  padding: 50px;
  border: 1px solid #c7c7c7;
  margin-top: 50px;
}

.login-head h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
}

a.login-btn {
  background: url(../images/login-back.png);
  width: 100%;
  text-align: center;
  height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 2px;
  transition:all 0.5s;
}

a.login-btn:hover {
    transform: scale(1.1);
    color: #000;
}

.form-footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.remember-checkbox label {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 700;
}


.form-footer a {
  font-size: 15px;
  font-weight: 600;
}

.form-footer a:hover{
  color:var(--green);
}

.login-form-back {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

section.login-form-back::before {
  content: '';
  background: url(../images/formbackblur.png);
  width: 700px;
  background-size: cover;
  height: 350px;
  position: absolute;
  left: 280px;
  bottom: -82px;
  z-index: -1;
  background-repeat: no-repeat;
}

.login-form-back {
  position: relative;
}

.login-fields input {
  border: 1px solid #d3cfcf;
}

.login-fields p {
  font-size: 14px;
  font-family: 'HurmeGeometricSans1';
  font-weight: 600;
}

.login-fields p a {
  padding-left: 10px;
  font-weight: 600;
  text-decoration: underline;
  color: #639254;
}

.login-form-back {
    padding-bottom: 150px !important;
}

/* children page */

.background-child {
  background: linear-gradient(179deg, #ffffff5c, transparent);
  padding: 50px 0;
  margin: 50px;
}
.table-content {
  justify-content: center;
  align-items: center;
}

.table-background {
  justify-content: center;
  align-items: center;
}
.tableofchild {
  display: flex;
  gap: 100px;
}

.tableofchild h3 {
  color: #fff;
  padding-top: 13px;
  font-size: 22px;
}
a.no-of-child {
  background: url(../images/no-child.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24%;
  padding: 15px 15px;
  display: flex;
  justify-content: center;
  padding-top: 18px;
  margin-top: 4px;
  color: #fff;
  font-weight: 700;
  margin-left: -8px;
}
.table-back {
  background: url(../images/childrenbackd.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 410px;
}
.row-1 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 70px;
  justify-content: space-around;
}

.row-1 p {
  margin: 0;
}

.row-1 p:nth-child(1) {
  font-size: 30px;
  font-family: "Rubik", sans-serif;
  padding-left: 0;
  font-weight: 700;
}

.row-1 p:nth-child(2) {
  font-family: 'HurmeGeometricSans1';
  font-weight: 700;
  font-size: 20px;
}

.add-new-box .addnew-btn{
  background: url(../images/add-new.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 16px 50px;
  font-size: 20px;
  font-family: rockwell;
  color: #fff;
}
a.no-of-child:hover {
    filter: drop-shadow(2px 4px 6px var(--green));
}

a.no-of-child{
    transition: all 0.5s;
}

a.addnew-btn:hover {
     filter: drop-shadow(2px 4px 6px var(--green));
}

a.addnew-btn{
      transition: all 0.5s;
}
.add-new-box {
  margin-top: 50px;
  text-align: center;
}

.your-child-page {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* your order page */
.tableoforder {
  background: url(../images/wooden-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding: 18px 0px;
}
a.place-order{
  background: url(../images/place-ordeer.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px 29px;
}

.main-table-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 28px;
}
table.place-new-order-table {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 20px;
  width: 100%;
  gap: 20px;
}

tr.table-data {
  display: flex;
  justify-content: space-around;
  column-gap: 50px;
  width: 100%;
}

a.place-order {
  color: #fff;
  font-weight: 600;
  transition:all 0.5s;
}

a.place-order:hover {
    filter: drop-shadow(2px 4px 6px var(--green));
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  max-width: 1200px;
  margin: 50px auto;
}

.menu-item {
  background-color: #f0f9f0;
  border: 1px solid #d9e7d9;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

.menu-item input[type="checkbox"] {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: scale(1.5);
}

.menu-item h3 {
  margin: 0;
  padding-bottom: 10px;
  color: #333;
}

.menu-item p {
  margin: 4px 0;
  font-size: 14px;
  color: #444;
}

.menu-item p span {
  font-weight: bold;
  color: #1c9900;
}