body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    position: relative;
    background: #fff; 
}

html{
  scroll-behavior: smooth;
  scroll-padding-top:65px;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a {
    transition: .5s ease;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
h1 {   
    font-family: "Arapey", serif;
}
h2 {
    font-family: "Arapey", serif;
   
}

h3 {
    font-family: "Arapey", serif;
}

h4 {
    font-size: 22px;
    font-family: "Arapey", serif;
    margin: 0;
}

h5 {
    font-size: 16px;
    font-family: "Arapey", serif;
}




header{  
  position: fixed;
  top:0px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0;
}

.active_bg{
  background: #000;
   padding: 5px 0;
}


.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.nav-book-now {
  text-align: center;
  color: #fff !important;
  padding: 7px 15px !important;
  transition: .5s ease;
  border-radius: 25px;
  border: 1px solid #fff !important;
  margin-left: 15px;
}

.nav-book-now:hover {
  background: #fff;
  color: #000 !important;
}

.navbar-brand img{
  max-width: 240px;
}
.navbar{
    padding: 0;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fc4d86;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fc4d86;
}

.banner-sec {
  padding: 100px 0 0 0;
  background: #6737ed;
  position: relative;
}
.banner-sec h1 {
  margin-bottom: 30px;
  margin-top: 50px;
  color: #fff;
  font-size: 85px;
  line-height: 80px;
  letter-spacing: -.03em;
}
.banner-sec h1 span{
  font-style: italic;
}

.banner-sec p{
    color: #fff;
    font-size: 18px;
}
.banner-sec h5 {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  line-height: 26px;
  font-weight: 400;
}


.banner-right img {
  max-width: 100%;
}


.banner-link {
  border-radius: 25px;
  background: #fff;
  color: #000;
  font-size: 24px;
  padding: 6px 15px 6px 7px;
  display: inline-block;
}
.banner-link:hover {
  color:#fc4d86;
}



.banner-link i {
  width: 35px;
  height: 35px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  font-size: 24px;
}

.memberss-avatar-con{
  margin-top: 30px;
}
.memberss-avatar{
  width: 200px;
  margin-right: 10px;
}


.safe-ani-con{
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
}

.safe-ani-inner-con{
  position: relative;
}

.safe-ani-con .bbb__animate {
  animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.safe-ani-con .bbb__animate:hover {
  animation-play-state: paused;
}

@keyframes animationglob {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


.bbb__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}




















.about-sec-left img{
    max-width: 100%;
    padding: 10px;
    border-radius: 5%;
    border: 1px solid #fff;
    }

.about-sec {
  padding: 60px 0;
}

.about-sec h1 {
  color: #000;
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 15px;
}
.about-media{
  margin-bottom: 15px;
}

.about-sec-top h2 {
  color: #000;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
}

.about-sec-top h4 {
  color: #000;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 10px;
}

.about-sec-top h5 {
  color: #000;
  font-size: 18px;
  margin-bottom: 3px;
}

.about-sec-top p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.about-icon {
  width: 80px;
  margin-right: 10px;
}



.services-sec{
  padding: 60px 0;
  background: #161616;
}

.services-sec-top {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.services-sec-top h1{
  font-size: 72px;
}

.services-sec-top p{
  font-size: 18px;
}
.services-box{
  background: #2d2d2d;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  min-height: 321px;
}

.services-box h4{
  margin-bottom: 20px;
}

.services-box img{
  margin-bottom: 15px;
  width: 80px;
}

.services-sec-bottom {
  background: #f5e9ff;
  text-align: center;
  border-radius: 10px;
  padding: 30px;
}

.services-sec-bottom h2{
  font-size: 48px;
}

.service-link {
  border-radius: 25px;
  background: #000;
  color: #fff;
  font-size: 22px;
  padding: 6px 15px 6px 7px;
  display: inline-block;
}
.service-link:hover {
  color:#fc4d86;
}



.service-link i {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  font-size: 22px;
}



.top-members-sec {
  padding: 50px 0 60px;
  position: relative;
}
.topsec-title h2{
  color: #000;
  font-size: 48px;
  margin-bottom: 20px;
}



.member-box {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.img-block {
  position: relative
}

.img-block img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.top-text {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #e84678;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  line-height: 12px;
  padding: 5px 8px;
}


.text-block
{
  padding: 10px 0px;
  position: relative;
  width: 100%;
}

.member-name {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Arapey", serif;
}

.member-name:after{
  vertical-align: middle;
  content: "";
  width: 16px;
  height:16px;
  display: inline-block;
  margin-left: 6px;
  background:url(../images/check-mark.png) no-repeat center;
}


.member-age {
  color: #000;
  font-size: 16px;
  font-family: "Arapey", serif;
}
.member-age span {
  margin-left: 10px;
}


.member-bottom-con {
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.member-bottom-con a {
  color: #ef5b85;
  font-size: 18px;
  padding: 10px;
  display: inline-block;

}

.view-block-b,
.like-block-b,
.chat-block-b {
  text-align: center;
}

.like-block-b {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.member-like-con {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  background: #0f0f11;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.member-like-con li {
  display: inline-block;
  margin: 0 5px;
  width: 100%;
}

.member-like-con li a {
  padding: 8px 5px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
}

.member-like-con li a:hover {
  color: #fff;
  background: rgba(0, 152, 255, 0.4);
}

.sec-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.tex-center{
  text-align: center;
}




.book-appointment-btn-con{
  text-align: center;
  width: 100%;
}

.btn-appointment {
  font-size: 18px;
  color: #fff;
  background:#ff6196;
  padding:16px 32px;
  border-radius:30px;
  font-weight: 600;
  display: inline-block;
}

.btn-appointment:hover {
  background: #fd3175;
  color: #fff;
}

.appointment-form-con{
  background:#f4f1ff;
}

.appointment-form-con p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}



.appointment-form-con .form-control{
  font-size: 14px;
}


.appointment-form-con .btn-primary {
  color: #fff;
  padding: 0 28px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 8px;
  background-color: transparent;
  background: linear-gradient(95deg, #059DFF 15%, #6549D5 45%, #E33FA1 75%, #FB5343 100%) 95%/200% 100%;
  transition-duration: 300ms;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 47px;
  letter-spacing: 0.5px;
  transition: 0.4s;
  text-shadow:1px 1px 6px rgba(0,0,0,0.25)
}


.appointment-form-con  .btn-primary:hover{
  box-shadow: 0 0 20px 5px rgba(251,83,67,0.2);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: #fff;
  text-decoration: none;
}

.modal-title {
  color: #000;
  font-weight: 600;
}





.howitwork-sec{
  padding: 60px 0;
}

.howitwork-sec-img img{
  width: 100%;
  border-radius: 10px;
}

.wt-icon{
  width: 80px;
  margin-right: 15px;
}



.contect-us-sec{
  padding: 60px 0 0 0;
  background: #6737ed;
}
.contact-sec-right {
  text-align: right;
}

.contact-sec-right img{
  max-width: 100%;
}





.contactForm {
  margin-bottom: 50px;
}

.contactForm h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 500;
}


.contactForm .form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contactForm .btn-primary {
        color: #fff;
        padding: 0 28px;
        border-style: solid;
        border-width: 2px;
        border-color: transparent;
        border-radius: 25px;
        background: #e94578;
        transition-duration: 300ms;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        height: 50px;
        line-height: 47px;
        letter-spacing: 0.5px;
        transition: 0.4s;
}



.contactForm .form-control::placeholder {
  color: #fff;
  opacity: 1;
}


.contactForm .btn-primary:hover{
  box-shadow: 0 0 20px 5px rgba(251,83,67,0.2);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: #fff;
  text-decoration: none;
}



footer {
    text-align: center;
    padding: 20px 0;
}

footer p{
    margin: 0;
    color: #000;
}

footer p a{
    color: #6737ed;
}
footer p a:hover{
    color: #e94578;
}

.inner-banner{
  padding: 120px 0 80px 0;
  background: #6737ed;
  text-align: center;
}
.inner-banner h2{
  color: #fff;
}
.inner-page-body{
  padding: 60px 0;
}
.inner-page-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 10px 0;
  color: #000;
}

.inner-page-body p {
  margin: 0px 0 10px 0;
  color: #444;
}

.inner-page-body ul li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #000;
  border-radius: 50%;
  left: 15px;
  top: 9px;
}

.inner-page-body ul li {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  color: #444;
}

@media (max-width: 991.98px) {

html{
  scroll-padding-top:55px;
}


.navbar-nav {
  background: #000;
  padding: 15px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.safe-ani-con {
  bottom: -120px;
  top: inherit;
}



.about-sec-left img {
    margin-bottom: 30px;
}
.about-sec-top p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.navbar-brand img {
  max-width: 180px;
}

.banner-sec-left {
  text-align: center;
}

.banner-sec h1 {
    line-height: 55px;
    text-align: center;
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 0;
  }

.banner-sec h4{
    text-align: center;
}
.banner-link {
  margin-bottom: 15px;
}

.memberss-avatar-con {
  margin-top: 20px;
  display: inherit;
}
.memberss-avatar {
  margin-right: 0px;
}
.memberss-avatar-con .media-body{
  margin-top: 15px;
}


.banner-sec {
  padding: 100px 0 0px 0;
}

.about-sec {
  padding: 40px 0;
  text-align: center;
}

.about-sec h1 {
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 15px;
}

.about-media{
  display: inherit;
}

.services-sec-top h1 {
  font-size: 48px;
}

.service-link{
  margin-bottom: 15px;
}
.topsec-title {
  text-align: center;
}
.howitwork-sec {
  padding: 0px 0 60px 0;
}

.howitwork-sec-img img {
  margin-bottom: 15px;
}

.howitwork-sec-content {
  text-align: center;
}

.howitwork-sec-content .media{
  display: inherit;
}
.wt-icon {
  margin-right: 0px;
}

.about-sec-top {
  padding:0px;
}
.about-sec-top h2 {
  font-size: 24px;
  line-height: 30px;
}
.about-icon {
  margin-right: 0px;
}

.banner-right {
  padding-left: 0px;
}
.about-sec-left p {
  text-align: center;
}

.text-block {
  text-align: center;
}
.extra-con-sec h2 {
  margin-top: 25px;
}
.banner-sec h5 {
  text-align: center;
}

.contect-us-sec {
  padding: 40px 0 0 0;
}
.contactForm h2 {
  text-align: center;
}
.nav-book-now {
  margin-left: 0px;
  margin-top: 10px;
}
.services-sec-bottom h2 {
  font-size: 40px;
}
}

@media (min-width: 576px) {
  .book-appointment-modal .modal-dialog {
    max-width: 600px;
  }
}
