*,
*::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: #f1f1f1;
}

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

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

ul {
  list-style: none;
}

header {
  position: relative;
}

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

.header_nav {
  background-color: #ffffff;
  padding: 15px 0;
  z-index: 99999999999999;
}
.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: #199801;
}

.header_btn {
  background-image: linear-gradient(45deg, #353084, #3a3583);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_btn:hover {
  box-shadow: -2px -2px 24px 15px rgba(54, 48, 132, 0.5058823529);
}

.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, #353084, #3a3583);
}
.social_footer a:hover {
  box-shadow: -2px -2px 24px 15px rgba(54, 48, 132, 0.5058823529);
}

.desc {
  font-size: 16px;
}

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

.hero {
  background-image: url("./assets/hero_bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 250px;
  text-align: center;
}
.hero .content {
  position: relative;
  background-color: #ffffff;
  padding: 70px 100px;
  bottom: -50px;
}

.hero_heading {
  font-size: 70px;
  line-height: 1.1;
  text-wrap: balance;
  font-weight: 900;
  color: #199801;
}

.hero_desc {
  font-size: 18px;
  margin-top: 20px;
}

.hero_btn {
  padding: 15px 90px;
  background-color: #353084;
  font-size: 16px;
  color: #ffffff;
  border-radius: 10px;
  margin-top: 40px;
}
.hero_btn:hover {
  background-color: #199801;
}

.hero_btn_icon {
  padding: 15px;
  border-radius: 100%;
  background-color: #353084;
}
.hero_btn_icon:hover {
  background-color: #199801;
}

.hero_btns {
  display: flex;
  gap: 18px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.hero_call {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px 25px;
  background-color: #353084;
  color: #ffffff;
  border-radius: 10px;
}
.hero_call:hover {
  background-color: #199801;
}

.sdg {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.sdg span:nth-child(1) {
  font-size: 18px;
}
.sdg span:nth-child(2) {
  font-size: 30px;
  font-weight: 700;
}

.about {
  padding: 216px 0 100px;
}
.about .container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.about .container .left,
.about .container .right,
.about .container .left img {
  width: 100%;
}
.about .heading {
  color: #199801;
  margin: 10px 0 20px;
}

.subheading {
  font-size: 30px;
  color: #353084;
  display: flex;
  align-items: center;
  gap: 20px;
}
.subheading span {
  flex: 1;
  border-bottom: 2px solid #353084;
}

.heading {
  font-size: 70px;
  line-height: 1.1;
  text-wrap: balance;
  text-transform: capitalize;
}

.desc {
  font-size: 16px;
}

.about_list {
  margin-top: 40px;
  margin-left: 20px;
  list-style: disc;
  font-size: 20px;
  color: #353084;
}

.doctor {
  padding: 100px 0;
  background-color: #c7ebf4;
}
.doctor .heading {
  border-bottom: 2px solid #000000;
  padding-bottom: 20px;
}

.doctor_list {
  margin-top: 110px;
  display: flex;
  gap: 50px;
}

.doctor_item {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 50px 20px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.doctor_item:hover {
  background-color: #e2f1ee;
}
.doctor_item img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}

.degi {
  font-size: 20px;
  color: #353084;
  position: relative;
}
.degi::after {
  content: "";
  content: "";
  border-bottom: 2px solid #353084;
  width: 90px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}

.doc_name {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
}

.doc_time {
  font-size: 20px;
}

.contact {
  padding: 100px 0;
  text-align: center;
}

.contact_content {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.contact_content .left,
.contact_content .right {
  width: 100%;
}
.contact_content .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_content .left input {
  padding: 30px;
  border-radius: 20px;
  font-size: 16px;
  border: none;
  outline: none;
}
.contact_content .left button {
  padding: 20px;
  font-size: 26px;
  border-radius: 20px;
  background-color: #353084;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.contact_content .left button:hover {
  background-color: #199801;
}

.map {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  min-height: 300px;
}

address {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #353084;
  color: #ffffff;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 26px;
  text-align: start;
}

.gallery {
  padding: 150px 0 100px;
  background-color: #c7ebf4;
  text-align: center;
}
.gallery .heading {
  color: #353084;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.gallery .heading::after {
  content: "Our Gallery";
  position: absolute;
  font-size: 20px;
  padding: 10px;
  background-color: #ffffff;
  text-wrap: nowrap;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
}
.gallery .heading::before {
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 2px solid #000000;
  top: -30px;
}

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

.gallery_item {
  width: calc(20% - 18px);
}
.gallery_item:nth-child(3) {
  transform: scale(1.2) translateY(18px);
}
.gallery_item img {
  width: 100%;
}

.paras {
  padding: 100px 0;
}
.paras .desc {
  margin-top: 10px;
  text-align: justify;
}
.paras .desc a {
  color: #353084;
  font-weight: 700;
}
.paras .desc a:hover {
  color: #199801;
}

.bottom_footer {
  background-color: #353084;
}/*# sourceMappingURL=style.css.map */