@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #FEF9F1;
  overflow: hidden;
}

h1 {
  font-size: 4.625rem;
  font-weight: 800;
  line-height: 3.495rem;
}

h2 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 3.495rem;
}

a {
  color: #ffffff;
}

h3 {
  font-size: 2.75rem;
  font-weight: 600;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
  font-weight: 500;
}

p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/*--------margin and padding global------*/
.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.my-6 {
  margin: 6rem 0rem;
}

.mx-6 {
  margin: 0rem 6rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding: 6rem 0rem;
}

.px-6 {
  padding: 0rem 6rem;
}

.rounded-4 {
  border-radius: 1rem;
}

.bg-white {
  background-color: #ffffff;
}

.text-red {
  color: #E11F26;
}

.drop-shadow {
  box-shadow: 0.625rem 0.625rem 3.125rem 0rem rgba(0, 0, 0, 0.05);
}

.bg-gradient {
  background: linear-gradient(0deg, rgba(252, 248, 244, 0) 0%, #FCF8F4 100%);
}

.bg-gradient-light {
  background: linear-gradient(0deg, rgba(252, 248, 244, 0) 0%, #FCF8F4 100%);
}

.border-red {
  border: 1px solid #E11F26;
}

.button_white {
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  padding: 0.8rem 4rem;
  border-radius: 0.625rem;
}
.button_white a {
  color: #E11F26;
  text-decoration: none;
}

.button_red {
  background-color: #E11F26;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 0.625rem;
}
.button_red a {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  html {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .our-card .our-card-text p {
    font-size: 0.8rem;
  }
  .contact_image::after {
    position: unset; /* Unset or adjust other properties as needed */
    content: unset;
    height: unset;
    width: unset;
    right: unset;
    bottom: unset;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .upcoming_events .event-card .card-inner {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  h1 {
    font-size: 4.225rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  p br {
    display: none;
  }
  h4 {
    font-size: 1.225rem;
  }
  h4 br {
    display: none;
  }
  .earth-sec .earth-card p {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
  header img {
    width: 80%;
  }
  header .img-logo-ul .menu-list li a {
    font-size: 0.8125rem;
  }
  .button_red {
    font-size: 0.875rem;
    padding: 0.6rem 1.8rem;
  }
  .tashvika_india .mou h3 {
    font-size: 2rem;
  }
  .tashvika_india .mou h3 br {
    display: none;
  }
  .tashvika_india .mou h4 {
    font-size: 1.1rem;
  }
  .tashvika_india .mou p {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
  }
  .tashvika_india .mou {
    padding: 1.9rem;
  }
  .py-6 {
    padding: 3rem 0rem;
  }
  .pt-6 {
    padding-top: 3rem;
  }
  h5 {
    font-size: 1rem;
  }
  .lets_connect .lets-connect-form .form-group .form-control {
    font-size: 0.875rem;
    line-height: 2rem;
  }
  .button_white {
    font-size: 0.875rem;
    padding: 0.5rem 2rem;
  }
  .tashvika_india .mou img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .for_everyone {
    background-image: unset;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .upcoming_events .event-card .card-inner {
    padding: 0.25rem 0.375rem 0rem 0.375rem;
    width: 90% !important;
  }
  .upcoming_events .event-card .card-inner .calender-side {
    padding-bottom: 0.4rem;
  }
  .upcoming_events .event-card .card-inner .time-side {
    padding-bottom: 0.4rem;
  }
  .upcoming_events .event-card .card-inner p {
    font-size: 0.875rem;
    margin-top: 0.125rem;
  }
  h1 {
    font-size: 3.5rem;
  }
  .button_red {
    font-size: 0.875rem;
  }
  h3 {
    font-size: 2rem;
  }
  h3 br {
    display: none;
  }
  h4 {
    font-size: 1.225rem;
  }
  h4 br {
    display: none;
  }
  p {
    font-size: 0.875rem;
    line-height: 1.4375rem;
  }
  p br {
    display: none;
  }
  h5 {
    font-size: 1rem;
  }
  h2 {
    font-size: 4rem;
  }
  .lets_connect .lets-connect-form .form-group .form-control {
    font-size: 0.75rem;
    line-height: 1.5rem;
    border-radius: 0.45rem;
  }
  .tashika-header {
    background-position: left;
  }
  .tashvika_india .mou img {
    width: 80%;
    margin-left: 2.6rem;
    margin-bottom: 2rem;
  }
  .amrit_bhojanam .amrit img {
    width: 80%;
    margin-left: 5rem;
  }
  .amrit_bhojanam .amrit::before {
    right: -8rem;
  }
  .earth-sec .earth-card p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .py-6 {
    padding: 3rem 0rem;
  }
  .pt-6 {
    padding-top: 3rem;
  }
  .button_white {
    font-size: 0.875rem;
    padding: 0.5rem 2rem;
  }
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .graph-image img {
    width: 20%;
  }
  .differ_page ul li a {
    margin: 0rem 0.25rem;
    font-size: 0.875rem;
  }
  .blog .differ_page ul li {
    margin: 0rem 1rem;
  }
  .our-card .our-card-text p {
    font-size: 0.7rem;
  }
  .graph-img .amrit-logo {
    width: 20%;
  }
  .contact-us .drop-shadow .loaction-card {
    margin-bottom: 2rem;
  }
  .contact-us .drop-shadow .loaction-card .loc-img {
    max-width: 2rem;
    min-width: 2rem;
  }
  .contact-us .drop-shadow .loaction-card h6 {
    margin: 0;
  }
  .contact_image::after {
    position: unset; /* Unset or adjust other properties as needed */
    content: unset;
    height: unset;
    width: unset;
    right: unset;
    bottom: unset;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .contact_image::after {
    position: unset; /* Unset or adjust other properties as needed */
    content: unset;
    height: unset;
    width: unset;
    right: unset;
    bottom: unset;
  }
  .upcoming_events .event-card .card-inner p {
    font-size: 0.6rem;
  }
  .upcoming_events .event-card {
    margin-top: 1.5rem;
  }
  .upcoming_events .event-card .card-inner {
    padding: 0.2rem 0.7rem;
    width: 100% !important;
  }
  h6 {
    font-size: 1rem;
  }
  h1 {
    font-size: 2.825rem;
  }
  p {
    font-size: 0.875rem;
  }
  p br {
    display: none !important;
  }
  h5 {
    font-size: 0.8125rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h3 br {
    display: none;
  }
  h4 {
    font-size: 1.1rem;
  }
  h4 br {
    display: none;
  }
  h2 {
    font-size: 3.2rem;
  }
  .py-6 {
    padding: 3rem 0rem;
  }
  .pt-6 {
    padding-top: 3rem;
  }
  .pb-6 {
    padding-bottom: 3rem;
  }
  .button_red {
    font-size: 0.8125rem;
    padding: 0.5rem 1.2rem;
    margin-bottom: 2rem;
  }
  .button_white {
    font-size: 0.75rem;
    padding: 0.5rem 2rem;
  }
  .lets_connect img {
    width: 90%;
    margin-left: 1.5rem;
  }
  .tashvika_india .mou {
    border-radius: 1rem;
    padding: 1rem;
  }
  .tashvika_india .mou h3 {
    font-size: 1.75rem;
    margin-top: 2rem;
  }
  .tashvika_india .mou h3 br {
    display: none;
  }
  .contact-us .lorem {
    font-size: 0.775rem;
    line-height: 1rem;
  }
  .header-top-wrapper .header-contacts ul li a {
    font-size: 0.6rem;
  }
  header img {
    width: 60%;
  }
  .header-top-wrapper h6 {
    font-size: 0.7rem;
    line-height: 1.0625rem;
  }
  .tashika-header {
    background-position: left;
  }
  .earth-sec .earth-card p {
    font-size: 0.625rem;
    line-height: 1rem;
  }
  .lets_connect .lets-connect-form .form-group .form-control {
    font-size: 0.75rem;
    line-height: 1.2rem;
    border-radius: 0.45rem;
  }
  .blog h3 {
    line-height: 1.875rem;
    font-size: 1.6rem;
  }
  .blog h3 br {
    display: none;
  }
  .subsccribe-wrapper .form-control {
    padding: 0.175rem 0.75rem;
    font-size: 0.75rem;
  }
  .clients img {
    width: 65%;
  }
  .blog .differ_page ul li {
    margin: 0rem 0.25rem;
    font-size: 0.75rem;
  }
  .tashvika_food .pvt_ltd {
    font-size: 0.875rem;
  }
  .tashvika_food .policy_terms .pvt_ltd {
    font-size: 0.875rem;
  }
  .amrit_bhojanam .millets .millet-left-img .millet-img {
    display: none;
  }
  .graph-img .graph {
    padding-top: 1rem;
    width: 70%;
    margin-inline: auto;
  }
  .graph-img .shadow {
    display: none;
  }
  .our-card .our-card-text p {
    font-size: 0.7rem;
  }
  .graph-img .amrit-logo {
    width: 20%;
  }
  .contact_image img {
    img: unset;
  }
  .contact-us .drop-shadow .loaction-card {
    margin-bottom: 2rem;
  }
  .contact-us .drop-shadow .loaction-card .loc-img {
    max-width: 2rem;
    min-width: 2rem;
  }
  .contact-us .drop-shadow .loaction-card h6 {
    margin: 0;
  }
  .contact-us .drop-shadow .loaction-card p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}/*# sourceMappingURL=responsive.css.map */