html,
body {
  scroll-behavior: smooth;
}

.sticky-icon {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #151515;
}
.sticky-icon > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.sticky-icon > a > img {
  width: 57%;
  height: 57%;
}

#header {
  display: flex;
  align-items: center;
  padding-inline: 10%;
  height: 90px;
  background-color: #9973ff;
}
#header > ul {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 32px;
}
#header > ul > li {
  list-style: none;
}
#header > ul > li > a {
  font-size: 24px;
  text-decoration: none;
  color: white;
  position: relative;
}
#header > ul > li > a:hover::after {
  width: 100%;
}
#header > ul > li > a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: white;
  transition: width 0.3s;
}
#header > button {
  cursor: pointer;
  background-color: #3b124d;
  color: white;
  height: 45px;
  padding: 0 20px;
  border: none;
  border-radius: 16px;
  font-size: 22px;
  font-weight: bold;
}
#header > button:active {
  transform: scale(0.95);
}

#one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 10%;
  padding-block: 5%;
  background-color: #35bcad;
}
#one > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#one > div > h1 {
  font-size: 80px;
  color: white;
  max-width: 380px;
  width: 100%;
  font-weight: normal;
}
#one > div > span {
  font-size: 18px;
  color: #3b124d;
  text-transform: uppercase;
}
#one > div > a {
  display: block;
  padding-inline: 18px;
  padding-block: 15px;
  background-color: lightgray;
  border-radius: 40px;
  font-weight: medium;
}
#one > div > img {
  max-width: 100%;
  height: auto;
}

#two {
  background-color: #f8f6f1;
  padding-inline: 10%;
  padding-block: 5%;
}
#two > h1 {
  text-align: center;
  color: #3b124d;
  font-weight: medium;
  font-size: 65px;
}
#two > span {
  text-align: center;
  color: #3b124d;
  font-size: 43px;
  display: block;
  margin-bottom: 21px;
}
#two > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 82px;
  margin-top: 100px;
}
#two > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #35bcad;
  height: 300px;
  padding: 24px;
  border-radius: 16px;
  position: relative;
}
#two > div > div > div:nth-child(1) {
  background-color: white;
  max-width: max-content;
  position: absolute;
  top: -70px;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 87px;
}
#two > div > div > div:nth-child(1) > img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
}
#two > div > div > p {
  font-size: 21px;
  color: #3b124d;
}

#three {
  background-color: #9973ff;
  padding-inline: 5%;
  padding-block: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#three > span {
  font-size: 29px;
  color: white;
}

#four {
  background-image: url(../img/appointment.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
#four > div {
  background-color: rgba(255, 255, 255, 0.8);
  padding-inline: 10%;
  padding-block: 5%;
}
#four > div > h1 {
  font-size: 35px;
  font-weight: 500;
  color: #3b124d;
  text-align: center;
}
#four > div > p {
  margin-top: 27px;
  font-size: 17px;
  color: #3b124d;
  max-width: 55%;
  margin-inline: auto;
  text-align: center;
}
#four > div > div {
  margin-top: 60px;
  display: flex;
  gap: 100px;
}
#four > div > div > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #f4f3f5;
  border-radius: 16px;
  min-height: 190px;
}
#four > div > div > div > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#four > div > div > div > div > strong {
  font-size: 20px;
  color: #3b124d;
  margin-bottom: 10px;
}
#four > div > div > div > div > p {
  font-size: 18px;
  color: rgb(59, 18, 77);
  text-align: left;
}
#four > div > div > div > a {
  background-color: rgba(59, 18, 77, 0.2);
  font-weight: bold;
  display: block;
  padding: 5px 15px;
  border-radius: 8px;
  margin-top: 50px;
}
#four > div > div > div > span {
  font-size: 11px;
  color: #191919;
  margin-top: 6px;
  font-weight: 500;
}

#five {
  background-color: #35bcad;
  padding-inline: 10%;
  padding-block: 5%;
}
#five > h1 {
  font-size: 41px;
  color: #3b124d;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
#five > div {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 22px;
}
#five > div > div {
  flex: 1;
  background-color: white;
  padding: 18px 23px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 22px;
}
#five > div > div > img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
#five > div > div > div > strong {
  font-size: 18px;
  color: #191919;
  text-transform: uppercase;
}
#five > div > div > div > p {
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 12px;
  color: #3b124d;
  font-weight: bold;
}

#six {
  padding-inline: 10%;
  padding-block: 5%;
}
#six > h1 {
  font-size: 42px;
  color: #3b124d;
  font-weight: normal;
}
#six > div {
  display: flex;
  margin-top: 50px;
  gap: 40px;
}
#six > div > div {
  flex: 1;
}
#six > div > div > header {
  background-color: #35bcad;
  text-align: center;
  padding: 8px 0;
}
#six > div > div > header > span {
  font-weight: bold;
  color: #3b124d;
}
#six > div > div > main {
  margin-top: 18px;
  max-width: 80%;
  margin-inline: auto;
  border: 1px solid #9973ff;
  padding: 20px 10px;
  border-radius: 8px;
  background-color: white;
}
#six > div > div > main > p {
  font-size: 16px;
  color: #3b124d;
}

#seven {
  background-color: #f4f3f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding-inline: 10%;
  padding-block: 5%;
}
#seven > h1 {
  font-size: 36px;
  color: #3b124d;
  font-weight: normal;
  margin-left: 100px;
}
#seven > div {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#seven > div > img {
  max-width: 400px;
  height: auto;
}
#seven > div > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #35bcad;
  padding-bottom: 24px;
  margin-bottom: 24px;
  gap: 40px;
}
#seven > div > div > div > * {
  flex: 1;
}
#seven > div > div > div > span {
  color: #3b124d;
  font-size: 16px;
  font-weight: bold;
}
#seven > div > div > div > ul {
  color: #3b124d;
}
#seven > div > div > div > ul li {
  text-align: left;
}
#seven > p {
  font-size: 16px;
  color: #3b124d;
  text-align: left;
  margin-top: 40px;
}

#eight {
  background-color: #f4f3f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding-inline: 10%;
  padding-block: 5%;
}
#eight > h1 {
  font-size: 36px;
  font-weight: normal;
  color: #3b124d;
  margin-bottom: 24px;
}
#eight > div {
  display: flex;
  justify-content: space-between;
  gap: 34px;
}
#eight > div > div > div {
  position: relative;
}
#eight > div > div > div > img {
  width: 275px;
  height: 275px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #35bcad;
}
#eight > div > div > div > span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  color: black;
  text-shadow: 0 0 2px white;
}
#eight > div > div > p {
  font-size: 14px;
  color: #3b124d;
  margin-top: 41px;
  max-width: 275px;
}

#nine {
  background-color: #f4f3f5;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#nine > div:nth-child(1) {
  flex: 1;
  padding-inline: 10%;
  padding-block: 5%;
}
#nine > div:nth-child(1) > h1 {
  font-size: 28px;
  color: #3b124d;
  text-align: center;
}
#nine > div:nth-child(1) > div {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}
#nine > div:nth-child(1) > div > div > span {
  display: block;
  text-align: center;
  font-size: 34px;
  color: #3b124d;
  font-weight: bold;
}
#nine > div:nth-child(1) > div > div > div {
  background-color: #32a6ab;
  padding: 25px;
  border-radius: 16px;
  color: #3b124d;
  margin-top: 4px;
}
#nine > div:nth-child(1) > div > div > div > p {
  max-width: 167px;
  font-size: 18px;
}
#nine > div:nth-child(1) > p {
  font-size: 18px;
  color: #3b124d;
  margin-top: 50px;
}
#nine > div:nth-child(2) {
  max-width: 30%;
}
#nine > div:nth-child(2) > img {
  max-width: 100%;
  min-height: 100vh;
  object-fit: cover;
}

#footer {
  background-image: url(../img/annotations.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#footer > div {
  padding-inline: 5%;
  padding-block: 10%;
  background-color: rgba(255, 255, 255, 0.8);
}
#footer > div > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 120px;
}
#footer > div > div > span {
  font-size: 65px;
  color: #3b124d;
}
#footer > div > div > div {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#footer > div > div > div > span {
  font-size: 24px;
  color: #3b124d;
}
#footer > div > div > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
#footer > div > div > div > div > a > img {
  max-width: 35px;
  height: auto;
}
#footer > div > p {
  font-size: 8px;
  color: #3b124d;
  text-align: left;
  margin-top: 70px;
}

/*# sourceMappingURL=index.css.map */
