:root {
  --white-color: #fff;
  --light-blue: #eff5ff;
  --dark-blue: #1b2c51;
  --main-color: #0463fa;
  --black-color: #000;
  --light-gray: #8d8e92;
}
.bg-blue {
  background-color: var(--main-color);
  color: var(--white-color);
}
ul {
  list-style: none;
  padding-left: 0;
}

@font-face {
  font-family: roboto-regular;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto-bold;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: test;
  src: url(../Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf);
}

body {
  font-family: roboto-regular;
}

/* start header */
.navbar:first-child {
  background-color: var(--light-blue);
}
.navbar a {
  color: var(--black-color) !important;
  text-transform: uppercase;
}
.main__navbar {
  z-index: 200;
}
.navbar .active {
  color: var(--main-color) !important;
}
.navbar i {
  color: var(--main-color);
}

.group__icons i,
.footer__icons i {
  display: inline-block;
  /* padding: .75rem; */
  background-color: var(--white-color);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.group__icons i:not(:last-child) {
  margin-right: 5px;
}
.logo {
  font-size: 2rem;
  font-family: roboto-bold;
  color: var(--main-color);
}
.navbar:not(:first-child) {
  padding-top: 0;
  padding-bottom: 0;
}
.appointment {
  background-color: var(--main-color);
  padding: 16px 32px;
  margin-right: -15px;
}
.appointment a,
.appointment i {
  color: var(--white-color) !important;
  text-transform: capitalize;
}
.appointment a {
  font-weight: 500;
}
.dropdown {
  position: relative;
  transition: all 0.7s !important;
}
.dropdown-menu-customize {
  transition: all 0.7s !important;
  position: absolute;
  background-color: var(--white-color);
  transform: translateY(50px);
  opacity: 0;
  z-index: 100;
}
.dropdown:hover .dropdown-menu-customize {
  opacity: 1;
  transform: translateY(15px);
}

/* end header */
/* start main section */
.good__health__title {
  font-weight: 900;
  font-size: 52px;
  font-family: roboto-bold;
  line-height: 1.2;
}

.klinik__details p {
  flex-grow: 1;
  border-left: 1px solid var(--white-color);
  padding-left: 20px;
}
.klinik__details p span {
  font-size: 34px;
  font-weight: 700;
}
.main__bg {
  background-image: url(../imgs/carousel-1.jpg);
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
.main__bg h1 {
  font-weight: 900;
  font-size: 80px;
  font-family: roboto-bold;
  line-height: 1.2;
}
.pagination {
  position: absolute;
  bottom: 5%;
}
main .fa-chevron-left,
main .fa-chevron-right {
  border: 1px solid var(--white-color);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
}
.fa-circle-dot-blue {
  color: var(--main-color);
  background-color: var(--white-color);
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.2px solid var(--main-color);
}
.about__img__large {
  border-radius: 10px;
  width: 77%;
}
.about__img__mini {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: -10%;
  border: 20px solid var(--white-color);
  border-radius: 10px;
}
.main__titles span {
  display: inline-block;
  border: 1px solid #c7dcfb;
  color: var(--light-gray);
  padding: 4px 24px;
  text-transform: capitalize;
  line-height: 1.5;
}
.main__titles h2 {
  line-height: 1.2;
  font-family: roboto-bold;
  font-size: 40px;
  color: var(--dark-blue);
}
.about__us__card p {
  color: var(--light-gray);
  line-height: 1.5;
}
.about__us__card ul li {
  color: var(--light-gray);
}
.about__us__card ul i {
  color: var(--main-color);
}

/* end main section */

/*  start services */

.service__card {
  background-color: var(--light-blue);
  border-radius: 10px;
  transition: all 1s;
}
.service__icon i {
  border-radius: 50%;
  color: var(--main-color);
  background-color: var(--white-color);
}
.service__icon i {
  font-size: 25px;
}
.service__card h3 {
  color: var(--dark-blue);
  font-family: roboto-bold;
  font-size: 24px;
}
.service__card p {
  color: var(--light-gray);
}
.icon__cover {
  /* background-color: #000; */

  display: flex;
  align-items: center;
  cursor: pointer;
}
.plus__icon {
  width: 35px;
  height: 35px;
  transition: all 1s;
  border-radius: 17.5px;
  background-color: var(--white-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plus__icon i {
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  padding: 17.5px;
  transition: all 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
}
.service__card:hover {
  box-shadow: 0px 5px 25px 5px rgba(27, 27, 27, 0.101);

  transform: translateY(-4px);
}

.service__card:hover .plus__icon {
  width: 120px;
}

/*  end services */

/* start features */
.details {
  font-family: roboto-bold;
  font-size: 20px;
  padding-top: 10px;
  color: var(--dark-blue);
}
.features__bg {
  background-image: url(../imgs/feature.jpg);
  background-position: center;
  background-size: cover;
}

/* end features */

/* start our doctors */
.our__doctors {
}

.card__content {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.doctors__card img {
  width: 100%;
  transition: all 0.7s;
  display: block;
}
.overlay {
  background-color: var(--light-blue);
  text-align: center;
  padding: 20px;
  transition: all 0.7s;
  margin-bottom: -55px;
}
.overlay h4 {
  font-family: roboto-bold;
}
.overlay i,
.overlay p {
  color: var(--main-color);
}
.doctors__card:hover .overlay {
  transform: translateY(-60px);
}
.doctors__card:hover img {
  transform: translateY(-60px);
}

/* end our doctors */

/* start appointment__section */

.appointment__section p {
  color: var(--light-gray);
}
.appointment__card {
  background-color: var(--light-blue);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
.appointment__form {
  background-color: var(--light-blue);
  padding: 80px 40px;
  border-radius: 10px;
}
.input {
  width: 50%;
}
.appointment__form input,
.appointment__form select {
  /* width: 100%; */
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  outline: none;

  padding: 15px;
}
textarea {
  width: 100%;
  border: none;
  border-radius: 10px;
  outline: none;
  margin-bottom: 10px;
}
button[type="submit"] {
  width: 100%;
  padding: 15px;
  /* margin:0 7px; */
}

/* end appointment__section */

/* start testimonial */
.carousel-inner {
  position: relative;
}

.carousel-item {
  padding: 30px 0;
  height: 65vh;
}
.slider__img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 60px;
  border: 7px solid var(--main-color);
}
.carousel-caption {
  bottom: 100px;
  border-radius: 20px;

  width: 50%;
  margin: 0 auto;
  color: var(--white-color);
}

.testimonial__content p {
  margin-bottom: 8px;
}
.testimonial__content h5 {
  font-family: roboto-bold;
}
.carousel-inner .carousel-control-prev {
  position: absolute;
  left: 35%;
}
.carousel-inner .carousel-control-next {
  position: absolute;
  right: 35%;
  top: 0;
}
.carousel-control-prev .fa-arrow-left,
.carousel-control-next .fa-arrow-right {
  position: absolute;
  top: 15% !important;
  font-size: 30px;
  color: var(--main-color);
  opacity: 0;
  transition: all 0.7s;
}
.carousel-control-prev .fa-arrow-left {
  transform: translateX(-20px);
}
.carousel-control-next .fa-arrow-right {
  transform: translateX(20px);
}
.carousel-inner:hover .carousel-control-prev .fa-arrow-left,
.carousel-inner:hover .carousel-control-next .fa-arrow-right {
  transform: translateX(0);
  opacity: 1;
}

/* end testimonial */

/* start footer */
footer {
  background-color: var(--dark-blue);
}
.main__footer {
  border-bottom: 1px solid rgba(211, 211, 211, 0.496);
}
footer h6 {
  font-family: roboto-bold;
  font-size: 20px;
  margin-top: 20px;
}
footer .group__icons i {
  color: var(--white-color);
  background-color: var(--dark-blue);
  border: 1px solid var(--white-color);
  transition: all 0.7s;
  cursor: pointer;
}
footer .group__icons i:hover {
  color: var(--main-color);
  background-color: var(--white-color);
}
.main__footer li a {
  text-decoration: none;
  color: var(--white-color);
  margin-left: 5px;
  transition: all 0.7s;
}
.main__footer li i {
  transition: all 0.7s;
}
.main__footer li:hover a,
.main__footer li:hover {
  text-decoration: none;
  color: var(--main-color);
  letter-spacing: 0.8px;
}
.main__footer form input[type="text"] {
  width: 100%;
  padding: 13px;
  border-radius: 10px;
  border: none;
}
.main__footer form input[type="text"]:focus {
  outline: 3px solid #3f5d9f;
  border: none;
}
.main__footer form input[type="submit"] {
  background-color: var(--main-color);
  padding: 8px 12px;
  color: var(--white-color);
  border: none;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}

.sub__footer a {
  color: var(--white-color);
  padding-bottom: 1px;
  text-decoration: none;
  transition: all 0.7s;
}
.sub__footer a:hover {
  color: var(--main-color);
}
.sub__footer p {
  margin: 0;
}

/* end footer */

.blue__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--main-color);
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blue__btn a {
  color: var(--white-color);
}

@media screen and (max-width: 1200px) {
  .about__img__large {
    border-radius: 10px;
    width: 80%;
  }
  .about__img__mini {
    position: absolute;
    width: 55%;
    left: 0;
    bottom: 15%;
    border: 20px solid var(--white-color);
    border-radius: 10px;
  }
}
@media screen and (max-width: 992px) {
  .about__img__large {
    border-radius: 10px;
    width: 70%;
  }
  .about__img__mini {
    position: absolute;
    width: 50%;
    left: 0%;
    bottom: -20%;
    margin-bottom: 10%;
  }
  .Designed {
    text-align: start !important;
    margin-top: 15px;
  }
}

@media screen and (max-width: 576px) {
  .testimonial {
    display: none;
  }
}
