body {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

.DMVS #heroSection {
  background-image: url(img/hero-img.webp);
  height: 100vh;
  background-size: cover;
  color: #fff;
}

.DMVS header {
  background-color: rgba(9, 77, 16, 0.8);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.DMVS header span a {
  color: #fff;
}

.DMVS #heroSection__content {
  display: flex;
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  padding: 6vh 10% 0 8%;
}

.DMVS h1 {
  font-family: "Amatic SC", cursive;
  font-size: 72px;
  width: 45%;
  margin: 28px 0;
}

.DMVS .primaryButton {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #094d10;
  border-radius: 10px;
  border: 1px solid #fff;
  width: fit-content;
  font-weight: 500;
}

.DMVS img {
  width: 100%;
}

/* site section */

.DMVS .siteSection {
  background-color: #ecffeb;
  padding-top: 60px;
}

.DMVS .siteSection__title {
  background: linear-gradient(#094d10, #020f03);
  color: #fff;
  font-family: "Amatic SC", cursive;
  font-size: 20px;
  text-align: right;
  border-radius: 0 10px 10px 0;
  margin-bottom: 48px;
  padding-right: 20px;
}

.DMVS .siteSection__title h2 {
  padding: 8px 0;
  margin: 0;
}

.DMVS .sectionContent {
  display: flex;
  justify-content: center;
}

.DMVS .sectionContent__container {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* infusions section */

.DMVS #infusionsSection .siteSection__title {
  width: 18%;
  padding-right: 20px;
}

.DMVS #infusionsSection h3 {
  font-family: "Amatic SC", cursive;
  font-size: 30px;
}

.DMVS .infusionItem {
  display: flex;
  flex-direction: column;
  border: 1px solid #a7ccb2;
  width: 30%;
  border-radius: 20px;
  text-align: center;
  padding: 0 0 40px 0;
}

.DMVS .infusionItem img {
  border-radius: 20px 20px 0 0;
}

.DMVS .infusionItem__button {
  display: flex;
  justify-content: center;
}

.DMVS #infusionsSection a {
  border: 1px solid #103623;
  width: 40%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #103623;
  border-radius: 10px;
  font-weight: 500;
  padding: 5px 10px;
}

/* infusions section */
.DMVS #feesSection .siteSection__title {
  width: 14%;
}

.DMVS #feesSection__description {
  width: 55%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #103623;
}

.DMVS #feesSection__description div {
  display: flex;
  justify-content: space-between;
}

.DMVS #feesSection__students {
  width: 45%;
  display: flex;
  justify-content: center;
}

.DMVS #feesSection__descriptionStrong {
  margin: 24px 0 20px;
}

.DMVS #feesSection__students div {
  width: 55%;
  border: 1px solid #a7ccb2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
}

.DMVS #feesSection__students p {
  font-family: "Amatic SC", cursive;
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0;
  color: #103623;
}

.DMVS #feesSection__students img {
  width: 30%;
  margin-bottom: 20px;
}

/* contact section */
.DMVS #contactSection .sectionContent__container {
  flex-direction: column;
}

.DMVS #contactSection .siteSection__title {
  width: 14%;
}

.DMVS #contactSection__description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #103623;
  display: flex;
  gap: 4%;
}

.DMVS #contactForm {
  display: flex;
  flex-direction: column;
  border: 1px solid #a7ccb2;
  border-radius: 20px;
  padding: 20px 6%;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
}

.DMVS .formRow {
  display: flex;
  justify-content: space-between;
}

.DMVS .formRow div {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 12px;
}

.DMVS .formRow#formMessage div {
  width: 100%;
}

.DMVS .formRow label {
  font-family: "Amatic SC", cursive;
  font-size: 28px;
  color: #103623;
}

.DMVS input,
.DMVS select {
  height: 40px;
}

.DMVS input,
.DMVS select,
.DMVS textarea {
  background-color: transparent;
  border-radius: 20px;
  border-width: 1px;
}

.DMVS #submitButton {
  display: flex;
  justify-content: right;
}

/* about section */
.DMVS #aboutSection {
  padding-bottom: 80px;
}

.DMVS #aboutSection .siteSection__title {
  width: 18%;
}

.DMVS #aboutContent__description {
  font-family: "Source Sans Pro", sans-serif;
  width: 60%;
  font-size: 18px;
  color: #103623;
}

.DMVS #aboutContent__image {
  display: flex;
  justify-content: center;
  width: 40%;
}

.DMVS #aboutContent__image img {
  width: 40%;
}

/* footer */

.DMVS footer {
  background-color: #094d10;
  font-family: "Amatic SC", cursive;
  font-size: 20px;
  padding: 20px 6% 20px 8%;
}

.DMVS footer,
.DMVS footer a {
  color: #fff;
}

.DMVS footer img {
  height: 20px;
}

.DMVS footer,
.DMVS #footer__left,
.DMVS #footer__left div,
.DMVS #footer__right {
  display: flex;
  align-items: center;
}

.DMVS #footer__left {
  gap: 15%;
  width: 45%;
  padding-right: 20px;
}

.DMVS #footer__left div {
  gap: 28%;
}

.DMVS #footer__right {
  border-left: 1px solid #fff;
  width: 55%;
  gap: 8%;
  justify-content: space-between;
}

.DMVS #legalMentions {
  padding-left: 10%;
}

@media (min-width: 1320px) {
  .DMVS .sectionContent__container {
    padding: 0 20%;
  }

  .DMVS #infusionsSection .siteSection__title {
    width: 25%;
  }

  .DMVS #feesSection .siteSection__title {
    width: 22%;
  }

  .DMVS #contactSection .siteSection__title {
    width: 20%;
  }

  .DMVS #aboutSection .siteSection__title {
    width: 25%;
  }

  .DMVS footer {
    padding: 20px 8% 20px 20%;
  }

  .DMVS #legalMentions {
    padding-left: 15%;
  }
}

@media (max-width: 992px) {
  .DMVS footer {
    font-size: 18px;
    padding: 20px 8%;
  }

  .DMVS #legalMentions {
    padding-left: 5%;
  }
}

@media (max-width: 768px) {
  .DMVS h1 {
    width: 100%;
  }

  .DMVS #infusionsSection .sectionContent__container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .DMVS .infusionItem {
    width: 45%;
  }

  .DMVS #feesSection .sectionContent__container {
    flex-direction: column;
    gap: 52px;
  }

  .DMVS #feesSection__description {
    width: 100%;
  }

  .DMVS #feesSection__students {
    width: 72%;
  }
}

@media (max-width: 576px) {
  .DMVS nav {
    padding: 10px 4%;
  }

  .DMVS nav span {
    font-size: 28px;
  }

  .DMVS #heroSection {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
      url(img/hero-img.webp);
    background-position: center;
  }

  .DMVS #heroSection__content a {
    display: flex;
    justify-content: center;
    text-align: center;
    width: unset;
    font-size: 16px;
    margin: 0 30%;
  }

  .DMVS h1 {
    font-size: 44px;
    text-align: center;
    padding: 0;
    font-weight: 400;
  }

  .DMVS #infusionsSection .siteSection__title {
    width: 35%;
  }

  .DMVS #infusionsSection .sectionContent__container {
    gap: 40px;
  }

  .DMVS .infusionItem {
    width: 100%;
  }

  .DMVS #feesSection .siteSection__title {
    width: 24%;
  }

  .DMVS #feesSection__students {
    width: 100%;
  }

  .DMVS #feesSection__students div {
    width: 70%;
  }

  .DMVS #contactSection .siteSection__title {
    width: 26%;
  }

  .DMVS #contactSection__description {
    flex-direction: column;
    gap: 20px;
  }

  .DMVS .formRow {
    flex-direction: column;
    gap: 20px;
  }

  .DMVS .formRow div {
    width: 100%;
  }

  .DMVS #contactForm .primaryButton {
    width: 100%;
    text-align: center;
  }

  .DMVS #aboutSection .siteSection__title {
    width: 40%;
  }

  .DMVS #aboutContent .sectionContent__container {
    flex-direction: column;
  }

  .DMVS #aboutContent__description {
    width: 100%;
  }

  .DMVS #aboutContent__image {
    width: 50%;
  }

  .DMVS #aboutContent__image img {
    width: 100%;
  }

  .DMVS footer {
    padding: 28px 8%;
    flex-direction: column;
    gap: 32px;
  }

  .DMVS #footer__left {
    padding-right: 0;
    justify-content: space-between;
  }

  .DMVS #footer__left p {
    display: none;
  }

  .DMVS #footer__right {
    width: 100%;
    border-left: unset;
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}

@media (max-width: 320px) {
  .DMVS h1 {
    padding: 0;
  }

  .DMVS #infusionsSection .siteSection__title {
    width: 50%;
  }
}
