@import url("./reset.css");

.spotlight {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  padding-top: 87px;
}

.solid header .spotlight {
  padding-top: 70px;
}

.spotlight .container {
  max-width: 1280px;
}

.headingContainer {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.headingContainer .heading2 {
  margin: 0;
  white-space: nowrap;
}

.textGifContainer {
  width: 370px;
  height: auto;
  max-height: 100px;
}

.marqueeTextSection {
  background: linear-gradient(
    90deg,
    #1aded4 0%,
    #fdedf4 77.19298245614034%,
    #f0f0f0 100%
  );
  position: relative;
  padding: 28px 0;
  cursor: pointer;
}

.marquee-text {
  font-size: 136px;
  color: rgb(17, 17, 17);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
}
.marquee_item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  animation: scroll-x 50s linear infinite;
  -moz-animation: scroll-x 50s linear infinite;
  -webkit-animation: scroll-x 50s linear infinite;
  margin: 0 !important;
  padding: 0px;
}

@keyframes scroll-x {
  0% {
    transform: translateX(0);
    -moz-transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14))
    );
    -moz-transform: translateX(
      calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14))
    );
  }
}
.marquee:hover .marquee_item {
  animation-play-state: paused;
}

.movingCircle {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ed0b6d 0%, #f0f0f0 100%);
  z-index: 1;
  pointer-events: none;
  transition: transform 0.1s linear;
  cursor: pointer;
}

/* scaleupSection */

.scaleUpsection {
  position: relative;
  z-index: 2;
  will-change: transform;
  background: #fff;
}

.videoWrap,
.videoEl {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* industry leaders */
.industryLeadersSection {
  padding: 100px 0;
  position: relative;
}

.industryLeadersSection .content {
  z-index: 3;
  position: relative;
}

.highlightedBg {
  position: relative;
  display: inline-block;
  color: #111;
  padding: 0 5px;
}

.highlightedBg .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f7e114;
  /* your highlight color */
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  z-index: auto;
}

.scrollingcontentSection {
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.scrolling-text {
  overflow: hidden;
  width: 94%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  margin: 75px auto;
}

.rail {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  will-change: transform;
  gap: 40px;
}

.rail .swiper-slide {
  width: 90px;
  height: 90px;
  border-radius: 10px;
}

.rail img {
  border-radius: 10px;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
}

.vertical-text-left {
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: 2;
  height: 100%;
  text-align: center;
  rotate: 180deg;
}

.gradient-text-left h3 {
  background: linear-gradient(
    180deg,
    rgba(26, 222, 212, 0.45) 0%,
    rgba(26, 222, 212, 0.31) 50%,
    rgba(33, 33, 33, 0.45) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;

  font-weight: 700;
}

.reveal-text-vertical-left {
  display: inline-block;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s;
}

.reveal-text-vertical-right {
  display: inline-block;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s;
}

/* why us */
.whyUsSection {
  padding: 150px 0;
  position: relative;
}

.bg-gradient {
  background: linear-gradient(
    90deg,
    #1aded4 0%,
    #fdedf4 77.19298245614034%,
    #f0f0f0 100%
  );
}

.gradient-text-right h3 {
  background: linear-gradient(
    180deg,
    rgba(237, 11, 109, 0.32) 0%,
    rgba(237, 11, 109, 0.2208) 52.19298245614035%,
    rgba(247, 225, 20, 0.32) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;

  font-weight: 700;
}

.vertical-text-right {
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  height: 100%;
  text-align: center;
  rotate: 0deg;
  transform: translateY(-50%);
}

.whyUsSection .headerCta svg {
  fill: #fff;
}

.whyUsSection .headerCta {
  color: #fff;
  background-color: #111;
  border: 1px solid #111;
}

.whyUsSection .headerCta:hover {
  background-color: transparent;
  color: #111;
  transition: all 0.3s ease;
  border: 1px solid #111;
}

.whyUsSection .headerCta:hover svg {
  transform: rotate(2deg);
  fill: #111;
  transition: all 0.3s ease;
}

.whyUsSection .leftSection p,
.aiDrivenSection .leftSection p {
  margin: 20px 0 60px;
  width: 100%;
}

.rightAccordion {
  width: 45%;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #1aded4;
  line-height: normal;
  cursor: pointer;
  padding: 6px 40px;
  transition: all 0.3s ease;
  margin-bottom: 5px;
  font-size: 18px;
}

.accordion-container .accordion-title:hover {
  background-color: #111;
  transition: all 0.3s ease;
}

.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #1aded4;
}

.accordion-container .accordion-title::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 25px;
  color: #fff;
  transform: translateY(-50%);

  font-weight: 600;
}

.accordion-container .accordion-title.open::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: 25px;
  color: #fff;
  transform: translateY(-50%);

  font-weight: 600;
}

.accordion-content {
  padding: 20px 20px;
  background-color: transparent;
}

.accordion-content p {
  width: 80%;
  font-size: 18px;
}

/* aiDrivenSection */
.aiDrivenSection {
  padding: 80px 0;
  position: relative;
}

.featureList {
  width: 60%;
}

.featureItem {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.featureItem:hover {
  color: #ed0b6d;
  transition: all 0.3s ease;
}

.featureItem:hover svg {
  filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(7069%)
    hue-rotate(325deg) brightness(93%) contrast(99%);
  transition: all 0.3s ease-in;
}

.aiDrivenSection .leftSection {
  width: 50%;
}

.aiDrivenSection .rightSection {
  width: 45%;
}

.image-swiper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.img-wrapper.swiper-slide-prev,
.img-wrapper.swiper-slide-next,
.swiper-slide.img-wrapper {
  opacity: 0 !important;
}

.img-wrapper.swiper-slide-fully-visible.swiper-slide-active {
  opacity: 1 !important;
}

.aiDrivenSection,
.topTalentSection {
  background-color: #000;
}

.aiDrivenSection .swiper-slide {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aiDrivenSection .headerCta {
  margin-top: 40px;
}

.background-img-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  mix-blend-mode: lighten;
  overflow: hidden;
}

.background-img-div video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.aiDrivenSection .overlay {
  position: absolute;
  inset: 0;
  background-color: #171717;
  opacity: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.aiDrivenSection .content {
  z-index: 3;
  position: relative;
}

/* caseStudySection */
.caseStudySection {
  padding: 100px 0;
  position: relative;
}

.caseStudySection p {
  margin: 10px auto 60px;
  width: 100%;
}

.caseStudySection .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caseStudySection .swiper-wrapper,
.topTalentSwiper .swiper-wrapper,
.marqueeTextSection .swiper-wrapper,
.tweebStarsSwiper .swiper-wrapper,
.caseStudyPageSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.marqueeTextSection .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

.caseStudySwiper,
.topTalentSwiper,
.caseStudyPageSwiper {
  margin: 10px auto 80px;
  width: 100%;
}

.caseStudySection .headerCta svg {
  fill: #fff;
}

.caseStudySection .headerCta {
  color: #fff;
  background-color: #111;
  border: 1px solid #111;
}

.caseStudySection .headerCta:hover {
  background-color: transparent;
  color: #111;
  transition: all 0.3s ease;
  border: 1px solid #111;
}

.caseStudySection .headerCta:hover svg {
  transform: rotate(2deg);
  fill: #111;
  transition: all 0.3s ease;
}

/* top talent */
.topTalentSection {
  padding: 80px 0;
  /* height: 100vh; */
  overflow: hidden;
}

.topTalentSwiper {
  z-index: 2;
  position: relative;
  margin: 50px 0px;
  overflow: hidden;
  min-height: 250px;
}

.topTalentSwiper .swiper-wrapper {
  display: flex;
}

.topTalentSwiper .swiper-slide {
  position: relative;
  width: 215px;
  height: auto;
  flex-shrink: 0;
  margin-right: 20px;
}

.topTalentSwiper .swiper-slide img {
  width: 215px;
  height: auto;
}

.topTalentSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  width: 215px;
  height: auto;
}

.topTalentSwiper .swiper-slide:nth-child(3n + 1)::after {
  background: rgba(237, 11, 109, 0.6);
}

.topTalentSwiper .swiper-slide:nth-child(3n + 2)::after {
  background: rgba(247, 225, 20, 0.6);
}

.topTalentSwiper .swiper-slide:nth-child(3n + 3)::after {
  background: rgba(26, 222, 212, 0.6);
}

/* testimonials */
.testimonials {
  padding: 80px 0;
  position: relative;
}

.swiperWrapper {
  margin: 80px 0;
  position: relative;
}

.testimonialSwiper p {
  font-size: 16px;
  line-height: 24px;
  color: #111;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 25px;
}

.testimonialSwiper h4 {
  font-size: 18px;
  color: #ed0b6d;

  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 8px;
}

.testimonialSwiper h5 {
  font-size: 16px;
  color: #ed0b6d;

  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}

.testimonialSwiper .swiper-slide {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.testimonialSwiper .swiper-slide:hover {
  border: 1px solid #ed0b6d;
  transition: all 0.3s ease;
  cursor: default;
}

.testimonialSwiper .slideWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}

/* contact us tabs */
.contactusSection {
  padding: 80px 0;
}

/* Tabs */
.tabs {
  margin: 50px 0;
}

ul#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 50px;
}

ul#tabs-nav li {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #1aded4;
  border-radius: 10px;
  padding: 5px 10px;
  width: 180px;
}

ul#tabs-nav li.active {
  background-color: #fff;
}

ul#tabs-nav li.active a {
  color: #1aded4;
}

#tabs-nav li a {
  text-decoration: none;
  color: #fff;
}

ul#tabs-nav li:hover {
  background-color: #fff;
}

#tabs-nav li:hover a {
  color: #1aded4;
}

.form-group label {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 8px;
}

.contactusSection #tabs-content {
  width: 65%;
  margin: 0 auto;
}

.form-group {
  flex: 1 1 calc(50% - 20px);
  margin-bottom: 16px;
}

.form-group p {
  width: 100%;
  text-align: left;
}

.form-group.w-100 {
  flex: 1 1 100%;
}

.form-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #111;
}

form .headerCta {
  padding: 10px;
  width: 200px;
  cursor: pointer;
  margin: 10px 0;
}

/* the tweeb tool page */
/* spotlight */
.tweebtool .headingContainer .heading2 {
  white-space: normal;
}

.tweebtool .spotlightimg {
  width: 55%;
  height: auto;
  perspective: 1000px;
}

.tweebtool .spotlightimg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* scaleupsection */
.scaleUpsection.tweebtoolscaleUpsection {
  background-color: #000;
}

.scaleUpsection.tweebtoolscaleUpsection .container {
  border-top: 2px solid #f7d914;
}

.tweebtoolscaleUpsection h3 {
  margin-bottom: 20px;
  padding: 50px 50px 0px 50px;
}

.tweebtoolscaleUpsection .rightCard {
  background: #fff;
  border-radius: 10px;
  margin-top: 35px;
}

.tweebtoolscaleUpsection .rightCard p {
  padding: 0px 50px 30px;
  border-bottom: 1px solid #111;
}

.tweebtoolscaleUpsection .icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 50px 45px;
  gap: 40px;
}

.tweebtoolscaleUpsection .videoWrap {
  padding: 100px 0;
}

.tweebtoolscaleUpsection .videoWrap .w-45 img {
  border-radius: 10px;
}

/* streamline influencer */
.streamlineInfluencerSection {
  position: relative;
  padding: 80px 0 150px;
}

.streamlineInfluencerSection .centerImg {
  width: 75%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.streamlineInfluencerSection .leftimg {
  position: absolute;
  left: -50px;
  top: 50px;
  width: 168px;
  height: 168px;
  border-radius: 10px;
}

.streamlineInfluencerSection .leftimg img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.streamlineInfluencerSection .textBox {
  background-color: #000;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 130px;
  position: absolute;
  z-index: 2;
}

.streamlineInfluencerSection .textBoxLeft {
  bottom: 22%;
  left: -7%;
}

.streamlineInfluencerSection .textBoxRightTop {
  top: 13%;
  right: -7%;
}

.streamlineInfluencerSection .textBoxRightBottom {
  bottom: 7%;
  right: -7%;
}

.streamlineInfluencerSection .influencerBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -7%;
  transform: translateX(-50%);
}

.streamlineInfluencerSection .influencerBox img {
  border-radius: 50%;
  position: relative;
}

.streamlineInfluencerSection .influencerBox img:nth-child(2) {
  left: -10px;
}

.streamlineInfluencerSection .influencerBox img:nth-child(3) {
  left: -20px;
}

.streamlineInfluencerSection .influencerBox img:nth-child(4) {
  left: -30px;
}

.streamlineInfluencerSection .arrowBox {
  position: absolute;
  bottom: 0;
  left: -7%;
  z-index: 2;
}

/* powerfulfeatures */
.powerfulFeaturesSection .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 2px solid #f7d914;
  border-bottom: 2px solid #f7d914;
}

.powerfulFeaturesSection .headingWrapper {
  width: 35%;
}

.powerfulFeaturesSection .img-wrapper img {
  border-radius: 10px;
}

.powerfulFeaturesSection .img-wrapper {
  padding: 30px 0 30px 30px;
  border-left: 2px solid #f7d914;
  width: 53%;
}

.powerfulFeaturesSection .featureList {
  width: 100%;
  padding: 80px 0;
}

.powerfulFeaturesSection .featureBody {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84%;
}

.powerfulFeaturesSection .featureItem {
  padding: 35px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.powerfulFeaturesSection .featureIcon {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ed0b6d;
  border-radius: 20px;
  width: 112px;
  height: 43px;
}

.powerfulFeaturesSection .featureIcon svg {
  fill: #fff;
}

.powerfulFeaturesSection .featureItem:hover {
  color: #fff;
  fill: #fff;
}

.powerfulFeaturesSection .featureItem:hover svg {
  filter: none;
}

/* solutions */
.solutionsSpotlight {
  height: 100%;
  background-color: #000;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solutionsSpotlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  /* adjust for smooth fade */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.solutionsSpotlight .container_inner {
  z-index: 2;
}

.spotlightFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.solutionsSpotlight h2 {
  font-size: 150px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
}

.solutionsSpotlight .scrollDown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-right: 100px;
  z-index: 10;
}

.solutionsSpotlight .scrollDown svg {
  fill: #f7e114;
  rotate: 180deg;
}

.solutionsSpotlight .spotlightFooter .overflow-hidden {
  width: 35%;
}

.solutionsCardSection .solutionCard {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.solutionsCardSection {
  padding: 150px 0;
}

.solutionsCardSection .solutionCard img {
  width: 100%;
  height: auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.solutionsCardSection .solutionCard .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px 16px 30px 16px;
  background-color: #000;
}

.solutionsCardSection .solutionCard h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.solutionsCardSection .solutionCard p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;

  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.solutionsCardSection .solutionCard .btn {
  padding: 15px 20px;
  width: 80%;
}

.truncate3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.5em;
  max-height: 4.5em;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: space-between;
  gap: 50px;
}

.solutionsDetailSection.spotlight {
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.solutionsDetailSection .bg-img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  height: 100%;
}

.solutionsDetailSection .spotlightContent {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
}

.solutionsDetailSection .spotlightContent .heading4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.solutionsDetailSection .spotlightContent .excerpt {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}

.solutionsDetailSection .content p {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 25px;
  margin-bottom: 16px;
}

/* tweeb stars page */
.tweebStarsSpotlight {
  width: 100%;
  position: relative;
}

.tweebStarsSpotlight .rightSection h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.tweebStarsSpotlight .rightSection p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 24px;
}

.managingTalentsSection {
  padding: 80px 0;
}

.managingTalentsSection .marqueeTextSection {
  border-bottom: 1px solid #111;
}

.managingTalentsCardList .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}

.managingTalentsCardList .flex-wrapper .img-container img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.managingTalentsCardList .flex-wrapper .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}

.managingTalentsCardList .flex-wrapper .content .gradient-text-right {
  position: relative;
}

.gradient-text-top h3 {
  background: linear-gradient(
    90deg,
    rgba(26, 222, 212, 0.45) 0%,
    rgba(26, 222, 212, 0.31) 50%,
    rgba(33, 33, 33, 0.45) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 80px;
}

.vertical-text-top {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 2;
  height: auto;
  text-align: center;
}

.tweebStarsCarousal {
  padding: 80px 0;
}

.tweebStarsCarousal .swiper-slide {
  background: #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 30px;
}

.tweebStarsCarousal .swiper-slide h3 {
  font-size: 30px;
  text-transform: capitalize;
}

.tweebStarsCarousal .influencerDiv .numbers {
  color: #ed0b6d;
}

.tweebStarsCarousal .credibiltyDiv .numbers {
  color: #1aded4;
}

.tweebStarsCarousal .engagementDiv .numbers {
  color: #f7d914;
}

.tweebStarsCarousal .influencerDataDiv > div {
  margin-bottom: 20px;
}

/* caseStudy */
.caseStudySpotlight {
  height: 100%;
  position: relative;
  padding: 120px 0 100px;
}

.caseStudySpotlight .overlay {
  position: absolute;
  inset: 0;
  background-color: #171717;
  opacity: 90%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.caseStudySpotlight .content {
  z-index: 3;
  position: relative;
}

.topTalentSection {
  padding: 80px 0;
  overflow: hidden;
}

.caseStudyPageSwiper {
  z-index: 2;
  position: relative;
  overflow: visible;
  margin: 0;
}

.caseStudyPageSwiper .swiper-wrapper {
  display: flex;
}

.caseStudyPageSwiper .swiper-slide {
  position: relative;
  height: auto;
  flex-shrink: 0;
  width: 240px;
  transition: all 0.4s ease-in;
}

.caseStudyPageSwiper .swiper-slide:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.caseStudyPageSwiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.caseStudyPageSwiper .viewDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.caseStudyPageSwiper .views {
  font-size: 18px;
  color: #111;
  background-color: #f7d914;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  padding: 10px;
}

.caseStudyPageSwiper .arrowDiv {
  background-color: #ed0b6d;
  padding: 10px 16px;
  border-radius: 5px;
}

.caseStudyPageSwiper .engagementDiv {
  font-size: 18px;
  color: #111;
  background-color: #1aded4;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  padding: 10px;
}

.caseStudyPageSwiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.caseStudyPageSwiper .arrowDiv svg {
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
}

.caseStudyPageSwiper .arrowDiv:hover {
  background: #fff;
  transition: all 0.3s ease-in;
}

.caseStudyPageSwiper .arrowDiv:hover svg {
  transform: rotate(-30deg);
  transition: all 0.3s ease-in;
}

.caseStudyPageSwiper .arrowDiv:hover svg path {
  fill: #000;
  transition: all 0.3s ease-in;
}

.caseStudyPopup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  z-index: 9999;
  animation-name: scaleup;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.caseStudyPopup.active {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.caseStudyPopupCards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.caseStudyPopupCards .card {
  width: 300px;
  height: auto;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  transform: all 0.3s ease;
}

.caseStudyPopupCards .card:nth-child(1) {
  left: 50%;
  transform: translate(-50%, -10%);
  transform: all 0.3s ease;
}

.caseStudyPopupCards .card:nth-child(2) {
  left: 52%;
  transform: translate(-52%, -10%);
  transform: all 0.3s ease;
}

.caseStudyPopupCards .card:nth-child(3) {
  left: 54%;
  transform: translate(-54%, -10%);
  transform: all 0.3s ease;
}

.caseStudyPopupCards .card:nth-child(4) {
  left: 56%;
  transform: translate(-56%, -10%);
  transform: all 0.3s ease;
}

.caseStudyPopupCards.spread .card {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  margin-right: 20px;
  transform: all 0.3s ease;
}

.caseStudyPopup .popupArea,
.caseStudyPopup .linksWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.caseStudyPopup .popupWrapper {
  width: 80%;
}

.caseStudyPopup .linksWrapper {
  font-size: 20px;
  font-weight: 700;
  gap: 25px;
}

.caseStudyPopup .linksList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.caseStudyPopup .linksList a {
  background-color: #ed0b6d;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 60px;
  font-weight: normal;
  border: 1px solid #ed0b6d;
  transition: all 0.3s ease-in;
}

.caseStudyPopup .linksList a:hover {
  background-color: #000;
  border: 1px solid #fff;
  transition: all 0.3s ease-in;
}

.blogSection.spotlight {
  height: 50vh;
}

.blogLists .grid3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 50px;
  column-gap: 30px;
}

.blogItem a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.blogDetailSection.spotlight {
  height: 100%;
  padding: 150px 0 100px;
  display: block;
}

.blogDetailSection {
  background-color: #111;
}

.blogDetailSection .body {
  border-bottom: 1px solid #fff3;
  padding-bottom: 36px;
}

.blogDetailSection .body p {
  color: #fff;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
}

.blogDetailSection .date {
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

.blogDetailSection .blogTitle {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blogDetailSection img {
  margin: 0;
  height: auto;
}

.BlogsocialMedia img:hover {
  filter: brightness(0) saturate(100%) invert(14%) sepia(78%) saturate(7493%)
    hue-rotate(328deg) brightness(96%) contrast(93%);
  transition: all 0.3s ease-in;
}

.img-gallery:hover .image-expand-button {
  display: block;
  transition: all 0.3s ease-in;
}

.image-expand-button {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: transparent;
  width: 30px;
  border: none;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease-in;
}

.image-expand-button img {
  width: 100%;
  height: auto;
  margin: 0;
}

.BlogsocialMedia a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in;
  margin-right: 10px;
}

.BlogsocialMedia a:hover svg path {
  fill: #ed0b6d;
  transition: all 0.3s ease-in;
}

.RelatedPostSection {
  background-color: #111;
  padding: 80px 0;
}

.RelatedPostSwiper .img-wrapper img {
  object-fit: cover;
  transition: all 0.6s ease-in;
}

.RelatedPostSection h5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 24px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.RelatedPostSwiper .swiper-slide:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease-in;
}

.RelatedPostSwiper .swiper-slide:hover h5 {
  color: #ed0b6d;
  transition: all 0.6s ease-in;
}

.contactusSection.spotlight {
  height: 100%;
  padding: 100px 0;
}

.spotlight.aboutus .container {
  max-width: 1400px;
}

/* aboutus */
.eyeballs .eyeballsCircle {
  position: absolute;
  top: 0;
  left: 39%;
  transform: translateX(-39%);
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ed0b6d 0%, #f0f0f0 100%);
  z-index: 1;
  pointer-events: none;
  transition: transform 0.1s linear;
  cursor: pointer;
}

.eyeballs .eyeballsCircle:nth-child(2) {
  left: 59%;
  transform: translateX(-59%);
}

.innerEyeBall {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.innerEye {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aboutus.scaleUpsection {
  background-color: #000;
}

.scaleUpsection.aboutus .content p {
  width: 55%;
}

.aboutUsBgSection {
  position: relative;
}

.scrollDiv {
  width: 550px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

/* .aboutUsBgSection .background-img-div {
  position: relative;
 width: 100%;
  height: 100%;
  background-color: black;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Crect x='0.5' y='0.5' width='49' height='49' fill='none' stroke='white' stroke-opacity='0.3' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-position: center;
} */

.grid-bg {
  width: 100%;
  height: 100vh;
  background-color: black;

  /* Use the img as a pattern fill */
  background-image: url("../assets/images/svg/grid.svg");
  background-repeat: repeat;
  background-size: 50px 50px;
}

.grid-bg img {
  display: none;
  /* hide the single img, we only use it for fallback */
}

.aboutUsBgSection .overlay {
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 70%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.scrollingSection {
  z-index: 2;
  position: absolute;
  top: 100px;
  left: 100px;
  display: flex;
  align-items: flex-start;
}

.topContent {
  min-height: 100px;
  padding-left: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
}

.scrollDiv1.scrollDiv {
  gap: 0;
  top: 100px;
  position: relative;
}

.bottomContent {
  padding-top: 100px;
  padding-right: 200px;
  border-top: 5px solid #f7d914;
}

.triangle {
  position: absolute;
  width: 75px;
  rotate: 180deg;
  top: 20%;
  left: 15.4%;
  transform: translate(-50%, -50%);
  bottom: auto;
}

.patch-section {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.spiral-scroll-wheel,
.graph {
  width: fit-content;
  background: #000;
}

.graph {
  width: 300px;
  height: 160px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #000;
}

.spiral {
  border: 1px solid rgba(255, 255, 255, 0.18);
  width: 130px;
  height: 130px;
}

.scroll-wheel {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  height: 30px;
  overflow: hidden;
}

.scroll-wheel p,
.scroll-wheel li {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}

.scroll-wheel li {
  margin: 7px 0;
}

.scrollDiv h3 {
  position: absolute;
  left: 40px;
  position: absolute;
  top: 30px;
}

.topContent .beforeDot {
  position: relative;
  left: -40px;
  top: -10px;
}

.topContent .afterDot {
  position: relative;
  top: 10px;
  right: -40px;
}

.deepImpactSection {
  padding: 80px 0;
  position: relative;
  background: #000;
  min-height: auto;
  height: 100%;
}

.deepImpactSection h2 {
  font-size: 140px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
}

.deepImpactDiv {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin: 20px 0 80px;
}

.deepImpactItem {
  border: 1px solid #ffffff59;
  padding: 40px 30px;
  background-color: transparent;
  width: calc(100% / 3);
  min-height: 270px;
  position: relative;
}

.deepImpactItem p {
  font-size: 16px;
}

.deepImpactItem .line {
  height: 1px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: auto;
  right: -80px;
  background-color: #ffffff59;
  z-index: 1;
}

.deepImpactItem:nth-child(3) .line {
  display: none;
}

.teamSection h2 {
  margin-bottom: 100px;
}

.teamSection {
  position: relative;
  padding: 80px;
  background-color: #000;
}

.teamMemberItem {
  width: calc(100% / 4);
}

.teamMemberItem img {
  border: 1px solid rgb(26, 222, 212);
  border-radius: 30px;
  box-shadow: 1px 1px rgba(237, 11, 109, 1);
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.teamMemberItem:hover img {
  transform: translateY(-5%);
  transition: all 0.3s ease-in-out;
}

.teamSectionDiv {
  margin-bottom: 100px;
}

.teamSectionDiv h3 {
  font-size: 33px;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

.teamMemberItem h5 {
  text-transform: capitalize;
}

.teamMembersDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 50px;
}

.teamSectionDiv h3.teamTitle {
  text-transform: uppercase;
  margin-bottom: 50px;
}

.logoRailSwiper1 .swiper-wrapper,
.logoRailSwiper2 .swiper-wrapper,
.logoRailSwiper3 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.logoRailSwiper1 .swiper-slide,
.logoRailSwiper2 .swiper-slide,
.logoRailSwiper3 .swiper-slide {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoRailSwiper1 img,
.logoRailSwiper2 img,
.logoRailSwiper3 img {
  width: 100%;
  height: auto;
  display: block;
}

#logoRailSection .swiper {
  width: 100%;
}

.testimonials .swiperWrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.industryLeadersSection .swiper-button-next,
.industryLeadersSection .swiper-button-prev {
  display: none;
}

.testimonials .swiper-button-prev {
  left: -33px;
}

.testimonials .swiper-button-next {
  right: -33px;
}

#logoRailSection .swiperWrapper {
  margin: 0;
  position: relative;
  width: 100%;
}

.solutionsSpotlight .d-flex {
  height: 80vh;
}

.solutionsSpotlight .d-flex.headerCta,
.solutionsSpotlight .d-flex span {
  height: auto;
}

.RelatedPostSection .swiperWrapper {
  margin: 0;
}

.glowing-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.glowing-bg .circle {
  opacity: 0.6;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform;
}

.glowing-bg .circle img {
  overflow: clip;
  width: 100%;
  height: 100%;
}

.multipleCircles {
  position: absolute;
  width: 100%;
  height: 100%;
}

.glowing-bg .circle.one {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translate(0%, -50%);
  height: 100%;
}

.glowing-bg .circle.two {
  position: absolute;
  top: 0%;
  right: 10%;
}

.glowing-bg .circle.three {
  position: absolute;
  top: 0%;
  right: 10%;
}

.glowing-bg .circle.four {
  position: absolute;
  top: 10%;
  right: 10%;
}

.button-3D {
  transform-style: preserve-3d;
  transform-origin: center;
  perspective: 800px;
}

.tweebStarsSwiperPrev {
  left: -33px;
}

.tweebStarsSwiperNext {
  right: -33px;
}

.firstImg {
  position: absolute;
  right: 20%;
  top: 0;
}

.secondImg {
  position: absolute;
  right: 40%;
  top: 25%;
}

.thirdImg {
  position: absolute;
  top: 55%;
  left: 0;
}

.fourthImg {
  position: absolute;
  top: 45%;
  right: 0;
}

.fifthImg {
  position: absolute;
  bottom: 0;
  right: 40%;
}

.background-svg {
  position: absolute;
  width: 100%;
  height: 220%;
  top: 0;
  left: 0;
}

.deepImpactSection {
  perspective: 1200px;
  -webkit-perspective: 1200px;
}

/* let children keep 3D transforms, avoid flicker */
.background-svg img {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform-origin: 50% 50%;
  /* optional: a tiny bit of smoothing */
  transition: transform 0.15s linear;
}

.slang-term-section {
  padding: 100px 0px;
  position: relative;
}

.slang-term-section h3 {
  font-size: 46px;
  color: #111;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}

.testimonials .swiper {
  width: 100%;
}

/* terms and condition */
.privacy_policy,
.terms_of_use {
  padding: 130px 0 80px;
}

.privacy_policy p,
.privacy_policy li,
.terms_of_use p,
.terms_of_use li {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.privacy_policy h1,
.terms_of_use h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.privacy_policy ul,
.terms_of_use ul {
  list-style: disc;
  padding-left: 40px;
}

.privacy_policy ul ul,
.terms_of_use ul ul {
  list-style: circle;
  padding-left: 40px;
}

.privacy_policy h4,
.terms_of_use h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.terms_of_use ol,
.terms_of_use ol {
  list-style: decimal;
  padding-left: 40px;
}

.privacy_policy ul ol,
.terms_of_use ul ol {
  list-style: decimal;
  padding-left: 40px;
}

.thank-you-spotlight h1 {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
  margin: 0 auto 30px;
}

.thank-you-spotlight h2 {
  font: 26px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.img-gallery {
  position: relative;
}

.img-gallery.float-left {
  float: left;
  margin-right: 20px;
}

.img-gallery.float-right {
  float: right;
  margin-left: 20px;
}

.blogDetailSection h4 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.blogDetailSection h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.img-gallery.float-left img,
.img-gallery.float-right img {
  margin: 0;
}

.blogDetailSection h4 span {
  display: inline-block;
  color: #ed0b6d;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
