@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');



.navbar-brand img {
  width: 106px;
}

.navbar-expand-lg .navbar-collapse {
  padding: 15px 0 10px;
}

.wg-about-us {
  background: linear-gradient(90deg, #fdf0c7 0, #fff 52.08%, #fdf0c7 100%);
  padding: 40px 0;
  text-align: center;
}

.dt-sc-title.with-image.with-sub-title {
  width: 100%;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dt-sc-title.with-image.with-sub-title h4 {
  font-size: 34px;
  margin: 20px 0 5px;
  line-height: 20px;
  font-weight: 400;
  color: #d9a438;
}

.dt-sc-title.with-image.with-sub-title h4 {
  font-family: "Pinyon Script", cursive;
}

.dt-sc-title.with-image.with-sub-title h2 {
  font-size: 36px;
  letter-spacing: 0.5px;
  color: #080808;
  text-transform: capitalize;
  margin-bottom: 35px;
  padding-bottom: 40px;
  text-align: center;
  /* font-weight: 500; */
}

.dt-sc-title.with-image.with-sub-title.aligncenter *:nth-child(2):before {
  left: 0;
  right: 0;
}

.dt-sc-title.with-image.with-sub-title *:nth-child(2):before {
  content: "";
  position: absolute;
  display: block;
  bottom: 48px;
  width: 180px;
  background-color: #d9a438;
  z-index: 1;
  height: 1px;
  margin: 0 auto;
  border-radius: 50%;
}

.wg-about-us {
  .dt-sc-title.with-image.with-sub-title p {
    background: #fefdf7;
  }
}

.dt-sc-title.with-image.with-sub-title.aligncenter p {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dt-sc-title.with-image.with-sub-title p {
  display: inline-block;
  width: auto;
  line-height: 10px;
  position: absolute;
  bottom: 30px;
  right: auto;
  margin: 0 auto;
  text-align: center;
  float: none;
  padding: 0 15px;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  transform: translateX(-20%);
  z-index: 3;
}

.wg-about-us p {
  font-size: 24px;
  color: #333333;
  font-family: Playfair Display;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.1em;
  max-width: 720px;
  margin-inline: auto;
}

.wg-about-us p {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-family: Playfair Display;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.1em;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 0;
  margin-top: 15px;

  span {
    font-weight: bold;
  }
}

.pro-card {
  text-align: center;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-inline: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 12px;

  &::after {
    background: rgb(208 151 43 / 21%);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
  }

  h5 {
    font-size: 22px;
    font-family: "Playfair Display";
    color: #ffff;
    font-weight: 400;
    position: relative;
    z-index: 2;
    background-color: #004b30;
    padding: 10px;
  }
}

.pro-card img {
  transition: 0.4s all linear;
  background-color: #efefef;
}

.pro-card:hover::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}

.pro-card:hover img {
  transform: scale(1.05);
}

.we-offer-section .dt-sc-title.with-image.with-sub-title.aligncenter p {
  background-color: #fffffe;
}


.project-item.project-style-1 .project-inner {
  overflow: hidden;
  position: relative;
}


.project-item.project-style-1 .project-post-thumbnail img {

  height: 100%;
    width: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}

.project-item.project-style-1 .project-content {
  position: absolute;
  bottom: 0;
  width: 86%;
  left: 50%;
  padding: 15px 50px 15px 50px;
  z-index: 5;
  background-color: #fff;
  transform: translateX(-50%);
}


.project-item.project-style-1 .project-title a {
  color: #000;
}

.project-item .project-categories {
  display: flex;
  align-items: center;
  gap: 5px;
}

.project-item .project-categories.color-white a {
  color: #fff;
}

.project-item .project-categories a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
  padding: 4px 20px;
  border: 1px solid;
  border-radius: 30px;
}

.project-item.project-style-1 .project-more-link {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 12px;
  transition: all ease 0.35s;
}

.project-item.project-style-1 .project-inner:hover .project-content:before {
  height: 100%;
}

.project-item.project-style-1 .project-inner:hover .project-more-link {
  transform: rotate(45deg);
}

.testimonial .dt-sc-title.with-image.with-sub-title.aligncenter p {
  background-color: #ffffff;
}

.our-products .dt-sc-title.with-image.with-sub-title.aligncenter p {
  background-color: #fff;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: -6px;
  opacity: 1;
  visibility: visible;
}

.sidemenu-wrapper .sidemenu-content {
  background-color: #fff;
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  padding: 72px 20px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .closeButton {
  border: 2px solid goldenrod;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  color: goldenrod;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
  position: relative;
}

.th-widget-about {
  max-width: 350px;
}

.th-widget-about .about-logo {
  margin-bottom: 25px;
  width: 60%;
}

.sidemenu-content .about-text {
  color: #000 !important;
}

.th-widget-about .about-text {
  margin-bottom: 33px;
  margin-top: -0.4em;
}

.th-social {
  display: flex;
}

.sidemenu-wrapper .th-social a {
  box-shadow: none;
}

.th-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 45px);
  background-color: var(--smoke-color);
  color: #d0972b;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0;
  border: 1px solid #d0972b;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 25px;
  position: relative;
}

.widget_title {
  position: relative;
  font-size: 24px;
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 25px 0;
  color: #000;
  font-family: "Playfair Display";
}

.widget_title:after,
.widget_title:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #d8dde1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget_title:after {
  background-color: #004b30;
  width: 40px;
}

.info-box {
  margin-bottom: 20px;
}

.info-box .box-title {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 600;
  margin-top: -0.35em;
  color: #d0972b;
}

.info-box .box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.info-box .box-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  min-width: 26px;
  font-size: 12px;
  background-color: #004b30;
  color: #fff;
  border-radius: 0;
  text-align: center;
}

.sidemenu-content .box-text {
  color: #000 !important;
  display: block;
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;

  a {
    color: #000;
  }
}

.info-box:last-child {
  margin-bottom: 0;
}

.about-logo img {
  width: 170px;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  border: 1px solid #d0972b;
  padding: 4px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.hero-slider .carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: 45% 45%;
}

.hero-slider .carousel-control-next,
.hero-slider .carousel-control-prev {
  opacity: 1;
  top: 35%;
  height: max-content;

  width: fit-content;
}

.hero-slider .carousel-control-prev {
  left: 96.5%;
  top: 48%;
}

.hero-slider .carousel-control-next {
  left: 96.5%;
}

.z-1 {
  z-index: 1;
}

.rel {
  position: relative;
}


.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.newsletter-form label {
  color: #dddddd;
  font-size: 13px;
  position: absolute;
  left: 25px;
  top: 11px;
}
.newsletter-form input {
  border: 0;
  color: white;
  font-size: 14px;
  background: #0c1113;
  border-radius: 5px 0 0 5px;
  padding: 10px 5px 10px 50px;
}
.newsletter-form input::-webkit-input-placeholder {
  color: #dddddd;
  font-weight: 400;
}
.newsletter-form input:-ms-input-placeholder {
  color: #dddddd;
  font-weight: 400;
}
.newsletter-form input::-ms-input-placeholder {
  color: #dddddd;
  font-weight: 400;
}
.newsletter-form input::placeholder {
  color: #dddddd;
  font-weight: 400;
}
.newsletter-form button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 0 5px 5px 0;
  background: var(--secondary-color);
}

.footer-widget .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -8px;
}
.footer-widget .gallery a {
  margin: 8px;
  max-width: calc(33.333% - 16px);
}
.footer-widget .gallery a img {
  border-radius: 5px;
}

.news-widget > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-widget > ul > li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 90px;
  margin-right: 22px;
}
.news-widget > ul > li .content {
  line-height: 1;
}
.news-widget > ul > li .content .date {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.news-widget > ul > li .content .date i {
  margin-right: 10px;
}
.news-widget > ul > li .content h6 {
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .news-widget > ul > li .content h6 {
    font-size: 16px;
  }
}
.news-widget > ul > li .content h6 a {
  color: white;
}
.news-widget > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

/* Footer Bottom */
.footer-bottom {
  position: relative;
  background: #13191b;
}
.footer-bottom .scroll-top {
  color: white;
  top: -20px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  left: calc(50% - 20px);
}
@media only screen and (min-width: 992px) {
  .footer-bottom .scroll-top {
    width: 64px;
    height: 64px;
    top: -30px;
    font-size: 24px;
    line-height: 64px;
    left: calc(50% - 32px);
  }
}

.copyright-text {
  color: #004b30;
  padding: 10px 0;
  background: #e3ba7b;
  font-size: 14px;
}
.copyright-text a {
  color: white;
}

.footer-bottom-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -30px;
  margin-right: -30px;
}
.footer-bottom-nav li {
  margin: 0 30px 5px;
}
.footer-bottom-nav li a {
  color: #dddddd;
  font-weight: 700;
}

.footer-logo img {
  width: 155px;
}

.plate {
  .plate-subheading {
    font-family: "Sacramento", serif;
    font-weight: 400;
    font-size: 40px;
    color: #ffd99e;
  }

  .plate-top {
    max-width: 900px;
    margin-inline: auto;
    margin-bottom: 20px;
    

    p {
      margin-top: 16px;
      color: #fff;
      font-family: "Jost", sans-serif;
    }
  }
}

.step-box {
  text-align: center;
  position: relative;

  img {
    width: 85px;
    background: -webkit-linear-gradient(left, #ffd930 , #e0ac3c);
    padding: 10px;
    border-radius: 50%;
    transition: 0.4s all;
  }

  h6 {
    font-family: "Playfair Display", serif;
    margin: 18px 0 8px;
    font-weight: 500;
    word-wrap: break-word;
    font-size: 18px;
    color: #4d7534;
  }

  p {
    margin: 8px 0;
    color: #fff;
    font-family: "Jost", sans-serif;
  }

  &:hover {
    img {
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
    }
  }
}

.step-box::after {
  content: "";
  right: -55px;
  top: 50px;
  border-top: 2px solid #e6bf2eba;
  width: 80px;
  position: absolute;
}

.step-box.last::after {
  content: none;
}

.process-steps {
  margin-top: 45px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  position: relative;

  &::after {
    position: absolute;
    content: "";
    background-image: url(../images/elegant-shape2.png);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 21px;
    background-repeat: no-repeat;
    opacity: 0;
    background-size: contain;
  }
}

.navbar-expand-lg .navbar-nav .nav-link.active::after {
  opacity: 1;
}


.dt-sc-button.medium {
  font-size: 16px;
  padding: 12px 30px 12px;
}

.dt-sc-button.filled {
  background: -webkit-linear-gradient(left, #e0ac3c , #ffd930);
  color: #fff;
  border: 1px solid #ffe8ba;
  margin-top: 25px;
  display: inline-block;
}

.dt-sc-button {
  position: relative;
}
.dt-sc-button:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-style: solid;
  left: -10px;
  bottom: -10px;
  border-top: none;
  border-right: none;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.dt-sc-button:before,
.dt-sc-button:after {
  border-color: #d9a438;
}

.dt-sc-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-style: solid;
  right: -10px;
  top: -10px;
  border-bottom: none;
  border-left: none;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.dt-sc-button.filled:hover {
  background: transparent;
}

.dt-sc-button:hover {
  color: #d9a438;
}

.dt-sc-button:hover:before {
  width: 100%;
  height: 0;
  left: 0;
}

.dt-sc-button:hover:after {
  width: 100%;
  height: 0;
  right: 0;
}

.wg-about-us {
  position: relative;
  overflow: hidden;
}

.about-shape {
  position: absolute;

  &.one {
    left: 20px;
    bottom: 0;
    animation: 6s float_up_down infinite ease-in-out;
    img {
      width: 310px;
      opacity: 0.5;
    }
  }

  &.two {
    right: 12px;
    bottom: 0;
    filter: invert(1);
    animation: 7s float_left_right1 infinite ease-in-out;

    img {
      width: 400px;
      opacity: 0.05;
    }
  }
}

@keyframes float_up_down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float_left_right1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(15px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.footer-widget ul {
  padding-left: 0;
}

.footer-widget ul li {
  list-style-type: none;
}

.footer-title h6 {
  font-size: 1.2rem;
  font-weight: 500;
}


.social {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;

  a {
    font-size: 20px;
    color: #fff;
    background: linear-gradient(
      0deg,
      rgb(228 174 62) 5%,
      rgb(227 188 136) 46%,
      rgb(203 152 50) 100%
    );
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s all;

    &:hover {
      background: #fff;
      color: #d0972b;
    }
  }
}

.contact-us-footer li {
  margin-bottom: 20px !important;
  font-size: 20px !important;
  font-family: "Playfair Display";

  a {
    font-family: "Plus Jakarta Sans", sans-serif;
  }
}

.contact-us-footer li a {
  font-size: 16px !important;
}

.contact-us-footer li a::before {
  content: none !important;
}

.contact-us-footer h6 {
  color: #fff;
}

.features-col {
  /* max-width: 945px;
  margin-inline: auto; */

  .prodetail {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    text-align: center;

    p {
      margin-bottom: 0;
    }
  }
}

.features-left {
  padding: 15px 30px;
  position: relative;
  z-index: 9;
}

.features {
  padding: 100px 0;
  padding-top: 20px;
  position: relative;

  .feat-shape {
    position: absolute;

    &.first {
      top: 0px;
      img {
        width: 460px;
        height: 380px;
      }
    }

    &.second {
      bottom: 0;
      right: 0;
      img {
        width: 460px;
        height: 380px;
      }
    }

    &.third {
      right: 0;
      top: 34%;

      img {
        width: 400px;
      }
    }

    &.forth {
      left: 0;
      top: 54%;

      img {
        width: 400px;
      }
    }

    &.grain {
      right: -8px;
      top: 0;
      animation-duration: 5s;
      -webkit-animation-duration: 5s;
      -moz-animation-duration: 5s;
      -ms-animation-duration: 5s;
      -o-animation-duration: 5s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-name: float_up_down;
      -webkit-animation-name: float_up_down;
      -moz-animation-name: float_up_down;
      -ms-animation-name: float_up_down;
      -o-animation-name: float_left_right;
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
      -o-animation-timing-function: linear;

      img {
        width: 260px;
        opacity: 0.2;
      }
    }

    &.graintwo {
      bottom: -55px;
      left: -36px;
      animation-duration: 5s;
      -webkit-animation-duration: 5s;
      -moz-animation-duration: 5s;
      -ms-animation-duration: 5s;
      -o-animation-duration: 5s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-name: float_up_down;
      -webkit-animation-name: float_up_down;
      -moz-animation-name: float_up_down;
      -ms-animation-name: float_up_down;
      -o-animation-name: float_left_right;
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
      -o-animation-timing-function: linear;

      img {
        width: 250px;
        opacity: 0.4;
      }
    }

    &.leaf {
      top: 10%;
      left: 32%;
      filter: blur(2px);
      opacity: 0.7;
      animation: floting 6s ease-in-out infinite;
    }

    &.leaf1 {
      top: 38%;
      left: 11%;
      z-index: 99;
      filter: blur(1px);
      opacity: 0.7;
      animation: floting 4s ease-in-out infinite;
    }

    &.leaf2 {
      bottom: 0;
      right: 28%;
      filter: blur(2px);
      opacity: 0.7;
      animation: floting 7s ease-in-out infinite;
    }

    &.leaf3 {
      bottom: 28%;
      right: 10%;
      filter: blur(1px);
      z-index: 99;

      opacity: 0.7;
      animation: floting 6s ease-in-out infinite;
    }
  }

  .prodetail {
    p {
      font-family: "Jost", sans-serif;
      color: black;
    }

    .heading2 {
      color: #004b30;
      font-family: 'Playfair Display', serif;
      font-size: 36px;
    }

    .mkd-st-subtitle {
      color: #d0972b;
    }
  }
}

.recipe {
  position: relative;
  background: url(../images/recipe-bg.jpg);
  background-size: cover;
  background-position: center;

  .recipe-box {
    padding: 0 25px 20px;
    text-align: center;

    img {
      width: 210px;
      height: 210px;
    }

    .recipe-content {
      h3 {
        font-size: 25px;
        font-weight: 500;
        font-family: "Playfair Display", serif;
        a {
          color: #004b30;
        }
      }

      p {
        margin-top: 15px;
        color: #000;
      }
    }
  }

  .recipe-shape {
    position: absolute;
    right: 26%;
    top: 10px;

    img {
      width: 140px;
    }
  }
  .recipe-shape1 {
    position: absolute;
    left: 26%;
    top: 36px;
    mix-blend-mode: darken;

    img {
      width: 110px;
    }
  }
}

.features .dt-sc-title p {
  margin-top: -15px;
}

.recipe-box-wrapper {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;

  .recipe-img {
    margin-top: -58px;
  }

  .recipe-detail {
    width: 90%;
    text-align: center;
    height: 240px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    padding-inline: 15px;
    h4 {
      color: #fff;
      margin-top: 20px;
      font-family: "Playfair Display";
      font-weight: 400;
      font-size: 24px;
      border-bottom: 1px solid;
      padding-bottom: 8px;
    }
    p {
      color: #000;
      margin-top: 10px;
      font-size: 15px;
    }
  }
}

@keyframes floting {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.recipe-box-wrapper.recipe-one {
  margin-top: 100px;
}

.recipe-box1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipe-box-wrapper.recipe-two {
  margin-left: -40px;
  margin-top: -60px;
}

@media (min-width: 1400px) {
  .plate {
    height: 135vh;
  }
}


@media (max-width: 1200px) {
  .plate {
    height: 125vh;
  }
}
 

.section-suptitle {
 font-size: 27px;
    color: #bb9237;
    font-family: "Alex Brush", cursive;
    letter-spacing: 1px;
    display: block;
    line-height: 25px;
    font-weight: 500;
    text-shadow: 0px 0px 19px #0000004d;
  

  span {
position: relative;
        color: #c68d0d;
        text-shadow: 0px 0px #c79424;  }
}


 
.section-suptitle span:before, .pagination:before, .p-404 h3:before {
  content: "";
  position: absolute;
  left: -46px;
  bottom: 2px;
  width: 42px;
  height: 25px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: url(../images/headingside.png) no-repeat;
}

.section-suptitle span:after, .pagination:after, .p-404 h3:after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: 2px;
  width: 42px;
  height: 25px;
  background: url(../images/headingside.png) no-repeat;
  transform: scaleX(-1);
}

.section-title, .pagination {
  margin: 0px 0 2px;
    line-height: 40px;
    /* padding-bottom: 12px; */
    position: relative;
    font-size: 27px;
  font-family: "Oswald";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #6b9452;
  font-family: 'Lusitana', serif;
}


.footer1 {
  background-color: #062a15;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;


  .footer-logo1 {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);

    img {
      width: 150px;
    }
  }


  .footer-col {
    margin-top: 90px;
    padding-inline: 20px;
    padding-bottom: 20px;

    p {
      color: #fff;
    }


    h4 {
      color: #e0ac3c;
      margin-bottom: 20px;
      font-family: 'Playfair Display', serif;
      font-size: 22px;
      
    }

    &.one {
      border-right: 1px solid #fce18057
    }

    &.two {
      border-right: 1px solid #fce18057;
      display: flex;
      gap: 44px;


      .quick-links, .pro-links {
        ul {
          padding-left: 0;
        }
        li {
          list-style-type: none;
          font-family: "Jost", sans-serif;
          margin-bottom: 8px;
          a {
            color: #fff;
          }
        }
      }
    }


    .social1 {
      display: flex;
      align-items: center;
      gap: 8px;
      padding-left: 0;


      li {
        list-style-type: none;
border-radius: 50%;
width: 40px;
height: 40px;
background: linear-gradient(180deg, #e0ac3c 0%, #ffd930 100%);
display: flex;
align-items: center;
justify-content: center;
transition: 0.4s all;
        a {
          color: #fff;
        }

        &:hover {
          background: #fff;
          


          a {
            color: #e0ac3c;
          }
        }
      }
    }
  }

  .copyright {
    padding: 20px 0;
    text-align: center;
    position: relative;


    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background-color: #fce18057;  
      background-image: url('../images/patti.png');
      background-size: contain;
    }
    p {
      margin-bottom: 0px;

      color: #fff;
    }
  }
}


p {
  font-family: "Jost", sans-serif;
}


.footer-col.third {
  ul {
    padding-left: 0;
    li {
      list-style-type: none;
      font-family: "Jost", sans-serif;
      margin-bottom: 15px;
      a {
        color: #fff;
        span {
          color: #e0ac3c;
          margin-right: 5px;
        }
      }
    }
  }
}

 
.recipe-img11 {
    margin-top: 2rem;
}

.recipe-img11 img {
    width: 100%;
    padding: 10px;
    border: 1px solid #d9d9d9;
}




/* Infrastructure */



.new-infrastructure-sec {
    position: relative;
    margin-bottom: 13rem;
}

.new-infrastructure-sec img {
    width: 100%;
    height: 300px;
    object-fit: cover;
 }
.infra-content-sec {
    position: absolute;
    top: 20%;
    width: 100%;
}
.ch-top-title, .ch-top-title-s2, .ch-top-title-s3 {
    margin-bottom: 26px;
}

.infra-content-sec .about-right-text span {
    color: #fff;
}
.about-right-text span {
     font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    color: #de291b;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}



.infra-content-sec .about-right-text span::before {
    background: url(../images/w-crown.png);
}
.about-right-text span::before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    width: 26.667px;
    height: 26.667px;
    background: url(../img/tea-leaf2.png);
    animation: bounceLeftToRight 4s infinite;
}


.new-infrastructure-sec .heading {
    color: #fff;
    margin: 0;
}

.infra-content-sec img {
    border: 5px solid #fff;
 }





 .feature-three {
    position: relative;
    display: block;
    z-index: 1;
    padding: 60px 0px;
    overflow: hidden;
}


.feature-three .shape1 {
    position: absolute;
    top: -390px;
    right: -130px;
    z-index: 2;
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(-20px);
}
}


.feature-three .shape2 {
    position: absolute;
    top: -200px;
    right: -290px;
    mix-blend-mode: soft-light;
    z-index: 1;
}

.feature-three__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center center;
}

.feature-three__bg::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.7;
    content: "";
    z-index: -2;
    background: rgb(1, 0, 7);
}

.feature-three__inner {
    position: relative;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 60px 0px;
    z-index: 5;
    background: rgb(255, 255, 255);
    padding: 40px 0px 42px;
    overflow: hidden;
    border-radius: 0px 70px 70px;
}

.feature-three .title-area {
    margin-bottom: 20px;
}
.title-area {
    margin-bottom: calc(40px - 12px);
    position: relative;
}

.feature-three__single {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}


 
.feature-three__single .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0px auto;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.14);
}



.feature-three__single .icon-box {
  
   position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0px auto;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.14);


    &::after {
      content: "";
      background: #ebebeb;
      background-size: 100% 100%;
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      right: -15px;
      border-radius: 50%;
z-index: -1;
      }

    img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
    }
}


.feature-three__single .title-box h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 11px;
}

.feature-three__single .title-box h2 a {
    color: #1a1a1a;
    transition: 200ms linear 0.1s;
}

