body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #706b6b;
    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;
}


.img2-overlay
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(200deg, #12d1fd 15%, #b92bec 85%);
  opacity: .45;
  transition: background .3s,border-radius .3s,opacity .3s;
  z-index: 1;
}







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


.rainbow-btn-header {
  margin-top: 5px;
  text-align: center;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  box-sizing: border-box;
  z-index: 2;
  overflow: hidden;
  padding: 5px;
  height: 60px;
  width: 300px;
  margin: 0px 5px;
  display: inline-block;
}
.rainbow-btn-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
    background-size: 50% 100%;
    animation: rainbow-btn .75s linear infinite
}
.rainbow-btn-header span {
  position: relative;
  z-index: 2;
  padding: 7px;
  font-size: 1.1rem;
  text-decoration: none;
  align-items: center;
  background: rgba(0, 0, 0, .5);
  border-radius: 3px;
  display: block;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.rainbow-btn-header:focus,
.rainbow-btn-header:hover {
    color: #fff;
}

@keyframes rainbow-btn-header {
    to {
        transform: translateX(-50%)
    }
}










header{  
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
}
.navbar-brand img{
  max-width: 240px;
}
.navbar{
    padding: 0;
}

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

.logo-con
{
  text-align: center;
}
.banner-sec {
  background: url(../images/bantt-s.jpg) no-repeat center center;
  background-size: cover;
  padding: 300px 0 150px 0;
  position: relative;
}
.banner-sec h1 {
  font-weight: 900;
  line-height: 50px;
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.banner-sec h2 {
  font-weight: 900;
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}


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

.banner-sec h4
{
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
  background: #fd4586;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 5px;
}

.banner-sec h4 a {
  color: #ffc000;
  font-weight: 700;
}
.banner-right {
  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/banner-1a.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.inner-banner h2{
  font-weight: 600;
  line-height: 40px;
  font-size: 30px;
  color: #FFD81B;
  margin-top: 30px;
  position: relative;
  text-align: center;
}

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

.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: #414141;
}

.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: #414141;
}


.call-me-box{
    padding: 15px 25px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 0;
}

.call-me-box:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(0px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.call-me-box:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:#000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

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

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

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

.call-me-box-2:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(0px);
    width: calc(100% + 0px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.call-me-box-2:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:#06374a;
    left: 0;
    top: 0;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.call-me-box-2 p {
  font-size: 20px;
  color: #ffbe22;
  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:50px 0 50px 0;
  background: #112853;
}

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

.about-sec-new-top h2{
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.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;
  border-radius: 20px;
  padding: 15px;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.3));
  background-color: #5736cb;
  text-align: center;
  border-left: 5px solid rgb(242, 205, 61);
  border-right: 5px solid rgb(238, 191, 51);
}


.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: 3px solid #dee2e6;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}



.join-now-section {
  padding: 60px 0px;
  overflow: hidden;
  background: #5736cb;
  position: relative;
}
.join-now-section .shape1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  -webkit-animation: scaleAni 4s linear infinite;
          animation: scaleAni 4s linear infinite;
}
.join-now-section .shape2 {
  position: absolute;
  right: 10%;
  bottom: 0px;
  max-width: 550px;
}
.join-now-section .content .section-header {
  text-align: center;
  margin-bottom: 18px;
}

.section-header .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 11px;
  display: block;
  color: #fff;
}

.section-header .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 11px;
  display: block;
  color: #fff;
}

.section-header p {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 25px;
  display: block;
  color: #fff;
}

.section-header a {
  padding: 15px 30px;
  background: #ee2687;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 10px;
}

.member-slider-section {
  padding: 0px 0px 70px;
  margin-top: -50px;
}
.member-slider-section .content .section-header {
  text-align: center;
  margin-bottom: 0px;
}
.member-slider-section .registered-slider .single-slider {
  text-align: center;
  position: relative;
}
.member-slider-section .registered-slider .single-slider .img {
  position: relative;
  margin-bottom: 30px;
}
.member-slider-section .registered-slider .single-slider .img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-block;
  border: 5px solid #fff;
}
.member-slider-section .single-slider .inner-content{
  position: absolute;
  bottom: 0;
  left: 0;
  right:0 ;
  z-index: 2;
}
.member-slider-section .registered-slider .single-slider .inner-content .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.member-slider-section .registered-slider .single-slider .inner-content p {
  color: #ff3366;
}
.member-slider-section .single-slider {
  text-align: center;
}
.member-slider-section .single-slider .img {
  position: relative;
}
.member-slider-section .single-slider .img img {
  width: 100%;
  height: 380px;
  border-radius: 0;
  display: inline-block;
  object-fit: cover;
}
.member-slider-section .single-slider .inner-content .name {
  font-size: 33px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
}
.member-slider-section .single-slider .inner-content p {
  margin-bottom: 0px;
}
.section-header .sub-title {
  color: #5650ce;
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
  font-weight: 600;
}

.member-slider-section .section-header .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 11px;
  display: block;
  color: #000;
}

.member-slider-section .section-header p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 30px;
  display: block;
  color: #414141;
}



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

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

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

.socail-date-left img{
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: #414141;
  font-weight: 400;
}



.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;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.img-block {
  position: relative
}

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

.img-block-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
}

.text-block {
  padding: 10px 15px;
  position: relative;
  width: 100%;
  background: #f2cd3d;
  border-bottom: 2px solid #FA2556;
}

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

.member-age {
  color: #000;
  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;
  background: #3364ae;
}

.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: #3b2196;
    position: relative;
}

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: 38px;
  background: rgba(82, 49, 242, 0.72);
  border-radius: 5px;
}

.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-color: rgba(255, 255, 255, 0.28);
  background-clip: padding-box;
  border: 2px solid #fff;
  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%, #0FEC5B  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;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1;
}


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

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


.bannerForm p a {
  color: #2DD9E1;
}

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

.contect-us-sec{
  padding: 60px 0;
  background: #000;
}
.contact-sec-left img{
  width: 100%;
  border-radius: 10px;
  border: 2px solid #fff;

}

.banner-overlay
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(20, 22, 130, 0.37);
}






@media (min-width: 768px) { 

 }

@media (max-width: 767.98px) {

.logo-con
{
  text-align: center;
}


.baner-text {
  width: 100%;
}


.member-slider-section .content .section-header {
  text-align: center;
}

.section-header .title {
  font-size: 32px;
  line-height: 46px;
  text-align: center;
}
.section-header p {
  text-align: center;
}
.join-now-section .content .section-header {
  text-align: center;
}
.join-now-section .shape2 {
  right: 0%;
  bottom: -120px;
  max-width: 550px;
}

.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: 27px;
    text-align: center;
    font-size: 21px;

}
.banner-sec h2
{
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 8px;
  color: #fff;
  margin-top: 0px;
}

.banner-sec h4{
    text-align: center;
}
.call-me-box {
  display: block;
 }


.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: 30px;
}
.extra-con-sec {
  padding: 30px 0;
}
.call-me-box-2 a {
  font-size: 30px;
}
.sec-title h2 {
  font-size: 26px;

}

.inner-banner h2{
  text-align: center;
}
.contact-sec-left
{
  margin-bottom: 30px;
}
}