@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Jura:wght@300..700&display=swap');


/* ********************* Header***********/

.header {
   padding: 0;
   margin: 0;  
   z-index: 100;
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden; /* Ensure no horizontal scrollbar appears */
  background: radial-gradient(circle, #ad5389, #3c1053, #2c054a);
}



.contact-btn {
  z-index: 1;
  position: relative;
  font-family: 'Exo 2';
  width: 120px;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.contact-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #37063d 0%, #174a5e 100%);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100%);
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.contact-btn:hover::after {
  filter: blur(30px);
}

.contact-btn:hover::before {
  transform: rotate(-180deg);
}

.contact-btn:active::before {
  scale: 0.7;
}

/* Hero Section */
.small-hero-section {
  background: radial-gradient(circle, #ad5389, #3c1053, #2c054a);
  /* background-color: #3E5786; */
  display: flex;
  flex-direction: row;
  /* min-height: 100vh; */
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  /* padding: 90px 80px 40px; */
  padding-left: 40px;
  flex-wrap: nowrap;
}

.hero-content {
  flex: 1;
}

.hero-content h1 {
  margin-left: 25px;
  font-family: "Exo 2";
  font-size: 60px;
  background: linear-gradient(90deg, #f9dfff, #e5c1ff, #d8a7ff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.colorful-text {
  font-weight: bold;
  background: linear-gradient(90deg, #ffe6fb, #f5d7ff, #e0bfff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-btn {
  font-family: "jura";
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-left: 25px;
  border-radius: 15px;
  display: inline-block;
}

.clipped-image {
  width: 50%;
  max-width: 700px;
 
  height: auto;
  object-fit: contain;
}

/************ Responsive Changes */
@media (max-width: 992px) {
  .small-hero-section {
    padding: 100px 40px 40px;
  }

  .hero-content h1 {
    font-size: 50px;
    margin-left: 10px;
  }

  .clipped-image {
    width: 50%;
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .small-hero-section {
    flex-direction: column;
    align-items: center;
    padding: 100px 20px 40px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 42px;
    margin-left: 0;
  }

  .hero-btn {
    margin: 25px auto;
  }

  .clipped-image {
    width: 65%;
    max-width: 350px;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 30px;
  }

  .clipped-image {
    width: 95%;
    max-width: 500px;
    /* margin-top: 20px; */
  }
  .hero-btn {
    margin: 20px auto;
  }
}
@media (min-width: 312px) and (max-width: 376px) {
  .clipped-image {
    width: 100%;
    max-width: 550px;
    margin-top: 15px;
  }
}




/* From Uiverse.io by StealthWorm */ 
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    overflow: hidden;
    height: 58px;
    background-size: 300% 300%;
    cursor: pointer;
    backdrop-filter: blur(5px);
    border-radius: 5rem;
    transition: 0.5s;
    animation: gradient_301 5s ease infinite;
    border: double 4px transparent;
    background-image: linear-gradient(#212121, #212121),
      linear-gradient(
        137.48deg,
        #ffdb3b 10%,
        #fe53bb 45%,
        #8f51ea 67%,
        #0044ff 87%
      );
    background-origin: border-box;
    background-clip: content-box, border-box;
  }
  
  #container-stars {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
  }
  
  strong {
    z-index: 2;
    font-family: "jura";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 5px;
    color:white;
    text-shadow: 0 0 4px white;
  }
  
  #glow {
    position: absolute;
    display: flex;
    width: 12rem;
  }
  
  .circle {
    width: 100%;
    height: 30px;
    filter: blur(2rem);
    animation: pulse_3011 4s infinite;
    z-index: -1;
  }
  
  .circle:nth-of-type(1) {
    background: rgba(254, 83, 186, 0.636);
  }
  
  .circle:nth-of-type(2) {
    background: rgba(142, 81, 234, 0.704);
  }
  
  .btn:hover #container-stars {
    z-index: 1;
    background-color: #212121;
  }
  
  .btn:hover {
    transform: scale(1.1);
  }
  
  .btn:active {
    border: double 4px #fe53bb;
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: none;
  }
  
  .btn:active .circle {
    background: #fe53bb;
  }
  
  #stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
  }
  
  #stars::after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 90s linear infinite;
  }
  
  #stars::after {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
  }
  
  #stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
  }
  
  #stars::before {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
  }
  
  @keyframes animStar {
    from {
      transform: translateY(0);
    }
  
    to {
      transform: translateY(-135rem);
    }
  }
  
  @keyframes animStarRotate {
    from {
      transform: rotate(360deg);
    }
  
    to {
      transform: rotate(0);
    }
  }
  
  @keyframes gradient_301 {
    0% {
      background-position: 0% 50%;
    }
  
    50% {
      background-position: 100% 50%;
    }
  
    100% {
      background-position: 0% 50%;
    }
  }
  
  @keyframes pulse_3011 {
    0% {
      transform: scale(0.75);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  
    100% {
      transform: scale(0.75);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  

.clipped-image {
    width: 50%;
    background-color: #e8e8fc;
    height: auto;
    clip-path: polygon(58% 0, 91% 10%, 100% 43%, 97% 85%, 68% 100%, 32% 100%, 7% 91%, 0% 43%, 17% 12%);
    object-fit: cover;
    animation: scaleBounce 1.9s ease-in-out forwards; /* Add animation */
    animation: gentleScale 3s ease-in-out infinite;
}
@keyframes gentleScale {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
/* Keyframes for the animation */
@keyframes scaleBounce {
    0% {
        transform: scale(0.8); /* Start slightly smaller */
    }
    50% {
        transform: scale(1.1); /* Scale up slightly */
    }
    100% {
        transform: scale(1); /* Return to original size */
    }
}








/* ********* Intro Section ******* */


.intro-section {
        background: conic-gradient(
        from 180deg at center,
        #1d0526,   /* Darker purple */
        #3b0a4c,   /* Deep plum */
        #5e2750,   /* Dark rose */
        #7a3a64,   /* Muted dusty rose */
        #3b0a4c,   /* Back to plum for smooth loop */
        #1d0526    /* Loop end with deepest tone */
    ) !important;
}

    



@keyframes gradientBorder {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  @layer utilities {
    .animate-gradient-border {
      animation: gradientBorder 6s ease infinite;
    }
  }
      /*** intro scroll animation**** */
      .fade-slide {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 1.2s ease, transform 1.2s ease;
      }
      .fade-slide.show {
        opacity: 1;
        transform: translateY(0);
      }
      
  
/* ****** Mid Section ******* */
 .mid-section{
  background: radial-gradient(circle, #ad5389, #4b1874, #1f0436);

 }

       @keyframes forsure {
        0% {
          opacity: 0;
          transform: scale(0.9) translateY(50px);
        }
        60% {
          opacity: 1;
          transform: scale(1.02) translateY(-5px);
        }
        100% {
          opacity: 1;
          transform: scale(1) translateY(0);
        }
      }
  
      .scroll-hidden {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.8s ease, transform 0.8s ease;
      }
      
      .scroll-visible {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.8s ease, transform 0.8s ease;
      }
      
      .animated-border {
        position: relative;
        z-index: 0;
        border-radius: 1.5rem;
        overflow: hidden;
      }
      
      .animated-border::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: conic-gradient(
          from 0deg,
          #ffffff,
          #ff00ff,
          #8a2be2,
          #1f0436,
          #ff00ff,
          #ffffff
        );
        filter: blur(10px) brightness(1.3);
        animation: rotate 4s linear infinite;
        z-index: -1;
      }
      
      
      .animated-border::after {
        content: "";
        position: absolute;
        inset: 3px;
        /* background: rgba(255, 255, 255, 0.9); */
        border-radius: inherit;
        z-index: 1;
      }
      
      @keyframes rotate {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
    
  
/* ******* Social Media Section */
.step-number {
  position: absolute;
  top: -40px; /* pull them a bit higher */
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle at center, #ff00c8, #8e2de2);
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  box-shadow: 0 0 30px rgba(255, 0, 200, 0.6);
  transition: all 0.3s ease;
  z-index: 10;
}

.step-number::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 0, 200, 0.15);
  border-radius: 50%;
  top: -15px;
  left: -15px;
  filter: blur(30px);
  z-index: -1;
}

.step-number:hover {
  box-shadow: 0 0 50px rgba(255, 0, 200, 0.9);
}


/* **************** Paid Campagin section************ */
/* .campaigns-container {
  display: flex;
  gap: 30px;
  width: auto;
  max-width: none;
  padding: 0 50px;
}


.campaign-item-container {
  flex: 0 0 auto;
}



#campaigns h1 {
  position: sticky;
  top: 20px;
  z-index: 10;
  background: white;
  padding: 10px 0;
} */

.campaign-item-container {
  transform: translateX(400%);
  transition: transform 0.6s ease;
}

.campaign-item-container:nth-of-type(even) {
  transform: translateX(-400%);
}

.campaign-item-container.show {
  transform: translateX(0);
}




/* ************************************************************ */


/* ************* Work Section ********* */
.bg-section {
  background-color: #fafafa;
  position: relative;
  padding: 4rem 2rem;
  overflow: hidden;
}

.bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #3b82f6, #60a5fa, #4f46e5);
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s forwards;
}


.sticky-overlap {
  position: sticky;
  top: 1rem; /* same as top-4 in Tailwind */
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}
.fade-in-up {
  animation: fadeInUp 0.8s ease-out both;
}

@media (max-width: 768px) {
  .fade-in-up {
    transform: translateY(10px);
    opacity: 0;
    animation: fadeInUpMobile 0.6s forwards;
  }

  @keyframes fadeInUpMobile {
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}


/* *********************** Success Stories section *********** */



/* ******** Pricing Section****** */


/* **** work sample  **** */



.enhanced-image {
  @apply h-40 w-full object-cover rounded-2xl shadow-xl cursor-pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
  position: relative;
}
.enhanced-image:hover {
  transform: scale(1.1) rotate(1deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  filter: brightness(1.1);
}
.enhanced-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(0,0,0,0.2), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity 0.3s;
}
.enhanced-image:hover::after {
  opacity: 1;
}
#imageModal.show img {
  transform: scale(1.05);
}

/* ******* Footer ******* */


/* CTA Section */
.cta-section {
    background: radial-gradient(circle at center, #0d0b1d 0%, #1a1034 40%, #2f185a 70%, #000000 100%) ;
    padding: 40px 20px;
    text-align: center;
}

/* CTA Content */
.cta-content {
    display: flex;
    align-items: center; /* Center items vertically */
    max-width: 1600px;
    margin: 0 auto; /* Center the content */

    border-radius: 8px;
    padding: 20px;
    color: white; 
}

/* CTA Image */
.cta-image {
    width: 35%; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Rounded corners */
    margin-right: 20px; /* Space between image and text */
    /* animation: gentleScale 3s ease-in-out infinite; */
}

@keyframes gentleScale {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* CTA Title */
.cta-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-family: "Exo 2";
}

/* CTA Subtitle */
.cta-subtitle {
    font-size: 1.8em;
    margin: 15px 0 10px;
    font-family: "Exo 2";
}

/* CTA Description */
.cta-description {
    color: pink;
    font-family: "jura";
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Social Links */
.social-links {
    display: flex;
    justify-content: center;
    gap: 35px; /* Space between icons */
    margin-top: 20px;
}

/* Social Icon */
.social-icon {
    color: rgb(213, 221, 230); /* Icon color */
    font-size: 2rem; /* Icon size */
    transition: color 0.3s;
}

.social-icon:hover {
    color: #09434e; /* Change color on hover */
}

/* Responsive Design */
@media (max-width: 600px) {
    .cta-content {
        flex-direction: column; /* Stack image and text on small screens */
        text-align: center; /* Center text */
    }

    .cta-image {
        width: 80%; /* Full width on small screens */
        margin: 0 0 20px 0; /* Space below the image */
    }

    .cta-title {
        font-size: 2em;
    }

    .cta-subtitle {
        font-size: 1.5em;
    }

    .cta-description {
        font-size: 0.9em;
    }
}

@media (min-width: 600px) and (max-width: 868px) {
    .cta-content {
        flex-direction: column; /* Stack image and text */
        text-align: center; /* Center the text */
        align-items: center; /* Center content inside flex container */
    }

    .cta-image {
        width: 60%; /* Slightly smaller width than on smaller screens */
        margin: 0 0 25px 0; /* Space below the image */
    }

    .cta-title {
        font-size: 2.5em; /* Slightly bigger heading for medium screens */
    }

    .cta-subtitle {
        font-size: 1.7em;
    }

    .cta-description {
        font-size: 1em; /* Slightly bigger than mobile */
        max-width: 600px; /* To keep text readable */
        margin: 0 auto;
    }
}
