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

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: #0d0ab0;
  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;
}
.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: #03af03;
}

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

.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, #0d0ab0, #0000fd);
}
.social_footer a:hover {
  box-shadow: -2px -2px 24px 15px rgba(0, 0, 253, 0.3647058824);
}

.desc {
  font-size: 16px;
}

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

.hero {
  padding: 140px 0 430px;
  text-align: center;
  background-image: url("./assets/hero_bg.webp");
  background-size: 100% 100%;
  background-position: top right;
}

.hero_heading {
  font-size: 100px;
  font-weight: 700;
}
.hero_heading span {
  color: #0d0ab0;
}

.hero_desc {
  font-size: 30px;
  max-width: 665px;
  margin: 0 auto;
}

.info_section {
  margin-top: -300px;
  padding-bottom: 100px;
}
.info_section .container {
  background-image: linear-gradient(45deg, #0d0ab0, #0000fd);
  padding: 80px;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
}
.info_section .infos {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
.info_section .infos .info {
  width: 100%;
  padding: 60px 40px;
  border: 2px solid #ffffff;
  border-radius: 20px;
}
.info_section .infos .info img {
  padding: 13px;
  border-radius: 20px;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}

.heading {
  font-size: 70px;
  font-weight: 700;
}
.heading span {
  color: #0d0ab0;
}

.desc {
  font-size: 20px;
}

.doc_btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.doc_btn {
  padding: 8px 30px;
  border: none;
  font-size: 24px;
  background: #f1f1f1;
  color: #000000;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.doc_btn.active,
.doc_btn:hover {
  background: linear-gradient(45deg, #0d0ab0, #0000fd);
  color: white;
}

.doc_lists.active {
  display: flex;
}

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

.doc_lists {
  display: none;
  gap: 30px;
  margin-top: 100px;
  justify-content: center;
}
.doc_lists li {
  padding: 70px 17px 50px;
  border: 2px solid #9ad2ff;
  border-radius: 30px;
  background-image: linear-gradient(to top, #98d1ff, #ffffff);
  position: relative;
}
.doc_lists li .doc_icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: linear-gradient(45deg, #0d0ab0, #0000fd);
  border-radius: 100%;
  box-shadow: 3px -1px 28px 0px rgba(141, 204, 255, 0.7333333333);
}

.doc_name {
  font-size: 34px;
  line-height: 36px;
}

.trust {
  padding: 100px 0;
  background-image: url("./assets/trust_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
}

.trust_heading {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
}
.trust_heading span {
  color: #ffffff;
}

.trust_sections {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 20px;
}
.trust_sections::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #000000;
  top: 50%;
  position: absolute;
}
.trust_sections::before {
  content: "";
  height: 100%;
  border-left: 2px solid #000000;
  left: 50%;
  position: absolute;
}

.trust_info {
  width: 50%;
  padding: 15px 50px;
  font-size: 38px;
  text-wrap: balance;
  font-weight: 500;
}
.trust_info span {
  color: #ffffff;
}

.doc_timetable {
  margin-top: 20px;
}

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

.swiper {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}

.slide_img {
  width: 100%;
}

.contact_section {
  padding: 70px 0;
}
.contact_section .container {
  max-width: 1010px;
  padding: 40px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}

.contact_top {
  display: flex;
  align-items: center;
  gap: 36px;
}
.contact_top address {
  width: 50%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact_top address a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}
.contact_top address a:hover {
  color: #03af03;
}

.map {
  margin-top: 20px;
  width: 100%;
  height: 320px;
  border-radius: 20px;
}

form > * + * {
  margin-top: 10px;
}
form .cds {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
form .cdfs,
form textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form .cdfs input {
  width: 100%;
}
form .cds input,
form .cds textarea {
  padding: 17px 20px;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: #cfeaff;
}
form button {
  width: 100%;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  background-color: #0d0ab0;
  color: #ffffff;
  border: none;
  margin-top: 20px;
}
form button:hover {
  box-shadow: -2px -2px 24px 15px rgba(0, 0, 253, 0.3647058824);
}

article {
  padding-bottom: 100px;
}
article .heading {
  text-align: center;
  line-height: 1;
  text-wrap: balance;
}
article .desc {
  margin-top: 10px;
  text-align: justify;
}
article .desc a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}
article .desc a:hover {
  color: #0d0ab0;
}/*# sourceMappingURL=style.css.map */