/*
    01. Common CSS
*/

/* 1. Common CSS */
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #14A800;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #14A800;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
  color: #ffffff;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

p {
  margin: 0;
  color: #4B5563;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

.download-btn {
  outline: none !important;
  background: #14A800;
  color: #fff;
  padding: 12px 20px;
  border-radius: 100px;
}

.submit-btn {
  background-color: #14A800;
  border-radius: 100px;
  color: #ffffff;
  padding: 10px 36px;
  font-size: 16px;
  cursor: pointer;
  border: none;
}

.heading-text {
  /* text-transform: capitalize; */
  text-align: center;
  color: #F75555;
}


/* Darshil css */


/* Main hero section  */
.main-hero-section {
  background: url(../images/hero_bg_img.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}



/* header section */
.header-section {
  padding: 22px 0px;
}

.nav-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-section .download-btn {
  background: #14A800;
  color: #fff;
  padding: 12px 20px;
  border-radius: 100px;
}



/* hero section  */
.hero-section {
  padding: 180px 0px;
}

.hero-section .row {
  align-items: center;
  justify-content: space-between;
}

.hero-section .hero-section-text p {
  color: #ffffff;
  padding-top: 5px;
}

.hero-section .hero-section-text, .hero-section-logo {
  padding-left: 70px;
}

.hero-section .hero-section-text .download-btn-white {
  margin-top: 37px;
}

.hero-section .hero-section-logo {
  margin-top: 55px;
  display: flex;
  gap: 16px;
}

.hero-section .hero-section-img {
  display: flex;
  justify-content: end;
  align-items: center;
}

.faq-section{
  padding: 80px 0px;
  background-image: url(../images/blog-bg.webp);
  background-repeat: repeat-x repeat-y;
}

/* blog section  */
.blog-section {
  padding: 80px 0px;
  background-image: url(../images/blog-bg.webp);
  /* background-position: center center; */
  background-repeat: repeat-x repeat-y;
  /* background-size: cover; */
}

.blog-card-text p + p {
  margin-top: 10px;
}
.more-feature-app {
  text-align: center;
  margin-top: 50px;
}

.more-feature-app h4 {
  margin-bottom: 24px;
}

.more-feature-app-img {
  display: flex;
  justify-content: center;
}

.more-feature-app-img img {
  width: 250px;
  margin: 0 10px;
}
.blog-section .heading-text {
  margin-bottom: 40px;
}

.blog-card-wrapper > div {
  margin-bottom: 30px;
}
.blog-section .blog-card {
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 13px 0 rgb(31 41 55 / 10%);
}

.blog-section .blog-card .blog-card-text {
  padding: 28px 15px 20px 15px;
}

.blog-card img {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 15px 15px 0 15px;
  max-width: inherit;
  width: calc(100% - 30px);
}

.blog-card-text h4 {
  margin-bottom: 6px;
  color: #000000;
}



/* family section  */
.family-section {
  background-image: url('../images/family_bg.jpg');
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: bottom right;
  padding: 20px 0px 80px 0px;
  background-color: #fcfcfc;
}

.family-card-wrapper {
  padding: 48px 0px;
}

.family-section .family-card {
  height: 100%;
  background-color: #E7FCE4;
  border-radius: 22px;
  padding: 25px 15px 35px 15px;
}

.family-section .family-card h4 {
  margin-bottom: 10px;
}



/* QR section  */
.qr-section {
  padding: 80px 0px 50px 0px;
}
.qr-section, .qr-section p {
  color: white;
}
.qr-section .qr-wrapper {
  background-color: #14A800;
  border-radius: 24px;
  padding: 40px 25px 20px 10px;
  position: relative;
  margin-top: 96px !important;
}

.qr-section .qr-wrapper .qr-image-wrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
}


.qr-section .qr-wrapper h2 {
  font-size: 44px;
  line-height: 48px;
}
.qr-section .qr-box {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  gap: 30px;
}
.qr-section .qr-wrapper p {
  font-weight: 400;
  margin-top: 5px;
}
.qr-section .qr-wrapper .qr-banner-img {
  margin-top: -140px;
}




/* contact section  */
.contact-section {
  padding: 30px 0px 60px 0px;
}


.contact-section .contact-wrapper {
  padding: 35px 0;
}

.contact-section .contact-wrapper .row {
  justify-content: space-between;
  align-items: center;
}

.contact-section .contact-wrapper h6 {
  color: #1F2937;
}

.contact-section .footer-title {
  margin-bottom: 40px;
}

.contact-section .footer-title h3 {
  margin-bottom: 5px;
}

.contact-section .footer-title p {
  color: #4B5563
}


.contact-section .contact-social {
  margin-top: 45px;
}

.contact-section .contact-social h4 {
  margin-bottom: 15px;
}

.contact-section .contact-social .contact-social-icon a:first-child {
  margin-right: 5px;
}

.custom-input input {
  width: 100%;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 8px 15px 8px 55px;
}

.custom-input input::placeholder {
  color: #000000;
  font-size: 12px 14px;
}

.custom-input textarea {
  padding: 12px 12px;
  width: 100%;
  border: 1px solid #E5E7EB;
}

.custom-input textarea::placeholder {
  color: #000000;
  font-size: 14px;
}

.custom-input {
  position: relative;
  margin-bottom: 10px;
}

.custom-input img {
  position: absolute;
  top: 11px;
  left: 15px;
  border-right: 1px solid #ddd;
  padding-right: 7px;
  max-width: 28px;
}

.contact-section .contact-detail {
  display: flex;
  margin-bottom: 22px;
}

.contact-section .contact-detail img {
  margin-right: 15px;
}

.footer-form {
  background-color: #f3f4f6;
  padding: 35px;
  border-radius: 20px;
}

.footer-form button {
  margin-top: 10px;
}

.copy-right-section{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.copy-right-section p, .copy-right-section a{
  color: #4B5563 !important;
  font-size: 14px;
  font-weight: 300;
}
.other-page-header{
  background-image: linear-gradient(to bottom right, #14A800, #146F0D);
}
.title-section p{
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}
/* Responsive design section  */
@media only screen and (max-width: 1466px) {
.hero-section .hero-section-img img {
  max-width: 100% !important;
}
}
@media only screen and (max-width: 1024px) {
  .heading-text {
    padding: 0;
  }
  footer.contact-section {
    padding: 0;
}
  .blog-section {
  }

  .family-section {
    background-size: 270px;
  }
}

@media only screen and (max-width: 991px) {

  .header-logo img {
    width: 120px;
}
.contact-section .contact-wrapper {
  padding-top: 0;
}
.qr-section .qr-wrapper .qr-banner-img {
  margin: 0;
}

.qr-section .qr-wrapper {
  margin: 0 !important;
}
.qr-section {
  padding: 60px 0;
}
.contact-section {
  padding: 60px 0px;
}
.qr-section .qr-wrapper h2 {
  font-size: 32px;
  line-height: 38px;
}
.qr-section .qr-wrapper .qr-image-wrapper {
  padding: 8px;
}
.more-feature-app {
  margin-top: 20px;
}
.app-view-section {
  padding: 60px 0;
}
  .download-btn {
    padding: 15px 40px;
  }
  .hero-section {
    padding: 100px 0 0px 0;
}
  /* .header-section .download-btn {
    padding: 0 !important;
  } */

  h1 {
    font-size: 33px;
    line-height: 40px;
  }

  h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
  }

  h3 {
  }

  h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  h5 {
    font-size: 16px;
    font-weight: 600;
  }

  p {
    font-size: 15px;
    font-weight: 500;
  }

  .hero-section .hero-section-text p {
    padding-top: 15px;
  }

  .hero-section .hero-section-text .download-btn {
    margin-top: 30px;
  }

  .hero-section .hero-section-logo img {
    width: 140px;
  }

  .family-section {
    padding: 40px 0px;
  }


  .family-card-wrapper {
    padding: 48px 0px 0px;
  }

  .blog-section {
    padding: 60px 0px;
  }

  .heading-text {
    padding: 0;
  }



}

@media only screen and (max-width: 767px) {
  .header-section .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .main-hero-section {
    background: url(../images/hero_bg_image_2.webp) !important;
  }
  .hero-section-text * {
    text-align: center;
}
form.footer-form {
  margin-top: 40px;
  padding: 30px 20px;
}
.qr-section .qr-wrapper {
  flex-direction: column;
  margin: 0 !important;
}
.blog-section .heading-text {
  margin-bottom: 30px;
}
.hero-section .hero-section-logo {
    justify-content: start;
    margin: 20px 0 30px 0;
}
.hero-section .hero-section-text, .hero-section-logo {
    padding-left: 0px;

}

.hero-section .hero-section-img {
    text-align: center;
}


  h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
  }

  h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
  }

  a {
    font-size: 12px;
  }

  .download-btn {
    padding: 10px 25px;
  }

  .hero-section .hero-section-logo img {
    width: 120px;
  }

  .heading-text {
    padding: 0;
  }

  .family-section {
    padding: 20px 0px;
  }

  .family-section .heading-text {
    margin-bottom: 15px;
  }

  .blog-section {
    padding: 60px 0px 60px 0px;
  }

  .blog-section .blog-card {
  }

  .family-section .family-card {
    margin: 15px 0;
    height: calc(100% - 30px);
  }

  .family-card-wrapper {
    padding: 20px 0px 0px;
  }

  .qr-section .qr-wrapper h2 {
    margin-top: 15px;
  }
  .qr-section .qr-wrapper p {
    margin-top: 12px;
  }
  .qr-section .qr-wrapper .qr-banner-img {
    display: block;
    margin: 40px auto 0;
  }
  .qr-section .qr-wrapper .qr-image-wrapper img {
    max-width: 200px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
  }
  .qr-section .qr-wrapper .qr-content {
    text-align: center;
    margin-top: 20px;
  }
  .qr-section .qr-wrapper .qr-image-wrapper {
    padding: 0px;
    background-color: transparent;
    justify-content: center;
    display: flex;
  }
  .copy-right-section{
    flex-flow: column;
    gap: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .header-section .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .main-hero-section {
    background: url(../images/hero_bg_image_2.webp) !important;
  }
  .app-view-section {
    padding: 0 0;
}
.hero-section .hero-section-text{
  padding-left: 0px;
}
.hero-section-text * {
        text-align: left;
    }
    .hero-section .hero-section-text, .hero-section-logo {
      padding-left: 0px;

  }
.more-feature-app-img img {
  width: 140px;
  margin: 0 4px;
}

.more-feature-app h4 {
  margin-bottom: 15px;
}

.app-view-section .container {
    padding: 0;
}

  h2 {
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
}

  h4 {
  }

  h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

  .download-btn {
    padding: 15px 50px;
  }

  /* .header-section .download-btn {
    padding: 15px 15px !important;
  } */

  p {
  }

  a {
    font-size: 18px;
  }



  .app-view-section img:first-child {
    display: none;
  }

  .app-view-section img:last-child {
    display: block !important;
  }

  .hero-section .hero-section-logo img {
    width: 100px;
  }

  .family-section {
    background-image: none;
    padding: 20px 0px 50px;
  }

  .blog-card-text h4 {
    margin-bottom: 10px;
  }

  .heading-text {
  }

  .family-section .family-image img:first-child {
    display: none;
  }

  .family-section .family-image img:last-child {
    display: block !important;
  }

  .qr-section .qr-wrapper {
    padding: 40px 25px 40px 10px;
}
.qr-section .qr-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-section .blog-card {
  height: auto !important;
}
.contact-section .footer-title h3 {
  margin-bottom: 15px;
}

.footer-form {
  margin-top: 45px;
}

.custom-input input::placeholder {
  color: #000000;
  font-size: 16px;
}

.submit-btn {
  padding: 15px 40px;
  font-size: 20px;
}

.contact-section {
  background-color: #ffffff;
  padding: 0px 0px 40px;
}

.contact-section .chef-section {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}

.contact-section .chef-section h6 {
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-section .chef-section p {
  font-weight: 600;
}

.contact-section .chef-section .chef-wrapper {
  display: flex;
}

.contact-section .chef-icon-box {
  display: flex;
}

.contact-section .chef-icon-box:first-child {
  margin-right: 35px;
}

.contact-section .chef-icon-box img {
  margin-right: 5px;
}

.contact-section .contact-wrapper {
  border: none;
}
.copy-right-section{
  flex-flow: column;
  gap: 10px;
}
}

/*****************************************************/
