body {
  margin: 0;
  box-sizing: border-box;
}

:root {
  --main-bg-color: #fcc302;
  --text-color: #313243;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*********** Header start ***********/

.header__container {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: space-around;
  background-color: #daac00;
}

.header__menu {
}

.menu {
  display: flex;
}

.header__logo {
  margin-left: 35px;
}

.menu__list {
  display: flex;
  padding: 0;
}

.menu__item {
  margin: 0px 50px;
  list-style: none;
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.menu__link {
  color: white;
  text-decoration: none;
}

.menu__link:hover {
  text-shadow: 0px 0px 20px white;
  transition: 0.7ms;
}

.header__search-form {
  display: flex;
  margin-right: 30px;
}

.header__search-input {
  width: 150px;
  height: 40px;
  padding: 15px;
  color: white;
  font-weight: bold;
  background-color: var(--main-bg-color);
  border: none;
}

.header__search-input--focus:focus {
  outline: none;
}

.header__search-input::placeholder {
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}

.header__search-button {
  float: right;
  width: 55px;
  height: 40px;
  background-color: #00bec9;
  border: none;
  cursor: pointer;
}

.header__search-button:hover {
  box-shadow: 0px 0px 20px 0px #12f3ff;
  transition: 0.5ms;
}

.header__search-image {
  width: 20px;
  padding-top: 4px;
}

/*********** Header end ***********/

/*********** Main-block start ***********/
/*********** Get-started block start ***********/

.get-started {
  height: 545px;
  padding: 100px 0px 0px 100px;
  background-color: var(--main-bg-color);
}

.get-started__container {
  display: flex;
  flex-wrap: wrap;
}

.get-started__content {
}

.block-text {
}

.block-text__title {
  color: white;
  font-size: 44px;
  letter-spacing: 5px;
}

.block-text__text {
  position: relative;
  bottom: 20px;
  color: white;
  font-size: 18px;
  font-family: "Segoe UI", sans-serif;
}

.get-started__button {
  width: 305px;
}

.get-started__button--blue {
  width: 140px;
  height: 45px;
  border: none;
  margin: 25px 20px 0px 0px;
  background-color: #00bec9;
  border-radius: 7px;
  color: white;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.get-started__button--blue:hover {
  box-shadow: 0px 0px 20px 0px #12f3ff;
  transition: 0.5ms;
}

.get-started__button--background-none {
  width: 140px;
  height: 45px;
  background-color: var(--main-bg-color);
  border: 3px solid white;
  border-radius: 7px;
  color: white;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.get-started__button--background-none:hover {
  box-shadow: 0px 0px 20px 0px white;
  transition: 0.5ms;
}

.get-started__image {
}

.get-started__image-item {
  position: relative;
  left: 190px;
  bottom: 30px;
  width: 360px;
}

/*********** Get-started block end ***********/

/*********** Care-block start ***********/

.care-block__container {
  display: flex;
  height: 600px;
}

.care-block__content {
  width: 100%;
}

.care-block__text-container {
  width: 615px;
  padding: 100px 0px 0px 100px;
}

.care-block__title {
  font-size: 34px;
  color: var(--text-color);
}

.care-block__text {
  font-family: "Segoe UI", sans-serif;
  font-weight: 500;
  color: var(--text-color);
}

.care-block__button {
  margin-top: 35px;
}

.care-block__button-item {
  width: 140px;
  height: 45px;
  background-color: var(--main-bg-color);
  border: none;
  border-radius: 7px;
  color: white;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.care-block__button-item:hover {
  box-shadow: 0px 0px 20px 0px var(--main-bg-color);
  transition: 0.5ms;
}

.care-block__image {
}

.care-block__image-item {
  position: relative;
  float: right;
  bottom: 300px;
  right: 178px;
  width: 400px;
  box-shadow: -130px 130px 0px -110px var(--main-bg-color);
}

/*********** Care-block end ***********/

/*********** Service-block start ***********/

.service-block__container {
  height: 780px;
  background-color: var(--main-bg-color);
}

.service-block__content {
}

.service-block__text-container {
  display: block;
  text-align: center;
  color: white;
  padding-top: 30px;
}

.service-block__title {
  font-size: 46px;
  margin-bottom: 15px;
}

.service-block__text {
  font-family: "Segoe UI", sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
}

.service-list {
  display: flex;
  justify-content: center;
  text-align: center;
}

.service-list__item {
  padding: 0px 50px 0px 27px;
  margin-top: 50px;
  list-style: none;
}

.service-list__image {
  width: 275px;
}

.service-list__image--active:hover {
  transition: 0.3ms;
  transform: scale(1.1);
}

.service-list__title {
  font-size: 26px;
  color: white;
}

.service-list__text {
  white-space: pre-line;
  color: white;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
}

/*********** Service-block end ***********/

/*********** Care-block-second start ***********/

.care-block-second__container {
  display: flex;
  height: 600px;
}

.care-block-second__content {
  width: 100%;
}

.care-block-second__text-container {
  width: 615px;
  float: right;
  padding: 100px 0px 0px 100px;
  margin-right: 175px;
  direction: rtl;
}

.care-block-second__title {
  font-size: 34px;
  color: #313243;
}

.care-block-second__text {
  font-family: "Segoe UI", sans-serif;
  font-weight: 500;
  color: #313243;
}

.care-block-second__button {
  margin-top: 35px;
}

.care-block-second__button-item {
  width: 140px;
  height: 45px;
  background-color: var(--main-bg-color);
  border: none;
  border-radius: 7px;
  color: white;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.care-block-second__button-item:hover {
  box-shadow: 0px 0px 20px 0px var(--main-bg-color);
  transition: 0.5ms;
}

.care-block-second__image {
}

.care-block-second__image-item {
  padding: 110px 0px 0px 100px;
  width: 400px;
  box-shadow: 180px 180px 0px -160px var(--main-bg-color);
}

/*********** Care-block-second end ***********/

/*********** Sale-block start ***********/

.sale-block__container {
  height: 800px;
  background-color: var(--main-bg-color);
}

.sale-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 70px;
  list-style: none;
  text-align: center;
}

.sale-list__image {
  width: 275px;
}

.sale-list__image--active:hover {
  transition: 0.3ms;
  transform: scale(1.1);
}

.sale-list__price {
  color: white;
  font-size: 32px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 500;
}

.sale-list__button {
  width: 170px;
  height: 45px;
  border: none;
  background-color: #00bec9;
  border-radius: 30px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.sale-list__button--active:hover {
  box-shadow: 0px 0px 20px 0px #12f3ff;
  transition: 0.5ms;
}

/*********** Sale-block end ***********/

/*********** Team-block start ***********/

.team-block__container {
  height: 780px;
}

.team-block__text-container {
  text-align: center;
}

.team-block__title {
  font-size: 48px;
  margin-bottom: 0;
  color: var(--text-color);
}

.team-block__text {
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--text-color);
}

.team-list {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  text-align: center;
  margin-top: 70px;
}

.team-list__image {
  width: 275px;
}

.team-list__image--active:hover {
  transition: 0.3ms;
  transform: scale(1.1);
}

.team-list__doctor-name {
  font-size: 26px;
  margin-bottom: 0;
  color: var(--text-color);
}

.team-list__doctor-position {
  font-size: 22px;
  margin: 0px 0px 15px 0px;
  font-family: "Segoe UI", sans-serif;
  color: var(--text-color);
}

.social-list {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}

.social-list__media-image {
  margin: 15px 25px 0px 0px;
  width: 30px;
}

/*********** Team-block end ***********/

/*********** Statistics-block start ***********/

.statistics-block__container {
  height: 500px;
  background-color: var(--main-bg-color);
}

.statistics-block__list {
  display: flex;
  list-style: none;
  justify-content: space-around;
  text-align: center;
  color: white;
}

.statistics-block__image {
  margin-top: 135px;
  width: 80px;
}

.statistics-block__subtitle {
  margin-right: 10px;
  font-size: 22px;
  font-weight: 400;
  font-family: "Segoe UI", sans-serif;
}

.statistics-block__title {
  margin-top: 0;
  font-size: 24px;
}

/*********** Statistics-block end ***********/

/*********** Posts-block start ***********/

.posts-block__container {
  height: 850px;
}

.posts-block__text-block {
  color: var(--text-color);
  text-align: center;
}

.posts-block__title {
  font-size: 48px;
  margin-top: 50px;
  margin-bottom: 0;
}

.posts-block__text {
  font-family: "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
}

.posts-list {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin-top: 80px;
}

.posts-list__link {
  text-decoration: none;
}

.posts-list__image {
  width: 275px;
}

.posts-list__text-container {
  border: 0.5px solid silver;
  border-top: none;
  padding: 15px;
}

.posts-list__title {
  color: var(--text-color);
}

.posts-list__data {
  font-family: "Segoe UI", sans-serif;
  font-weight: 500;
  color: #22c7d0;
}

.posts-list__text {
  font-family: "Segoe UI", sans-serif;
  color: var(--text-color);
}

.posts-list__more {
  color: #22c7d0;
}

.posts-list__item--active:hover {
  transition: 0.3ms;
  transform: scale(1.1);
  box-shadow: 0px 0px 3px 0px black;
}

/*********** Posts-block end ***********/

/*********** Footer start ***********/

.footer__container {
  height: 500px;
  background-color: #343434;
}

.footer__content {
  display: flex;
  justify-content: space-around;
  line-height: 40px;
}

.about-list {
  color: white;
  list-style: none;
  margin-top: 120px;
}

.about-list__title {
  font-size: 26px;
}

.about-list__link {
  color: white;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
}

.about-list__link:hover {
  color: silver;
  transition: 0.4ms;
}

.services-list {
  color: white;
  list-style: none;
  margin-top: 120px;
}

.services-list__title {
  font-size: 26px;
}

.services-list__link {
  color: white;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
}

.services-list__link:hover {
  color: silver;
  transition: 0.4ms;
}

.footer__media-block {
  direction: rtl;
  margin-top: 30px;
}

.footer__title {
  color: white;
  font-size: 32px;
  margin-bottom: 0;
}

.footer__text {
  color: white;
  font-family: "Segoe UI", sans-serif;
}

.footer__button--blue {
  float: right;
  background-color: #00bec9;
  height: 50px;
  width: 100px;
  border: none;
  padding: 15px;
  cursor: pointer;
}

.footer__button--blue--active:hover {
  box-shadow: 0px 0px 20px 0px #12f3ff;
  transition: 0.5ms;
}

.footer__send-image {
  width: 25px;
}

.footer__input {
  width: 320px;
  height: 48px;
  background-color: #fcc302;
  border: none;
  color: white;
  font-size: 18px;
  direction: ltr;
}

.footer__input--focus:focus {
  outline: none;
}

.media-list {
  display: flex;
  list-style: none;
  margin-top: 10px;
  padding: 0px;
}

.media-list__image {
  padding: 10px;
  width: 30px;
}
