@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif !important;
}

body button {
  font-size: 1.5rem;
}

.link-active {
  color: #fd4c82 !important;
}

.btn-pink {
  background-color: #fd4c82 !important;
  color: #fff !important;
}

.bg-pink {
  background-color: #fd4c82;
}

body a {
  transition: all 0.4s !important;
}

body a:hover {
  color: #fd4c82 !important;
}

body button {
  transition: all 0.4s !important;
}

body button:hover {
  border: 1px solid #fd4c82 !important;
  background-color: transparent !important;
  color: #000000 !important;
  cursor: pointer !important;
}

.btn-green:hover {
  border: 1px solid #91c235 !important;
}

/* Swiper Styling */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  width: 80px;
}

/* header */
.back-image {
  background-image: url(img/bg_1.jpg.webp);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.top-bar p {
  font-size: 0.75rem;
}

.top-bar a {
  font-weight: 900;
}

.icon-size {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.mini {
  font-size: 13px;
  color: #fd4c82;
}

.hero-content h1 {
  font-size: 3.75rem;
  line-height: 1.1;
  font-weight: 700;
}

.hero-content p {
  font-size: 1.0625rem;
  color: #999999;
}

.bg-green {
  background-color: #91c235 !important;
}

.social-icon i {
  transition: all 0.4s;
}

.social-icon i:hover {
  color: #fff;
  background-color: #fd4c82 !important;
  cursor: pointer;
}

/* About content */
.about-content h4 {
  font-size: 0.875rem;
}

.about-content p {
  font-size: 1.0625rem;
  color: #999999;
}

/* Appointment Section */
.appointment h4 {
  font-size: 0.875rem;
  text-align: center;
}

.appointment input,
.appointment select,
.appointment textarea {
  height: 54px;
  color: #999999 !important;
}

.appointment input::placeholder,
.appointment select::placeholder,
.appointment textarea::placeholder {
  color: #999999;
}

/* Testimonials */
.testimonials {
  background-image: url(img/bg_3.jpg.webp);
  background-size: cover;
  background-attachment: fixed;
}

.z-index {
  z-index: 999 !important;
}

/* .testimonials .overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
} */

.testimonials .position {
  padding: 5rem 0;
}

/* Footer Section */

.footer-bg-color {
  background-color: #e0e0e0;
}

footer h5 {
  position: relative;
}

footer h5:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #fd4c82;
}

footer i {
  font-weight: 900 !important;
}
