@import url(https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap);
.h-300 {
  height: 300px;
}
.z-1 {
  z-index: 1;
}
.text-primary {
  color: #e74c3c !important;
  color: var(--primary) !important;
}
.bg-primary {
  background-color: #e74c3c !important;
  background-color: var(--primary) !important;
}
.text-light {
  color: #696e77 !important;
  color: var(--grey) !important;
}
.bg-light {
  background-color: #f2f5f9 !important;
  background-color: var(--bg-light) !important;
}
.cursor {
  background-color: #e74c3c;
  background-color: var(--primary);
  border: 1px solid #e74c3c;
  border: 1px solid var(--primary);
  border-radius: 50%;
  height: 12px;
  pointer-events: none;
  position: fixed;
  transition: all 5ms linear;
  width: 12px;
  z-index: 1000000;
}
.footer-logo {
  background: none;
  mix-blend-mode: hard-light;
}
.footer-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-link,
.fotetr-light-color {
  color: #f0f0f099 !important;
}
.footer-link:hover {
  color: #fff !important;
}
.footer-link:after {
  background-color: #e74c3c !important;
  background-color: var(--primary) !important;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.footer-link:hover:after {
  width: 100%;
}
.nav-item a {
  font-size: 16px;
}
.hover-primary:hover {
  background-color: #e74c3c !important;
  background-color: var(--primary) !important;
  color: #fff !important;
  transition: all 0.3s linear;
}
.swiper-button-next {
  border-radius: 15px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  right: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  color: #ffffff85;
  font-size: 20px;
  height: 50% !important;
  opacity: 0.8;
  padding: 15px;
  top: 36% !important;
}
.swiper-button-prev {
  border-radius: 15px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  left: 0 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #e74c3c;
  color: var(--primary);
  font-size: 20px !important;
  font-weight: 700;
}
.playButton {
  height: 70px;
  width: 70px;
}
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.social-icon {
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}
.social-icon:hover {
  fill: #e74c3c !important;
  fill: var(--primary) !important;
  color: #e74c3c !important;
  color: var(--primary) !important;
  transform: scale(1.1);
}
.videoPoster {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.videoWrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.video-height {
  height: 450px !important;
}
@media (max-width: 767px) {
  .not-title-show:after {
    content: "";
    display: none !important;
  }
  .bg-sm-light {
    background-color: #f2f5f9;
    background-color: var(--bg-light);
  }
  .video-height {
    height: 641px !important;
  }
  .video-ucg {
    height: 694px !important;
  }
}
:root {
  --primary: #e74c3c;
  --dark-primary: #c0392b;
  --black: #000;
  --bg-light: #f2f5f9;
  --grey: #696e77;
}
body {
  background-color: #fff !important;
  cursor: default;
  font-family: Arimo, serif;
  font-optical-sizing: auto;
}
.App_h-300__fgYuM {
  height: 300px;
}
.App_z-1__2lQM2 {
  z-index: 1;
}
.App_text-primary__\+bDqM {
  color: #e74c3c !important;
  color: var(--primary) !important;
}
.App_bg-primary__Pxc5D {
  background-color: #e74c3c !important;
  background-color: var(--primary) !important;
}
.App_text-light__9ul36 {
  color: #696e77 !important;
  color: var(--grey) !important;
}
.App_bg-light__CnfCE {
  background-color: #f2f5f9 !important;
  background-color: var(--bg-light) !important;
}
.App_cursor__3i-6C {
  background-color: #e74c3c;
  background-color: var(--primary);
  border: 1px solid #e74c3c;
  border: 1px solid var(--primary);
  border-radius: 50%;
  height: 12px;
  pointer-events: none;
  position: fixed;
  transition: all 5ms linear;
  width: 12px;
  z-index: 1000000;
}
.App_footer-logo__zk7K4 {
  background: none;
  mix-blend-mode: hard-light;
}
.App_footer-link__2D0iH {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.App_footer-link__2D0iH,
.App_fotetr-light-color__qVpkT {
  color: #f0f0f099 !important;
}
.App_footer-link__2D0iH:hover {
  color: #fff !important;
}
.App_footer-link__2D0iH:after {
  background-color: #e74c3c !important;
  background-color: var(--primary) !important;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.App_footer-link__2D0iH:hover:after {
  width: 100%;
}
.App_nav-item__z-G\+L a {
  font-size: 16px;
}
.App_hover-primary__Fq-pt:hover {
  background-color: #e74c3c !important;
  background-color: var(--primary) !important;
  color: #fff !important;
  transition: all 0.3s linear;
}
.App_swiper-button-next__EFI0D {
  border-radius: 15px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  right: 0 !important;
}
.App_swiper-button-next__EFI0D,
.App_swiper-button-prev__\+N46f {
  background: #fff;
  color: #ffffff85;
  font-size: 20px;
  height: 50% !important;
  opacity: 0.8;
  padding: 15px;
  top: 36% !important;
}
.App_swiper-button-prev__\+N46f {
  border-radius: 15px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  left: 0 !important;
}
.App_swiper-button-next__EFI0D:after,
.App_swiper-button-prev__\+N46f:after {
  color: #e74c3c;
  color: var(--primary);
  font-size: 20px !important;
  font-weight: 700;
}
.App_playButton__E2Nju {
  height: 70px;
  width: 70px;
}
.App_social-icons__klQty {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.App_social-icon__RURgO {
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}
.App_social-icon__RURgO:hover {
  fill: #e74c3c !important;
  fill: var(--primary) !important;
  color: #e74c3c !important;
  color: var(--primary) !important;
  transform: scale(1.1);
}
.App_videoPoster__IdoVG {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.App_videoWrapper__dm7FS {
  align-items: center;
  display: flex;
  justify-content: center;
}
.App_video-height__1mVsN {
  height: 450px !important;
}
@media (max-width: 767px) {
  .App_not-title-show__cmWRm:after {
    content: "";
    display: none !important;
  }
  .App_bg-sm-light__c0sHz {
    background-color: #f2f5f9;
    background-color: var(--bg-light);
  }
  .App_video-height__1mVsN {
    height: 641px !important;
  }
  .App_video-ucg__CmQgW {
    height: 694px !important;
  }
}
.Nav_navbar__g2TQi {
  font-family: Poppins, sans-serif;
}
.Nav_navLink__a0F4S {
  color: var(--grey);
  font-weight: 400;
  margin-left: 20px;
  transition: color 0.2s linear;
}
.Nav_navLink__a0F4S.Nav_active__QhFBi {
  color: #000;
  font-weight: 500;
}
.Nav_navLink__a0F4S:hover {
  color: var(--primary);
}
.Nav_navLogo__KyNyP {
  max-height: 50px;
  object-fit: cover;
  object-position: center;
}
.Nav_phoneIcon__KSQUy {
  align-items: center;
  color: var(--primary);
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  width: 40px;
}
.Nav_phoneIcon__KSQUy:hover {
  background-color: var(--primary) !important;
  color: #fff;
}
#Nav_navbarNav__KA8dV {
  max-width: -webkit-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  #Nav_navbarNav__KA8dV {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #Nav_navbarNav__KA8dV {
    max-width: none;
  }
}
.Home_heroSection__rzPnn {
  align-items: end;
  background-image: url(https://getmyinfluencer.in/static/media/hero.e56ea90ff3183b756e57.JPG);
  background-position: 50% -100px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: calc(100vh - 65px);
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.Home_heroContent__v2nRl {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(10, 3, 3, 0.542);
  border-radius: 20px;
  max-width: 900px;
  padding: 30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.Home_heroTitle__6m0D1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.Home_heroSubtitle__5jwQh {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: -webkit-min-content;
  max-width: min-content;
}
.Home_heroSection__rzPnn:after {
  background: #0000001a;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.Home_HeroSectionContainer__3FNK7 {
  top: 70%;
}
.Home_HeroImg__6Qj83 {
  height: 100px;
}
.Home_socialIcons__graMQ {
  margin-top: 20px;
}
.Home_icon__ISLGV {
  color: #fff;
  font-size: 2rem;
  margin: 0 10px;
  transition: all 0.3s ease;
}
.Home_icon__ISLGV:hover {
  color: var(--primary);
  transform: scale(1.2);
}
.Home_aboutText__G2CvT {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 800px;
}
.Home_sectionTitle__jFYio {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.Home_sectionTitle__jFYio:after {
  background: linear-gradient(to right, var(--primary) 50%, #000 50%);
  border-radius: 20px;
  border-radius: 2px;
  bottom: -5px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  width: 50%;
}
.Home_AboutImg__1H7WH {
  border-radius: 8px;
  max-height: 500px;
  position: relative;
  top: 3px;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.Home_Client__fN0nN {
  position: relative;
  z-index: 1;
}
.Home_ClientCard__XVjqr {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px #0000001a;
  display: flex;
  height: 120px;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Home_ClientImg__QKgKd {
  height: 110px;
  object-fit: contain;
  transition: transform 0.3s ease;
  width: 130px;
}
.Home_ClientCard__XVjqr:hover {
  box-shadow: 0 8px 15px #0003;
  transform: translateY(-5px);
}
.Home_ClientCard__XVjqr:hover .Home_ClientImg__QKgKd {
  transform: scale(1.05);
}
.Home_ServicesSection__jQLkJ {
  position: relative;
  z-index: 1;
}
.Home_ServiceCard__wyJuq {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px #0000001a;
  display: flex;
  padding: 20px;
  transition: all 0.3s ease;
}
.Home_ServiceCard__wyJuq:hover {
  background-color: #e50000;
  transform: translateY(-5px);
}
.Home_IconWrapper__yNLrh {
  background: #f1f1f1;
  padding: 15px;
  transition: all 0.3s ease;
}
.Home_ServiceCard__wyJuq:hover .Home_IconWrapper__yNLrh {
  background: #fff;
  color: var(--primary);
}
.Home_ServiceCard__wyJuq:hover .Home_ServiceTitle__qlxx1 {
  color: #fff;
}
.Home_IconWrapper__yNLrh {
  align-items: center;
  background: linear-gradient(135deg, var(--primary), #000);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 28px;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.Home_ServiceTitle__qlxx1 {
  font-size: 16px;
  font-weight: 700;
}
.Home_TaglineWrapper__w6HI3 {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.Home_Tagline__ouPNw {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}
.Home_TeamCard__KSpOF {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px #0000001a;
  transition: all 0.3s ease;
}
.Home_TeamCard__KSpOF:hover {
  box-shadow: 0 12px 25px #00000026;
  transform: translateY(-5px);
}
.Home_TeamImg__IDd28 {
  border-radius: 50%;
  height: auto;
  width: 100%;
}
.Home_TeamMemberName__lwpEY {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.Home_CvImage__UgrC7 {
  max-height: 350px;
}
.Home_companyContainer__N0dHh {
  left: -50px;
  top: -146px;
}
.Home_EdgeImage__SZxyP {
  height: 500px;
  top: 10px;
}
.Home_border-white__dI56J {
  border-color: #fff;
}
.Home_icon__ISLGV {
  font-size: 24px;
  margin-left: 0;
  margin-right: 10px;
}
.Home_icon__ISLGV,
.Home_text-danger__Ta2mm {
  color: var(--primary);
}
.Home_sectionTitle__jFYio:hover:after {
  background: linear-gradient(to right, var(--primary) 90%, #000 10%);
  width: 100%;
}
@media (max-width: 991px) {
  .Home_heroSection__rzPnn {
    background-position: 50% 0;
    height: 500px;
  }
  .Home_heroContent__v2nRl {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #00000080;
  }
  .Home_HeroSectionContainer__3FNK7 {
    top: 67%;
  }
}
@media (max-width: 767px) {
  .Home_heroSection__rzPnn {
    background-position: 50% 0;
    height: 300px;
  }
  .Home_heroContent__v2nRl {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background: #0000;
  }
  .Home_HeroSectionContainer__3FNK7 {
    top: 65%;
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-lazy-preloader {
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: -22px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: auto;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: 8px;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: 8px;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: auto;
  left: var(--swiper-pagination-left, auto);
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: #00000040;
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
  display: none;
}
.OurWorkSection_text-center__RGyuI {
  text-align: center;
}
.OurWorkSection_videoWrapper__waKps {
  display: inline-block;
  position: relative;
  width: 100%;
}
.OurWorkSection_videoPoster__NrNlw {
  border-radius: 15px;
  height: auto;
  width: 100%;
}
.OurWorkSection_overlay__\+01pc {
  align-items: center;
  background: #00000080;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.OurWorkSection_swiper-slide__\+PA-z:hover .OurWorkSection_overlay__\+01pc {
  opacity: 1;
}
.OurWorkSection_playButton__TD1fY {
  align-items: center;
  background-color: #007bff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 3rem;
  justify-content: center;
  padding: 15px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.OurWorkSection_playButton__TD1fY:hover {
  background-color: #0056b3;
}
.OurWorkSection_playButton__TD1fY i {
  font-size: 2rem;
}
.OurWorkSection_card__AOhF8 {
  border-radius: 15px;
  box-shadow: 0 5px 20px #0000001a;
  transition: transform 0.3s ease;
}
.OurWorkSection_card__AOhF8:hover {
  transform: translateY(-10px);
}
.OurWorkSection_swiper-pagination__U3lsa .OurWorkSection_custom-bullet__sI9-4 {
  background-color: #ccc;
  border-radius: 50%;
  height: 10px;
  opacity: 0.7;
  width: 10px;
}
.OurWorkSection_swiper-pagination__U3lsa .OurWorkSection_active__Y8k9n {
  background-color: #007bff;
}
.OurWorkSection_videoModal__8uH3A {
  align-items: center;
  background: #000c;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.OurWorkSection_modalContent__V7ejn {
  background-color: #fff;
  border-radius: 10px;
  max-width: 800px;
  padding: 20px;
  position: relative;
  width: 80%;
}
.OurWorkSection_closeModal__HATec {
  background-color: red;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.OurWorkSection_closeModal__HATec:hover {
  background-color: darkred;
}
.OurWorkSection_sectionTitle__VxF31 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.OurWorkSection_sectionTitle__VxF31:after {
  background: linear-gradient(to right, var(--primary) 50%, #000 50%);
  border-radius: 20px;
  border-radius: 2px;
  bottom: -5px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  width: 50%;
}
.OurWorkSection_sectionTitle__VxF31:hover:after {
  background: linear-gradient(to right, var(--primary) 90%, #000 10%);
  width: 100%;
}
