*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1212px;
  margin: 0 auto;
  padding: 0 16px;
}

body {
  overflow-x: hidden;
  background-color: #014f2d;
}

img {
  vertical-align: bottom;
  display: inline-block;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s ease;
}

ul {
  list-style: none;
}

header {
  position: relative;
}

.top_navbar {
  background-color: #fffe4e;
  padding: 10px 0;
}
.top_navbar .time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top_navbar .time #current-time {
  font-size: 18px;
  font-weight: 700;
}

.header_nav {
  background-color: #ffffff;
  padding: 15px 0;
}
.header_nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header_nav {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}
.header_nav:hover {
  color: #014f2d;
}

.header_btn {
  background-image: linear-gradient(45deg, #fffe4e, #b7b600);
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_btn:hover {
  box-shadow: -2px -2px 24px 15px rgba(183, 183, 0, 0.2666666667);
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000000;
  margin: 5px 0;
  transition: 0.3s;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
  height: 0;
}

.mobile-nav a {
  padding: 10px;
  width: 100%;
  text-align: center;
}

.top_footer {
  padding: 90px 0;
  background-color: #ffffff;
}
.top_footer .container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social_footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social_footer a {
  padding: 10px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #fffe4e, #b7b600);
}
.social_footer a:hover {
  box-shadow: -2px -2px 24px 15px rgba(183, 183, 0, 0.2666666667);
}

.bottom_footer {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.footer_social {
  filter: invert(1);
}

.hero_btns {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero_btn {
  padding: 10px 30px;
  background-image: linear-gradient(45deg, #fffe4e, #b7b600);
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  border-radius: 30px;
  border: 2px solid #ffffff;
}
.hero_btn:hover {
  box-shadow: -2px -2px 24px 15px rgba(183, 183, 0, 0.2666666667);
}

.hero {
  padding: 180px 0;
  background-image: url("./assets/hero_bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hero .hero_heading,
.hero .hero_desc,
.hero .hero_btns {
  max-width: 580px;
}

.hero_heading {
  font-size: 100px;
  line-height: 1.02;
  font-weight: 600;
}
.hero_heading span {
  color: #014f2d;
}

.hero_desc {
  margin: 16px 0 50px;
  font-size: 30px;
  font-weight: 500;
}

.contact {
  padding: 100px 0;
  color: #ffffff;
}
.contact .container {
  display: flex;
  gap: 50px;
  align-items: center;
}
.contact .container .left,
.contact .container form {
  width: 100%;
  text-align: center;
}

.heading {
  font-size: 42px;
  line-height: 1.05;
}

.trust_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.trust_item {
  width: 50%;
  text-align: center;
  font-size: 28px;
  padding: 10px;
}
.trust_item:nth-child(1) {
  border-bottom: 2px solid #ffffff;
}
.trust_item:nth-child(2) {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.trust_item:nth-child(4) {
  border-left: 2px solid #ffffff;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form input,
form textarea {
  padding: 20px 17px;
  border-radius: 10px;
  border: none;
  outline: none;
}
form button {
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  border: 2px solid #ffffff;
  background: linear-gradient(45deg, #fffe4e, #b7b600);
  cursor: pointer;
  font-weight: 600;
}
form button:hover {
  box-shadow: -2px -2px 24px 15px rgba(183, 183, 0, 0.2666666667);
}

.service {
  padding: 100px 0;
  background-color: #ffffff;
  text-align: center;
}
.service .container {
  max-width: 1050px;
}

.desc {
  font-size: 20px;
  margin-top: 10px;
}

.service_list {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.service_item {
  width: 100%;
  border: 2px solid #014f2d;
  padding: 40px;
  border-radius: 20px;
}
.service_item img {
  border-radius: 20px;
  box-shadow: -2px -2px 24px 15px rgba(183, 183, 0, 0.2666666667);
  margin-bottom: 33px;
}

.service_title {
  font-size: 26px;
  font-weight: 500;
}

.doctor_section {
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
}

.doc_list {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.doc_item {
  width: calc(25% - 15px);
  border-radius: 20px;
  border: 2px solid #ffffff;
  padding: 50px 17px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.doc_item .dsf {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow: -2px -2px 24px 15px rgba(183, 183, 0, 0.2666666667);
}

.doc_name {
  font-size: 34px;
  text-wrap: balance;
  line-height: 1.05;
  padding-bottom: 20px;
  border-bottom: 3px solid #ffffff;
  text-transform: capitalize;
}

.doc_timline {
  font-size: 20px;
  margin-top: 20px;
}
.doc_timline span {
  display: block;
}
.doc_timline span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
}

.find {
  padding: 96px 0 246px;
  background-color: #ffffff;
  color: #014f2d;
}
.find .container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1010px;
}

address {
  max-width: 320px;
  font-style: normal;
  font-size: 20px;
}

.map {
  position: absolute;
  width: 100%;
  height: 420px;
  border-radius: 30px;
  border: 6px solid #014f2d !important;
  vertical-align: bottom;
  bottom: -456px;
}

.gallery {
  padding: 307px 0 100px;
  text-align: center;
  color: #ffffff;
}

.swiper {
  margin-top: 30px;
}
.swiper img {
  width: 100%;
}

article {
  padding: 100px 0;
  background-color: #ffffff;
  border-bottom: 2px solid #014f2d;
}
article .heading {
  color: #014f2d;
  text-align: center;
  text-wrap: balance;
}
article .desc {
  margin-top: 10px;
  text-align: justify;
}
article .desc a {
  color: #014f2d;
  font-weight: 600;
}
article .desc a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */