@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lora:ital,wght@0,400..700;1,400..700&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');

:root {
  --header-height: 3.5rem;
  --first-color: #d56e3f;
  --first-color-alt: #d36836;
  --title-color: #2c2420;
  --header-color: #26272b;
  --text-color: #68544b;
  --text-color-light: #958983;
  --body-color: #fff1eb;
  --container-color: #fff5f0;
  --body-font: "Poppins", sans-serif;
  --title-font: "Lora", serif;
  --subtitle-font: "Dancing Script", cursive;
  --biggest-font-size: 2.25rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;
  --font-medium: 500;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
  --transition: 0.5s all ease;
}

body {
  font-family: var(--body-font);
  background-color: #f5dcd1;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

h1,
h2,
h3 {
  color: var(--title-color);
  margin: 0;
}

img {
  width: 100%;
}

.section__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--first-color-alt);
  margin-bottom: 1rem;
}

.menu__title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: var(--subtitle-font);
  text-transform: uppercase;
  color: var(--first-color-alt);
  font-size: 5vh;
  text-align: center;
}

.section__subtitle {
  display: block;
  font-size: var(--h2-font-size);
  font-family: var(--subtitle-font);
  color: var(--first-color);
  margin-top: 5rem;
  margin-bottom: .5rem;
}

.header {
  width: 100%;
  background: var(--header-color);
  z-index: 999999;
}

.header .headerUp {
  padding: 5px 0;
}

.header .headerUp .left {}

.header .headerUp .left p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--body-color);
}

.header .headerUp .left p img {
  width: 25px;
  height: 25px;
}

.header .headerUp .right ul li {
  font-size: 14px;
}

.header .headerUp .right ul li a {
  text-decoration: none;
  margin: 0 10px;
  color: var(--body-color);
}

.header .headerUp .right ul li a img {
  width: 15px;
  height: 15px;
}

.menuBar {
  background: var(--container-color);
}

.menuBar .container {
  /* background: var(--container-color); */
  border-radius: 10px;
  padding: 10px;
}

.menuBar .left {}

.menuBar .left img {
  width: 65px;
}

.menuBar .mid {}

.menuBar .mid ul {}

.menuBar .mid ul li {}

.menuBar .mid ul li a {
  color: var(--title-color);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  transition: var(--transition);
}

.menuBar .mid ul li a:hover {
  background: var(--first-color);
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
  transition: var(--transition);
}



.orderNowBtn {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  background-color: var(--first-color);
  padding: 10px 30px;
  color: var(--container-color);
  font-weight: var(--font-medium);
  border-radius: 25px;
  box-shadow: 0 8px 15px rgba(213, 110, 63, 0.3);
  transition: var(--transition);
  border: 1px solid var(--first-color);
}

.orderNowBtn:hover {
  background-color: var(--container-color);
  color: var(--first-color);
}


.botomOrder {
  display: none;
}




/* heroSlider start */
.heroSlider {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.heroSlider .item {
  width: 100%;
  height: 80vh;
  position: relative;
}

.heroSlider .item img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.heroSlider .item .infoBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--container-color);
  justify-content: center;
}

.heroSlider .item .infoBox h1 {
  font-family: var(--title-font);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: var(--container-color);
}

.heroSlider .item .infoBox h5 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 34px;
  text-align: center;
  color: var(--container-color);
}

.heroSlider .item .infoBox p {
  text-align: center;
}

/* heroSlider End*/




/* services start  */
.services {
  width: 100%;
}

.container-mid {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.services .serviceBox {
  border-radius: 20px 0 20px 0;
  box-shadow: #00000029 0 10px 36px, #0000000f 0 0 0 1px;
  transition: var(--transition);
  height: 100%;
}

.services .serviceBox:hover {
  background: var(--first-color);
  transform: translateY(-10px);
  box-shadow: #0000003d 0 14px 28px, #0000000f 0 0 0 1px;
}

.services .serviceBox img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  transition: var(--transition);
}

.services .serviceBox h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 15px;
  transition: var(--transition);
}

.services .serviceBox p {
  font-size: 13px;
  color: var(--text-color);
  line-height: 20px;
  transition: var(--transition);
}

.services .serviceBox:hover h5,
.services .serviceBox:hover p {
  color: var(--container-color);
  transition: var(--transition);
}

.services .serviceBox:hover img {
  filter: invert(5);
  transition: var(--transition);
}

/* services End */
/* feature start */
.feature {
  width: 100%;
  background: linear-gradient(90deg, #00000000, #00000000), url("images/background.jpg") no-repeat center/cover;
  padding: 80px 0;
  color: var(--container-color);
}

.feature .container-mid h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: var(--container-color);
}

.feature .container-mid p {
  font-size: 14px;
  color: var(--container-color);
  margin-bottom: 30px;
  line-height: 30px;
}

.allSkill .sinSkill {
  margin-bottom: 30px;
}

.allSkill .sinSkill h4 {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.allSkill .sinSkill h4 span {}

.allSkill .sinSkill .skilBar {
  width: 100%;
  height: 5px;
  background: var(--body-color);
  position: relative;
  border-radius: 10px;
}

.allSkill .sinSkill .skilBar .perWidth {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  background: var(--first-color);
  border-radius: 10px;
}

.allSkill .sinSkill .skilBar .perWidth.per1 {
  animation: perwidth1 2s linear;
}

.allSkill .sinSkill .skilBar .perWidth.per2 {
  animation: perwidth2 2s linear;
}

.allSkill .sinSkill .skilBar .perWidth.per3 {
  animation: perwidth3 2s linear;
}

@keyframes perwidth1 {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes perwidth2 {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes perwidth3 {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* feature end */
/* chef start */
.chef {
  width: 100%;
}

.chef .sinChef {
  border-radius: 10px;
  transition: var(--transition);
  height: 100%;
  padding: 15px;
  background: var(--container-color);
  box-shadow: #00000029 0 10px 36px, #0000000f 0 0 0 1px;
}

.chef .sinChef h5 {
  font-size: 15px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 5px;
  transition: var(--transition);
}

.chef .sinChef p {
  font-size: 13px;
  color: var(--text-color);
  transition: var(--transition);
}



.sinApi {}

.sinApi img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.sinApi .info {
  padding-top: 5px;
}

.sinApi .info h5 {
  font-size: 15px;
  margin-bottom: 5px;
}

.sinApi .info p {
  font-size: 13px;
}



.testimonial {
  padding: 70px 0;
}

.testimonial .slider {}

.testimonial .slider .item {
  margin: 8px;
  padding: 20px;
  border-radius: 5px;
  border-radius: 10px;
  transition: var(--transition);
  height: 100%;
  padding: 15px;
  box-shadow: #00000029 0 10px 20px, #0000000f 0 0 0 1px;
}

.testimonial .slider .item .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.testimonial .slider .item .head img {
  width: 55px;
}

.testimonial .slider .item .head .data {
  margin-left: 8px;
}

.testimonial .slider .item .head .data h3 {
  font-size: 14px;
  color: #5d6f80;
  font-weight: 600;
  text-align: right;
  margin-bottom: 7px;
}

.testimonial .slider .item .head .data ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 5px;
}

.testimonial .slider .item .head .data ul li {
  color: #ea7000;
  font-size: 12px;
}

.testimonial .slider .item .head .data h6 {
  font-size: 10px;
  font-weight: 500;
  text-align: right;
}

.testimonial .slider .item .head img.location {
  width: 20px;
}

.testimonial .slider .item p {
  font-size: 12px;
  line-height: 20px;
}

.testimonial .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.testimonial .slick-dots li button {
  padding: 4px;

}

.testimonial .slick-dots li.slick-active button {
  background: var(--first-color);

}




.sinAppetizers {
  position: relative;
  display: flex;
  justify-content: center;
}

.sinAppetizers .infoBox {
  position: absolute;
  background: #00000096;
  width: 300px;
  padding: 30px 0 20px 0px;
  border-radius: 10px;
  bottom: 4%;
}

.sinAppetizers .infoBox h3 {
  font-size: 20px;
  color: var(--container-color);
  text-align: center;
  margin-bottom: 10px;
}

.sinAppetizers .infoBox h5 {
  font-size: 20px;
  color: var(--container-color);
  text-align: center;
  margin-bottom: 10px;
}

.sinAppetizers .infoBox p {
  font-size: 14px;
  color: var(--container-color);
  text-align: center;
  line-height: 25px;
  padding: 0 10px;
}

/* chef end */


.footer {
  width: 100%;
  background: var(--header-color);
  position: relative;
}

.footer .container-fluid {
  width: 90%;
  border-radius: 50px;
  background: var(--container-color);
  padding: 30px;
}

.site-footer {
  color: var(--first-color);
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.footer p {
  font-size: 14px;
  margin-bottom: 0;
}

.footer ul li {
  font-size: 15px;
  margin-bottom: 7px;

}

.footer ul li:last-child {
  margin-bottom: 0;
}

.footer ul li a {
  color: var(--title-color);
}

.footer svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.menuList .col-lg-4.col-md-6 {
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
}

.menuList .col-lg-4.col-md-6:nth-last-child(1),
.menuList .col-lg-4.col-md-6:nth-last-child(2),
.menuList .col-lg-4.col-md-6:nth-last-child(3) {
  margin-bottom: 0px;
  height: 225px;
}

/* .menuList .col-lg-4.col-md-6:nth-last-child(4),
.menuList .col-lg-4.col-md-6:nth-last-child(5) {
} */

.menu-item {
  width: 85%;
  height: 100%;
  padding: 20px;
  background: var(--container-color);
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  text-align: center;
}

.menu-item img {
  width: 200px;
  height: 200px;
  margin-top: -150px;
}

.menu-item .info {}

.menu-item .info h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  margin-top: 10px;
}

.menu-item .info p {
  font-size: 12px;
  color: var(--text-color-light);
  margin: 10px 0;
}

.menu-item .info p a {
  display: inline-flex;
  color: var(--body-color);
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  background: var(--first-color);
  border-radius: 20px;
  margin-bottom: 30px;
}





/* Material */


@media (min-width: 1024px) {
  .contact__form .container {
    display: flex;
    justify-content: flex-end;
  }

  form {
    padding: 30px 30px 0 225px;
    background: var(--container-color);
    padding: 30px 30px 30px 250px;
    margin-left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    box-shadow: 0 50px 50px #00000040;
    border-radius: 22px;
  }

  .contactInfo {
    position: absolute;
    width: 350px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--first-color);
    z-index: 1;
    padding: 40px;
    box-shadow: 0 20px 25px #00000026;
    border-radius: 22px;
  }
}

@media (max-width: 1023px) {

  .contactInfo {
    width: 100%;
    background: var(--first-color);
    z-index: 1;
    padding: 40px;
    box-shadow: 0 20px 25px #00000026;
    border-radius: 22px;
  }

  form {
    padding: 30px;
    background: var(--container-color);
    margin-left: 0px;
    width: calc(100%);
    height: 100%;
    box-shadow: 0 50px 50px #00000040;
    border-radius: 22px;
  }
}

form h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--title-color);
}

form p {
  font-size: 14px;
  color: var(--text-color);
}

.contactInfo h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.contactInfo ul.info li {
  position: relative;
  list-style: none;
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  align-items: flex-start;
}

.contactInfo ul.info li span:nth-child(1) {}

.contactInfo ul.info li span:nth-child(1) img {
  width: 30px;
  min-width: 30px;
  max-width: 100%;
  filter: invert(1);
}

.contactInfo ul.info li span:nth-child(2) {
  color: #fff;
  margin-left: 10px;
  font-weight: 300;
  font-size: 13px;
}

.contactInfo ul.info li span a {
  color: #fff;
  text-decoration: none;
  width: 30px;
  min-width: 30px;
}

.contactInfo ul.sci {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.contactInfo ul.sci li a img {
  filter: invert(1);
}



.button-container {
  text-align: center;
}

fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.form-radio,
.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-inline>.form-group,
.form-inline>.btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}

.checkbox .form-help,
.form-radio .form-help,
.form-group .form-help {
  position: absolute;
  width: 100%;
}

.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}

.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
  height: 1.9rem;
}

.form-group textarea {
  resize: none;
}

.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}

.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}

.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: var(--first-color);
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}

.form-group input[type="file"] {
  line-height: 1;
}

.form-group input[type="file"]~.bar {
  display: none;
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}

.form-group select~.control-label,
.form-group input:focus~.control-label,
.form-group input:valid~.control-label,
.form-group input.form-file~.control-label,
.form-group input.has-value~.control-label,
.form-group textarea:focus~.control-label,
.form-group textarea:valid~.control-label,
.form-group textarea.form-file~.control-label,
.form-group textarea.has-value~.control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}

.form-group select:focus~.control-label,
.form-group input:focus~.control-label,
.form-group textarea:focus~.control-label {
  color: var(--first-color);
}

.form-group select:focus~.bar::before,
.form-group input:focus~.bar::before,
.form-group textarea:focus~.bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}

.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}

.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}

.radio .helper::before,
.radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}

.radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: var(--first-color);
  border-color: var(--first-color);
}

.radio label:hover .helper {
  color: var(--first-color);
}

.radio input:checked~.helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.radio input:checked~.helper::before {
  color: var(--first-color);
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}

.checkbox .helper::before,
.checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: var(--first-color);
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}

.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox label:hover .helper {
  color: var(--first-color);
}

.checkbox input:checked~.helper {
  color: var(--first-color);
}

.checkbox input:checked~.helper::after,
.checkbox input:checked~.helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}

.checkbox input:checked~.helper::after {
  height: 0.5rem;
}

.checkbox input:checked~.helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend,
.has-error.form-group .control-label.control-label {
  color: var(--first-color);
}

.has-error.form-group .form-help,
.has-error.form-group .helper,
.has-error.checkbox .form-help,
.has-error.checkbox .helper,
.has-error.radio .form-help,
.has-error.radio .helper,
.has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: var(--first-color);
}

.has-error .bar::before {
  background: var(--first-color);
  left: 0;
  width: 100%;
}

.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: var(--first-color);
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.button span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.button::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.button:hover {
  color: var(--first-color);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.button:active::before,
.button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}

.button:focus {
  outline: none;
}




/* contact__form */







@media (max-width: 767px) {
  .header .headerUp .left p {
    font-size: 8px;
  }

  .header .headerUp .right ul li {
    font-size: 8px;
  }

  .header .headerUp .right ul li a {
    margin: 0 3px;
  }

  .header .headerUp .right ul li a img {
    width: 12px;
    height: 12px;
  }

  .mid {
    position: absolute;
    background: var(--container-color);
    left: 0;
    top: 15%;
    width: 100%;
    padding: 20px 0;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: var(--transition);
  }

  .mid.active {
    transition: var(--transition);
    transform: rotateX(0deg);
    transform-origin: top;
    z-index: 100;
  }

  .mid ul {
    flex-direction: column;
    gap: 15px !important;

  }

  .navbar .right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .togMenu {
    display: block;
  }

  .togMenu span {
    background: var(--first-color);
    height: 3px;
    width: 25px;
    margin: 5px;
    border-radius: 5px;
    display: block;
  }

  .leaf {
    display: none;
  }
}



.detailsInfo {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}

.detailsInfo .section__subtitle {
  margin-top: 25px;
}


.popular__description {
  display: block;
  font-size: 22px;
  margin-bottom: 1rem;
  font-family: var(--subtitle-font);
  color: var(--first-color);
}

.nmprc {
  position: relative;
}

.nmprc h3 {
  background: #fff;
  z-index: 3;
}

.nmprc .dot {
  position: absolute;
  height: 1px;
  width: 100%;
  border-top: 1px dashed var(--first-color);
  z-index: 1;
  bottom: 0;
}

.leaf {
  width: 20px;
  height: 20px;
  position: absolute;
}

.leaf1 {
  top: 20%;
}

.leaf2 {
  top: 55%;
}

.leaf3 {
  top: 85%;
}

.leaf img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
}












.slick-next::before,
.slick-prev::before {
  color: var(--first-color);
  font-size: 15px;
  background: var(--first-color);
}

.slick-prev:before {
  content: '➜';
  transform: rotate(-180deg);
  background: var(--first-color);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: var(--first-color);
  font-size: 15px;
  opacity: 1;
  left: -15px;
}

.slick-prev {
  left: -25px !important;
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  right: -15px
}

.slick-prev {
  right: 35px !important;
  z-index: 99;
}

.slick-next:before {
  content: '➜';
  background: var(--first-color);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: var(--first-color);
  font-size: 15px;
  opacity: 1;
}



/* .slick-next,
.slick-prev {
    top: -25%;
}
.slick-next,
.slick-prev {
    top: -17%;
}
.slick-next,
.slick-prev {
    top: -17%;
} */







.tiffinVideo {
  width: 100%;
}