@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('/fonts/satoshi/stylesheet.css');
@import url('/fonts/Nohemi/stylesheet.css');

/* ==================== */

body *,
::before,
::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: inherit;
}

body {
  position: relative;
  font-family: Satoshi;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  background-color: #000000;
  overflow-x: hidden;
}



p,
li,
span {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nohemi';
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-size: 75px;
}

h3 {
  font-size: 65px;
}

h4 {
  font-size: 54px;
}
h5{
  font-size: 45px;
}
.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p100 {
  padding: 100px 0px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt50 {
  margin-top: 50px;
}

.cta {
  display: inline-block;
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  padding: 17px 29px;
  border-radius: 60px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: linear-gradient(180deg, #6430FE 0%, #B898FF 100%);
}

.cta:hover {
  background: linear-gradient(180deg, #F76191 0%, #FECDA5 100%);
}

.bdr-cta {
  background: transparent;
  border: 1px solid #6430FE;
  color: #000;
}

.bdr-cta:hover {
  background: #6430FE;
}

.bg-cta {
  background: linear-gradient(180deg, rgba(100, 48, 254, 0.12) 0%, rgba(100, 48, 254, 0) 100%);
  color: #fff;
  border: 0.8px solid #6430FE99
}

.lg-color {
  background: linear-gradient(90deg, #6430FE 0%, #B898FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for some newer browsers */
  color: transparent;
}


.site_header {
  padding: 20px 0px;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 999999;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

header.site_header.fix_header {
  position: fixed;
  top: 0px;
  background-color: #000000;
  padding: 10px 0px;
}
.social-container {
    display: -webkit-flex;
}
.header-btn {
  text-align: end;
}

/* header.site_header .row {
  align-items: center;
} */

.toggle-switchpage .switch {
  position: relative;
  display: inline-block;
  width: 297px;
  height: 40px;
}

.toggle-switchpage .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switchpage .slider-toggle {
  position: absolute;
  cursor: pointer;
  background: linear-gradient(90deg, #ff4f94, #ffc371);
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  box-shadow: 0 0 20px #ff4f94;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  justify-content: center;
}

.toggle-switchpage .circle {
  position: absolute;
  height: 32px;
  width: 32px;
  left: 5px;
  top: 5px;
  background: white;
  color: #ff4f94;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.4s;
}

/* Default text */
.toggle-switchpage .text {
  margin-left: 70px;
  transition: 0.4s;
}
.toggle-switchpage .text {
  margin: auto;
}

/* When switch is ON */
.toggle-switchpage input:checked+.slider-toggle {
  background: linear-gradient(90deg, #7f5eff, #24c6dc);
  box-shadow: 0 0 20px #7f5eff;
  color: white;
}

.toggle-switchpage input:checked+.slider-toggle .circle {
  transform: translateX(255px);
  background: white;
  color: #7f5eff;
}

/*.toggle-switchpage input:checked+.slider-toggle .text {
  margin-left: 00px;
}
*/
.toggle-switchpage input:checked+.slider-toggle .text::before {
  content: "Switch to Business";
  color: white;

}

.toggle-switchpage .text::before {
  content: "Switch to NSFW";
}

/* Changing icon */
.toggle-switchpage .circle::before {
  content: '🔞';
}

.toggle-switchpage input:checked+.slider-toggle .circle::before {
  content: '💼';
}

.social-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; /* if vertical alignment is needed */
  gap: 15px;
}

.social-card .social-icon {
  /* background: white; */
  width: 63px;
  height: 63px;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
  background: #FFFFFF12;
  border: 0.5px solid #FFFFFF38 !important;
  /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.1); */
  color: #000;
  font-weight: bold;
}

.social-card:hover .social-icon{
  transform: translateY(-8px);
  /* box-shadow: 0 0 20px rgba(255, 255, 255, 0.3); */
  background: linear-gradient(90deg, #6430FE 0%, #B898FF 100%);
  border: 0.5px solid #6430FE !important;
  /* for border effect */
}
.social-container .social-card:hover span.social-name{
  color: #6430FE;
}

.social-icon {
  font-size: 24px;
  margin-bottom: 5px;
}

.social-name {
  margin-top: 5px;
  font-family: Satoshi;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  vertical-align: middle;
  color: #fff;

}

.header-middle {
  text-align: -webkit-center;
}

.header-logo {
  margin-bottom: 20px;
}


/* banner-sec start here */

.banner-sec {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* Full screen height */
  overflow: hidden;
}

/* .banner-sec:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 11, 52, 0) 0%, rgba(11, 11, 52, 0.9021) 85%);
  background: rgba(11, 11, 52, 0.9021);
} */
.banner-sec.gradient-after::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(11, 11, 52, 0.9021);
}

.banner-sec:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 360px;
  z-index: 191;
  background: linear-gradient(180deg, rgba(11, 11, 52, 0) 0%, rgba(11, 11, 52, 0.9021) 85%);
}

.banner-sec .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-sec .container {
  /* position: relative;
    z-index: 1; */
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 18%;
  z-index: 99;
  transform: translateY(-50%) !important;
}

.banner-img {
  text-align: -webkit-center;
  position: relative;
  z-index: 99;
}

.banner-sec {
  display: flex;
}

.baner-content {
  height: 100%;
}

.baner-content .banner-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%)!important;
  width: 100%;
  height: 90%;
}

.baner-content .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}


.banner-btm-content {
    text-align: -webkit-center;
}



/*.banner-btm-content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%)!important;
  z-index: 999;
}*/


.banner-btm-content p {
  background: linear-gradient(90deg, #6430FE 0%, #B898FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for some newer browsers */
  color: transparent;
  font-family: Satoshi;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  vertical-align: middle;

}



.banner-btm-contact{
  position: absolute;
  bottom: 60px;
  z-index: 999;
  left: 40px;
  /* animation: rotate 5s linear infinite; */
}

.circle-button {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg, #6430FE 0%, #B898FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transition: 0.3s ease-in-out;
}

.circle-button:hover {
  background: linear-gradient(180deg, #F76191 0%, #FECDA5 100%);

}

.circle-button:hover text {
  fill: #FECDA5;
}

.mail-icon {
  width: 100%;
  height: 100%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 2;
}

.text-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotateCircle 10s linear infinite;
  /* Animate the whole circle */
}

.text-circle text {
  font-size: 30px;
  fill: #B898FF;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Rotate the entire SVG around its center */
@keyframes rotateCircle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}




/* reel slider css */


.reels-slider-heading h2 {
  font-weight: 400;
}

.reels-slider-sec {
  background-color: #03040D;
  position: relative;
  z-index: 1;
}
/* nw-ds */

.reels-slider-sec ,footer.footer-sec {
  position: relative;
  overflow: hidden; /* Prevent image overflow */
}

.reels-slider-sec,
footer.footer-sec {
  position: relative;
  overflow: hidden;
}

/* TOP-HALF floating circle */
.reels-slider-sec::after,
footer.footer-sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 900px;
  height: 900px;
  background-image: url(../img/circle-bg-anim.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -2;
  animation: floatAroundTop 10s infinite ease-in-out alternate;
}

/* BOTTOM-HALF floating circle */
.reels-slider-sec::before,
footer.footer-sec::before {
  position: absolute;
  content: "";
  bottom: 15%;
  right: 0;
  width: 900px;
  height: 900px;
  background-image: url(../img/circle-bg-anim.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
  animation: floatAroundBottom 10s infinite ease-in-out alternate;
}

/* Keyframe for top-half motion with scale */
@keyframes floatAroundTop {
  0%   { transform: translate(0, 0) scale(1); }
  25%  { transform: translate(0vw, 5vh) scale(1.05); }
  50%  { transform: translate(10vw, 20vh) scale(0.98); }
  75%  { transform: translate(20vw, 30vh) scale(1.03); }
  100% { transform: translate(30vw, 50vh) scale(1); }
}

/* Keyframe for bottom-half motion with scale */
@keyframes floatAroundBottom {
  0%   { transform: translate(40vw, 20vh) scale(1); }
  25%  { transform: translate(20vw, 50vh) scale(1.04); }
  50%  { transform: translate(0vw, 40vh) scale(0.97); }
  75%  { transform: translate(25vw, 10vh) scale(1.02); }
  100% { transform: translate(30vw, 40vh) scale(1); }
}



.banner-sec.basic-banner-sec .banner-video-box {
  text-align: center;
  width: 100%;
  flex: 0 0 100%;
  line-height: 0;
  opacity: 1;
}

.banner-sec.basic-banner-sec {
  justify-content: center;
  background-size: cover;
  background-position: center;
}
/*  */

/* nw-ds */
.line-bg-img {
  position: absolute;
  bottom: 2%;
  left: -14%;
  z-index: -1;
}

/*  */
.reels-slider {
  position: relative;
  /* background: #000; */
  overflow: hidden;
  padding: 30px 0px;
}

.slider {
  position: relative;
}

.reels-slider:hover {
  cursor: none;
  /* Hide normal cursor */
}

.slide {
  padding: 10px;
  text-align: center;
}

.slide video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.slide p {
  margin-top: 10px;
  color: white;
  font-weight: bold;
}

.drag-circle {
  position: absolute;
  /* Not fixed */
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1000;
  animation: pulse 2s infinite ease-in-out;
}

.drag-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}


.reels-slider .slick-active.slick-center .slide p {
  opacity: 1;
}

.reels-slider .slick-active .slide p {
  opacity: 0.5;
}

.marquee-slider {
  position: relative;
  overflow: hidden;
  /* padding: 40px 0; */
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  min-width: 20vw;
  /* 4 items on desktop */
  margin: 0 20px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 300px; */
  border-radius: 12px;
}

.marquee-item img {
  text-align: -webkit-center;
}

/* Responsive */
@media (max-width: 768px) {
  .marquee-item {
    min-width: 50vw;
    /* 2 items on tablet */
  }
}

@media (max-width: 480px) {
  .marquee-item {
    min-width: 80vw;
    /* 1 item on mobile */
  }
}

/* Marquee Animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Gradient Overlays */
.marquee-slider .overlay,
.reels-slider .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.marquee-slider .overlay.left,
.reels-slider .overlay.left {
  left: -10px;
  background: linear-gradient(270deg, rgba(3, 4, 13, 0) 0%, #03040D 100%);
}

.marquee-slider .overlay.right,
.reels-slider .overlay.right {
  right: -10px;
  background: linear-gradient(90deg, rgba(3, 4, 13, 0) 0%, #03040D 100%);
}

.marquee-slider-head {
  text-align: center;
  margin-bottom: 30px;
}



/* creator-infulancer-sec */

.creator-infulancer-sec {
  background-color: #fff;
  overflow-x: hidden;
}

.creator-infulancer-left,
.creator-infulancer-right {
  display: flex;
  flex-direction: column;
  gap: 170px;
  padding: 0 30px;
}

.creator-infulancer-left .creator-infulancer-left-upr-img {
  text-align: right;
}

.creator-infulancer-left .creator-infulancer-left-lwr-img {
  text-align: left;
}

.creator-infulancer-sec .row {
  align-items: center;
}

.creator-infulancer-center {
  text-align: center;
  max-width: 655px;
  margin: auto;
}

.creator-infulancer-center h4 {
  background: linear-gradient(90deg, #6430FE 0%, #B898FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 400;
}

.creator-infulancer-center p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 2%;
  text-align: center;
  color: #000;
}

.creator-infulancer-right-upr-img {
  display: flex;
  align-items: anchor-center;
  justify-content: space-between;
}

.creator-infulancer-right-lwr-img {
  text-align: -webkit-center;
}

/* .ci-img img {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.ci-img:hover img {
  transform: translateY(-10px) scale(1.05);
} */
.ci-img img {
  will-change: transform;
}

/* about us section */

.about-sec {
  position: relative;
  background-image: url('../img/A.png');
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-attachment: fixed;
  background-color: #000;
  overflow-x: hidden;
}


.about-me-righit {
  text-align: right;
}

.about-me-righit h2 span {
  background: linear-gradient(90deg, #6430FE 0%, #B898FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for some newer browsers */
  color: transparent;
}

.about-me-left {
  max-width: 571px;
}

/* ready to connecet */

.ready-to-connect-box {
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
  border: 1px solid #ffffff4f;
  border-radius: 70px; */
  text-align: center;
  position: relative;
  z-index: 1;
}
.ready-to-connect-box::after{
  content: '';
    position: absolute;
    inset: 0;
    border-radius: 70px;
    padding: 1px;
background: linear-gradient(180deg, rgba(155, 167, 192, 0.7) 0%, rgba(155, 167, 192, 0) 100%);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask-composite: exclude;
pointer-events: none;
}
.ready-to-connect-box p {
  max-width: 596px;
  margin: auto;
}

.ready-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* .ready-to-connect-box:after {
  position: absolute;
  content: "";
  left: -5%;
  bottom: -30px;
  height: 200px;
  width: 110%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 99;
  background: linear-gradient(360deg, #000000 0%, #000000bd 100%);
  z-index: -1;
} */




/* footer-images-sec */
footer.footer-sec {
  position: relative;
  background-color: #03040D;
  z-index: 1;
  /* margin-top: -200px; */
  /* overflow-x: hidden; */
}

@mixin drop-shadow-image {
  img {
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  }
}

@mixin faded-out {
  opacity: 0.6;
}

.footer-images-sec {
  
  position: relative;

  padding-bottom: 60px;
}

.footer-img-float {
  /* margin-top: -300px; */
  position: relative;
  z-index: 99999999;
  overflow-x: hidden;
}



/* .footer-images-sec:before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/ftr-bg.png");
  background-size: cover;
  opacity: 15%;
  mix-blend-mode: Luminosity;
  z-index: 0;
} */


/* .footer-images-sec:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/ftr-bg.png");
  background-size: cover;
  background: linear-gradient(0deg, rgba(247, 97, 145, 0) 63.39%, #F76191 100%),
  linear-gradient(180deg, rgba(247, 97, 145, 0) 84.79%, #F76191 100%);
  opacity: 15%;
  mix-blend-mode: Luminosity;
} */

.footer-images-sec .container .footer-img-float {
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow-x: hidden;

}

/* .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-auto-rows: 10px;
  gap: 20px;
  padding: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
} */

/* Optional: nice hover zoom effect */
.gallery-item img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}



.pos-1 {
  grid-area: 10 / 1 / 36 / 8;
}

.pos-2 {
  grid-area: 1 / 21 / 17 / 30;
}

.pos-3 {
  grid-area: 1 / 36 / 14 / 42;
}

.pos-4 {
  grid-area: 10 / 10 / 32 / 17;
}

.pos-5 {
  grid-area: 20 / 35 / 35 / 45;
}

.pos-6 {
  grid-area: 20 / 46 / 28 / 51;
}

.pos-7 {
  grid-area: 43 / 5 / 51 / 10;
}

.pos-8 {
  grid-area: 38 / 14 / 51 / 19;
}

.pos-9 {
  grid-area: 40 / 26 / 51 / 32;
  grid-area: 22 / 20 / 51 / 32;
}

.pos-10 {
  grid-area: 37 / 39 / 48 / 47;
}

.image-grid {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 80%;
  top: -25%;
  left: 0%;
  display: grid;
  grid-template-columns: repeat(20, 2%);
  grid-template-rows: repeat(20, 2%);
  z-index: 999;
}

.image-grid__item {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 90%;
}

.image-grid img {
  will-change: transform;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

footer.footer-sec .footer-btm-part .header-social-links .social-icon {
  border-radius: 50%;
}

.ftr-box {
  max-width: 1100px;
  background: #FFFFFF05;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 50px;
  margin: 70px auto;
  text-align: center;
  border-radius: 20px;
}

.footer-copyright {
  text-align: center;
}


.banner_bg_video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  line-height: 0;
}

.banner_bg_video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left bottom;
  filter: none;
  /* Remove grayscale */
  opacity: 1;
  position: relative;
  z-index: 1;
  opacity: 6%;
  mix-blend-mode: luminosity;
  background-color: #6430FE4D;
}

.banner_bg_video video source {
  mix-blend-mode: luminosity;
  /* filter: grayscale(1);
  -webkit-filter: grayscale(1); 
  filter: grayscale(100%);  */
}

.banner_bg_video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #6430FE4D; */
  /* background: linear-gradient(0deg, rgba(247, 97, 145, 0) 63.39%, #F76191 100%),
linear-gradient(180deg, rgba(247, 97, 145, 0) 84.79%, #F76191 100%); */
  backdrop-filter: blur(754px);
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: luminosity;
  opacity: 15%;
}

footer.footer-sec .footer-btm-part .header-social-links .social-card:hover .social-icon {
  background: linear-gradient(90deg, #6430FE 0%, #B898FF 100%);

}

footer.footer-sec .footer-btm-part .header-social-links .social-card:hover .social-name {
  color: #B898FF;
  ;
}

.footer-btm-part {
  position: relative;
  z-index: 999;
}

footer.footer-sec {
  position: relative;
}

/* footer.footer-sec:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 20%;
  background-image: url(../img/work-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: .5;
  z-index: 1;
} */






/* Pro page css Stert here */


.pink-bg{
  position: relative;
  background: #f76191;
}


/* banner-sec */
.Propage .banner-sec:before {
  background: #F7619199;
}

/* .banner-sec.show .baner-content {
  opacity: 1;
}
.banner-sec .baner-content {
  opacity: 0;
} */



/* .delayed-show .baner-content ,.delayed-show .hedaer-content {
  opacity: 0;
  transition: opacity 1.3s ease-in-out;
}

.delayed-show.show .baner-content,.delayed-show.show .hedaer-content{
  opacity: 1;
}

.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
} */

  /* #content, #hero {
    opacity: 0;
    transform: translateY(20px);
  } */

.Propage .cta {
  background: linear-gradient(180deg, #F76191 0%, #FECDA5 100%);

}

.Propage .cta:hover {
  background: linear-gradient(180deg, #6430FE 0%, #B898FF 100%);
}

.Propage .bdr-cta {
  background: transparent;
  border: 1px solid #6430FE;
  color: #000;
}

.Propage .bdr-cta:hover {
  background: #6430FE;
}

.Propage .bg-cta {
  background: linear-gradient(180deg, rgba(100, 48, 254, 0.12) 0%, rgba(100, 48, 254, 0) 100%);
  color: #fff;
  border: 0.8px solid #6430FE99
}


.Propage .circle-button {
  background: linear-gradient(180deg, #F76191 0%, #FECDA5 100%);

}
.Propage .circle-button:hover {
  background: linear-gradient(180deg, #6430FE 0%, #B898FF 100%);

}
.banner-sec.pro-banner-sec::after{
display: none;
} 
.pro-banner-sec .baner-content .row {
  position: relative;
  z-index: 9999;
}

.unlock-join-sec.pink-bg {
  overflow-x: hidden;
}
.pro-banner-sec .baner-content .banner-img {
  position: relative;
}
.Propage .circle-button text {
  fill: #F76191;
}
.Propage .circle-button:hover text {
  fill: #6430FE;
}
.Propage .banner-text {
  left: 50%;
  transform: translateX(-50%) !important;
}
.social-icons {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 100px;
  align-items: end;
  justify-content: center;
  align-items: end;
}
.banner-social-links-box {
  width: 97px;
  height: 97px;
  border-radius: 15px;
  border: 1px solid #F76191;
  background: linear-gradient(180deg, #F76191 0%, #FECDA5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.social-icons .banner-social-links.md {
  /* width: 100%; */
  margin-right: 100px;
}
.banner-social-links-box:hover {
  background: linear-gradient(180deg, #6430FE 0%, #B898FF 100%);
  border-color: #6430FE;
}
.pro-banner-sec .baner-content .row {
  height: 100%;
}
.pro-banner-sec .baner-content .row .banner-pro-mid {
  height: 100%;
}
.pro-banner-sec .baner-content .banner-img {
  height: 100%;
}
.banner-sec.pro-banner-sec:before{
background: #F7619199;
}

.social-icons.si-right-sid {
  align-items: flex-start;
}
.social-icons.si-right-sid .banner-social-links.md {
  margin-right: 0;
  width: 100%;
  text-align: -webkit-right;
}
.social-icons.si-right-sid {
  align-items: flex-start;
}
.social-icons.si-right-sid .banner-social-links.md {
  margin-right: 0;
  width: 100%;
  text-align: -webkit-right;
}
/* marquee-slider-sec */

.marquee-slider-sec {
  background: #f76191;
  border-bottom: 1px solid #FFFFFF38;
  padding: 20px 0;
  overflow: hidden;
}

.ms-marquee-track {
  display: inline-block;
  animation: float-marquee 40s linear infinite;
}

.ms-marquee-track span {
  display: inline-block;
  margin-right: 150px;
  font-size: 2.5rem;
  color: #fff;
  opacity: 0.9;
  transition: transform 0.3s ease-in-out;
}

@keyframes float-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ms-marquee-inner {
  display: inline-block;
  white-space: nowrap;
}

/* reel slider-sec */

.Propage .reels-slider-sec {
  background: linear-gradient(0deg, rgba(247, 97, 145, 0) 63.39%, #F76191 100%),
  linear-gradient(180deg, rgba(247, 97, 145, 0) 84.79%, #F76191 100%);
  background: #f76191;
}

.Propage .reels-slider-sec::after {
  display: none;
}

.Propage .reels-slider-sec .overlay {
  background: linear-gradient(270deg, #F76291 0%, rgba(247, 98, 145, 0) 100%);
}

.Propage .reels-slider-sec .overlay.right {
  background: linear-gradient(270deg, #F76191 0%, rgba(247, 97, 145, 0) 100%);
}

.Propage .reels-slider-sec .overlay.left {
  background: linear-gradient(270deg, #F76291 0%, rgba(247, 98, 145, 0) 100%);
  opacity: 90%;
  rotate: -180deg;
}

.Propage .reels-slider-sec .slick-dots {
  display: none;
}

.unlock-join-sec.pink-bg {
  overflow-x: hidden;
}



/* unsen section start here */

.more-unseen-sec{
  overflow-x: hidden;
  position: relative;
}

.more-unseen-sec .more-usneen-gif {
  position: absolute;
  right: 0;
  top: 0;
}

.more-unseen-sec .mu-heading {
  text-align: -webkit-center;
}
.more-unseen-sec .container-fluid{
  padding: 0;
}
.mu-slick-slider .slick-slide {
  transition: transform 0.4s ease;
  transform: scale(0.8);
  opacity: 1;
  z-index: 0;
}
.mu-slick-slider .slick-active.slick-slide {
  transition: transform 0.4s ease;
  opacity: 1;
  transform: scale(0.9);
  z-index: 1;
}

.mu-slick-slider .slick-active.slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.mu-slick-slider .slick-list.draggable {
  padding: 0 13vw !important;
}

.mu-btn {
  text-align: center;
}

.mu-btn .bdr-cta {
  color: #fff;
  border-color: #fff;
}

.mu-btn .bdr-cta:hover {
  background: linear-gradient(90deg, #7f5eff, #24c6dc);
  border-color: #7f5eff;
}
.mu-slick-slider .slick-slide:hover {
  transform: scale(0.95);
  opacity: 0.8;
}

.mu-slick-slider .slick-active.slick-center {
  transform: scale(1);
  opacity: 0.8;
}
/* .mu-slick-slider .slick-track {
  display: flex;
}
.mu-slick-slider .slick-track .slick-slide {
  height: auto;
}
.mu-slick-slider .slick-track .slick-slide > div {
  height: 100%;
}
.mu-slick-slider .slick-track .slick-slide > div .mu-slides {
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
} */



/* unlock-join section start here */

.unlock-join-box {
  text-align: -webkit-center;
  background: linear-gradient(180deg, rgba(254, 205, 165, 0.2) 0%, rgba(254, 205, 165, 0) 100%);
  border: 1px solid rgba(254, 205, 165, 0.5);
  /* border-image-source: linear-gradient(180deg, rgba(254, 205, 165, 0.5) 0%, rgba(254, 205, 165, 0.3) 100%); */
  border-radius: 30px;
  padding: 40px;
}

.unlock-join-box .uc-box-img {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  border-radius: 30px;
}

.unlock-join-box .uc-box-img .uc-img-tt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.unlock-join-box .uc-box-img:hover .uc-img-tt {
  opacity: 1;
}
.unlock-join-box {
  position: relative;
  transition: 0.3s ease-in-out;
}
.unlock-join-box:hover{
  transform: translateY(-10px);
  opacity: 95%;
}
.unlock-join-box h5{
  margin-bottom: 30px;
}
.unlock-join-box:hover .uc-box-img img{
  opacity: 80%;
}

.unlock-join-box .uc-upr {
  position: absolute;
  left: -40px;
  top: -100px;
  z-index: 11;
}

.unlock-join-box .uc-btm-bx{
  position: absolute;
  right: -100px;
  bottom: -100px;
  z-index: 11;
}

.unclock-join-text  h5 {
  text-align: center;
  max-width: 945px;
  margin: auto;
  font-family: 'Satoshi';
}




/* about sec start here */
.about-sec.pink-bg h2 span {
    background: linear-gradient(270deg, #F98297 0%, #FECDA5 82.98%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.more-content-img-abt {
    margin-top: -150px;
    z-index: 0;
    position: relative;
}

.about-sec.pink-bg .about-me-sec {
    position: relative;
    z-index: 99;
}


.about-sec.pink-bg .about-me-sec a.cta.bdr-cta.bg-cta {
  background: linear-gradient(180deg, rgba(254, 205, 165, 0.12) 0%, rgba(254, 205, 165, 0) 100%);
  border: 0.8px solid #FECDA599;
}

.about-sec.pink-bg .about-me-sec a.cta.bdr-cta.bg-cta:hover {
  background: linear-gradient(180deg, #6430FE 0%, #B898FF 100%);
  border-color: #6430FE;
}

.about-sec.pink-bg .about-me-sec .about-me-ani-img {
  position: relative;
  z-index: 999;
  text-align: right;
}


/* footer-sec start here */

footer.footer-sec.pink-bg .ready-to-connect .ready-to-connect-box {
    background: linear-gradient(180deg, rgba(254, 205, 165, 0.19) 0%, rgba(254, 205, 165, 0) 100%);
    border: 1px solid rgba(254, 205, 165, 0.6);
    /* border-image-source: linear-gradient(180deg, rgba(254, 205, 165, 0.6) 0%, rgba(254, 205, 165, 0) 100%); */
}

footer.footer-sec.pink-bg .ready-to-connect .ready-to-connect-box::after {
    display: none;
}

footer.footer-sec.pink-bg .ready-to-connect .ready-to-connect-box h2.lg-color {
    background: linear-gradient(270deg, #F98297 0%, #FECDA5 82.98%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

footer.footer-sec.pink-bg .ready-to-connect .ready-to-connect-box .cta.bdr-cta.bg-cta {
    border: 1px solid #FECDA538;
    background: transparent;
}


footer.footer-sec.pink-bg::before {
  display: none;
}
footer.footer-sec.pink-bg .footer-images-sec::after {
  display: none;
}

footer.footer-sec.pink-bg .banner_bg_video::after {
  display: none;
}


/* last-css changes */
.social-icons {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 100px;
  align-items: end;
  justify-content: center;
  align-items: end;
}
.banner-social-links-box {
  width: 97px;
  height: 97px;
  border-radius: 15px;
  border: 1px solid #F76191;
  background: linear-gradient(180deg, #F76191 0%, #FECDA5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.social-icons .banner-social-links.md {
  margin-right: 100px;
}
.banner-social-links-box:hover {
  background: linear-gradient(180deg, #6430FE 0%, #B898FF 100%);
  border-color: #6430FE;
}
.pro-banner-sec .baner-content .row {
  height: 100%;
}
.pro-banner-sec .baner-content .row .banner-pro-mid {
  height: 100%;
}
.pro-banner-sec .baner-content .banner-img {
  height: 100%;
}
.banner-sec.pro-banner-sec:before{
background: #F7619199;
}

.social-icons.si-right-sid {
  align-items: flex-start;
}
.social-icons.si-right-sid .banner-social-links.md {
  margin-right: 0;
  width: 100%;
  text-align: -webkit-right;
}
.social-icons.si-right-sid {
  align-items: flex-start;
}
.social-icons.si-right-sid .banner-social-links.md {
  margin-right: 0;
  width: 100%;
  text-align: -webkit-right;
}







/* May-23 design change css */

.basic-header .header-middle .header-logo {
  margin-bottom: 0;
}

.basic-header .header-middle .toggle-switchpage {
  margin: 20px 0;
}
.sec-hd{
  margin-bottom: 40px;
  font-weight: 500;
}
.footer-image-gallery .row{
  row-gap: 30px;
}



/* May-26 design change css */
.header-logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.site_header.pro-header .hedaer-content {
  text-align: -webkit-center;
}

.banner-sec.pro-banner-sec .baner-content {
  padding-top: 200px;
}

.pro-banner-sec .baner-content .banner-img {
  position: relative;
}

.Propage .banner-text {
  transform: translateX(-50%) !important;
  top: 30%;
  width: 100%;
  text-align: -webkit-center;
  z-index: -1;
}

.pro-reels-sec::before {
  display: none;
}
footer.footer-sec.pink-bg {
  background: rgb(247, 97, 145);
}

.footer-sec.pink-bg .ready-to-connect-box:before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0px;
  border-radius: 70px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(254, 205, 165, 0.59) 0%, rgba(254, 205, 165, 0) 100%);
  /* background: linear-gradient(rgba(155, 167, 192, 0.7) 0%, rgba(155, 167, 192, 0) 100%); */
  mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}

footer.footer-sec.pink-bg .ready-to-connect .ready-to-connect-box {
  background: transparent;
  border: none;
}

.unlock-join-sec.pink-bg {
  z-index: 1;
}

.unlock-join-sec.pink-bg .uc-utr-btm-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.ftr-box p {
  /* font-size: 24px; */
  max-width: 829px;
  margin: auto;
}

.banner-sec.pro-banner-sec:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/02-bg.png);
  z-index: 2;
  background-size: cover;
}
.social-icons.si-right-sid .banner-social-links.md {
  text-align: -webkit-center;
}



/*may 28 css*/
.reels-slider-sec .row .col-md-4.col-6:nth-of-type(4n) {
    display: none;
}


.explore_box {
    position: absolute;
    right: 60px;
    bottom: 20px;
}

.explore_box .explor_box {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}
.explore_box .vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.explore_box .line {
    margin-left: 0px;
    width: 1px;
    height: 40px;
    background-color: #fff;
    margin-top: 10px;
    animation: upDown 1.5s infinite alternate ease-in-out;
}

@keyframes upDown {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}
.explore_box {
    z-index: 999999;
}


@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .explore_box .line {
      margin-left: 20px;
    }
  }
}

/*18-06-2025*/
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

#offer-timer {
  font-size: 20px;
  font-weight: bold;
  color: #e63946;
}
#countdown {
  font-weight: normal;
}

div#offer-timer {
    color: #fff;
    margin-bottom: 30px;
}
.popup-content {
    max-width: 600px;
/*    height: 100vh;
    overflow: scroll;*/
    background: linear-gradient(0deg, #f2e9f1 0%, #fff 100%);
}

div#popup {
    width: 100% !important;
    z-index: 9999999;
}
div#popup  .wpcf7-response-output {
    margin-top: 10px !IMPORTANT;
    color: red;
    font-size: 14px;
}
div#popup  span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    bottom: 30px;
}
div#popup  span.wpcf7-not-valid-tip {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    color: red;
}
.close-btn {
    color: #000 !important;
}
div#popup label {
    color: #000;
    font-family: Satoshi;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}
.popup-content p {
    margin-bottom: 10px;
}

div#popup input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    outline: unset;
    box-shadow: unset;
    border: 1px solid #00000038;
}

div#popup textarea {
    width: 100% !important;
        padding: 10px;
    font-size: 14px;
    border-color: #392e2e26;
    border-radius: 5px;
    outline: unset;
    box-shadow: unset;
    height: 100px;
}

div#popup  input.cta.purple-cta.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 0px !important;
    box-shadow: unset;
    max-width: fit-content;
    padding: 12px 60px !important;
    border-radius: 60px !important;
}
div#popup wpcf7-form-control wpcf7-submit has-spinner{
  .cta {
    display: inline-block;
    font-family: Satoshi;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    padding: 17px 29px;
    border-radius: 60px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: linear-gradient(180deg, #6430FE 0%, #B898FF 100%);
}
}




/*june 19  css start here*/
.timer-subscribe {
    margin-top: 50px;
}
.timer-subscribe .banner-btm-content a.cta.purple-cta {
    align-items: center;
    animation: glow 2s ease-in-out infinite;
    background: #6430fe;
    border-radius: 15px;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 10px;
}

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 5px #6430fe, 0 0 10px #6430fe, 0 0 15px #6430fe, 0 0 20px #6430fe;
  }
  50% {
    box-shadow: 0 0 15px #6430fe, 0 0 25px #6430fe, 0 0 35px #6430fe, 0 0 45px #6430fe;
  }
}

 @keyframes glows {
  0%, 100% {
    box-shadow: 0 0 5px #ff688c, 0 0 10px #ff688c, 0 0 15px #ff688c, 0 0 20px #ff688c;
  }
  50% {
    box-shadow: 0 0 15px #ff688c, 0 0 25px #ff688c, 0 0 35px #ff688c, 0 0 45px #ff688c;
  }
}

.basic-header .timer-subscribe .banner-btm-content a.cta.purple-cta {
    background-color: #ff688c;
    animation: glows 2s ease-in-out infinite;
}


.timer-subscribe .banner-btm-content a.cta.purple-cta img {
    max-width: 20px;
}
.timer-subscribe div#offer-timer {
    font-size: 16px;
}
.timer-subscribe div#offer-timer strong{
    font-weight:500;
}
.timer-subscribe div#offer-timer span#countdown {
    color: red;
    font-weight:700;
}
.basic-header.site_header .header-middle .header-social-links {
    position: relative;
    top: 20px;
}
.unlock-join-box .uc-box-img img.uc-img-tt {
    display: none;
}
.ftr-contact-box .ready-to-connect .ready-btns a.cta {
    align-items: center;
    display: inline-flex;
    margin-bottom: 10px;
    animation: 2s ease-in-out 0s infinite normal none running glow;
    /* background: rgb(247, 97, 145); */
    /* border-radius: 15px; */
    gap: 10px;
}

.ftr-contact-box .ready-to-connect .ready-btns a.cta {
    background: linear-gradient(#6430fe 0%, #b898ff 100%);
    animation: 2s ease-in-out 0s infinite normal none running glowp;
}
@keyframes glowp {
  0%, 100% {
    box-shadow: 0 0 5px #6430fe, 0 0 10px #6430fe, 0 0 15px #6430fe, 0 0 20px #6430fe;
  }
  50% {
    box-shadow: 0 0 15px #6430fe, 0 0 25px #6430fe, 0 0 35px #6430fe, 0 0 45px #6430fe;
  }
}

/*10-07-2025 Backup*/

.basic-header .container-fluid {
    height: 100%;
}

.basic-header  .hedaer-content {
    height: 100%;
}

.basic-header  .hedaer-content .row {
    height: 100%;
}

.basic-header .hedaer-content .header-middle {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.basic-header  .timer-subscribe.mt50 {
    margin-top: auto;
}

.basic-header {
    height: 80vh;
}
@media screen and (max-width: 575px) {

.basic-header  .hedaer-content .header-middle {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.basic-header {
    height: 70vh;
}
.basic-header  .hedaer-content > .row {
    align-items: start;
}

.basic-header .col-md-12.col-sm-12 {
    height: 100%;
}

}