:root {
  --primary-cyan: #00ffff;
  --primary-green: #7cfc00;
  --light-color: #ffffff;
  --dark-color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gordita";
}
@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-Black.woff2") format("woff2"),
    url("../webfonts/Gordita-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-BlackItalic.woff2") format("woff2"),
    url("../webfonts/Gordita-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-BoldItalic.woff2") format("woff2"),
    url("../webfonts/Gordita-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-Bold.woff2") format("woff2"),
    url("../webfonts/Gordita-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-LightItalic.woff2") format("woff2"),
    url("../webfonts/Gordita-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-Light.woff2") format("woff2"),
    url("../webfonts/Gordita-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-MediumItalic.woff2") format("woff2"),
    url("../webfonts/Gordita-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-Medium.woff2") format("woff2"),
    url("../webfonts/Gordita-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-Italic.woff2") format("woff2"),
    url("../webfonts/Gordita-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  src: url("../webfonts/Gordita-Regular.woff2") format("woff2"),
    url("../webfonts/Gordita-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.color-light {
  /* color: var(--dark-color); */
}
.color-dark {
  /* color: var(--light-color); */
}
.bg-white {
  background: var(--light-color);
}
.font-400 {
  font-weight: 400;
}
.main-wrapper {
  background: var(--dark-color);
  transition: background-color 0.3s ease;
}
.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.social-icons ul a {
  color: #ffffff;
}
.social-icons a {
  color: transparent;
  background: transparent
    linear-gradient(to right, var(--primary-cyan), var(--primary-green)) 0 0
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.be__header {
  margin-bottom: 50px;
}
.be__header h2 {
  font-size: 70px;
}
.gredient-text,
.gredient-text > div {
  color: transparent;
  background: transparent
    linear-gradient(to right, var(--primary-cyan), var(--primary-green)) 0 0
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Banner */
.be-banner-section {
  position: relative;
}

.be-banner-section .banner-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

    .be-banner-section .banner-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*object-position: bottom;*/
        object-position: top;
    }
.our-brands {
  /* background: #000; */
}
.client-slider {
  display: flex;
  column-gap: 15px;
  padding: 0;
}

.client-slide-logo {
  /* height: 70px; */
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 4px;
  background: #000000;
}

.client-slide-logo img {
  object-fit: contain;
}

.client-slider-animation {
  animation: slide_to_left 20s linear infinite;
}
.client-slider-animation-right {
  animation: slide_to_right 20s linear infinite;
}
.client-logo-gap {
  margin-bottom: 80px;
}

.our-brands {
  padding: 50px 0;
}

@keyframes slide_to_left {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}
@keyframes slide_to_right {
  0% {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}
.client-logo-text {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  /* color: transparent;
  background: transparent
    linear-gradient(to right, var(--primary-cyan), var(--primary-green)) 0 0
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-family: "Gordita";
}
.gradient-text div {
  background: transparent
    linear-gradient(to right, var(--primary-cyan), var(--primary-green)) 0 0
    no-repeat padding-box;
  background-size: 400% 400%;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  font-weight: 700;
  animation: gradientShift 3s ease-in-out infinite;
}
.text-gradient {
  color: transparent;
  background: transparent
    linear-gradient(139deg, var(--primary-cyan), var(--primary-green)) 0 0
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Animated gradient effect */
@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.client-slider-wrap {
  padding-left: 70px;
}
.be-our-work {
  background: #000;
}
.marquee-item-container:before {
  content: "";
  position: absolute;
  right: 40px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: 50%;
  background: linear-gradient(
      to right,
      var(--primary-cyan),
      var(--primary-green)
    )
    0 0 no-repeat padding-box;
  z-index: 2;
}

.marquee-container .marquee .marquee-item-container {
  padding-right: 90px;
  position: relative;
}
.gredient-btn-link {
  padding: 4px 16px;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(
      to right,
      var(--primary-cyan),
      var(--primary-green)
    )
    0 0 no-repeat padding-box;
  border-radius: 40px;
  gap: 8px;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.quanto-project-content .gredient-btn-link {
  margin-top: 20px;
}
.cta-section {
  padding: 40px 0 80px;
  position: relative;
}
.cta-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  width: 250px;
  height: 250px;
  background: linear-gradient(
      to right,
      var(--primary-cyan),
      var(--primary-green)
    )
    0 0 no-repeat padding-box;
  border-radius: 100%;
  filter: blur(100px);
  opacity: 0.4;
}
.cta-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  width: 250px;
  height: 250px;
  background: linear-gradient(
      to right,
      var(--primary-cyan),
      var(--primary-green)
    )
    0 0 no-repeat padding-box;
  border-radius: 100%;
  filter: blur(100px);
  opacity: 0.4;
}
.cta-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.cta-card .cta-card-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-link-list a {
  font-size: 20px;
}

.contact-link-list li {
  margin-bottom: 20px;
}

.footer-widgets .social-links ul {
  justify-content: flex-start;
}
.be-about-us {
  position: relative;
  background: var(--color-white);
}

.be-about-us .be-element {
  position: absolute;
  bottom: 0;
  left: 2%;
  opacity: 0.2;
}

.be-about-us .be-element img {
  max-width: 300px;
}

.work-card .card-item {
  margin-bottom: 30px;
}
.work-card .card-item .img {
  position: relative;
  height: 650px;
  border-radius: 15px;
  overflow: hidden;
}
.work-card .card-item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-color)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    var(--theme-color),
    transparent
  );
  background-image: -o-linear-gradient(top, var(--theme-color), transparent);
  background-image: linear-gradient(to bottom, var(--theme-color), transparent);
  opacity: 0.6;
}
.work-card .card-item .img .tags {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}
.work-card .card-item .img .tags a {
  font-size: 12px;
  line-height: 1;
  padding: 7px 12px;
  margin-right: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
.work-card .card-item h5 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 80px;
  line-height: 1;
  z-index: 3;
}
.work-card .card-item h5.bottom {
  top: auto;
  bottom: 30px;
}
.work-card .card-item h5.bottom span {
  backdrop-filter: blur(100px);
}
.work-card .card-item h5.left {
  text-align: left;
  padding-left: 30px;
}
.work-card .card-item h5.right {
  text-align: right;
  padding-right: 30px;
}
.work-card {
  /* background: #000000; */
}
.testimonial-icon {
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 200px 200px 200px 0;
  margin-top: 30px;
  display: flex;
  align-items: c;
  align-items: center;
  justify-content: center;
}

.testimonial-icon img {
  max-width: 200px;
  opacity: 0.05;
}
.quanto-testimonial3-section {
  position: relative;
}

.quanto-testimonial3-section:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 250px;
  background: linear-gradient(
      to right,
      var(--primary-cyan),
      var(--primary-green)
    )
    0 0 no-repeat padding-box;
  border-radius: 100%;
  filter: blur(100px);
  opacity: 0.6;
}
.work-card .card-item .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 0;
}

.work-card .card-item .img {
  z-index: 1;
}

.work-card .card-item .img h5 {
  color: #fff;
}
.services-wrap .services-items {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  overflow: hidden;
  padding-left: 40px;
  align-items: center;
  position: relative;
  background-color: #ffffff;
}
.services-wrap .services-items:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color, transparent);
  /* z-index: -1; */
}
.services-wrap .services-items .left-content {
  width: 33.33%;
  padding-right: 20px;
  text-align: right;
  position: relative;
}

.services-wrap .services-items .right-content {
  width: 66.66%;
  position: relative;
}
.services-wrap .services-items .right-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
}
.services-wrap .services-items .content-wrap img {
  width: 100%;
  object-fit: cover;
  height: 550px;
}
.services-wrap .services-items .right-content h4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 74px;
  padding: 0 20px;
  letter-spacing: 0.5px;
  /* text-shadow: 2px 2px 4px #69fc27; */
}
.services-wrap .services-items h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 50px;
}

.services-wrap .services-items h3 span {
  font-weight: 500;
}
.client-logo-text #animated-stratagy-text {
  font-size: 110px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 116px;
  text-align: center;
}

.client-slider-wrap .swiper {
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.client-slider-wrap .swiper-slide {
  width: 140px;
  height: 140px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 auto;
}
.client-slider-wrap .slider-container {
  display: flex;
  gap: 24px;
}
.client-slider-wrap .client-logo {
    padding: 20px;
    display: flex;
    align-items: center;
    height: 100%;
}
.client-slider-wrap .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.section-title-light h2 {
  font-size: 110px;
  font-weight: 300;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  font-size: 58px;
  line-height: 65px;
}
.testimonial-card {
  padding: 50px;
  background: #00e773;
}
.testimonial-wrap {
  padding-left: 50px;
  border-left: 1px solid #000;
}
.testimonial3-content .quote-icon {
  margin-bottom: 20px;
}

.testimonial3-content .quote-icon img {
  height: 50px;
}
.aboutus-content h2 {
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.aboutus-content p {
  font-size: 30px;
  line-height: 40px;
  margin-top: 30px;
  font-weight: 200;
}
.about-marqee .marquee-item span {
  font-size: 60px;
  line-height: 80px;
}
.bg-black {
  background-color: var(--color-primary);
}
.aboutus-content {
  position: relative;
}

.aboutus-content .vertical-text {
  position: absolute;
  left: -110px;
  top: 110px;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  line-height: 80px;
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.aboutus-content .vertical-text:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 64px;
  top: -72px;
  left: 30px;
  border-left: 6px solid #0cffe6;
  border-top: 6px solid #0cffe6;
  border-radius: 26px 0 0 0;
}
.usps-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  gap: 40px;
}

.usps-list span {
  font-size: 60px;
  line-height: 65px;
}

.usps-list div:not(:last-child) li {
  position: relative;
  padding-right: 40px;
}

.usps-list div:not(:last-child) li:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 44px;
  top: 30px;
  right: -30px;
  border-right: 6px solid #0cffe6;
  border-top: 6px solid #0cffe6;
  border-radius: 0 16px 0 0;
}
.team-card img {
  border-radius: 20px;
}

.team-card p {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 10px;
}

.team-card span {
  opacity: 0.7;
  font-size: 16px;
  display: inline-block;
  margin: 6px 0;
}
.service-page-card .impact-line {
  font-size: 30px;
  font-weight: 200;
  text-transform: uppercase;
}

.service-page-card .impact-line span {
  font-weight: 600;
}

.service-page-card h2 {
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 2px;
}

.service-page-card p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
strong {
  font-weight: 700;
}
.service-page-card p strong {
  font-size: 22px;
  font-weight: 400;
}
.inner-page-title .impact-line {
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 20px;
}

.inner-page-title .impact-line span {
  font-weight: 600;
}

.inner-page-title h1 {
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.what-we-provide-section .quanto-iconbox-data p {
  font-size: 16px;
  line-height: 24px;
}
.inner-page-title p {
  margin-top: 20px;
}
.bm-events-card-wrap h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: 2px;
  text-align: center;
}

.bm-events-card-wrap .quanto-project-thumb img,
.bm-events-card-wrap .bm-e-thumb img {
  height: 340px;
  object-fit: cover;
  max-width: 557px;
  margin: 0 auto;
  display: block;
  filter: grayscale(100%);
}
.bm-events-card-wrap {
  position: relative;
  z-index: 1;
}

.bm-events-card-wrap:before {
  content: "";
  position: absolute;
  left: 25%;
  width: 100px;
  height: 100%;
  background: transparent
    linear-gradient(139deg, var(--primary-cyan), var(--primary-green)) 0 0
    no-repeat padding-box;
  filter: blur(100px);
  transform: rotate(5deg);
  z-index: -1;
}

.bm-events-card-wrap:after {
  content: "";
  position: absolute;
  right: 25%;
  width: 100px;
  height: 100%;
  background: transparent
    linear-gradient(139deg, var(--primary-cyan), var(--primary-green)) 0 0
    no-repeat padding-box;
  filter: blur(100px);
  transform: rotate(-5deg);
  z-index: -1;
}
.eventname {
  font-size: 32px;
  margin-top: 20px;
}
.row-gap-gutter {
  row-gap: var(--bs-gutter-x);
}
.event-details h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.event-details ul {
  list-style: none;
  padding: 0;
}

.event-details ul li {
  font-size: 18px;
  font-weight: 300;
}

.event-details ul li strong {
  font-weight: 500;
  text-transform: uppercase;
}
.about-venue img {
  max-height: 275px;
}

.event-photos img {
  max-height: 275px;
  display: block;
  width: 600px;
  object-fit: cover;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.event-photos .venue-name {
  text-align: right;
  display: block;
}

.usps-list div li:nth-child(2) {
  margin-top: 50px;
}

.usps-list div:nth-child(2) li {
  margin-top: 80px;
  margin-left: -10px;
}

.usps-list div:nth-child(3) li {
  margin-top: 160px;
  margin-left: -10px;
}
.blog-detail-title h1 {
  text-transform: capitalize;
  font-size: 60px;
}
.quanto-blog-box .quanto-blog-thumb img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.team-info em {
  display: block;
  font-size: 14px;
  opacity: 1;
  font-weight: 300;
}

.our-work-counter .quanto-funfacts__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

    .our-work-counter .quanto-funfacts__wrapper .quanto-funfact-box {
        padding-left: 16px;
    }

    .our-work-counter .quanto-funfacts__wrapper h2 {
        font-size: 40px;
        font-weight: 400;
    }

    .our-work-counter .quanto-funfacts__wrapper .funfact-info {
        font-size: 16px;
    }
.our-work-counter {
    margin-top: 40px;
}
.blog-pagination .pagination .page-item .page-link.active {
    background: #000;
    color: #fff;
}
.blog-body h3 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 105%;
    margin-bottom: 20px;
}

.blog-body h2 {
    font-size: 40px;
    line-height: 105%;
    margin-bottom: 30px;
}

.blog-body h4 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 105%;
    margin-bottom: 20px;
}

.blog-body p, .blog-body ul li {
    font-size: 16px;
}

.about-event .section-title h3 {
    font-size: 42px;
    line-height: 105%;
}

.about-event .section-title p {
    font-size: 16px;
    margin-bottom: 20px;
}

.about-event .section-title a {
    color: var(--primary-cyan);
    text-decoration: underline;
}
.blog-body p {
    margin-bottom: 20px;
}
.event-gallery {
    height: 100%;
}

    .event-gallery img {
        height: 100%;
        object-fit: cover;
    }
.about-event .section-title {
    margin-top: 20px;
}