@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Playfair+Display:wght@700&display=swap");
body {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.h0 {
  font-size: 3.981rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 48rem) {
  .h0 {
    font-size: calc(1.40208vw + 3.308rem);
  }
}

@media screen and (min-width: 192rem) {
  .h0 {
    font-size: 6rem;
  }
}

.h1 {
  font-size: 3.318rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 48rem) {
  .h1 {
    font-size: calc(1.08681vw + 2.79633rem);
  }
}

@media screen and (min-width: 192rem) {
  .h1 {
    font-size: 4.883rem;
  }
}

.h2 {
  font-size: 2.765rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 48rem) {
  .h2 {
    font-size: calc(0.79236vw + 2.38467rem);
  }
}

@media screen and (min-width: 192rem) {
  .h2 {
    font-size: 3.906rem;
  }
}

.h3 {
  font-size: 2.304rem;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (min-width: 48rem) {
  .h3 {
    font-size: calc(0.57014vw + 2.03033rem);
  }
}

@media screen and (min-width: 192rem) {
  .h3 {
    font-size: 3.125rem;
  }
}

.h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (min-width: 48rem) {
  .h4 {
    font-size: calc(0.48611vw + 1.56667rem);
  }
}

@media screen and (min-width: 192rem) {
  .h4 {
    font-size: 2.5rem;
  }
}

.para {
  font-size: 1.6rem !important;
}

p {
  margin-bottom: 3rem;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 64em) {
  html {
    font-size: 56.25%;
  }
}

@media screen and (max-width: 48em) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 31.25em) {
  html {
    font-size: 43.75%;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #FF0000;
  color: #fff;
}

::selection {
  background-color: #FF0000;
  color: #fff;
}

.playfair {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.regular {
  font-weight: 300;
}

.primary {
  color: #FF0000;
}

.secondary {
  color: #F5CE11;
}

.block {
  display: block;
}

@-webkit-keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}

@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}

.loading {
  position: relative;
  z-index: 2;
}

.loading::before {
  content: ' .';
  -webkit-animation: dots 1s steps(5, end) infinite;
          animation: dots 1s steps(5, end) infinite;
}

.nav {
  background-color: #F5CE11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5vw;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.nav--active .nav__hamburger-wrapper .nav__hamburger {
  background-color: transparent;
}

.nav--active .nav__hamburger-wrapper .nav__hamburger::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav--active .nav__hamburger-wrapper .nav__hamburger::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav--active .nav__list {
  opacity: 1;
  pointer-events: initial;
}

.nav__logo {
  width: 4rem;
  display: block;
}

.nav__hamburger-wrapper {
  height: 7rem;
  width: 5rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 37.5em) {
  .nav__hamburger-wrapper {
    display: block;
  }
}

.nav__hamburger {
  background-color: #000;
  pointer-events: none;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.nav__hamburger::before, .nav__hamburger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav__hamburger::before {
  -webkit-transform: translateY(-10px) rotate(0deg);
          transform: translateY(-10px) rotate(0deg);
}

.nav__hamburger::after {
  -webkit-transform: translateY(10px) rotate(0deg);
          transform: translateY(10px) rotate(0deg);
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  list-style: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 37.5em) {
  .nav__list {
    opacity: 0;
    pointer-events: none;
    padding-top: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
  }
}

.nav__list-item {
  height: 100%;
}

@media screen and (max-width: 37.5em) {
  .nav__list-item {
    height: auto;
    width: 100%;
  }
}

.nav__link {
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  padding: 1rem 2rem;
  color: #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (max-width: 37.5em) {
  .nav__link {
    padding: 3rem 2rem;
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
  }
}

.nav__link--active {
  font-weight: 700;
  background-color: #FFA200;
}

.nav__link:hover {
  background-color: #FFA200;
}

.footer {
  background-color: #FF0000;
  color: #fff;
  padding: 1rem;
}

.footer__wrapper {
  width: 100%;
  max-width: 81.2rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr max-content;
      grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
      grid-template-columns: max-content 1fr max-content;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 19.375em) {
  .footer__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
  }
}

.footer__logo {
  height: 3.3rem;
}

.footer__line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.footer__copyright {
  margin-bottom: 0;
}

.link {
  display: inline-block;
  color: #FF0000;
  font-size: 2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.link:hover {
  color: #db0000;
}

.btn {
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  font-size: 2rem;
  border-radius: 100px;
  border: none;
}

.btn--primary {
  background-color: #FF0000;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn--primary:hover, .btn--primary:focus {
  background-color: #db0000;
}

.btn--link {
  text-decoration: none;
}

.btn--100 {
  width: 100%;
}

.btn--lg {
  padding: 1.5rem 3rem;
}

.input {
  width: 100%;
  max-width: 53.6rem;
  margin: 0 auto 3rem;
}

.input:last-child {
  margin: 8rem auto 0;
}

.input__label {
  font-size: 2rem;
  font-family: inherit;
  display: block;
  font-weight: 700;
}

.input__control {
  font-size: inherit;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: 1.5rem 3rem;
  background-color: #E9E9E9;
  text-align: center;
  border: none;
  border-bottom: 1px solid transparent;
  outline-color: #d5d5d5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.input__control--error {
  border-bottom-color: #FF0000;
}

.input__control:focus {
  background-color: gainsboro;
}

.hero {
  height: 100%;
  min-height: 100vh;
  padding: 6rem 3rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url("../img/hero.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/hero.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.hero__wrapper {
  width: 100%;
  max-width: 85rem;
  color: #fff;
  text-align: center;
}

.hero__logo {
  display: block;
  width: 100%;
  max-width: 43rem;
  margin: 0 auto;
}

.hero__heading {
  font-size: 12rem;
}

@media screen and (max-width: 64em) {
  .hero__heading {
    font-size: 8rem;
  }
}

@media screen and (max-width: 24.375em) {
  .hero__heading {
    font-size: 6rem;
  }
}

.hero__arrow {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.intro {
  height: 100%;
  min-height: 80vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8rem;
}

.intro__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.intro__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 164.5rem;
  background-color: #FF0000;
  color: #fff;
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro__inner-wrapper {
  text-align: center;
  width: 100%;
  max-width: 84.7rem;
}

.intro__header {
  margin-bottom: 3rem;
}

.intro__heading::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  max-width: 18rem;
  background-color: #fff;
  margin: 2rem auto 0;
}

.benefits {
  padding: 0 0 10rem;
}

.benefits__header {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 5vw;
}

.benefits__heading {
  margin-bottom: 1rem;
}

.benefits__list {
  width: 100%;
  max-width: 164.5rem;
  margin: 5rem auto 0;
  padding: 0 5vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem;
  list-style: none;
}

@media screen and (max-width: 78.4375em) {
  .benefits__list {
    grid-gap: 1rem;
  }
}

@media screen and (max-width: 43.125em) {
  .benefits__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
  }
}

.benefits__list-item {
  padding: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.benefits__number {
  font-size: 2.4rem;
}

.benefits__benefit {
  margin-bottom: 0;
}

.who {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 43.125em) {
  .who {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.who__content-wrapper {
  padding: 8rem 5vw;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.who__header {
  margin-bottom: 3rem;
}

.who__heading {
  font-size: 12rem;
  line-height: 1.3;
}

@media screen and (max-width: 64em) {
  .who__heading {
    font-size: 8rem;
  }
}

@media screen and (max-width: 24.375em) {
  .who__heading {
    font-size: 6rem;
  }
}

.who__heading::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  max-width: 38rem;
  background-color: #000;
  margin: 3rem 0;
}

.who__link-wrapper {
  margin-bottom: 3rem;
}

.who__img-wrapper {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 43.125em) {
  .who__img-wrapper {
    height: 40rem;
  }
}

.who__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.products__container {
  height: 100%;
  min-height: 80vh;
  padding: 6rem 5vw 9rem;
  background-size: cover;
  background-attachment: fixed;
}

.products__container-header {
  text-align: center;
}

.products__container-heading {
  font-size: 12rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 64em) {
  .products__container-heading {
    font-size: 8rem;
  }
}

@media screen and (max-width: 24.375em) {
  .products__container-heading {
    font-size: 6rem;
  }
}

.products__container-heading::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  max-width: 18rem;
  background-color: #FF0000;
  margin: 0 auto;
}

.products__grid {
  width: 100%;
  max-width: 164.5rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 50rem;
      grid-template-rows: 50rem;
  grid-auto-rows: 50rem;
  grid-gap: 2rem;
}

@media screen and (max-width: 78.4375em) {
  .products__grid {
    grid-gap: 1rem;
  }
}

@media screen and (max-width: 64em) {
  .products__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 24.375em) {
  .products__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.products__grid-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.products__info-wrapper {
  background-color: #fff;
  padding: 3rem;
  border: 1px solid #E9E9E9;
  position: relative;
  z-index: 2;
  height: 30%;
}

.products__info-wrapper p {
  margin-bottom: 0;
}

.products__img-wrapper {
  background-color: #fff;
  height: 70%;
}

.products__img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.products__btn-wrapper {
  padding: 8rem 0 0;
  text-align: center;
}

.products__core-wrapper .products__grid {
  padding: 10rem 5vw;
}

.contact {
  padding: 6rem 5vw 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url("../img/contact.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../img/contact.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 2rem;
  background-color: #F5CE11;
}

.contact__logo {
  display: block;
  width: 10rem;
  margin: 10rem auto 3rem;
}

.contact__header {
  color: #fff;
  text-align: center;
  max-width: 68rem;
  width: 100%;
  margin: 0 auto 8rem;
}

.contact__heading {
  margin-bottom: 2rem;
}

.contact__form {
  background-color: #fff;
  width: 100%;
  max-width: 81.2rem;
  margin: 0 auto;
  padding: 8rem 3rem;
  text-align: center;
}

.contact__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__icon {
  display: inline-block;
  margin-right: 1rem;
  width: 3rem;
}

.header {
  height: 100%;
  min-height: 40vh;
  padding: 3rem;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}

.header--about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url("../img/about.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/about.jpg");
}

.header--products {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url("../img/products-2.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/products-2.jpg");
}

.header__wrapper {
  text-align: center;
}

.header__logo {
  width: 10rem;
}

.about__wrapper {
  width: 100%;
  max-width: 140rem;
  margin: 10rem auto;
  padding: 0 5vw;
}

.about__img-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

@media screen and (max-width: 25em) {
  .about__img-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.about__img-wrapper {
  text-align: center;
}

.about__img {
  display: block;
  width: 100%;
  height: 50rem;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 37.5em) {
  .about__img {
    height: 30rem;
  }
}

@media screen and (max-width: 25em) {
  .about__img {
    height: auto;
  }
}

.about__gupta {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
/*# sourceMappingURL=main.css.map */