
/*
Theme Name: GURUDESIGNERS
Theme URI: https://gurudesigners.net/
Author: Guru Desginers
Author URI: https://gurudesigners.net/
Description: GURUDESIGNER is a custom and minimalist WordPress theme that was built specifically to work seamlessly with custom functionality. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the custom code. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Version: 2.0.0
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: GURUDESIGNERS
*/

/* ========== Base & Resets ========== */
* {
  box-sizing: border-box;
}
  html {
      scroll-behavior: smooth;
  }

html,
body {
  margin: 0;
  padding: 0;
  background: #0C0C0C;
  overflow-x:hidden !important;
}

/*--------------------- Typography------------------- */
@font-face {
  font-family: "dupletopen-light";
  src: url("assets/fonts/dupletopen-light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "dupletopen-regular";
  src: url("assets/fonts/dupletopen-regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "dupletopen-semi-bold";
  src: url("assets/fonts/DupletOpen-Semibold-BF660637b44507f.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "dupletopen-bold";
  src: url("assets/fonts/dupletopen-bold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

/*---------------------Global Style------------------- */
h1{
   font-family: "dupletopen-light";
   font-weight: 300;
    margin: 0;

}
h2,
h3,
h4,
h5,
h6 {
  font-family: "dupletopen-semi-bold";
  font-weight: 500;
  margin: 0;
  padding: 0;
}


body,
p,
li,
span,
a,
blockquote {
  font-family: "dupletopen-light";
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: #ffffff;
}
img.top-background-image {
    display: none;
}
/* Container */
.container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0;
}
a {
  text-decoration: none;
}

h1 {
  font-size: 56px;
  line-height: 72px;
  letter-spacing: 0;
}

h2 {
  font-size: 48px;
  line-height: 63px;
  letter-spacing: 0px;
  text-align: center;
}

h3 {
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
}
h4 {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
h5 {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0;
  text-align: center;
}
h6 {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: center;
}
.label{
 font-family: "dupletopen-light";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
 line-height: 22px;
}
.paragraph{
  font-family: "dupletopen-regular";
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 22px;
}
.regular{
  font-family: "dupletopen-regular";
}
.light{
  font-family: "dupletopen-light";
}
.inner-wrapper{
  padding-top: 174px;
  padding-bottom: 114px;
}
/* FOR UNIVERSAL GRADIENT  */
.border-gradient 
{ 
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #512ce8 0%, rgba(255, 87, 2, 0.9) 100%) border-box;
    /*transition: all .8s ease-in-out;*/
}
/*.border-gradient:hover{*/
/*    background: rotate(-180deg);*/
/*    transition: all 3s ease-in-out; */
    
/*}*/
.parrent-of-flow{
    position: relative;
}
.blue-border-gradient{
    border-radius: 36px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #512CE8 0%, #AEAAFF 100%) border-box;
}
.main-wrapper-work2-slider .blue-border-gradient {
    height: 100%;
    position: relative;
}
.bg-gradient-flow::before {
    position: absolute;
    content: "";
    width: 736px;
    height: 700px;
    inset: 5% auto 0% 30%;
    background: linear-gradient(180deg, #FF5702 8.23%, #512CE8 51.6%, #512CE8 100%);
    border-radius: 100%;
    filter: blur(300px);
}

.portfolio-carousel::before {
  position: absolute;
  content: "";
  width: 736px;
  height: 706px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: linear-gradient(108deg, #FF5702 8.23%, #512CEB 51.6%, #512CEB 100%);
  border-radius: 100%;
  filter: blur(230px);
  animation: rotateGradient 4s linear infinite;
  transform-origin: center center;
  z-index: 0;
}

@keyframes rotateGradient {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}









.parrent-of-flow.growth-flow-bg .bg-gradient-flow::before{
    width: 522px;
    height: 470px;
    background: linear-gradient(180deg, #512CE8 8.23%, #512CE8 51.6%, #512CE8 100%);
    filter: blur(100px);
    inset: 8% auto 0% 36%;

}
.parrent-of-flow.feature-flow-bg .bg-gradient-flow::before {
    width: 318px;
    height: 287px;
    background: linear-gradient(180deg, #512CE8 8.23%, #512CE8 51.6%, #512CE8 100%);
    filter: blur(100px);
    inset: 29% auto 0% 37%;
}
.parrent-of-flow.pricing-flow-bg .bg-gradient-flow::before {
    width: 522px;
    height: 470px;
    background: linear-gradient(180deg, #512CE8 8.23%, #512CE8 51.6%, #512CE8 100%);
    filter: blur(100px);
    inset: 0% auto 0% 28%;
}
 .section-top-tag a {
    text-decoration: none;
    display: inline-block;
    color:#F6F4FF;
    padding: 7px 20px;
    font-size: 16px;
    border: 1px solid rgba(174, 170, 255, 1);
    border-radius: 33px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 300;
    transition: all .2s ease-in-out; 
    
}
.hiw-video-stack {
    position: relative;        
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hiw-video-stack video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0s linear;       
    background: transparent !important; 
    border-radius: 36px;                 
}

.hiw-video-stack video.active {
    opacity: 1;
}

.mywork2 .swiper-slide video {
    display: none !important;            
}

.mywork2 .swiper-slide {
    position: relative;
}
.hiw-mobile-header{
    display:none;
}

/*============swiper-universal-style================*/
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.primary-btn span {
    z-index: 5;
    position: relative;
}

.primary-btn:hover::after {
  top: 15px;
  left: 36px;
  width: 100px;
}

/*---------------------Header/Navbar------------------- */
.header {
 width: 100%;
 display: flex;
 justify-content: center;
 /*position: relative;*/
 /*margin-top: 34px;*/
}
.main-container{
    top: 0;
    z-index: 44;
    height: 110px;
    width: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    background: url(https://new.gurudesigners.net/wp-content/uploads/2025/10/Group-2085664673-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

.nav-container {
  position: fixed;
  top: 34px;
  width: 100%;
  z-index: 999;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 34px;
  border-radius: 100px;
  position: relative;
  /*overflow: hidden;*/
  transition: all 2s ease-in-out;
}

.col-one,
.col-two,
.col-three {
  z-index: 3;
  display: flex;
}
/*.nav-menu li:hover {*/
/*    background-color: #AEAAFF;*/
/*    padding: 0 15px;*/
/*    border-radius: 10px;*/
/*}*/
.col-one {
  width: 21%;
  justify-content: flex-start;
}

.col-two {
  width: 58%;
  justify-content: center;
}

.col-three {
  width: 21%;
  justify-content: flex-end;
}

.hamburger {
  z-index: 3;
}

.col-one img {
  width: 100%;
  max-width: 210px;
}

nav a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  line-height: 20px;
}

.col-two ul {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
}

.col-two ul li {
  list-style: none;
}

.col-two a:hover {
  color: #512CE8;
}

.col-two .current-menu-item a {
  color: #512CE8;
}
.nav-menu .menu-item {
    transition: .5s;
    padding: 6px 12px;
    margin-bottom:5px;
    border-radius: 33px;
}
.nav-menu .menu-item:not(.menu-item-has-children):hover {
  /*background-color: #AEAAFF;*/
  background: #aeaaff8f;
  /*border-radius: 50px;*/
  transition: .2s;
  padding: 6px 12px;
  /*margin-bottom:5px;*/
}
.get-it-touch-input-cover .wpcf7-form-control{
     cursor: pointer;
}
.sub-menu li{ 
 margin: 0 10px;
}
nav .col-three {
padding-top: 0;
justify-content: end;
}

/* ========== Glass Layering ========== */
:root {
  --lg-bg-color: rgb(0 0 0 / 57%);
  --lg-highlight: rgba(255, 255, 255, 0.54);
}

.glass-filter,
.glass-overlay,
.glass-specular {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.glass-filter {
  z-index: 0;
  backdrop-filter: blur(2px);
  filter: url(#lensFilter) saturate(120%) brightness(1.15);
}

.glass-overlay {
  z-index: 1;
  background: var(--lg-bg-color);
}

.glass-specular {
  z-index: 2;
  box-shadow:
    inset 1px 1px 0 var(--lg-highlight),
    inset 0 0 5px var(--lg-highlight);
}
/*---------------------Home/Page------------------- */
.guru-main-wrapper-cover {
  background-color: black;
}
 .section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding-top: 120px;
} 
.hero-section-inner-wrapper{
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
text-align: center;
}
.hero-section-label-wrapper a {
  text-decoration: none;
  display: inline-block;
  color: rgba(246, 244, 255, 1);
  padding: 8px 19px;
  font-size: 16px;
  border: 1px solid rgba(174, 170, 255, 1);
  border-radius: 33px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 300;
  transition: all .2s ease-in-out;
}
.section-top-tag {
    padding-bottom: 0px;
}
.hero-section-label-wrapper a:hover,
.section-top-tag a:hover,
.ptf--btn-wrapper a:hover{
    background: #aeaaff36;
    transition: all .2s ease-in-out;
    border: 1px solid #aeaaff8f;
}
a.secondary-btn.get-in-touch--button-link {
    border: 1.2px solid #FF994F;
}

.hero-section-heading h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 72px;
  max-width: 1180px;
  letter-spacing: 0;
  color: rgba(246, 244, 255, 1);
  margin: 0 auto;
}
.hero-section-label-wrapper {
 text-align: center;
 padding-bottom: 10px;
}
.blue-gradient {
  background: linear-gradient(90.9deg, #512ce8 2.36%, #aeaaff 42.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "dupletopen-semi-bold";
}
.orange-gradient {
  background: linear-gradient(91.01deg, #ff5702 56.35%, #ff994f 81.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
   font-family: "dupletopen-semi-bold";
}

.content-creatin-header .blue-gradient{
    background: linear-gradient(90.66deg, #512CE8 -10.68%, #AEAAFF 85.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "dupletopen-semi-bold";
}
.content-creatin-header .section-instruction p {
    max-width: 669px;
}
.content-creatin-header h1{
    margin: 0 auto!important;
}

.hero-section-instruction p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  color: rgba(246, 244, 255, 1);
  max-width: 570px;
  margin: 0 auto;
}
/* /////////////////////// buttons styling ////////////////////// */
.hero-section-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding-top: 10px;
}
.section-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding-top: 10px;
}
.hero-section-buttons a {
  position: relative;
  font-weight: 600;
  border-radius: 50px;
  display: flex;
  text-align: center;
  font-size: 16px;
  z-index: 2;
  overflow: hidden;
  line-height: 20px;
  letter-spacing: 0;
  align-items: center;
}
.section-instruction p{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    color: rgba(246, 244, 255, 1);
    max-width: 570px;
    margin: 0 auto;
}
.primary-btn {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 87, 2, 1) 0%,
    rgba(255, 170, 95, 1) 100%
  );
  border: none;
}
.primary-btn {
  position: relative;
  color: #fff;
  padding: 9px 24px;
  font-weight: 600;
  border-radius: 50px;
  background: rgba(255, 87, 2, 1);
  border: none;
  box-shadow: inset 1px 1px 3px 1px rgba(255, 255, 255, 0.75),
    inset -1px -1px 3px 1px rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.secondary-btn {
  position: relative;
  padding: 10px 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  background: transparent;
  z-index: 1;
  border: none;
  transition: all 0.4s ease;
  overflow: hidden;
}
.secondary-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px 1px 1px 1px;
  background: linear-gradient(101.39deg, #512ce8 -1.43%, #ff994f 108.53%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.secondary-btn::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%) scale(0.6);
  opacity: 0;
  border-radius: 50%;

  background:
      url("https://new.gurudesigners.net/wp-content/uploads/2025/11/Vector-7.svg")
        center/15px 10px no-repeat,
      linear-gradient(135deg, #FF5702 0%, #FF994F 100%);

  border: 1.5px solid transparent;
  transition: all 0.35s ease;
}

._3efP_GeH5kyBAzqnLzL.adpQ3VUeQbmczOdx9ymw.w_Mtb2W9166EgOSv9i3M.cllbjvXCdYDt9A3te4cz  {
    max-width: unset !important;
    width:100% !important;
}


.secondary-btn:hover {
  padding-right: 58px;
}
.secondary-btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.primary-btn::after {
  left: 15px;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: inherit;
  filter: blur(14px);
  z-index: -1;
  background: rgba(255, 153, 79, 1);
  width: 52px;
  height: 46px;
  top: 37px;
  left: 12px;
  transition: ease-in 0.5s;
  z-index: 0;
}

.primary-btn:hover::after {
  top: 15px;
  left: 36px;
  transition: ease-in 0.5s;
  width: 100px;
}
.col-three.section-buttons .primary-btn::after {
    top: 28px;

}
.col-three.section-buttons .primary-btn {
  overflow: hidden;
    z-index: 4;
}
.col-three.section-buttons .primary-btn:hover::after{
    top: 0px;
    width: 130px;
    left: 17px;
}
.hero-section-inner-wrapper .hero-section-buttons .primary-btn:hover::after {
    top: 0px;
    left: 16px;
    transition: ease-in 0.5s;
    width: 130px;
    height: 50px;
}














.portfolio-carousel-slide-wrapper .swiper-slide {
    min-height: 362px;
  display:flex;
  align-items: center;
  justify-content:center;
  transition:all 200ms linear;
   border-radius:20px;
  transform: scale(1);
  transition: all 3s ease; 
  &.swiper-slide-active{
  transform: scale(1.1);
   border-radius:20px;
}
}




.portfolio-carouse-container .swiper-wrapper{
    align-items:baseline !important;
}


.portfolio-carousel-slide-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  min-height: 362px;
  object-fit: cover;      
  display: block;
   border-radius:20px;
   
}
.portfolio-carousel-slide-wrapper .swiper-slide.swiper-slide-active img {
  width: 100%;
  height: 100%;
  min-height: 424px;
  object-fit: cover;      
  display: block;
   border-radius:20px;
   
}
.portfolio-image-wrapper {
  width: 100%;
  min-height: 390px;
  height:100%;
  border-radius:20px;
}




.portfolio-carousel-slide-wrapper .swiper-slide.swiper-slide-active {
  margin-left:15px;
  margin-right: 50px !important;
  transition: all 3s ease-in-out;
}

.portfolio-carousel {
  position: relative;
  overflow: visible;
  padding: 100px 0 40px;
  z-index: 1;
}
.portfolio-carousel-slide-wrapper .swiper{
    overflow:hidden !important;
}
.portfolio-carousel-slide-wrapper .swiper-slide {
   background-color: unset !important;
   transition: all 3s ease-in-out;
}
.body-top-background-image{
    position:absolute;
    width:855px; 
    left:50%;
    transform:translateX(-50%);
    backdrop-filter: blur(200px);
    top: -50%;
    display: none;
}
.body-top-background-image img{
    width:100%;
    height:100%;
    opacity: 0.6;
}
























/*.portfolio-carousel-slide-wrapper .slick-slide {*/
/*    min-height: 362px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    transition: all 200ms linear;*/
/*    border-radius: 20px;*/
/*    transform: scale(1);*/
/*    transition: all 3s ease;*/
/*}*/

/*.portfolio-carousel-slide-wrapper .slick-slide img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    min-height: 362px;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*    border-radius: 20px;*/
/*}*/

/*.portfolio-carousel-slide-wrapper .slick-center img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    min-height: 424px;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*    border-radius: 20px;*/
/*}*/

/*.portfolio-image-wrapper {*/
/*    width: 100%;*/
/*    min-height: 390px;*/
/*    height: 100%;*/
/*    border-radius: 20px;*/
/*}*/

/*.portfolio-carousel {*/
/*    position: relative;*/
/*    overflow: visible;*/
/*    padding: 100px 0 40px;*/
/*    z-index: 1;*/
/*}*/

/*.portfolio-carousel-slide-wrapper .slick-slide.slick-active {*/
/*    transform: scale(1.1);*/
/*    transition: all 3s ease-in-out;*/
/*}*/

/*.slick-prev, .slick-next {*/
/*    background-color: transparent;*/
/*    border: none;*/
/*    color: #333;*/
/*    font-size: 18px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    z-index: 100;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.slick-prev {*/
/*    left: 15px;*/
/*}*/

/*.slick-next {*/
/*    right: 15px;*/
/*}*/

/*.slick-prev:hover, .slick-next:hover {*/
/*    background-color: transparent;*/
/*    color: #555;*/
/*}*/









/*------------how-it-works----------------*/
/*    .how-it-works-main-wrapper {*/
/*      display: flex;*/
/*      gap: 80px;*/
      /*padding-left: 96px;*/
/*      padding-top: 145px;*/
/*    }*/
/*     .content-creation-how-its-work .how-it-works-main-wrapper {*/
/*        padding-top: 109px!important;*/
/*    }*/
/*    .how-it-works-media-wrapper {*/
/*      width: 36.2%;*/
/*    }*/
/*    .how-it-works-carousel-wrapper {*/
/*      width: 66.8%;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        gap: 60px;*/
/*        justify-content: center;*/
/*    }*/
/*    .swiper {*/
/*      width: 100%;*/
      /*height: 300px;*/
/*      margin: auto;*/
/*    }*/
/*    .thumbs-innerwrapper-cover h3{*/
/*      margin-bottom: 0;*/
/*      font-size:27px ;*/
/*      text-align: left;*/
/*      line-height: 100%;*/
/*    }*/
/*    .thumbs-innerwrapper-cover p {*/
/*        margin-top: 11px;*/
        /* margin-bottom: 10px; */
/*        font-family: "dupletopen-light";*/
/*    }*/
/*    .swiper-slide {*/
/*      display: flex;*/
/*      justify-content: center;*/
/*      align-items: center;*/
/*    }*/

/*    .mywork2 .swiper-slide video {*/
/*      display: block;*/
/*      width: 100%;*/
/*      height: 100%;*/
/*      object-fit: cover;*/
      /*border-radius: 24px;*/
/*    }*/

/*    .mywork2 {*/
/*      height: 100%;*/
/*      width: 100%;*/
/*      border-radius: 36px;*/
/*    }*/

/*    .mySwiper {*/
/*      height: 20%;*/
/*      box-sizing: border-box;*/
/*      padding: 10px 0;*/
/*    }*/

/*    .mywork .swiper-slide {*/
/*      width: 25%;*/
/*      height: 100%;*/
/*      opacity: 0.2;*/
/*    }*/

/*    .mySwiper .swiper-slide-thumb-active {*/
/*      opacity: 1;*/
/*    }*/
/*    .swiper-pagination-progressbar {*/
/*      background: rgba(255, 255, 255, 0.2);*/
/*      height: 100%;*/
/*    }*/
/*    .swiper-pagination-progressbar-fill {*/
/*      background: #fff;*/
/*    }*/
/*.swiper-pagination {*/
/*  height: 12px !important;        */
/*  border-radius: 20px !important;*/
/*  background-color: rgba(246, 244, 255, 0.2) !important;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  width: 100%; */
/*}*/
/*.main-wrapper-work2-slider {*/
/*    width: 450px;*/
/*    height: 400px;*/
/*}*/
/*.main-wrapper-work2-slider .border-gradient{*/
/*    height: 100%;*/
/*}*/

/*.how-it-works-carousel-wrapper .carousel {*/
/*    height: 150px;*/
/*}*/
/*.how-it-works-carousel-wrapper .carousel .swiper {*/
/*    height: 100%;*/
/*}*/
/*    .swiper-slide .thumbs-innerwrapper-cover {*/
/*        opacity: 0.4;*/
/*        text-align: left;*/
/*    }*/
/*    .swiper-slide-active .thumbs-innerwrapper-cover{*/
/*        opacity: 1;*/
/*    }*/
    

/*  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {*/
/*  height: 100% !important;*/
/*  border-radius: 20px !important;*/
/*  background: linear-gradient(90deg, #512CE8 0%, #AEAAFF 100%) !important;*/
/*  transform-origin: left;*/
/*}*/

/*    .hiw-button-with-progress-wrapper {*/
/*        display: flex;*/
/*        max-width: 675px;*/
/*        position: relative;*/
/*        gap: 55px;*/
/*        align-items: center;*/
/*    }*/
/*    .pagination-wrapper{*/
/*      width: 88%;*/
/*      position: relative;*/
/*    }*/
/*  .button-wrapper-wrap {*/
/*      width: 15%;*/
/*      position: relative;*/
/*      background: linear-gradient(180deg, #AEAAFF 0%, #512CE8 100%);*/
/*      height: 100%;*/
/*      min-height: 33px;*/
/*      border-radius: 20px;*/
/*      padding: 5px 0;*/
/*  }*/
/*    .how-it-works{*/
/*      overflow: visible;*/
/*      padding: 95px 0 0px 0;*/
/*    }*/
/*  .button-wrapper-wrap .swiper-button-next::after, */
/*  .button-wrapper-wrap .swiper-button-prev::after{*/
/*    font-size: 20px !important;*/
/*  }*/
/*  .button-wrapper-wrap .swiper-button-next {*/
/*      right: 0;*/
/*      left: 43px;*/
/*  }*/
/*   .button-wrapper-wrap .swiper-button-next::after{*/
/*    content: "";*/
/*    background-image: url("Vector.png");*/
/*    width: 18px;*/
/*    height: 13px;*/
/*   }*/
/*  .button-wrapper-wrap .swiper-button-prev::after{*/
/*    content: "";*/
/*    background-image: url("Vector1.png");*/
/*    width: 18px;*/
/*    height: 13px;*/
/*   }*/
/*   .button-wrapper-wrap .swiper-button-next::after{*/
/*       content: unset;*/
/*   }*/
/*   .blue-gradient {*/
/*    background: linear-gradient(90.9deg, #512CE8 2.36%, #AEAAFF 42.91%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*    color: transparent;*/
/*}*/
/*.how-it-works-carousel-wrapper .button-wrapper-wrap{*/
/*        display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-direction: row-reverse;*/
/*}*/
/*.how-it-works-carousel-wrapper .button-wrapper-wrap .swiper-button-next{*/
/*    height: 100%;*/
/*    position: relative;*/
/*    top: 11px;*/
/*    left: -1px;*/
    /*rotate: 180deg;*/
/*}*/
/*.how-it-works-carousel-wrapper .button-wrapper-wrap .swiper-button-prev{*/
/*align-items: center;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    top: 11px;*/
/*    left: 7px;*/
    /*rotate: 180deg;*/
/*}*/

/* /////////////////////////////////////////// build up /////////////////////////////////////// */
.growth{
   padding-top: 60px;
}
.content-creation-growth-wrap{
      padding-top: 80px;
}
    .content-creation-growth-wrap .wrapper-growth .counter-wrapper {
        padding-top: 62px!important;
    }
    .content-creation-growth-wrap .wrapper-growth {
        row-gap: 20px!important;
    }
.wrapper-growth{
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    text-align: center;
}
.growth-left img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.section-header.build-up-header .section-instruction p {
    max-width: 700px;
    margin: 0 auto;
}
.blue-gradient-heading{
        background: linear-gradient(89.99deg, #AEAAFF 0.01%, #512CE8 149.42%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
}
.growth-counter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 6px;
        color: #fff;
        font-family: 'Inter', sans-serif;
        gap: 20px;
        max-width: 1002px;
        margin: 0 auto;
}
    .growth-counter .counter-box {
        flex: 1;
        text-align: center;
        padding: 10px;
    }
   .growth-counter h3 {
    font-size: 42px;
    font-weight: 600;
    display: inline-block;
    color: rgba(246, 244, 255, 1);
    letter-spacing: 0;
    line-height: 100%;
}
    .growth-counter span {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        margin-left: -1px;
    }
    .growth-counter p {
        margin-top: 8px;
        font-size: 18px;
        color: #ccc;
        line-height: 23px;
    }
   .growth-slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper.build-up-swiper.swiper-container-horizontal.swiper-container-free-mode {
        height: 259px;
    }
    .swiper.mySwiper.growth-slider.growth-content-creation {
        padding-bottom: 1px;
    }
    .growth-slider .border-gradient{
        background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #512ce84a 0%, rgb(255 87 2 / 22%) 100%) border-box;
    }
    .growth-slider .swiper-slide:hover .border-gradient {
        background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #512ce8 0%, rgb(255 87 2) 100%) border-box;
        border: 1.5px solid transparent;
        transition: all .2s ease-in-out;
    }
    .brading-header-wrap .section-instruction p {
        max-width: 685px;

    }

.inner-card-growth {
  display: flex;
  gap: 18px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
   background: #00000000; 
  padding: 18px;
  /*height: 369px;*/
}
.growth-left {
  position: relative;
  width: 50%;
  /*height: 333px;*/
}
.growth-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.growth-client-info{
  position: absolute;
  left: 0px;         
  right: 0px;
  bottom: 5px;
  display: flex;
  /*align-items: center;*/
  gap: 10px;
  padding: 12px 14px;
  z-index: 2;         
}
.inner-overlay-growth-slide {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, #0C0C0C 100%);
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 110px; 
    border-radius: 0 0 23px 23px;
}

.client-avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.client-name { font-size: 14px; font-weight: 700; color: #fff; margin: 0; }
.client-title { font-size: 12px; color: #c7c9d3; margin: 2px 0 0; }

.growth-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.growth-quote {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0;
    text-align: left;
}
.tag-bg-linear-gradient{
  display: inline-block;
  padding: 1px; 
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(81, 44, 232, 0.2) 0%, rgba(255, 87, 2, 0.04) 100%);
  transition: all .2s ease-in-out;
}
.tag-bg-linear-gradient:hover{
    background: #2F265D;
    transition: all .2s ease-in-out;
}
.growth-tags .tag-bg-linear-gradient .tag{
  display: inline-block;
  padding: 10px 16px;
  background: rgb(12 12 12 / 21%);   
  border-radius: 24px;
  border: 0;
  color: #dfe3ff;                      
  line-height: 1;
  font-size: 14px;
  line-height: 18px;
  /* border: 1px solid; */
}
.growth-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: left;
}

.growth-slider{
    width: 100%;
}
.blue-gradient-heading h2{
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0;
}
.avatar-gradient{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px; 
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(81,44,232,1) 0%, rgba(255,87,2,1) 100%);
  height: 100%;
}

.client-avatar{
  width: 45px!important;
  height: 45px!important;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.client-meta{
    text-align: left;
}
.client-meta .client-name{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0;
    color: rgba(246, 244, 255, 1);
    text-align: left;
}
.client-meta .client-title{
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0;
    color: rgba(246, 244, 255, 1);
}
.growth-slider .swiper-wrapper{
  transition-timing-function: linear !important;
}
/* /////////////////////////////////////////// build up /////////////////////////////////////// */
.build-up{
    padding: 0px 0 60px 0;
}
.build-up-header .blue-gradient-heading {
    /* max-width: 500px; */
    margin: 0 auto;
}
.section-header.build-up-header {
    padding-top: 96px;
}

    .inner-content-wrapper-build-up {
        padding: 23px;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-radius:24px;
        overflow:hidden;
    }
.build-up-card-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 24px;
}
.inner-build-up-card-wrapper {
    width: 49%;
    overflow: hidden;
}
.build-up-card-wrapper {
    padding-top: 75px;
}
.build-up-card-heading h3 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    color: rgba(246, 244, 255, 1);
    z-index: 12;
    position: relative;
}
.build-up-card-heading p {
     font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(246, 244, 255, 1);
    padding: 12px 0;
    max-width: 500px;
    z-index: 12;
    position: relative;
}

/* Tiled 3-box layout */

.inner-wrap-bg-border-tilled{
  border: 1px solid transparent;
  border-radius: 24px;             
  background:
    linear-gradient(rgba(0,0,0,0.91), rgba(0,0,0,0.91)) padding-box,
    linear-gradient(302.55deg,
      rgba(81, 44, 232, 0.2) 10.47%,
      rgba(174,170,255, 0.2) 94.56%
    ) border-box;
}
.tsr-tile.tsr-top {
    height: 85px;
}
.tsr-tile.tsr-bottom {
    height: 153px;
}
.tsr-tile.tsr-bottom {
    height: 153px;
    margin-top: -102px;
}

.build-up-card-heading h3 {
    text-align: left;
}

.inner-wrap-tilled-shift {
  border: 1px solid transparent; 
  border-radius: 24px;           
  background: 
    linear-gradient(rgba(0,0,0,0.91), rgba(0,0,0,0.91)) padding-box, /* andar ka bg */
    linear-gradient(302.55deg, rgba(81, 44, 232, 0.2) 10.47%, rgba(174, 170, 255, 0.2) 94.56%) border-box; /* border gradient */
}
.tilled-shift-rows,
.tsr-tile { 
  transition: all 0.5s ease; 
}
/* //////second---build up card  */
.anim-tile {
  position: relative;
  width: 152px;
  height: 280px !important;
  border-radius: 16px;
  /*overflow: hidden;*/
  /*transition: transform 0.5s ease;*/
}
.animation-scroll-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  /* overflow: hidden;  */
}
.build-up-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper.build-up-swiper.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-backface-hidden {
    height: 260px;
}
.tile-content {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: all 0.5s ease;
}
/* ===== DEFAULT STATES (alternate) ===== */
/*.anim-tile:nth-child(odd) .img-tile {*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/
/*.anim-tile:nth-child(odd) .gradient-tile {*/
/*  opacity: 0;*/
  /*transform: translateY(100%); */
/*}*/
/*.anim-tile:nth-child(even) .gradient-tile {*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/
/*.anim-tile:nth-child(even) .img-tile {*/
/*  opacity: 0;*/
/*  transform: translateY(100%);*/
/*}*/
.img-tile img {
  width: 33px;
  height: auto;
}
.gradient-tile {
  background: linear-gradient(344.68deg, #512CE8 5.79%, #AEAAFF 98.29%);
}
.img-tile {
  background: #000;
  border: 1px solid rgba(174, 170, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.build-up-swiper {
  width: 100%;
  overflow: hidden;
}
.build-up-swiper .swiper-wrapper {
  display: flex;
}
.inner-wrap-tilled-shift video{
    border-radius: 24px;
}  





/* ///////////////////////////// build up card hover effects//////////////////////// */
.inner-build-up-card-wrapper:hover {
    transform: translateY(-20px);
}

/* shared card style */
.build-up-hover-animate,
.build-up-hover-scroll-animate {
  position: relative;
  border-radius: 24px;
  transition: all 0.6s ease-in-out;
  bottom: 10px;
}

/* box-shadow hover only */
.build-up-hover-animate:hover,
.build-up-hover-scroll-animate:hover{
    box-shadow: 0px 95px 140px -50px #AEAAFF66;
  z-index: 2; /* bring above siblings */
}
.build-up-hover-animate:hover .build-up-hover-scroll-animate:hover {
    background: linear-gradient(180deg, rgb(81 44 232) 0%, rgb(255 87 2 / 15%) 100%);
    transition: all .1s ease-in-out;
}
.growth-slider .swiper-wrapper{
    padding:48px 0 174px;
}
.growth-slider .swiper-slide{
    border-radius:24px;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.growth-slider .swiper-slide:hover {
     box-shadow: 0px 95px 140px -50px #AEAAFF66;
    z-index: 2;
    transition: all .3s ease-in-out;
}
.card--ptf:hover {
    box-shadow: 0px 95px 140px -50px #AEAAFF66;
    z-index: 2;
    transition: all .3s ease-in-out;
    transform: translateY(-10px);
}
.inner-build-up-card-wrapper{
    overflow: hidden;
}
.inner-build-up-card-wrapper::after {
    content: '';
    width: 540px;
    height: 352px;
    background: #FF5702;
    filter: blur(160px);
    position: absolute;
    /*z-index: 10;*/
    left: 206px;
    transition: all 0.6s ease-in-out;
    top: -670px;
}
.inner-build-up-card-wrapper:hover::after{
    top:-252px;
    left: 206px;
    transition: all 0.6s ease-in-out;
}
/* .growth-slider .swiper-slide:hover::after {*/
/*    top: -354px;*/
/*    left: 511px;*/
/*    transition: all 0.6s ease-in-out;*/
/*}*/











/* ///////////////////////////// gallery section//////////////////////// */
.top--gallery {
    padding: 116px 0px 110px 0px;
}

/*.content-creation--top-gallery{*/
/*    padding: 116px 0px 0px 0px!important;*/
/*}*/
.portfolio-bg-wrapper{
    position: relative;
}
.bg-gradient-flow.bg-gradient-portfolio::before {
    inset: 37% auto 0% 24%;
    width: 654px;
    height: 426px;
    content: "";
    filter: blur(216px);
    background: #512CE899;
}
.ptf--gallery--wrapper{
    padding-top: 91px;
    position: relative;
    z-index: 33;
    padding-left: 1px ;
    padding-right: 1px;
}
.main--cards-ptf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 55px;
    column-gap: 50px;
}
.gradient-border {
    padding: 1px;
    border-radius: 21px;
    background: linear-gradient(180deg, #512CE8 0%, rgba(255, 87, 2, 0.2) 100%);
    display: inline-block;
    width: 100%;
}
.ptf--card-element {
    background: rgb(0, 0, 0);
    border-radius: 21px;
    padding: 39px 39px;
    font-size: 11px;
    line-height: 11px;
    color: rgba(138, 141, 145, 1);
}
.card--ptf {
    width: 47%;
    height: 100%;
    transition: all .3s ease-in-out;
        border-radius: 22px;
}
.card--ptf-img {
    width: 100%;
    height: 100%;
}
.card--ptf-img img {
    width: 100%;
    height: 436px;
    border-radius: 23px;
    object-position: center;
    object-fit: cover;
}
.img-ptf-label {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 0;
}
.heading--bottom-heading {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -.67px;
    color: #F6F4FF;
}
.card--ptf-btn {
    padding: 3px 20px;
    border-radius: 33px;
    color:rgba(246, 244, 255, 1);
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    border: 1px solid rgba(174, 170, 255, 1);
    transition: all .2s ease-in-out;
}
.ptf--btn-wrapper {
    display: flex;
    gap: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.section-header.post-header .section-instruction p {
    max-width: 609px;
}
/* ////////////////////// features /////////////////////// */
.section-header.features-header {
    padding-top: 50px;
}
.features-video-wrap {
    display: flex;
    column-gap: 20px;
    row-gap: 16px;
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
}
/*.bg-gradient {*/
/*  border: 1px solid transparent;*/
/*  border-radius: 20px;*/
/*  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)) padding-box,*/
/*              linear-gradient(302deg, rgba(81,44,232,0.4), rgba(174,170,255,0.4)) border-box;*/
/*  padding: 2px;*/
/*}*/
.features-video-wrap .feature-card:nth-child(1) {
    background: linear-gradient(141.42deg, rgba(81, 44, 232, 0) 67.54%, #512CE8 95.17%);
    padding: 1px 1px 1px 0;
}

.features-video-wrap .feature-card:nth-child(2) {
   background: linear-gradient(50.28deg, #512CE8 0.35%, rgba(81, 44, 232, 0) 24.12%);
    padding: 0px 0px 1px 1px;
}

.features-video-wrap .feature-card:nth-child(3) {
     background: linear-gradient(30.08deg, rgba(81, 44, 232, 0) 55.85%, #512CE8 105.56%);
        padding: 1px 1px 0px 0px;
}

.features-video-wrap .feature-card:nth-child(4) {
    background: linear-gradient(139.46deg, #512CE8 -7.73%, rgba(81, 44, 232, 0) 31.63%);
    padding: 1px 0px 0px 1px;
}
.feature-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    border-radius: 24px;
    padding: 20px 0px 20px 20px;
}
.feature-card{
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.2);*/
    transition: all .4s ease-in-out;
}
.feature-card:hover {
    background: linear-gradient(152deg, rgba(81, 44, 232, .6) 67.54%, #512CE8 95.17%)!important;
    padding: 1px 1px 1px 1px!important;
    transition: all .4s ease-in-out;
    transform: translateY(-10px);
}

.feature-text {

  text-align: left;
  width: 43%;
}
.feature-text p {
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    letter-spacing: 0;
}
.feature-video {
    
    width: 57%;
}
.feature-card {
    width: 48%;
    position: relative;
}
.feature-video video {
   width: 100%; 
  border-radius: 16px;
}
/*.feature-card .bg-gradient {*/
/*    border-right:  1px solid transparent;*/
/*    border-top:  0px solid transparent;*/
/*    border-left:  0px solid transparent;*/
/*    border-bottom:  0px solid transparent;*/
    /* transition: 4s all ease-in-out; */
/*    padding: 1px 0 1px 1px;*/
/*}*/
/*.feature-card:hover .bg-gradient {*/
/*    border: 1px solid transparent;*/
/*    background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #512CE8 0%, rgba(255, 87, 2, 0.9) 100%) border-box;*/
/*    -webkit-mask: radial-gradient(120% 120% at 0% 0%, #000 60%, #0000 72%), radial-gradient(120% 120% at 100% 0%, #000 60%, #0000 72%), radial-gradient(120% 120% at 0% 100%, #000 60%, #0000 72%), radial-gradient(120% 120% at 100% 100%, #000 60%, #0000 72%), linear-gradient(#000 0 0);*/
/*    padding: 0;*/
/*}*/
/* /////////////home---pricing */
.content-creation-pricing-wrap{
        padding-top: 0px;
   }
.pricing-heading {
        padding: 10px 20px;
        display: flex;
        align-items: center;
    }
.pricing-heading h5{
       font-size: 32px;
       line-height: 41px;
       letter-spacing: 0;
    }
.pricing-wrapper{
        max-width: 1116px;
        margin: 0 auto;
        display: flex;
        gap: 54px;
        flex-direction: column;
    }
.pricing-table {
    position: relative;
}
.pricing-table-content{
        display: flex;
        padding: 30px 60px;
        border-radius: 24px;
    }
.gen-pricing{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
.pricing-plan{
        width: 36%;
    }
.pricing-features{
        width: 50%;
        gap: 50px;
    }
.pricing-main-h{
        font-size: 48px;
        line-height: 61px;
    }
.pricing-price{
        width: 14%;
    }
.pricing-paras p,a{
       font-weight: 400;
       font-size: 18px;
       line-height: 23px;
       letter-spacing: 0;
       color:  rgba(255, 255, 255, 1)!important;
       text-decoration: none;
       line-height: 31px;
    }
.pricing-paras a{
        display: inline-block;
    }
.p-para{
        /*padding: 22px 20px; */
       padding: 0 20px;
        height: 77px;
        display: flex;
        align-items: center;
       border-bottom: 1px solid rgba(81, 44, 232, 0.2);
    }
.pricing-plan .p-para p{
       font-size: 24px;
    }
.pricing-paras .p-para:last-child{ 
        border-bottom: none;
     }
     
.post-gallery-btn {
        padding-top: 133px;
     }
     .post-gallery-btn .secondary-btn{
            padding: 6px 18px;
            border: 1.2px solid #FF994F;
     }
     .post-gallery-btn .secondary-btn:hover {
           padding-right: 58px;
    }
.post-header {
        padding-top: 105px;
     }
.build-up-swiper {
        border: 1px solid #1e1b1b;
        border-radius: 24px;
    }
/* main bg highlight */
.row-hover {
    background: #1D1442;
    transition: background 0.25s ease;
}

/* left rounded */
.pricing-plan .row-hover {
    border-radius: 10px 0 0 10px;
}

/* right rounded */
.pricing-price .row-hover {
    border-radius: 0 10px 10px 0;
}

/* Middle = no radius */
.pricing-features .row-hover {
    border-radius: 0 !important;
}

/* =================== Content Creation page  ==================== */
.content-creation-faq-wrap{
    padding-top: 60px;
}
.faq-accordion {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
}
.content-creation-faq-wrap .faq-accordion{
     padding-top: 75px;
}
.faq-question {
  cursor: pointer;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  gap: 24px;
  transition: .2s ease-in-out;
}
.faq-question:hover{
    background:#aeaaff36;
    transition: .2s ease-in-out;
} 
.faq-question.active:hover{
    background: transparent;
}
.faq-question p,
.faq-answer p {
  color: rgba(246, 244, 255, 1);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}
.faq-icon {
    font-weight: 300;
    font-size: 32px;
    width: 20px;
    text-align: center;
    color: #AEAAFF;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  border-radius: 16px;
  transition: 0.4s;
}
.faq-answer-content {
  padding: 28px 30px;
  opacity: 1;
}
.faq-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
  gap: 20px;
  width: 49%;
}
.faq-item {
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#000, #000) padding-box,
              linear-gradient(90deg, rgba(81, 44, 232, 0.2) 0%, rgba(174, 170, 255, 0.2) 100%) border-box;
  width: 100%;
  /*height: 100%;*/
}
.faq-wrapper {
  padding-bottom: 60px;
}
/* <**************CONTENT CREATION PAGE ****************> */
.services-wrapper {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 200px;
}
.services-box .border-gradient {
    height: 100%;
    border-radius: 24px;
    /*background: linear-gradient(105.01deg, rgba(255, 87, 2, 0.2) 1.54%, rgba(81, 44, 232, 0.2) 79.62%);*/
    background: transparent;
    border: 1px solid #2a025999;
}
.services-box-wrapper {
    height: 100%;
    /*background: linear-gradient(180deg, rgb(12 12 12) 0%, rgb(0 0 0) 100%);*/
    backdrop-filter: blur(4.115054607391357px);
    border-radius: 24px;
}
.services-gradient-bg {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    /*background: linear-gradient(180deg, rgb(12 12 12) 0%, rgb(0 0 0) 100%);*/
    border-radius: 24px;
    backdrop-filter: blur(4.115054607391357px);
    gap: 34px;
}
.services-img {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 30px;
}
.services-text {
    position: relative;
    z-index: 1;
    color: #F6F4FF;
    text-align: left;
    padding-bottom: 15px;
    padding-left: 15px;
}
.services-text span {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}
/*.services-ai .services-gradient-bg {*/
/*   background: radial-gradient(93.44% 76.23% at 19.31% 0%, #BCB8FE 0%, rgba(147, 130, 232, 0.839395) 25.88%, rgba(102, 88, 171, 0) 86.81%);*/
/*}*/
/*.services-ai:hover .services-gradient-bg{*/
/*    background: radial-gradient(93.44% 76.23% at 19.31% 0%, #BCB8FE 0%, rgba(147, 130, 232, 0.839395) 25.88%, rgba(102, 88, 171, 0) 86.81%);*/
    /*transition: all .4s ease-in-ou;*/
/*}*/
.services-box.services-ai::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://new.gurudesigners.net/wp-content/uploads/2025/11/Group-2085664686-1.png);
    /* top: -123px; */
    /* bottom: 0; */
    background-position: -134px -205px;
    background-repeat: no-repeat;
    transition: background-position 1s ease-in-out;
    left: 0;
}
.services-box.services-ai {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    transition: all 1s ease-in-out!important;
}
.services-box.services-ai:hover::before {
    background-position: -65px -203px;
    transition: background-position 1s ease-in-out;
     /*transform: rotate(281deg);*/
}
.services-box.services-reels::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://new.gurudesigners.net/wp-content/uploads/2025/11/Group-2085664687-1.png);
    /* top: -123px; */
    /* bottom: 0; */
    background-position: -134px -205px;
    background-repeat: no-repeat;
    transition: background-position 1s ease-in-out;
    left: 0;
}
.services-box.services-reels:hover::before {
    background-position: -65px -203px;
    transition: background-position 1s ease-in-out;
     /*transform: rotate(281deg);*/
}
.services-box.services-motion::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://new.gurudesigners.net/wp-content/uploads/2025/11/Group-2085664688-1.png);
    /* top: -123px; */
    /* bottom: 0; */
    background-position: -134px -205px;
    background-repeat: no-repeat;
    transition: background-position 1s ease-in-out;
    left: 0;
}
.services-box.services-motion:hover::before {
        background-position: -35px -203px;
    transition: background-position 1s ease-in-out;
     /*transform: rotate(281deg);*/
}
.services-box.services-Scriptwriting::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://new.gurudesigners.net/wp-content/uploads/2025/11/Group-2085664689-1.png);
    /* top: -123px; */
    /* bottom: 0; */
    background-position: -134px -205px;
    background-repeat: no-repeat;
    transition: background-position 1s ease-in-out;
    left: 0;
}
.services-box.services-Scriptwriting:hover::before {
    background-position: -47px -203px;
    transition: background-position 1s ease-in-out;
    left: 0;
     /*transform: rotate(281deg);*/
}
.services-box.services-mounthly::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://new.gurudesigners.net/wp-content/uploads/2025/11/Group-2085664690-2.png);
    /* top: -123px; */
    /* bottom: 0; */
    background-position: -134px -205px;
    background-repeat: no-repeat;
    transition: background-position 1s ease-in-out;
    left: 0;
}
.services-box.services-mounthly:hover::before {
    background-position: -29px -203px;
    transition: background-position 1s ease-in-out;
     /*transform: rotate(281deg);*/
}

/*.services-mounthly .services-gradient-bg {*/
/*    background: radial-gradient(122.84% 85.25% at 49.93% 0%, #D88070 1.66%, rgba(81, 44, 232, 0) 86.81%);*/
/*}*/
.services-reels {
    margin: -50px 0px 0px 0px;
}
.services-motion {
    margin: -80px 0px 0px 0px;
}
.services-Scriptwriting {
    margin: -50px 0px 0px 0px;
}
.swiper.services-slider.swiper-container-horizontal {
    height: 345px;
}
.services-slider {
  margin-top: 100px;
}
.services-box {
  width: 100%;
  max-width: 240px;
  height: 255px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  transition: all 1s ease-in-out;
  opacity: 1;
  
}
.services-box:hover{
    box-shadow: 0px 60px 80px -60px #7F345F;
    /*backdrop-filter: blur(4.115054607391357px);*/
    transition: all 1s ease-in-out;
    transform: translateX(10px);

} 
.services-box svg {
    opacity: .2;
    transition: all 1s ease-in-out;
}
.services-box:hover svg{
     opacity: .6;
     transition: all 1s ease-in-out;
}

.services-slider.swiper.swiper-container-horizontal.swiper-container-android {
    height: 335px;
}
.services-slider .swiper-slide {
  display: flex;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  margin-top: 40px;   
  opacity: 0.7;       
}
.services-slider .swiper-slide-active {
  margin-top: 0;      
  opacity: 1;
}
.main-wrapper-work2-slider .mywork2 .swiper-slide img{
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
/* ===== work our team Glow Background Circle ===== */
.work-our-team {
  position: relative;
  width: 100%;
  min-height: 95vh;  /*80*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 20px;
}
.inner-content-work-our-team {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.inner-content-work-our-team h2 {
    font-family: 'dupletopen-regular', sans-serif;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    font-size: 86px;
    line-height: 96px;
}
.inner-content-work-our-team p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    max-width: 600px;
    margin: 0 auto;
}
.work-our-team-top-border {
  position: absolute;
  top: 36px;  /*0*/ 
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  z-index: 5;
}
.work-our-team-top-border svg {
  width: 100%;
  height: auto;
  display: block;
}
.dual-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 736px;
  height: 523px;
  /*background: radial-gradient(*/
  /*  circle at center,*/
  /*  #512CE8 0%,      */
  /*  #512CE8 70%,     */
  /*  #FF5702 30%,     */
  /*  transparent 100% */
  /*);*/
  filter: blur(200px); 
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  background: linear-gradient(180deg, #FF5702 8.23%, #512CE8 51.6%, #512CE8 100%);
}
.inner-wor-our-our-team {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}
/* ========GROWTH======= */
.followers-nmbr{
    background: linear-gradient(108.97deg, #AEAAFF 16.91%, #512CE8 86.62%);
    width: 45px;
    padding: 4px 8px;
    text-align: center;
    border-radius: 30px;
    margin-top: 21px;
  }
.client-followers{
      font-weight: 300;
      font-size: 14px;
      line-height: 10px;
  }
.tag .plus-svg{
      width: 24px;
      height: 24px;
  }
.tag .tag-counter{
      font-size: 20px;
      font-weight: 600;
      line-height: 20px;
      padding-top: 5px;
  }
.growthsec-tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: left;
}
.content-creation-growth-tag{
    display: unset;
    text-align: left;
}
.content-creation-growth-tag .tag-bg-linear-gradient {
    width: 47%;
}
.tags-inner-content {
    padding-top: 9px;
    display: flex;
    flex-direction: column;
}
.tags-inner-content p {
    font-size: 14px;
    line-height: 15px;
}
.content-creation-growth-tag .tag{
    width: 100%;
}
.followers-0 {
    text-align: left;
    padding-bottom: 17px;
}
 /* ========SPOTLIGHT-CONTAINER======= */

.spotlight-content{
      display: flex;
      flex-direction: column;
      gap: 145px;
 }
.spot-reverse{
    flex-direction: row-reverse;
}
.spot-con{
    display: flex;
    gap: 87px;
}                                                                                                                          
.spot-img-main{
    max-width: 600px;
    width: 50%;
    transition: all .8s ease-in-out;
}
.spot-img-main:hover{
    transform: translateY(-10px);
    transition: all .8s ease-in-out;
    box-shadow: 0px 60px 80px -60px #7F345F;
}
.spot-img{
    border-radius: 24px;
    background: rgba(12, 12, 12, 0.6);
}
.spot-img img{
    width: 100%;
    border-radius: 24px;
    vertical-align: bottom;
}
.spot-text{
    display: flex;
    gap: 28px;
    flex-direction: column;
    justify-content: center;
    width: 46%;
}
.spot-th h3 {
    text-align: left;
}
.spot-th h3{
    font-weight: 600;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}
.spot-tp p{
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0;
    color: rgba(246, 244, 255, 1);
}

/* =================== Footer ==================== */
.footer-privacy-text{
    color: #AEAAFF !important;
}
#footer .boder-gradient {
    background: linear-gradient(269.81deg, rgba(255, 87, 2, 0.1) 1.03%, rgba(81, 44, 232, 0.5) 98.15%);
    padding: 1px 0 0 0;
    border-radius: 0;
    height: 100%;
}
.footer-main {
    background: #000000;
    padding: 61px 0px 0px 0px;
}
.footer-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 54px 0px;
    background: url(/wp-content/uploads/2025/09/Group-2085664673.svg);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: bottom , center;
}
.footer-col {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-logo, .footer-copy-right {
    position: relative;
    width: 100%;
}
.footer-col h6{
    text-align: left;
}
.footer-col a {
    color: #ffffff;
}
.footer-social-icon {
    display: flex;
    gap: 11px;
}
.footer-social-icon svg:hover circle{
    fill: #512CE8;
}
.footer-logo {
    margin: 32px 0px 46px 0px;
}
.footer-logo svg {
    display: block;
    width: 100%!important;
}
.footer-logo:hover .logo-main {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.footer-logo:hover .logo-hover {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.logo-hover {
    position: absolute;
    top: 0;
    left: 1px;
    opacity: 0;
}
.footer-copy-right {
    display: flex;
    justify-content: space-between;
}
.footer-copy-right p, a {
    color: #AEAAFF;
}
label.hamburger {
    display: none;
}
.book-a-cal {
    padding-top: 70px;
}
.swiper.services-slider.swiper-container-horizontal{
    display: none;
}
.services-wrapper{
    display: flex;
    padding: 0 50px;
}
ul#menu-footer-menu {
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-menu li{
  list-style-type: none;
}
/* singel post page css */
.single-portfolio-hero-section-wrapper h1{
    text-align:center;
}
.portfolio-item img{
     width:100%;
}
.image-count-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.image-count-one img{
  width:100%;
}
.image-count-two img {
    object-fit: cover;
    object-position: center;
}
.client-col span {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(252, 84, 56, 1);
}
.feature-img img{
    width:100%;
}
.post-data-wrapper {
    margin-top: 84px;
    display: flex;
}
.post-data-heading {
    width: 100%;
}
.post-data-heading h2 {
    text-align: left;
}
.client-details {
    display: flex;
    gap: 15%;
}
.client-details {
    margin-top: 37px;
    display: flex;
    gap: 70px;
}
.client-col {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.portfolio-gallery img {
    width: unset !important;
}
.gallery-wrapper {
    margin-top: 102px;
}
.related-portfolio {
    margin-top: 102px;
}
.related-portfolio .bs-service-heading {
    margin-bottom: 63px;
}
.feature-img {
    margin-top: -230px;
}
.single-portfolio .hero-section-bg-wrap {
    padding-bottom: 250px!important;
}
.gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
 
.image-count-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.image-count-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.image-count-two img {
  object-fit: cover;
  object-position: center;
}
.image-count-three img {
  object-fit: cover;
  object-position: center;
}
.portfolio-item{
    margin-bottom: 15px;
}
.portfolio-item:last-child {
    margin-bottom: 0;
}
.bg-with-blur-wrap{
	background-image:url("https://new.tek2d.com/wp-content/uploads/2025/07/Ellipse-4155.png");
}
/*============get-touch========*/
.get-in-touch{
    padding-top:63px;
}
.get-it-touch-wrapper-cover{
  display:flex;
  gap:32px;
}
.get-in-touch-form-wrapper{
 width:41%;
 background: #0C0C0CB2;
 z-index:2;
 border-radius: 24px;
}
.inquire-wrapper-bg {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.get-in-touch-form-wrapper .border-gradient{
    height: 100%;
    /*display: flex;*/
    /*justify-content: center;*/
    /*width: 100%;*/
}
.border-gradient > p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.border-gradient p:last-child .wpcf7-submit {
    padding-right: 45px;
}
.submit-btn-svg {
    position: absolute;
    left: 237px;
    top: 16%;
    transform:translateX(0px); /* hidden right */
    opacity: 0;
    transition: all 0.35s ease;
    display: flex;
    pointer-events: none;
}
.get-in-touch-content-wrapper{
 width:59%;
 background: #0C0C0CB2;
  z-index:2;
  border-radius: 24px;
}
.border-gradient > p:hover .submit-btn-svg {
    opacity: 1;
    transform:translateX(50px);
    transition: all 0.35s ease;
}

.get-in-touch-cover .contact-form-wrapper {
    padding: 25px 25px 27px 25px;
}

.contact-form-wrapper input {
 width: 100%;
 min-height: 43px;
 padding-left: 16px;
 background: transparent;
 border-radius: 11px;
 outline: none;
 border: 1px solid rgba(246, 244, 255, 0.2);
 color:#fff;
}
.contact-form-wrapper textarea{
 width:100%;
 padding-left:16px;
 background: transparent;
 border-radius: 11px;
 outline: none;
 border: 1px solid rgba(246, 244, 255, 0.2);
 color:#fff;
}
.contact-form-wrapper .get-it-touch-input-cover:not(:last-child) {
    margin-bottom: 12px;
    transition: all .1s ease-in-out;
    border-radius: 12px;
}
.contact-form-wrapper .get-it-touch-input-cover:not(:last-child):hover{
    background: #1d14425e;
    /*border-top: 1.17px solid #F6F4FF33;*/
    box-shadow: 0px 2.33px 2.33px -1.17px #00000008,0px 2.33px 3.5px 0px #00000008;
    transition: all .1s ease-in-out;

}
.wpcf7-form-control-wrap:hover textarea{
    background:#1d14425e!important;
}
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-family: "dupletopen-regular";
    color:#FFFFFF99 !important;
}
.contact-form-wrapper textarea {
    padding-top: 18px;
}
.contact-form-wrapper .wpcf7-submit{
    width:100%;
    font-size:16px;
    line-height:20px;
    letter-spacing:0;
    font-weight:600;
    color:#F6F4FF;
    font-family: "dupletopen-semi-bold";
    border:unset !important;
}
.contact-form-wrapper .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 40px;
}
.contact-form-wrapper{
    position:relative;
}
.contact-form-wrapper .border-gradient{
     margin-top: 22px;
}
.contact-form-wrapper .wpcf7-response-output {
    box-sizing: border-box;
    width: 100%;
    display: block;
}
.contact-form-wrapper textarea {
  width: 100%;
  height: 177px;
  resize: none; /* optional: disable user resize */
}
.get-in-touch-heading {
    text-align: center;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 0;
    color: #FEF8FF;
    font-weight: 700;
    font-family: "dupletopen-bold";
    padding: 25px 25px 8px 25px;
}
.get-in-touch-cover {
    text-align: center;
    min-height: 486px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.get-in-touch-sub-heading {
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "dupletopen-regular";
    padding-bottom: 9px;
}
.get-in-touch--heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0;
    color: #FFFFFF;
    font-family: "dupletopen-bold";
    color: #FFFFFF;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 18px;
}
.get-in-touch--sub-text {
    padding-top: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    color: #FFFFFF;
}
.get-in-touch-content-wrapper .border-gradient{
    min-height: 583px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.get-in-touch-content-wrapper .get-in-touch-cover {
    min-height: 580px;
    border-radius: 12px;
}
.get-in-touch-content-wrapper:hover .inquire-wrapper-bg{
    background: #1d14425e;
}
/*.get-in-touch-content-wrapper .border-gradient{*/
/*    min-height: 550px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.get-in-touch-cover {
    text-align: center;
}
div#get-it-touch {
    padding-top: 63px;
}
.get-it-touch-input-cover.get-in-touch-textarea p span textarea:hover {
    background: #1d14425e !important;
}

.get-it-touch-input-cover.get-in-touch-textarea:hover{
    background: unset !important;
}






















/* Overlay */
.strategy-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.4s ease;
}

/* Popup Box */
.strategy-popup-content {
  background: #0D0D0F;
  border-radius: 14px;
  padding: 40px;
  width: 90%;
  max-width: 1300px;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  animation: slideUp 0.4s ease;
  position: relative;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

/* Animations */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes slideUp {
  from {transform: translateY(40px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}

.strategy-popup-content h2{
    font-family: "dupletopen-bold";
}
.strategy-popup.fade-out {
  animation: fadeOut 0.3s ease forwards;
}
@keyframes fadeOut {
  to {opacity: 0; visibility: hidden;}
}
.get-it-touch-wrapper-cover{
 position:relative;
}
.get-it-touch-wrapper-cover::before{
    width: 612px;
    height: 470px;
    background: linear-gradient(180deg, #512CE8 8.23%, #512CE8 51.6%, #512CE8 100%);
    filter: blur(100px);
    inset: 8% auto 0% 36%;
    position: absolute;
    content: "";
    border-radius: 100%;
}
.services--mobile{
      display:none;
}
.nav-container .col-one{
        width:19%;
}
  .pricing-header{
        padding-top: 50px;
    }
    .post-gallery.branding-post-gallery .top--gallery{
        padding-top: 0;
    }
    
  .section-header.process-header {
    padding-top: 0;
} 
.pin-spacer-wrapper .pin-spacer{
    height: 2200px!important;
    padding-bottom: 800px!important;
}
section#grwoth-home {
    padding-top: 130px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
.panel-content-wrapper{
    display:flex;
    gap:130px;
}
.how-it-works {
  /*background:#0044ff;*/
  padding:120px 0;
  position: relative;
}

.pin-viewport {
  height: 800px;
  position: relative;
  padding-top: 140px;
}

.content-wrapper {
  display:flex;
  gap:64px;
  height:100%;
  padding-top: 70px;
}

/* VIDEO */
.video-wrapper {
   width:440px; 
  }
.video { 
    height: 390px;
    /*background: #000;*/
    width: 440px;
    margin: 0 auto; 
    width: 100%;
    border-radius: 36px;
  }
.video video {
  width:100%;
  height:100%;
  object-fit:cover;
  display:none;
  border-radius: 36px;
}
.video video.active { display:block; }

/* PANELS */
.images-wrapper {
  width:61%;
  height:1200px;
  overflow:hidden;
  position:relative;
}

/* PROGRESS */
.progressbar {
  width:100%;
  height:12px;
  background:rgba(255,255,255,0.25);
  margin-bottom:15px;
  border-radius: 20px;
}
.progress-fill {
  width:0%;
  height:100%;
  background: linear-gradient(90deg, #512CE8 0%, #AEAAFF 100%);
  border-radius: 20px;
}

.panel {
  position:absolute;
  left:0;
  width:100%;
  height:313px;
  /* background:#fff; */
  /* border:1px solid pink; */
  border-radius: 50px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  will-change: transform, opacity;
  transition: transform 0.4s ease, opacity 0.4s ease;


}
.panel-gradient{
    border: 1px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(200deg, #512ce8 0%, rgba(255, 87, 2, 0.9) 100%) border-box;
    height: 100%;
    border-radius: 50px;
    width: 100%;
}
.panel-inner-wrapper{ height: 100%;
    padding: 40px;
    border-radius: 50px;
    background: radial-gradient(100% 100% at 46.59% 100%, #1E1446 0%, #0C0C0C 100%);
    color: #F6F4FF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: left;
}
.panel-wrapper {
    height: 100%;
    width: 100%;
    /* margin-top: 27px; */
    position: relative;
}
.video-box-gradient{
    border: 1px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(200deg, #512ce8 0%, rgba(255, 87, 2, 0.9) 100%) border-box;
    /* height: 100%; */
    border-radius: 36px;
    width: 100%;
}
.card-gradient-text{
    background: linear-gradient(89.74deg, #512CE8 -56.51%, #AEAAFF 82.56%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 42px;
    text-align: left;
    font-family: "dupletopen-bold";
}
.panel-content-wrapper p {
    font-size: 18px;
    line-height: 26px;
    max-width: 290px;
}
































/* =================== MWDIA QUERRUIES ==================== */
/*@media screen and (min-width: 767px) {*/
/*  .services--mobile{*/
/*      display:none;*/
/*  }*/
/*}*/

@media screen and (max-width: 1366px) {
    .container{
        padding: 0 50px;
    }
    
    .swiper.build-up-swiper.swiper-container-horizontal.swiper-container-free-mode {
        height: 238px;
    }
    .bg-gradient-flow::before {
        width: 587px;
        height: 498px;
    }
    .swiper.build-up-swiper.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-backface-hidden {
        height: 238px;
    }
    .parrent-of-flow.growth-flow-bg .bg-gradient-flow::before{
        width: 522px;
        height: 397px;
        background: linear-gradient(180deg, #512CE8 8.23%, #512CE8 51.6%, #512CE8 100%);
        filter: blur(100px);
        inset: -6% auto 0% 31%;
    }
    .content-wrapper {
        padding-top: 70px!important;
    }
}
@media screen and (max-width: 1210px) {
    h1{
        font-size: 54px!important;
        line-height: 62px!important;
        max-width: 630px;
        margin: 0 auto;
    }
    h2{
        font-size: 30px!important;
        line-height: 35px!important;
    }
    .section-instruction p {
        font-size: 16px;
        line-height: 24px;
    }
    .portfolio-carousel {
        padding: 100px 0px 50px;
        
    }
    .wrapper-growth {
        row-gap: 30px;
    }
    .wrapper-growth .section-top-tag{
        padding-bottom: 10px;
    }
    .main-wrapper-work2-slider {
        width: 100%;
        height: 100%;
    }
    /*.main-wrapper-work2-slider .swiper-slide{*/
    /*    width: 100%!important;*/
    /*}*/
    .how-it-works-carousel-wrapper {
        width: 52%;
    }
    .how-it-works-media-wrapper {
        width: 36%;
    }
    .button-wrapper-wrap {
        width: 20%;
    }
    .pagination-wrapper {
        width: 80%;
    }
    .button-wrapper-wrap .swiper-button-next {
        right: 0;
        left: 57px;
    }
    .how-it-works-carousel-wrapper .carousel {
        height: 200px;
    }
    .growth-counter {
        justify-content: center;
        gap: 24px;
    }
      .growth-client-info {
        flex-direction: column;
    }
       .avatar-gradient{
        width: 45px;
    }
    .growth-counter .counter-box {
         flex: unset; 
        width: 18%;
    }

    /*.pricing-header{*/
    /*    padding-top: 50px;*/
    /*}*/
    .build-up-card-heading h3 {
        font-size: 28px;
        line-height: 38px;
        text-align: left;
    }
    p.gradient-text {
        font-size: 16px;
    }
    .growth-tags {
        gap: 8px;
    }
    .inner-content-wrapper-build-up {
        padding: 23px;
        height: 555px;
        border-radius:24px;
        overflow:hidden;
    }
    .anim-tile {
        width: 145px;
        height: 203px !important;
    }
    .card--ptf-btn {
        padding: 6px 10px;
    }
    .card--ptf-img img {
        height: 331px;
    }
    .thumbs-innerwrapper-cover h3{
        font-size: 26px;
    }
       .inner-content-work-our-team h2 {
        max-width: 510px;
        font-size: 54px !important;
        line-height: 54px !important;
    }
    .main-container {
    
        background-size: 84%;
    }
    .parrent-of-flow.growth-flow-bg .bg-gradient-flow::before {
        width: 522px;
        height: 384px;
        inset: 0% auto 0% 25%;
    }
    .parrent-of-flow.feature-flow-bg .bg-gradient-flow::before {
        width: 297px;
        height: 265px;
        inset: 24% auto 0% 34%;
    }
    .parrent-of-flow.pricing-flow-bg .bg-gradient-flow::before {
        inset: 0% auto 0% 23%;
    }
    /*.services-box.services-ai{*/
    /*    top: 0px;*/
    /*}*/
}
@media screen and (max-width: 1024px) {
    /*.service-slide-fix*/
    /*{*/
    /*    width:250px!important; */
    /*}*/
.post-data-wrapper {
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
     .container{
        padding: 0 40px;
    }
    .services-wrapper{
        padding: 0 40px;
    }
     h1 {
        font-size: 46px!important;
        line-height: 52px!important;
    }
    .build-up-card-heading h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .growth-quote,.feature-text p{
         font-size: 22px;
    }
    .heading--bottom-heading{
        font-size: 24px;
    }
    .growth-counter h3 {
        font-size: 28px;
    }
    .services-reels {
        margin:  0px;
    }
    .services-motion {
        margin: 0px;
    }
    .services-Scriptwriting {
        margin:  0px;
    }
    .services-box.services-ai{
        top: 0;
    }
   .services-slider.swiper.swiper-container-horizontal.swiper-container-android {
        height: 100%;
    }
    .spot-con {
        gap: 50px;
    }
    .spot-th h3 {
        font-size: 36px;
        line-height: 40px;
    }
    .spot-tp p {
        font-size: 20px;
        line-height: 28px;
    }
    .spotlight-content {
        gap: 65px;
    }
    .faq-accordion .faq-column:nth-of-type(3) .faq-item .faq-question {
      max-width: 280px;
    }
    .swiper.services-slider.swiper-container-horizontal{
        display: block;
    }
    .services-wrapper{
        display: none;
    }
    .main--cards-ptf {
        row-gap: 45px;
        column-gap: 40px;
    }
    .content-creation-growth-wrap{
          padding-top: 100px;
    }
    .services--mobile{
      display:block;
    }
    .services-slider .swiper-slide-active .services-box{
        box-shadow: 0px 60px 80px -60px #7F345F;
        transition: all 1s ease-in-out;
        transform: translateX(10px);
        margin-right: 23px;
    }
   .swiper-slide-active .services-box.services-ai::before {
        background-position: -65px -203px;
        transition: background-position 2s ease-in-out;
    }
   .swiper-slide-active .services-box.services-reels::before {
        background-position: -65px -203px;
        transition: background-position 2s ease-in-out;
    }
      .swiper-slide-active .services-box.services-motion::before {
            background-position: -35px -203px;
        transition: background-position 2s ease-in-out;
    }
   .swiper-slide-active .services-box.services-Scriptwriting::before {
        background-position: -47px -203px;
        transition: background-position 2s ease-in-out;
    }
   .swiper-slide-active .services-box.services-mounthly::before {
        background-position: -29px -203px;
        transition: background-position 2s ease-in-out;
    }
    .services-slider .swiper-slide-active .services-box svg{
        opacity: .8;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
@media screen and (max-width: 991px) {
    .get-in-touch-cover {
    text-align: center;
    padding: 0 15px;
}
    .container{
        padding: 0 30px;
    }
     .services-wrapper{
        padding: 0 30px;
    }
    .fix-col-container {
    display: none;
}
.col-three.active{
    display:block;
    width:100% !important;
}
nav a {
   justify-content:center;
}
.set-nav-border {
    border-radius: 30px !important;
    height: 100%;
    transition: height 0.5s ease-in-out;
}
/* From Uiverse.io by JulanDeAlb */
.hamburger {
  cursor: pointer;
  z-index: 1000;
  display: flex;
  position: relative;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  height: 2.5em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 4px;
}

.line {
  fill: none;
  stroke: white;
  stroke-width: 2;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

    .col-two ul {
  display: flex;
}
nav {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
    overflow: unset !important;
    flex-wrap: wrap;
    align-content: flex-start;
}
 

  .col-two {
    width: 100%;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.8s ease, opacity 0.8s ease;
  }

  .col-two ul {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }

  .col-two.active {
    max-height: 300px;
    opacity: 1;
    border-radius: 20px;
  }

  .col-three {
    display: none;
  }

   Hamburger Icon 
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 1000;
  }

  .hamburger div {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
  }

  .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
  }

  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px);
  }

    .futureblog-text {
        width: 50%!important;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding-right: 0!important;
        gap: 15px;
    }
    .futureblog-img {
        width: 50%!important;
    }
    .futureblog-img img{
        height: 475px!important;
    }
           .plans .gradient-border {
        width: 100%;
    }
    .boxes-two-column-last {
        width: 100%;
    }
        .button-wrapper-wrap {
        width: 22.5%;
    }
    label.hamburger {
        display: block;
    }
    .panel-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    
}
@media screen and (max-width: 767px) {
.progressbar {
    display: none;
}
.pin-viewport {
    padding-top: 125px;

}
.panel {
    border-radius: 18px;
}
.panel-gradient {
    border-radius: 18px;
}
.panel-inner-wrapper {
    border-radius: 18px;
}
.video-wrapper-inner .video {
    height: 250px;
}
.hiw-mobile-header{
    display:block;
}
.content-wrapper {
    flex-wrap: wrap;
    padding-top: 10px;
    gap: 20px;
}
.video-wrapper {
    width: 100% !important;
}
.images-wrapper {
    width: 100%;
}
.hiw-header{
    display:none;
}
.nav-menu .menu-item.menu-item-has-children > .sub-menu.active {
    margin-top: 30px;
}

.how-it-works .pin-spacer .how-it-works-main-wrapper { padding-top:140px !important;}

.how-it-works-main-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.how-it-works-main-wrapper.sticky-active {
  z-index: 10;
}

 .services-wrapper{
        padding: 0x;
    }
    
.how-it-works-carousel-wrapper .carousel .myWork{
    height:17vh;
}
.branding-spotlight .how-it-works-carousel-wrapper .carousel .myWork{
    height:19vh;
}
    
.how-it-works-carousel-wrapper .carousel .myWork .swiper-slide{
    transition: all 1.2s ease-in-out;
}  
  
  
.strategy-popup-content {
    padding: 40px 20px;

}
.get-in-touch-sub-heading {
    font-size: 18px;
    line-height: 32px;
}
.get-in-touch--heading {
    font-size: 30px;
    line-height: 38px;
}
.get-it-touch-wrapper-cover{
  flex-wrap:wrap;
  gap:32px;
}
.get-in-touch-form-wrapper{
 width:100%;
}
.get-in-touch-content-wrapper{
 width:100%;
}
    .client-details h4{
        text-align:left;
    }
    .client-details {
    margin-top: 37px;
    /* display: flex; */
    flex-direction: column !important;
    gap: 35px!important;
}
     .container{
        padding: 0 20px;
     }
    .growth-quote {
        font-size: 18px;
    }
    .inner-wrapper {
        padding-top: 160px;
        padding-bottom: 70px;
    }
    .main-container {
        background-size: 150%;
        top: -10px;
    }
     h1 {
        font-size: 38px!important;
        line-height: 44px!important;
    }
    h2 {
        font-size: 26px!important;
    }
    .hero-section-instruction p {
        font-size: 16px;
        line-height: 28px;
        max-width: 362px;
    }
    .hero-section-buttons a{
        font-size: 12px;
    }
    .blue-gradient-heading h2 {
        max-width: 296px;
        margin: 0 auto;
    }
    .inner-build-up-card-wrapper,.how-it-works-carousel-wrapper,.feature-card,.card--ptf,.spot-img-main,.spot-text,.faq-column{
        width: 100%;
    }
    .build-up-card-wrapper {
        flex-direction: column;
        padding-top: 60px;
    }
    .button-wrapper-wrap {
        width: 25%;
    }
    .pagination-wrapper {
        width: 75%;
    }
    .hiw-button-with-progress-wrapper {
        gap: 45px;
    }
    .button-wrapper-wrap .swiper-button-next {
        right: 0;
        left: 65px;
    }
    .how-it-works-media-wrapper {
        width: 100%;
        height: 300px;
    }
    .how-it-works-main-wrapper{
        flex-direction: column;
        padding-top: 70px;
        gap:60px;
    }
    .how-it-works-carousel-wrapper .carousel,.card--ptf-img img{
        height: 100%;
    }
    .growth-counter .counter-box {
        flex: unset;
        width: 46%;
    }
        .growth-counter {
        justify-content: center;
        flex-wrap: wrap;
    }
    .ptf--card-element {
        padding: 25px 25px;
    }
    .pricing-table-content {
        overflow-x: auto;          
        overflow-y: hidden;        
        /*max-width: 500px;*/
        width: 100%;               
        padding: 30px 0px 30px 30px;
        scroll-behavior: smooth;   
    }
    .pricing-plan,
    .pricing-features,
    .pricing-price {
        min-width: 200px;   
        flex-shrink: 0;    
    }
    .button-wrapper-wrap {
        width: 32%;
    }
    .footer-col {
        width: 100%;
        padding-bottom: 40px;
    }
    .footer-social-icon {
        position: unset;
        
    }
    .secondary-btn{
        padding: 6px 18px;
    }
    .hero-section-buttons{
        gap: 9px;
    }
     .how-it-works {
        padding: 0;
    }
    .build-up-header,.post-gallery-btn,.pricing-header,.book-a-call-header,.process-header,.top--gallery {
        padding-top: 110px;
    }
    .portfolio-carousel {
        padding: 100px 0px 20px;
    }
    .post-header {
        padding-top: 0px;
    }
    .inner-content-wrapper-build-up {
        padding: 23px;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-radius:24px;
    }
    .bg-wrap-tilled-shift{
        position: unset;
    }
    
    .build-up-swiper{
        top: unset;
        left: unset;
        height: 100%;
    }
    .book-a-call-timing-wrapper {
        margin-top: 30px;
    }
    .growth-left img {
        width: 100%;
        height: 450px;
        border-radius: 24px;
        object-fit: cover;
    }
    .growth-left,.growth-right {
        width: 100%;
    }
    .inner-card-growth{
        flex-direction: column;
    }
    .dual-glow{
         width: 428px;
        height: 400px;
    }
    .spot-con {
        flex-direction: column;
    }
    .content-creation-counter-wrapper .counter-box {
        width: 25%;
    }
    .faq-accordion {
        flex-direction: column;
        gap: 20px;
    }
    .inner-content-work-our-team h2 {
        font-size: 48px !important;
        line-height: 52px !important;
    }
    .spot-th h3 {
        font-size: 30px;
        line-height: 34px;
    }
    .section-buttons a {
        padding: 6px 15px;
        font-size: 13px;
    }
    .secondary-btn::after {
        width: 23px;
        height: 22px;
    }
    .services-box {
       height: 100%;
        
    }
    .work-our-team {
        padding: 130px 20px;
        min-height: unset;
    }
    .nav-container .col-one{
        width:72%;
    }
    .swiper.services-slider.swiper-container-horizontal {
        height: 100%;
    }
    .services-gradient-bg{
        gap: 30px;
    }
    .footer-logo {
         margin: 0px; 
        height: 170px;
    }
    .footer-copy-right {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .footer-copy-right p,.footer-copy-right a {
        color: #AEAAFF;
        width: 100%;
    }
    .footer-wrapper {
        background-size: 125%;
    }
   .portfolio-carousel.bg-gradient-flow::before {
        width: 360px;
        height: 458px;
        inset: 64% auto 0% 49%;
        filter: blur(150px);
    }
    .get-it-touch-wrapper-cover::before {
        inset: 28% auto 0% 7%;
        width: 333px;
        height: 583px;
    }
    .parrent-of-flow.growth-flow-bg .bg-gradient-flow::before {
        width: 400px;
        height: 623px;
        inset: 0% auto 0% 4%;
    }
    .parrent-of-flow.growth-flow-bg .bg-gradient-flow::before {
        width: 400px;
        height: 738px;
        inset: 0% auto 0% 4%;
        filter: blur(250px);
    }
    .parrent-of-flow.feature-flow-bg .bg-gradient-flow::before {
        width: 297px;
        height: 700px;
        inset: 13% auto 0% 14%;
    }
    .parrent-of-flow.pricing-flow-bg .bg-gradient-flow::before {
        width: 400px;
        height: 470px;
        inset: 0% auto 0% 0%;
    }
    .portfolio-page-wrapper{
        padding-top: 180px!important;
    }
      .content-creation-growth-wrap{
          padding-top: 50px!important;
    }
    .portfolio-carousel-slide-wrapper .swiper-slide.swiper-slide-active img {
        scale: 1.1;
        transition: all 3s ease;
    }
  .portfolio-carousel-slide-wrapper .swiper-slide img {
        min-height: 330px!important;

    }
    .portfolio-image-wrapper {
        min-height: 330px;
    }
    .hero-section-label-wrapper {
        text-align: center;
        padding-bottom: 20px;
    }
    .section-header.process-header {
        padding-top: 110px;
    }
    /*.growth {*/
    /*    padding-top: 150px;*/
    /*}*/
    .wrapper-growth {
        row-gap: 30px;
    }
    .section-header.features-header {
        padding-top: 150px;
    }
    .ptf--gallery--wrapper {
        padding-top: 60px;
    }
    .pricing-header,.book-a-cal{
        padding-top: 0;
    }
    .get-in-touch {
        padding-top: 50px;
    }
    .work-our-team-top-border {
      top: 30px;  /*0*/ 
    }
    .faq-section.content-creation-faq-wrap {
        padding-top: 30px;
    }
    .faq-accordion{
        padding-top: 70px;
    }
    .content-creation-how-its-work .how-it-works-main-wrapper{
        padding-top: 60px!important;
    }
    .services-slider {
        margin-top: 60px;
    }
    .branding-growth {
        padding-top: 0;
    }
    .growth{
        padding-top: 110px;
    }
    .growth.branding-growth{
        padding-top: 0;
    }
    .services-img {
        height: 152px;
    }
    .get-in-touch-content-wrapper .border-gradient{
        min-height: unset!important;
    }
    .get-in-touch-cover {
         min-height: unset!important; 
        padding: 24px 20px 0;
    }
    .get-in-touch-content-wrapper .get-in-touch-cover {
         min-height: unset!important; 
        padding: 24px 20px ;
    }
    .get-in-touch-cover .contact-form-wrapper {
        padding: 25px 0px 27px 0px;
    }
    
    .get-in-touch-form-wrapper .get-in-touch-cover .contact-form-wrapper{
        padding-top: 0;
    }
    .services-box.services-ai::before{
        left: 0;
    }
    .services-slider{
        padding-bottom: 40px!important;
    }section.post-gallery.branding-post-gallery {
        padding-top: 90px;
    }
    .growth-slider .swiper-wrapper {
        padding: 48px 0 108px;
    }
     .how-it-works-main-wrapper {
        height: 740px !important;
        max-height: 740px !important;
    }
    
    
    
    
    
  .hiw-section{
      padding-top:0!important;
  }
  .hiw-inner{
      margin-top: 0;
  }
  
  .container.hiw-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 0;
}.gd-progress__track {
    display: none;
}
.gd-video,.gd-video-box{
    height: 255px;
    width: 100%;
}
.gd-video-wrapper{
    width: 100%;
    height: 100%;
}
.gd-card{
    width: 100%;
}
.gd-content-wrapper {
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    text-align: left;
}
    .gd-content-wrapper h3{
        br{
            display: none;
        }
    }
    .gd-card-border-bg,.gd-card,.gd-content-wrapper{
        border-radius: 24px;
    }
    ..images-wrapper {
     overflow: visible; 
    }
    .panel-content-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .panel-inner-wrapper {
        border-radius: 18px;
        padding: 20px;
        align-items: center;
    }
    .panel{
        height: 270px;
    }
    section#grwoth-home,.growth{
        padding-top: 0!important;
    }
     .content-wrapper {
        padding-top: 20px!important;
    }
    
    
}