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

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: 'Inter', sans-serif;
}
h2 {
    font-family: 'Inter', sans-serif;
   
}

h3 {
    font-family: 'Inter', sans-serif;
}

h4 {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

h5 {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}


.rainbow-gradient-circle {
  position: fixed;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, #059DFF, #36C6F0);
  opacity: 0.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}



.rainbow-gradient-circle.theme-pink {
  position: fixed;
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, #FB5343, #6549D5);
  opacity: 0.50;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}




.header-call-btn{
  margin-left: 20px;
}

.header-call-btn a{
  font-size: 18px;
  color: #fff;
  background: #ed0677;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
}










.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 14px;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ed0677;
}
.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: rgb(255, 255, 255);
}

.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, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, .5);
}




header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.41);
}
.navbar-brand img{
  max-width: 215px;
}
.navbar{
    padding: 0;
}

.ro-text {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 5px 0;
}



#all_slides{
    position: relative;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.active{
    opacity: 1;
    z-index: 2;
}


.controls{
    display: none;
}

.slide{
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    background-size: cover;
}

.slide:nth-of-type(1){
  background-image: url('../images/bannre-1.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


.slide:nth-of-type(2){
  background-image: url('../images/bannre-2.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}


.slide:nth-of-type(3){
  background-image: url('../images/bannre-3.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}



.banner-content {
  position: absolute;
  width: 100%;
  top: 200px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

.banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.banner-sec{
  position: relative;
}

.banner-sec h1 {
  font-weight: 900;
  line-height: 60px;
  font-size: 46px;
  margin-bottom: 30px;
  color: #FFF;
  margin-top: 20px;
  text-transform: uppercase;
}

.banner-sec h4{
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.banner-sec h4 b{
  color: #ff6196;
}

.banner-sec p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

.home-banner a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  background: #ed0677;
  display: inline-block;
  border-radius: 5px;
}

.banner-right {
  text-align: center;
  padding-left: 70px;
  margin-top: 40px;
}
.banner-right img {
  max-width: 100%;
  padding: 10px;
  border-radius: 5%;
  border: 1px solid #e80027;
}

.inner-banner {
  padding: 150px 0 50px 0;
  background: url(../images/011A.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.inner-banner h2{
  font-weight: 600;
  line-height: 40px;
  font-size: 36px;
  color: #FFD81B;
  text-align: center;
}

.inner-page-body{
    padding: 50px 0;
}

.inner-page-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 10px 0;
  color: #fff;
}

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

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

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


.call-me-box {
  padding: 15px 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  background: #ed0677;
  border-radius: 10px;
}

.dark-text-1 {
  color: #001e35; }

.call-me-box p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.call-me-box a {
  font-size: 36px;
  color: #fff;
  font-weight: 900;
} 

.call-me-box-2 {
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 0;
  background: #ed0677;
}

.call-me-box-2 p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.call-me-box-2 a {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
} 

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

.about-sec-new {
  padding: 90px 0 50px 0;
  background: #001e35;
  position: relative;
}

.about-sec-new-top{
  margin-bottom: 30px;
}

.about-sec-new-top h2{
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
}


.about-sec-new-top h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 25px;
  background: #ed0677;
  bottom: 6px;
}


.about-sec-new-top p{
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

.about-sec-new-top p span{
  color: #eb4681;
}


.about-new-box {
  width: 100%;
  margin: 0 0 15px;
  padding: 15px;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.3));
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.about-new-box h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.about-new-box h3 span {
  display: block;
  font-weight: 400;
}

.about-new-box img {
  margin-bottom: 15px;
  max-width: 60px;
}

.about-sec-img img {
  border: 1px solid rgba(255, 255, 255, 0.51);
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}


.socialDate-con {
  position: relative;
  padding: 70px 0;
  background: #001e35;
}

.socialDate h3 {
  font-size: 30px;
  line-height: 30px;
  color: #f2cd3d;
  font-weight: 600;
  margin: 0 0 20px;
}

.socialDate h5 {
  font-size: 24px;
  line-height: 30px;
  color: #f2cd3d;
  font-weight: 600;
  margin: 0 0 15px;
}
.socail-date-left {
  padding-right: 40px;
}
.socail-date-left h4{
  font-size: 30px;
  line-height: 35px;
  color: #f2cd3d;
  font-weight: 600;
  margin: 0 0 20px;
}

.socail-date-left img{
  padding: .25rem;
  border: 1px solid rgba(255, 255, 255, 0.51);
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.socialDate img {
  height: 70px;
  margin: 0 0 20px;
}

.socialDate h4 {
  font-size: 24px;
  line-height: 30px;
  color: #111;
  font-weight: 600;
  margin: 0 0 15px;
}

.socialDate p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

.contect-us-sec {
  padding: 60px 0;
  background: #001e35;
}
.contact-sec-left img{
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.51);

}




.sec-title {
  text-align: center;
  margin-bottom: 30px;
}

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

.sec-title h4 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}



.top-members-sec {
  padding: 50px 0 60px;
  position: relative;
}

.member-box {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.img-block {
  position: relative
}

.img-block img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.img-block-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(112, 26, 119, 0);
}

.text-block {
  padding: 10px 15px;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #ed0677;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 15, 15, 0.31);
}

.member-name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.member-age {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.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);
}











.extra-con-sec {
  padding: 60px 0;
}

.extra-con-sec h2{
    font-weight: 600;
    color: #ef4972;
    margin-bottom: 10px;
    font-size: 22px;
}



.extra-text-block {
  text-align: center;
  font-size: 18px;
  background: rgb(153, 69, 192);
  padding: 10px;
  color: #feffff;
  font-weight: 600;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  border-radius: 15px;
}

.extra-sec-right img {
  max-width: 100%;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid rgba(238, 98, 190, 0.3);
  margin-bottom: 30px;
}

footer {
  background: #011627;
  position: relative;
  border-top: 1px solid #fff;
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/shape1.png') bottom left no-repeat;
    background-size: auto;
  background-size: contain;
  pointer-events: none;
}

.footer-top{
    text-align: center;
    padding: 50px 0 20px 0;
}
.footer-top p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-top img{
    margin-bottom: 30px;
}


.footer-top p a{
  color:#FFD81B;
}
.footer-botom{
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #fff;
}

.footer-botom p{
   color: #fff;
   font-size: 16px;
}

.footer-botom p a{
  color:#FFD81B;
}

.bannerForm {
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

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

.bannerForm .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)
}


.bannerForm .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;
}



.bannerForm h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}

.bannerForm p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  text-align: center;
}


.bannerForm p a {
  color: #FFD81B;
}

.extra-sec-left{
    text-align: center;
}
.extra-sec-left p{
   color: #fff;
   font-size: 18px;
   margin-bottom: 15px;
}
.extra-sec-left h4{
   color: #fff;
   font-size: 20px;
   margin-bottom: 15px;
   font-weight: 600;
   line-height: 32px;
}


@media (min-width: 768px) { 

 }

@media (max-width: 767.98px) {

.about-sec-img img {
  margin-bottom: 30px;
}
.about-sec-new-top {
  text-align: center;
  margin-bottom: 0;
}
.socialDate-con {
  padding: 50px 0;
  text-align: center;
}

.media {
  display:inherit;
  display:inherit;
  -ms-flex-align:inherit;
  align-items:inherit;
  margin-bottom: 30px;
}

.socialDate img {
  margin: 0 0 20px;
  margin-right: 0;
}

  .banner-sec h1 {
    line-height: 32px;
    text-align: center;
    font-size: 24px;
  }

.banner-sec h4{
    text-align: center;
}
.call-me-box {
  margin-bottom: 30px;
 }


.about-sec {
  padding: 40px 0;
}
.about-sec-top {
  padding:0px;
  text-align: center;
}
.about-sec-top h2 {
  font-size: 22px;
  line-height: 30px;
}
.banner-right {
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 0px;
}
.extra-con-sec {
  padding: 30px 0;
}
.call-me-box-2 a {
  font-size: 30px;
}
.sec-title h2 {
  font-size: 26px;

}


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

#all_slides {
  height: 80vh;
}

.header-call-btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.banner-content {
  top: 230px;
}

.img-block img {
  height: 220px;
}
.contact-sec-left {
  margin-bottom: 30px;
}
.top-members-sec {
  padding: 50px 0 30px;
}
.banner-sec h4 b {
  display: block;
}

}

.home-banner {
  overflow: hidden;
  position: relative;
  padding-top: 115px;
}

.home-banner .placeholder {
  text-align: left;
  top: 100px;
  padding-left: 5vh;
}

.home-banner .min-vh-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-banner .social-share {
  position: absolute;
  top: 0;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  right: 16px;
  z-index: 1;
}

.home-banner .social-share a {
  width: 30px;
  height: 30px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
  line-height: 30px;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
}

.home-banner .social-share a:hover {
  background: #f71735;
}

.home-banner .home-avatar-box {
  padding: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .home-banner .home-avatar-box {
    padding: 20px;
  }
}

.home-banner .home-avatar-box:before {
  content: "";
  background-image: url(../images/dots-effect.png);
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background-position: left;
  background-size: cover;
  -webkit-animation: spin 140s linear infinite;
  animation: spin 140s linear infinite;
}



@media (max-width: 767px) {
  .home-banner .home-avatar-box:after {
    border: 10px solid #f71735;
  }
}

.home-banner .home-avatar-in {
  position: relative;
  border-radius: 5%;
  border: 15px solid #fff;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 767px) {
  .home-banner .home-avatar-in {
    border: 5px solid #fff;
  }
}

.home-banner .home-avatar-in:after {
  content: "";
  padding-bottom: 100%;
  display: inline-block;
  vertical-align: top;
}

.home-banner .home-avatar-in img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-banner .typo-box {
  padding-top: 20px;
}

.home-banner .typo-box h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home-banner .typo-box h6 {
    font-size: 16px;
  }
}

.home-banner .typo-box h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .home-banner .typo-box h1 {
    font-size: 40px;
  }
}

.home-banner .typo-box h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 3px;
  background: #f71735;
}

.home-banner .typo-box h2 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home-banner .typo-box h2 {
    font-size: 18px;
  }
}

.home-banner .typo-box p {
  font-size: 17px;
  color: rgba(255, 255, 255, 1);
  max-width: 500px;
}

@media (max-width: 767px) {
  .home-banner .typo-box p {
    font-size: 15px;
  }
}

.home-banner .typo-box .btn-bar {
  padding-top: 10px;
}


img {
  max-width: 100%;
}

.placeholder {
  position: absolute;
  top: 20px;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0.05;
  pointer-events: none;
}

.placeholder h5 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 7vw;
  color: transparent;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.8rem;
}

@media (max-width: 767px) {
  .placeholder h5 {
    font-size: 10vw;
    letter-spacing: 0.2rem;
  }

  .home-banner .typo-box {
    text-align: center;
  }

  .home-banner .typo-box h1::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
.about-sec-new-top h2::after
{
  display: none;
}

.about-sec-new
{
  padding: 40px 0 50px 0;

}
.about-sec-new-top h2
{
  font-size: 26px;
}

}



.view-all-btn-con{
  text-align: center;
  position: relative;
}
.all-profile{
  font-size: 18px;
  color: #fff;
  background: #ed0677;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
}
.all-profile:hover{
  background: #f4cc2d;
  color: #fff;
}



.btn-p-con .btn{
  border-radius: 0;
}

.register-modal .bannerForm {
  background: #062e4f;
  border-radius: 0;
}

.register-modal .modal-header{
  background: #062e4f;
}

.register-modal .modal-body{
  padding: 0;
}

.register-modal .close {
  color: #fff;
}


.register-modal .modal-content{
    background: #011627;
}

.register-modal .modal-title{
  color: #fff;
}


.profile-details-con{
  padding: 150px 0 60px 0;
}

.profile-details-left{
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.profile-details-left .profile-img{
  width: 100%;
  margin-bottom: 30px;
}

.profile-details-left h2 {
  font-size: 24px;
  color: #ed0677;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.profile-details-left h3{
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.profile-details-block h1{
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}

.profile-details-block h2{
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}

.profile-details-block h3{
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.profile-details-block h4{
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

.profile-details-block h5{
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

.profile-details-block p{
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}
.gallery-img{
  position: relative;
}
.gallery-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 8px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 18px;
  z-index: 1;
}


.profile-details-block {
  margin-bottom: 20px;
  background: #fff;
  padding: 30px;
}
.profile-details-block ul{
  margin-bottom: 30px;
}
.profile-details-block ul li{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background:#ed0677 ;
  margin: 5px;
}

.btn-register {
  font-size: 18px;
  color: #fff;
  background: #ed0677;
  padding: 14px 15px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  border: none;
}
.register-btn-con {
  width: 100%;
  padding: 5px;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 8px;
}


@media (max-width: 991.98px) { 
 .navbar-nav {
    background: #971777;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
.baner-left-img {
  padding-right: 0px;
}

 }


@media (max-width: 767.98px) {
.gallery-img {
  margin-bottom: 15px;
}
.gallery-img img {
  height: 400px;
}
.zoom-icon {
  bottom: 25px;
}
.banner-sec, .about-sec-new, .top-members-sec, .socialDate-con, .extra-con-sec, .contect-us-sec  {
  background-attachment: inherit;
}
.btn-p-con .btn {
  padding: 8px 5px;
  font-size: 14px;
}

.profile-details-con {
  padding: 110px 0 60px 0;
}
.profile-details-left {
  text-align: center;
}
.navbar-brand img {
  max-width: 181px;
}

}