/*----GANERAL----*/

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
}

::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #FF7EFF 0%, #700C4E 100%);
  height: 200px;
  border-radius: 2px;
}



@font-face {
  font-family: Switzer;
  src: url(../font/Switzer-Medium.ttf);
}

@font-face {
  font-family: Switzer-Regular;
  src: url(../font/Switzer-Regular.ttf);
}

.h-100 {
  height: 100%;
}

.text-theme {
  color: #700C4E;
}

p {
  font-size: 17px;
  font-weight: 300;
}

a {
  text-decoration: none !important;
  font-size: 16px;

}

.pt-top {
  padding-top: 140px !important;
}


.py-70 {
  padding-block: 70px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}


.navbar-active {
  background: #fff;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler i {
  font-size: 32px;
  color: #700C4E;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.sub-head {
  font-family: "Roboto", sans-serif;
  display: flex;
  color: #700C4E;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-style: italic;
  font-size: 17px;
}

.sub-head spa {
  width: 60px;
  height: 2px;
  background: #700C4E;
  border-radius: 30px;
}

.main-head-div {
  display: grid;
}

.main-head {
  font-family: Switzer;
  font-size: 38px;
  line-height: 48px;
}

.main-head spa {
  color: #700C4E;
}

.main-para {
  font-size: 16px;
}



.reveal {
  position: relative;
  transform: translateY(110px);
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}


.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 100;
}

.website-quick-links a {
  background: #700C4E;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.website-quick-links a i {
  color: #fff;
  font-size: 20px;
}


.navbar-brand img {
  width: 250px;
  transition: .5s ease-in-out;
}

.navbar-active .navbar-brand img {
  width: 200px;
}

.nav-link {
  font-size: 16px !important;
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 30px !important;
  padding: 5px 20px !important;
  font-weight: 500 !important;
}

.nav-item p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.nav-item .social {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item .social i {
  line-height: 0;
  font-size: 16px;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}


/* ------------------------------------------ */

.banner-section {
  background: #F5F0E4;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: end;
}

.banner-head {
  font-family: Switzer;
  font-size: 70px;
  line-height: 75px;
}

.more-btn {
  background: linear-gradient(90deg, rgba(112, 12, 78, 1) 0%, rgba(156, 47, 133, 1) 65%, rgba(255, 126, 255, 1) 100%);
  color: #fff;
  padding: 6px 6px 6px 16px;
  border-radius: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 6px;
}

.more-btn i {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #700C4E;
  font-size: 20px;

}

.banner-head-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.banner-head-div .down-btn {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 130px;
}

.banner-head-div .down-btn span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #700C4E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-head-div .down-btn span i {
  color: #700C4E;
  font-size: 20px;
  line-height: 0;
}

.banner-head-div .down-btn p {
  margin-bottom: 0;
  color: #700C4E;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}


.banner-image {
  position: relative;
  height: 100%;
}

.banner-image .banner-img {
  width: 90%;
  margin-bottom: 110px;
}

.banner-doc {
  display: flex;
  gap: 10px;
  align-items: center;
}

.banner-doc .image {
  width: 30%;
  background: #7ea2b2;
  border-radius: 5px;
  text-align: center;
  height: 70px;
  overflow: hidden;
}

.banner-doc .image img {
  width: 80%;
  margin-top: 5px;
}

.banner-doc .name {
  width: 70%;
  display: flex;
  flex-direction: column;
  text-align: start;
}

.banner-doc .name span {
  font-size: 16px;
  font-weight: 500;
  font-family: Switzer;

}

.banner-doc .name small {
  font-size: 13px;
}

.banner-image h6 {
  font-size: 16px;
  font-family: Switzer;

}

.banner-image .content {
  background: #fff;
  width: 40%;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-image .view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.banner-image .view a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.about-section {
  position: relative;
}

.about-section .bg-vector {
  position: absolute;
  top: -3px;
  right: 10%;
  width: 150px;
}

.about-img-div {
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
}


.about-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content-div img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
}

.about-content-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

.service-section {
  background: #F5F0E4;
}

.service-button {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}

.service-button span {
  background: linear-gradient(90deg, rgba(112, 12, 78, 1) 0%, rgba(255, 126, 255, 1) 100%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.service-button span i {
  color: #fff;
  font-size: 20px;
}

.servcie-card {
  background: #fff;
  padding: 15px;
  border-radius: 15px;

}

.servcie-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 7px;
}

.servcie-card .head {
  margin-top: 10px;
}

.servcie-card .head .ser {}

.servcie-card .head h5 {
  font-size: 18px;
  font-family: Switzer;
}

.servcie-card .head p {
  font-size: 16px;
}

.servcie-card .head .view {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.servcie-card .head a {
  color: #700C4E;
  font-size: 16px;
  font-weight: 500;
}

.servcie-card .head a i {
  color: #700C4E;
  -webkit-text-stroke: .5px;
}

.service-slick {
  margin: 0 -10px;
}

.service-slick .slick-slide {
  margin: 0 5px;
}

.doctors-section {
  position: relative;
}

.doctors-section .bg-vector-one {
  position: absolute;
  width: 120px;
  top: -3px;
  left: 0;
}

.doctors-section .bg-vector-two {
  position: absolute;
  width: 120px;
  bottom: -3px;
  right: 0;
}

.doctors-slick {
  margin: 0 -10px;
}

.doctors-slick .slick-slide {
  margin: 0 5px;
}

.doct-card {
  background: #eff2f7;
  text-align: center;
  position: relative;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  height: 380px;
  overflow: hidden;
}

.doct-card img {
  width: 90%;
  margin-top: 60px;
  object-fit: contain;
}

.doct-card .quali {
  position: absolute;
  top: 10px;
  left: 10px;
}

.doct-card .quali span {
  border: 1px solid #700c4f48;
  border-bottom: 0;
  background: #eff2f7;
  font-size: 16px;
  padding: 4px 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}

.doct-card .name {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffff;
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: start;
  padding: 10px;
  border-radius: 7px;
  height: 66px;
  overflow-y: scroll;
}

.doct-card .name::-webkit-scrollbar {
  display: none;
}

.doct-card .name span {
  font-family: Switzer;
  font-size: 18px;
}

.doct-card .name small {
  font-style: italic;
  color: #a7a7a7;
  text-align: start;
  margin-top: 5px;
}

.doct-card .overlay {
  position: absolute;
  background: linear-gradient(0deg, #700C4E, transparent, transparent);
  width: 100%;
  height: 100%;
}


.contact-div {
  margin-top: 70px;
}

.contact-detail-div {
  background: linear-gradient(90deg, rgba(112, 12, 78, 1) 0%, rgba(255, 126, 255, 1) 100%);
  padding: 50px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-detail-div a {
  background: #fff;
  color: #700C4E;
  padding: 6px 6px 6px 16px;
  border-radius: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 6px;
  font-weight: 500;
}

.contact-detail-div a i {
  background: #700C4E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.contact-detail-div p {
  font-size: 16px;
  width: 80%;
  font-weight: 200;
  margin-top: 8px;
}

.contact-detail-div .sub-head {
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 8px;
}

.contact-map {
  height: 100%;
}

.contact-map iframe {
  min-height: 300px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.footer-section {
  background: #F5F0E4;
}

.footer-add h5 {
  text-transform: uppercase;
  color: #700C4E;
}

.footer-logo img {
  width: 90px;
}

.footer-logo p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  width: 90%;
}

.footer-add p {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  margin-bottom: 0;
}

.footer-add p i {
  -webkit-text-stroke: .5px;
}

.footer-add a {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #000;
  gap: 8px;
}

.footer-add {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-social {
  display: grid;
  gap: 5px;
}

.footer-social h5 {
  text-transform: uppercase;
  color: #700C4E;
}

.footer-social .social {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-social .social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #700C4E;

}

.footer-social .social a i {
  color: #fff;
  line-height: 0;
  font-size: 16px;
}

.made-by {
  font-size: 15px;
}

.made-by a {
  font-size: 15px;
  color: #000;
}

.footer-by {
  font-size: 15px;
  display: flex;
  justify-content: end;
}

.footer-by span {
  font-size: 15px;
  color: #000;
}





@media only screen and (max-width: 767px) {
    
 
  .about-section .bg-vector {
    width: 75px;
  }

  .banner-image .banner-img {
    margin-bottom: 0;
    width: 70%;
 
  }

  .banner-head {
    font-size: 35px;
    line-height: 40px;
  }

  .banner-head-div {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .banner-image {
    margin-top: 15px;
     text-align: center;
  }

  .sub-head spa {
    width: 25px;
  }

  .about-head-div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-content-div p {
    text-align: justify;
  }

  .about-content-div a {
    margin-inline: auto;
  }

  .about-img-div {
    height: 360px;
  }

  .service-head-div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-button {
    justify-content: center;
    margin-top: 10px;
  }

  .doctors-section .bg-vector-one {
    width: 75px;
  }

  .doctors-section .bg-vector-two {
    width: 75px;
  }

  .doc-head-div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-detail-div {
    padding: 25px;
    text-align: center;
    align-items: center;
  }

  .contact-detail-div p {
    width: 100%;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 10px;
  }

  .banner-head-div .down-btn {
    display: none;
  }

  .banner-image .content {
    display: none;
  }

  .main-head {
    font-family: Switzer;
    font-size: 30px;
    line-height: 30px;
  }

  .sub-head {
    font-size: 15px;
  }

  .contact-map {
    height: 100%;
    margin-top: 15px;
  }

  .footer-logo p {
    font-size: 15px;
    width: 100%;
  }

  .navbar-brand img {
    width: 200px;
  }

  .navbar-active .navbar-brand img {
    width: 170px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .banner-head {
    font-size: 34px;
    line-height: 40px;
  }

  .main-head {
    font-family: Switzer;
    font-size: 30px;
    line-height: 35px;
  }

  .banner-image .content {
    display: none;
  }

  .banner-head-div .down-btn {
    display: none;
  }

  .banner-image {
    text-align: center;
    height: 100%;
  }

  .banner-image .banner-img {
    width: 100%;
    margin-bottom: 0;
  }

  .doctors-section .bg-vector-one {
    width: 100px;
  }

  .about-section .bg-vector {
    width: 110px;
  }

  p {
    font-size: 15px;
    font-weight: 300;
  }

  .sub-head {
    font-size: 15px;
  }

  .sub-head spa {
    width: 50px;
  }

  .about-head-div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-head-div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .doc-head-div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-button {
    justify-content: center;
    margin-top: 10px;
  }

  .contact-detail-div {
    padding: 30px;
    text-align: center;
    align-items: center;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 10px;
  }

  .made-by {
    font-size: 16px;
    text-align: center;
  }

  .footer-by {
    justify-content: center;
    margin-top: 5px;
  }

  .contact-map {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-head {
    font-size: 40px;
    line-height: 45px;
  }

  .nav-link {
    font-size: 15px !important;
  }

  .banner-image .banner-img {
    width: 80%;
    margin-bottom: 80px;
  }

  .doctors-section .bg-vector-one {
    width: 100px;
  }

  .about-section .bg-vector {
    width: 110px;
  }

  .contact-detail-div {
    padding: 40px;
  }

  .banner-image .content {
    width: 57%;
    padding: 15px;
  }

  .banner-doc .image {
    height: 50px;
  }

  .banner-image .view a {
    font-size: 14px;
  }

  .more-btn {
    font-size: 15px;
  }

  .servcie-card .head p {
    font-size: 15px;
  }

  .contact-detail-div p {
    font-size: 14px;
    width: 90%;
    margin-top: 8px;
  }

  .footer-logo p {
    font-size: 15px;
  }

  .more-btn i {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .sub-head {
    font-size: 15px;
  }

  p {
    font-size: 15px;
  }

  .contact-detail-div a i {
    width: 38px;
    height: 38px;
  }

  .contact-detail-div a {
    font-size: 15px;
  }

  .banner-head-div .down-btn {
    margin-top: 40px;
  }

  .main-head {
    font-family: Switzer;
    font-size: 31px;
    line-height: 41px;
  }

  .servcie-card .head .ser {
    height: 105px;
    overflow-y: scroll;
  }

  .servcie-card .head .ser::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-head {
    font-size: 45px;
    line-height: 50px;
  }

  .nav-link {
    font-size: 15px !important;
  }

  .banner-image .banner-img {
    width: 80%;
    margin-bottom: 80px;
  }

  .doctors-section .bg-vector-one {
    width: 100px;
  }

  .about-section .bg-vector {
    width: 110px;
  }

  .contact-detail-div {
    padding: 40px;
  }

  .banner-image .content {
    width: 45%;
    padding: 15px;
  }

  .banner-doc .image {
    height: 50px;
  }

  .banner-image .view a {
    font-size: 14px;
  }

  .more-btn {
    font-size: 15px;
  }

  .more-btn i {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .sub-head {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .contact-detail-div a i {
    width: 38px;
    height: 38px;
  }

  .contact-detail-div a {
    font-size: 15px;
  }

  .banner-head-div .down-btn {
    margin-top: 90px;
  }

  .main-head {
    font-family: Switzer;
    font-size: 35px;
    line-height: 45px;
  }

  .servcie-card .head .ser {
    height: 105px;
    overflow-y: scroll;
  }

  .servcie-card .head .ser::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .banner-head {
    font-size: 45px;
    line-height: 50px;
  }

  .nav-link {
    font-size: 15px !important;
  }

  .banner-image .banner-img {
    width: 80%;
    margin-bottom: 80px;
  }

  .doctors-section .bg-vector-one {
    width: 100px;
  }

  .about-section .bg-vector {
    width: 110px;
  }

  .contact-detail-div {
    padding: 40px;
  }

  .banner-image .content {
    width: 45%;
    padding: 15px;
  }

  .banner-doc .image {
    height: 60px;
  }

  .banner-image .view a {
    font-size: 14px;
  }

  .more-btn {
    font-size: 15px;
  }

  .more-btn i {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .sub-head {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .contact-detail-div a i {
    width: 38px;
    height: 38px;
  }

  .contact-detail-div a {
    font-size: 15px;
  }

  .banner-head-div .down-btn {
    margin-top: 90px;
  }

  .main-head {
    font-family: Switzer;
    font-size: 35px;
    line-height: 45px;
  }

  .servcie-card .head .ser {
    height: 105px;
    overflow-y: scroll;
  }

  .servcie-card .head .ser::-webkit-scrollbar {
    display: none;
  }
}





@media (min-width: 1801px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1640px !important;
  }
}