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

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

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

ul {
  list-style: none;
}

header {
  position: relative;
}

section {
  padding: 100px 0;
}

.top_navbar {
  background-color: #f60604;
  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;
}
.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: #f60604;
}

.header_btn {
  font-size: 18px;
  font-weight: 600;
  color: #f60604;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #f60604;
}
.header_btn:hover {
  box-shadow: -2px -2px 24px 15px rgba(246, 4, 4, 0.2549019608);
}

.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: 10px;
  background-image: linear-gradient(45deg, #f60604, #f60604);
}
.social_footer a:hover {
  box-shadow: -2px -2px 24px 15px rgba(246, 4, 4, 0.2549019608);
}

.desc {
  font-size: 16px;
}

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

.hero {
  padding: 160px 0 240px;
  background-image: url("./assets/hero_bg.webp");
  background-size: 100% 100%;
  position: relative;
}
.hero::after {
  content: "";
  width: 100%;
  height: 80px;
  background-color: #f60604;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero .container {
  max-width: 1010px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.hero_heading {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}

.desc {
  font-size: 18px;
  color: #ffffff;
}

.hero_btn {
  font-size: 20px;
  padding: 20px 30px;
  background: #f60604;
  border-radius: 10px;
  color: #ffffff;
}
.hero_btn:hover {
  box-shadow: -2px -2px 24px 15px rgba(246, 4, 4, 0.2549019608);
}

.second .container {
  max-width: 1030px;
  display: flex;
  gap: 50px;
}

.service,
.contact {
  width: 100%;
  background-color: #ffffff;
  padding: 47px;
}

.sm_heading {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 36px;
  color: #f60604;
}
.sm_heading span {
  width: 20px;
  height: 20px;
  background-color: #f60604;
}

.service_list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.service_item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #f60604;
}

form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
form input {
  padding: 30px 20px;
  border-radius: 6px;
  background-color: #d7d7d7;
  border: none;
  outline: none;
  font-size: 16px;
}
form button {
  padding: 20px 30px;
  border-radius: 6px;
  font-size: 16px;
  border: none;
  background-color: #f60604;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}
form button:hover {
  box-shadow: -2px -2px 24px 15px rgba(246, 4, 4, 0.2549019608);
}

.doctor {
  background-image: url("./assets/doctor_bg.webp");
  background-size: 100% 100%;
}

.doctor_content {
  width: 100%;
  max-width: 580px;
  background-color: #f60604;
  text-align: center;
  padding: 70px;
  border-radius: 20px;
}

.doc_degi {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #f60604;
  margin: 30px 0;
}

.doc_name {
  font-size: 40px;
  line-height: 1;
  padding-bottom: 40px;
  position: relative;
  color: #ffffff;
}
.doc_name::after {
  content: "";
  width: 175px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.doctimeline {
  margin-top: 10px;
  font-size: 22px;
  color: #ffffff;
}

.about {
  text-align: center;
}
.about .desc {
  color: #000000;
}
.about .container {
  max-width: 1010px;
}

.sub_heading {
  font-size: 20px;
  font-weight: 700;
}

.heading {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  color: #f60604;
}

.about_content {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.about_content .left,
.about_content .left img {
  width: 100%;
}

.about_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  line-height: 2;
  text-align: start;
  list-style: square;
}

.location {
  background-color: #000000;
}

.loc_content {
  background-color: #f60604;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
}
.loc_content .heading {
  color: #ffffff;
}

.loc_left {
  display: flex;
  align-items: center;
  gap: 20px;
}

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

.gallery {
  text-align: center;
}

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

.gallery_about {
  width: calc(25% - 15px);
}
.gallery_about img {
  width: 100%;
}

.paras {
  background-color: #000000;
  padding: 50px 0;
}
.paras .heading {
  text-align: center;
}
.paras .desc {
  margin-top: 20px;
  text-align: justify;
}
.paras .desc a {
  color: #f60604;
}
.paras .desc a:hover {
  text-decoration: underline;
}

footer .desc {
  color: #000000;
}

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