* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  cursor: pointer;
}

body {
  padding: 0;
  margin: 0;
}

.header {
  max-width: 1366px;
  justify-content: flex-start;
  margin-top: 15px;
  margin-left: 20%;
  display: flex;
  max-height: 768px;
  overflow: hidden;
  color: #8a4a4a;
}

.header-block {
  display: flex;
  margin-right: 10px;
  align-items: center;
}

.header-block-icon {
  width: 15px;
  margin: 5px;
  filter: invert(15%) sepia(75%) saturate(7495%) hue-rotate(359deg) brightness(93%) contrast(114%);
}

.header-block-content {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.header-block-content-link {
  text-decoration: none;
  color: #8a4a4a;
}

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  width: 100%;
}

.navbar {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #8a4a4a;
}

.navMenuLinkContent {
  display: inline-block;
  text-decoration-line: none;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 16px;
  color: #8a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.healPharma {
  color: #8a4a4a;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.providingHealth {
  font-size: 14px;
  text-transform: uppercase;
  color: #8a4a4a;
  font-weight: 700;
  text-align: right;
}

.navMenuLinkContent:hover {
  color: hsla(210, 26%, 7%, 1);
}

.homeSectionContainer {
  background-image: url("/images/section1-doctor.png");
  height: 90vh;
  padding-left: 17%;
}

.site-logo {
  margin-left: 20%;
  margin-right: 20%;
  color: black;
}

.Section,
.productSection {
  max-width: 1366px;
  justify-content: space-between;
  max-height: 768px;

  @media only screen and (max-width: 991px) {
    max-height: none;
    flex-direction: column;
    padding: 16px 16px 0;
  }
}

.productSection,
.getInTouchSection {
  flex-direction: column;
  gap: 24px;
  padding-left: 48px;
  max-height: none;
  @media only screen and (max-width: 991px) {
    padding-left: 16px;
  }
}

.homeSectionContent {
  padding-left: 60px;
  @media only screen and (max-width: 991px) {
    padding-left: 0;
  }
}

.homeHeading {
  font-family: "Roboto", sans-serif;
  width: 250px;
  padding-top: 90px;
  padding-left: 60ox;

  @media only screen and (max-width: 991px) {
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
  }
}

.homeData {
  padding-top: 200px;
  color: black;
  font-size: 54px;
  line-height: 61px;
  font-weight: normal;
  max-width: 480px;
  font-family: "PT Serif", serif;
  @media only screen and (max-width: 991px) {
    font-size: 32px;
    line-height: 36px;
    padding-top: 150px;
    margin-bottom: 16px;
  }
}

.homeSectionLinks {
  margin-top: 40px;
}

.homeSectionLink {
  text-decoration: none;
  padding: 20px;
  background-color: #fe0000;
  color: white;
  border-radius: 10%;
  margin-right: 20px;
}

.aboutSectionContainer {
  margin-top: 100px;
  display: flex;
  height: 80vh;
  overflow: hidden;
}

.aboutSectionImgContainer {
  overflow: hidden;
  position: relative;
  width: 50%;
  border-radius: 20px;
}

.aboutSectionImg {
  position: absolute;
  top: -150px;
  border-radius: 5%;
  width: 100%;
}

.brandDetail {
  margin-left: 50px;
}

.brandHeader {
  margin-bottom: 24px;
  text-transform: capitalize;
  font-family: "PT Serif", serif;
  color: #fe0000;
  font-size: 24px;
}

.brandSubHeader {
  font-size: 38px;
}

.brandContent {
  margin-top: 10px;
  font-size: 22px;
  font-family: system-ui;
  letter-spacing: 1px;
  color: #8a4a4a;
  line-height: 29px;
  font-weight: 300;
  max-width: 420px;
  font-family: "Roboto", sans-serif;

  @media only screen and (max-width: 991px) {
    font-size: 18px;
    line-height: 24px;
  }
}

.productSectionContainer {
  margin-left: 20%;
}

.productHeader {
  color: black;
  font-size: 38px;
  line-height: 66px;
  font-weight: bold;
  text-transform: capitalize;
  padding-top: 48px;

  @media only screen and (max-width: 991px) {
    font-size: 43px;
    line-height: 54px;
    padding-top: 15px;
    text-align: center;
  }
}

.productDataSection {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 24px;

  @media only screen and (max-width: 991px) {
    flex-direction: column;
  }
}
.productDataSection > div {
  width: 260px;
  box-shadow: 0px 0px 25px 0px #ddddddbf;
  padding: 25px 10px;

  @media only screen and (max-width: 991px) {
    align-self: center;
  }
}

.productImg {
  display: block;
  width: 65px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.itemHeading {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  color: #232323;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins";
}

.itemData {
  color: #8a4a4a;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.7;
  font-size: 15px;
  font-family: "Poppins";
}

.getInTouchSectionContainer {
  background-image: url("/images/section-3-pattern.png");
  background-color: #aa0808;
  height: 60vh;
  padding-left: 22%;
  padding-top: 100px;
  display: flex;
}

.get-in-touch-block {
  display: flex;
  flex-direction: column;
  margin-right: 200px;
}

.get-in-touch-block-heading {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

.get-in-touch-block-content {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.get-in-touch-block-content-icon {
  width: 40px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.get-in-touch-block-content-links {
  margin-left: 20px;
  line-height: 25px;
}

.get-in-touch-block-content-link {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 768px) {
  .header {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }

  .header-block-content {
    font-size: 12px;
  }

  .navMenuLinkList {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    margin-right: 5%;
  }

  .navMenuLinkContent {
    overflow: visible;
    padding: 10px 10px;
    font-size: 14px;
    padding-top: 0;
  }

  .navMenuLinkListRow {
    display: inline-flex;
    width: 100%;
    justify-content: end;
    align-items: end;
  }

  .site-logo {
    margin-left: 0;
    margin-right: 10px;
  }

  .healPharma {
    font-size: 12px;
  }

  .providingHealth {
    font-size: 10px;
  }

  .homeSectionContainer {
    background-position: 70% 50%;
    height: 75vh;
  }

  .aboutSectionContainer {
    margin-top: 25px;
    flex-direction: column;
    height: auto;
  }

  .aboutSectionImgContainer {
    width: 100%;
    border-radius: 0;
    overflow: visible;
  }

  .aboutSectionImg {
    top: -50px;
    position: initial;
  }

  .brandDetail {
    margin-top: 30px;
    margin-left: 0;
    padding: 10px;
  }

  .productSectionContainer {
    margin-left: 0;
  }

  .productHeader {
    margin-bottom: 25px;
  }

  .productDataItem {
    width: 75vw !important;
  }

  .getInTouchSectionContainer {
    flex-direction: column;
    height: auto;
    padding: 15%;
  }

  .get-in-touch-block {
    margin-right: 0;
    width: 100%;
    margin-top: 60px;
  }
}
