@font-face {
  font-family: "Estedad";
  src: url("/fonts/Estedad-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("/fonts/Estedad-ExtraBold.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("/fonts/Estedad-ExtraBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("/fonts/Estedad-ExtraBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  background: #f8f8f3;
  margin: 0;
  padding: 0;
}

.navbar {
  background: #fff;
  padding: 20px 0;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1777px;
  margin: 0 auto;
  padding: 0 20px;
}
.navbar .logo {
  display: flex;
  align-items: center;
  font-size: 35px;
  font-weight: 900;
  color: #222;
  gap: 10px;
}
.navbar .logo .i-span-logo {
  color: rgb(0, 0, 0);
  inline-size: #2b7a5f;
}
.navbar .logo img {
  width: 30px;
  margin-right: 8px;
}
.navbar .nav-links {
  list-style: none;
  display: flex;
  gap: 90px;
  font-size: 20px;
}
.navbar .nav-links li a {
  text-decoration: none;
  color: #222;
  font-weight: 400;
  transition: color 0.3s;
  font-weight: bold;
}
.navbar .nav-links li a.active, .navbar .nav-links li a:hover {
  color: #2b7a5f;
}
.navbar .nav-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.navbar .nav-actions .search-btn {
  background: none;
  border: none;
  font-size: 180px;
  cursor: pointer;
}
.navbar .nav-actions .appointment-btn {
  background: #2b7a5f;
  color: #fff;
  border: none;
  padding: 15px 36px;
  border-radius: 10px;
  font-weight: 500;
}
.navbar .nav-actions .appointment-btn:hover {
  background: #1e5442;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #f5f5eb;
  margin: 0;
  padding: 0;
}

header {
  background-color: #fff;
  padding: 11px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.navbar {
  display: flex;
  max-width: 1555px;
  margin: 0 auto;
  padding: 0 20px;
}
.navbar .logo {
  font-size: 30px;
  font-weight: 600;
  color: #222;
}
.navbar .nav-links {
  list-style: none;
  display: flex;
  gap: 60px;
}
.navbar .nav-links li a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}
.navbar .nav-links li a:hover {
  color: #2b7a5f;
}
.navbar .btn {
  padding: 10px 20px;
  background-color: #2b7a5f;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
}
.navbar .btn:hover {
  background-color: #1e5442;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 0px;
}
.row > * {
  margin-left: -20px;
  margin-right: -20px;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 85px;
  background-color: #ffffde;
}
.hero .hero-content {
  max-width: 50%;
  margin-left: 100px;
}
.hero .hero-content h3 {
  color: #2b7a5f;
  font-size: 17px;
  margin: 9px;
}
.hero .hero-content h1 {
  font-size: 51px;
  font-weight: bold;
  color: black;
  margin: 0px;
  width: 84%;
}
.hero .hero-content p {
  margin: 20px 0;
  color: #767676;
  font-size: 22px;
}
.hero .hero-content .buttons {
  display: flex;
  gap: 20px;
}
.hero .hero-content .buttons .btn,
.hero .hero-content .buttons .play-btn {
  padding: 18px 30px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  border-radius: 11px;
}
.hero .hero-content .buttons .btn {
  background-color: #2b7a5f;
  color: #fff;
}
.hero .hero-content .buttons .play-btn {
  background-color: transparent;
  color: #2b7a5f;
  border: 0px solid #2b7a5f;
}
.hero .hero-image {
  position: relative;
}
.hero .hero-image .baner {
  position: absolute;
  top: 120px;
  transform: translateX(-11%);
  background-color: #fff;
  padding: 13px 33px 13px 80px;
  border-radius: 13px;
  margin: 1px;
  font-size: 20px;
  color: #2b7a5f;
}
.hero .hero-image img {
  width: 590px;
  border-radius: 175px;
  margin: 100px;
}
.hero .hero-image .badge {
  position: absolute;
  top: 120px;
  right: -20px;
  background-color: #fff;
  padding: 10px 12px 10px 25px;
  border-radius: 9px;
  margin: 60px;
  font-size: 18px;
}
.hero .hero-image .doctor-card {
  bottom: -44px;
  left: 68px;
  transform: translateX(-28%);
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #fff;
  padding: 46px 0px 15px 0px;
  border-radius: 23px;
}
.hero .hero-image .doctor-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}
.hero .hero-image .doctor-card .doctor-info h4 {
  font-size: 25px;
  font-weight: bold;
  color: #222;
  margin-right: -29px;
  margin-left: -28px;
}
.hero .hero-image .doctor-card .doctor-info .btn {
  margin-top: -4px;
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 9px;
  border-radius: 7px;
  font-size: 23px;
  cursor: pointer;
  margin-left: 34px;
  margin-right: 34px;
}
.hero .hero-image .doctor-card .doctor-info .btn:hover {
  background-color: #1e5442;
}

footer {
  background-color: #000000;
  padding: 20px 0;
  margin: 87px;
  border-radius: 17px;
  margin-right: 97px;
  margin-top: -60px;
}
footer .stats {
  display: flex;
  justify-content: space-around;
  text-align: center;
  color: #222;
}
footer .stats div {
  font-size: 30px;
  color: #fff;
}
footer .stats div span {
  font-size: 14px;
  display: block;
  color: #b5b5b5;
  margin: 15px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.container {
  width: 90%;
  margin: 0 auto;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
}

img {
  width: 80%;
  margin-bottom: -40px;
  margin-left: -15px;
  margin-top: -45px;
}

.hero {
  background-color: #fff7e1;
  padding: 126px 0;
}

.doctor-info {
  flex: 1;
  text-align: center;
}
.doctor-info img {
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.doctor-info .available-doctors {
  background-color: #2b7a5f;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.doctor-info .available-doctors h2 {
  margin-top: 0;
}
.doctor-info .available-doctors ul {
  list-style: none;
  padding: 0;
}
.doctor-info .available-doctors ul li {
  margin: 10px 0;
}
.doctor-info .available-doctors .btn-contact {
  display: inline-block;
  background-color: #fff;
  color: #2b7a5f;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}
.doctor-info .available-doctors .btn-contact:hover {
  background-color: #e6e6e6;
}

.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.w_20 {
  width: 20%;
}
.w-33 {
  width: 33.333333%;
}
.w-75 {
  width: 75%;
}

.d-felx {
  display: flex;
}

.about {
  margin: auto;
  align-items: center;
}
.about .w-50 {
  display: inline-block;
  justify-content: center;
  align-items: center;
}
.about .w-50 img {
  padding-bottom: 50px;
}
.about .w-50 .titel-about .gbtn {
  background-color: #2b7a5f;
  padding: 16px 30px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.about .w-50 .titel-about h3 {
  font-size: 23px;
  color: #2b7a5f;
  margin-bottom: -20px;
}
.about .w-50 .titel-about h2 {
  font-size: 47px;
  margin-bottom: 30px;
}
.about .w-50 .titel-about p {
  color: #626262;
  margin-bottom: 30px;
}
.about .w-50 .titel-about span .green-color {
  color: #2b7a5f;
  margin-right: 10px;
}

.titel-matn {
  font-size: 23px;
  color: #2b7a5f;
}
.titel-matn h4 {
  margin-left: 12%;
  margin-top: 100px;
}
.titel-matn h5 {
  color: #000000;
  margin-left: 12%;
  font-size: 30px;
  width: 63%;
  margin-top: 0px;
}
.titel-matn a {
  background-color: #2b7a5f;
  padding: 6px 17px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.card-section {
  background-color: #ffffff;
}

body {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.intro-card {
  padding-top: 50px;
  padding-bottom: 20px;
}
.intro-card h4 {
  color: #2b7a5f;
  font-size: 30px;
  padding-left: 20px;
  margin-top: -20px;
}
.intro-card h2 {
  font-size: 42px;
  padding-left: 20px;
  width: 40%;
  margin-bottom: 50px;
  margin-top: -20px;
}

.w-25 {
  align-items: center;
  justify-content: center;
  margin: auto;
}
.w-25 .card {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
  background-color: #fff;
  margin-right: 32px;
  padding-left: 33px;
  border-radius: 16px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  padding-top: 1px;
}
.w-25 .card h5 {
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 23px;
  margin-left: 0px;
  margin-top: 19px;
}
.w-25 .card p {
  font-size: 17px;
  display: inline-block;
  padding-bottom: 15px;
  color: #737373;
}
.w-25 .card .icon {
  margin-right: 10px;
  font-size: 25px;
  background-color: #e8e8e8;
  padding: 15px 15px;
  border-radius: 100px;
  color: #2b7a5f;
  transition: 0.5s;
}
.w-25 .card a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
.w-25 .card:hover .icon {
  background-color: #2b7a5f;
  color: #fff;
}

.coment {
  padding-top: 50px;
  padding-bottom: 20px;
}
.coment h6 {
  color: #2b7a5f;
  font-size: 21px;
  padding-left: 700px;
  margin-top: 25px;
}
.coment p {
  color: #000000;
  font-size: 41px;
  padding-left: 580px;
  margin-top: -21px;
}/*# sourceMappingURL=style.css.map */