@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 1vw;
}

@media (max-width: 992px) {
  html {
    font-size: 1.4112903226vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 1.8229166667vw;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 2.3333333333vw;
  }
}

@media (max-width: 480) {
  html {
    font-size: 3.3333333333vw;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 3.7333333333vw;
  }
}

:target {
  display: block;
  position: relative;
}

body {
  background-color: #663dff;
  background-image: rgb(33, 25, 81);
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
:root {
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: #15f5ba;
  --c2: rgba(133, 62, 255, 0.1);
}

@property --angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: "<percentage>";
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: true;
}

body.fixed::-webkit-scrollbar {
  width: 0;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  background: radial-gradient(#e66465, #9198e5);
  border-radius: 8px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

button {
  background: transparent;
  outline: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
}

.get-started,
.service button,
.card-deal-left button,
.meow button,
.handle-left button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 80px;
  white-space: nowrap;
  transition: all 0.3s ease;
  background: #15f5ba;
  border-radius: 10px;
  color: rgb(33, 25, 81);
  font-size: 20px;
  font-weight: 500;
  margin-top: 1rem;
}

.get-started:hover,
.service button:hover,
.card-deal-left button:hover,
.meow button:hover,
.handle-left button:hover {
  border-radius: 60px;
  background: #f58515;
}

@media (max-width: 768px) {
  .service button,
  .meow button,
  .card-deal-left button,
  .handle-left button {
    width: 100%;
  }

  .get-started {
    width: 90%;
  }
}

.videoContainer {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.nav-header {
  position: sticky;
  backdrop-filter: blur(5px);
  background-color: transparent;
  z-index: 4;
  top: 0;
  transition: all 0.3s ease;
}

.nav-header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 8.5rem;
}

@media (max-width: 992px) {
  .nav-header-navbar {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .nav-header-navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-left {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    justify-content: center;
  }
}

.nav-header-navbar .logo {
  display: flex;
  align-items: center;
  z-index: 5;
  position: relative;
  transform: translate(38vw, 45vh);
  overflow: hidden;
}

.nav-header-navbar .logo h4 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  transform: translateY(100px);
}

.nav-header-navbar .logo h4 span {
  color: rgba(0, 0, 0, 0.316);
}

.nav-header-navbar .logo img {
  transform: translateY(100px);
}

@media (max-width: 375px) {
  .nav-header-navbar .logo {
    transform: translate(30vw, 45vh);
  }
}

.nav-header-navbar ul {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  list-style-type: none;
  opacity: 0;
}

.nav-header-navbar ul li {
  overflow: hidden;
}

.nav-header-navbar ul a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
  z-index: 4;
}

.nav-header-navbar ul a:hover {
  color: #33bbcf;
}

@media (max-width: 700px) {
  .nav-header-navbar ul {
    display: none;
  }
}

.nav-header-navbar .nav-btns {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem 0;
  z-index: 4;
  opacity: 0;
}

.nav-header-navbar .nav-btns .close {
  transform: translateY(-100px);
}

.nav-header-navbar .nav-btns .close-left {
  transform: rotate(45deg);
}

.nav-header-navbar .nav-btns .close-right {
  transform: rotate(-45deg);
  margin-top: -0.75rem;
}

@media (max-width: 375px) {
  .nav-header-navbar .nav-btns .close-right {
    margin-top: -0.65rem;
  }
}

.nav-header-navbar .nav-btns .open {
  margin-top: -2.5rem;
}

@media (min-width: 701px) {
  .nav-header-navbar .nav-btns {
    display: none;
  }
}

.nav-header-navbar .hamburger {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nav-header-navbar .hamburger span {
  display: block;
  width: 2rem;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #6b29dc;
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8rem;
  transform: translateX(100%);
}

.mobile-menu ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mobile-menu li {
  overflow: hidden;
}

.mobile-menu li div {
  margin-bottom: 2rem;
  padding: 0 3rem;
}

.mobile-menu li div a {
  font-size: 2.5rem;
  color: #ffffff;
  text-decoration: none;
  z-index: 4;
  transition: all 0.3s ease;
}

.mobile-menu li div a:focus-within {
  color: #33bbcf;
}

.mobile-menu li div a:hover {
  color: #33bbcf;
}

@media (min-width: 701px) {
  .mobile-menu {
    display: none;
  }
}

.hero-top {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 25rem;
  justify-content: center;
}

.hero-left {
  padding-left: 8.5rem;
  margin-bottom: 30rem;
}

.hero-left-discount {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  background: linear-gradient(-125.17deg, #272727 0%, #11101d 100%);
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 0.625rem;
  height: 2.5rem;
  overflow: hidden;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.hero-left-discount h4 {
  color: #f0f3ff;
  font-size: 1.125rem;
  font-weight: 400;
}
.hero-left-discount h4 span {
  color: #ffffff;
}

@media (max-width: 375px) {
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6b29dc;
    backdrop-filter: blur(0px);
    z-index: 3;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8rem;
    transform: translateX(100%);
  }

  .hero-left-discount h4 {
    font-size: 0.85rem;
  }

  .mobile-menu li div a {
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    z-index: 4;
    transition: all 0.3s ease;
  }
}

.hero-right {
  position: relative; /* Added to enable positioning the hero-right section */
}

.hero-left-text {
  margin-top: 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.hero-left-text h1 {
  color: #ffffff;
  font-size: 75px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 110px;
}

.hero-left-text h1 div {
  overflow: hidden;
}

.hero-left-text h1 div span {
  transform: translateY(100%);
  opacity: 0;
}

.hero-left-text h1 .span {
  display: inline-block;
  background-color: #15f5ba;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero-left-text h1 .span-cover {
  margin-top: -1.9rem;
}

@media (max-width: 375px) {
  .hero-left-text h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

.hero-left-text .btn-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(
    157.81deg,
    #def9fa -43.27%,
    #bebff5 -21.24%,
    #bb9df0 12.19%,
    #9c7deb 29.82%,
    #885ce6 51.94%,
    #7c33cf 90.29%
  );
  position: absolute;
  top: -2rem;
  right: 6rem;
  bottom: 3rem;
}

.hero-left-text .btn-cover-inner {
  background: #00040f;
  height: 95%;
  width: 95%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-left-text .btn-cover button {
  line-height: 0.7;
}

.hero-left-text .btn-cover button div {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.hero-left-text .btn-cover button div img {
  transition: all 0.3s ease;
}

.hero-left-text .btn-cover button span {
  font-size: 1.125rem;
  font-weight: 500;
}

.hero-left-text .btn-cover button span:first-child {
  background: linear-gradient(
    157.81deg,
    #def9fa -43.27%,
    #bebff5 -21.24%,
    #bb9df0 12.19%,
    #9c7deb 29.82%,
    #885ce6 51.94%,
    #7c33cf 90.29%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero-left-text .btn-cover button span:last-child {
  color: rgb(122, 92, 230);
}

.hero-left-text .btn-cover:hover img {
  transform: rotate(90deg);
}

.hero-left-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10rem;
  background: #ffffff;
  filter: blur(225px);
  width: 100px;
  height: 300px;
}

@media (max-width: 992px) {
  .hero-left-text::before {
    display: none;
  }
}

.hero-left-info {
  margin-top: 0cap;
}

.hero-left-info p {
  color: #f0f3ff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.9rem;
  max-width: 30.188rem;
}

@media (max-width: 992px) {
  .hero-left {
    padding-left: 0;
  }
  .hero-left .btn-cover {
    margin-top: 0.5rem;
  }
}

@media (max-width: 375px) {
  .hero-left {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-left: 0;
  }
  .hero-left p {
    padding: 0 2rem;
  }
  .hero-left .btn-cover {
    display: none;
  }
  .hero-left button {
    margin: 2rem auto 0;
    width: 90%;
    transform: translateY(100%);
    opacity: 0;
  }
}

@media (min-width: 375px) {
  .hero-left .get-started,
  .hero-left .service button,
  .service .hero-left button,
  .hero-left .card-deal-left button,
  .card-deal-left .hero-left button,
  .hero-left .handle-left button,
  .handle-left .hero-left button {
    display: none;
  }
}
.hero-right-top {
  position: relative;
}
.hero-right-top .vec-one {
  margin-left: 5rem;
  height: 6.25rem;
  z-index: -1;
}

.hero-right-top-cards {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: -5rem;
}

.hero-right-top-cards img:first-child {
  position: relative;
  z-index: 3;
  width: 100%;
}
.hero-right-top-cards img:nth-child(2) {
  position: absolute;
  bottom: -7rem;
  opacity: 1;
  width: 25rem;
}
.hero-right-top-cards img:last-child {
  position: absolute;
  bottom: -7rem;
  opacity: 1;
  width: 15rem;
}

.hero-right-top-cards {
  position: relative;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .hero-right-top-cards::after {
  content: "";
  position: absolute;
  top: 4rem;
  left: 8rem;
  filter: blur(175px);
  width: 322px;
  height: 100%;
  z-index: 2;
} */

.hero-right-top .vec-two {
  position: absolute;
  bottom: -9rem;
  height: 2rem;
  left: 1rem;
}
.hero-right-top .vec-three {
  position: absolute;
  bottom: -11rem;
  right: 15rem;
  height: 4.25rem;
}
.hero-right-robot {
  margin-top: 5rem;
}
.hero-right-robot img {
  width: 512px;
}
.hero-stats {
  margin-top: 0rem;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.hero-stats div {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transform: translateY(100%);
  opacity: 0;
}
.hero-stats div h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}

.hero-stats div h4 {
  font-size: 60px;
  background: radial-gradient(
    64.18% 64.18% at 71.16% 35.69%,
    #def9fa 0.89%,
    #bef3f5 17.23%,
    #9dedf0 42.04%,
    #7de7eb 55.12%,
    #5ce1e6 71.54%,
    #33bbcf 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero-stats svg {
  transform: translateY(100%);
}

@media (max-width: 992px) {
  .hero-stats {
    padding-left: 4rem;
    padding-right: 4rem;
    gap: 4rem;
    flex-wrap: wrap;
  }
  .hero-stats svg {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-stats div h4 {
    font-size: 50px;
    background: radial-gradient(
      64.18% 64.18% at 71.16% 35.69%,
      #def9fa 0.89%,
      #bef3f5 17.23%,
      #9dedf0 42.04%,
      #7de7eb 55.12%,
      #5ce1e6 71.54%,
      #33bbcf 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .hero-stats {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-left-text h1 {
    text-align: center;
  }

  .pfpimage {
    width: 199px;
    height: 306px;
    border-radius: 10%;
    margin-right: 100px;
    box-shadow: 0 0 50px 50px rgba(99, 9, 255, 0.5);
  }
}

@media (max-width: 992px) {
  .hero-left {
    margin-bottom: 2rem;
  }
  .hero .hero-right {
    display: none;
  }
}

.pfpimage {
  width: 399px;
  height: 506px;
  border-radius: 10%;
  box-shadow: 0 0 50px 50px rgba(99, 9, 255, 0.5);
}

.section {
  margin-top: 122px;
  padding: 0 136px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex: nowrap;
  gap: 150px;
  justify-content: center;
  align-items: center;
}

.section2 {
  margin-top: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 60.8px;
}
@media (max-width: 375px) {
  .hero-stats div h4 {
    font-size: 40px;
    background: radial-gradient(
      64.18% 64.18% at 71.16% 35.69%,
      #def9fa 0.89%,
      #bef3f5 17.23%,
      #9dedf0 42.04%,
      #7de7eb 55.12%,
      #5ce1e6 71.54%,
      #33bbcf 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .section h2 {
    font-size: 1.875rem;
    line-height: 2.8rem;
  }
}
.section p {
  color: #f0f3ff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.4px;
  padding-top: 1rem;
}

@media (max-width: 992px) {
  .section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pfpimage {
    width: 259px;
    height: 336px;
    border-radius: 10%;
    margin: 0 auto; /* This centers the element horizontally */
    display: flex; /* Enable flexbox layout */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
  }
}

@media (max-width: 768px) {
  .section {
    padding-left: 2rem;
    padding-right: 2rem;
    flex-direction: column;
    align-items: unset;
    gap: 4.5rem;
  }
}

@media (max-width: 768px) {
  .handle-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .handle-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
}

.abouttitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.handle-left p {
  max-width: 35.625rem;
}

.handle-center h2 {
  max-width: 35.625rem;
  text-align: center;
}

.handle-left p .word {
  opacity: 0;
}
.handle-left h2 .char {
  opacity: 0;
}
/* .handle-right li {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: 20px;
  background: transparent;
  transform: translateY(100%);
}
.handle-right li:hover {
  background: linear-gradient(
    144.39deg,
    #ffffff -278.56%,
    #b68fff -78.47%,
    #8a57ff 91.61%
  );
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 100px -10px rgba(66, 71, 91, 0.1);
}
.handle-right li h4 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
}
.handle-right li p {
  font-size: 1rem;
  padding-top: 0.25rem;
  line-height: 1.5rem;
  max-width: 22.875rem;
}
.handle-right li .icon {
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: glow 1.2s infinite linear alternate;
} */

.handle-right1 p {
  max-width: 35.625rem;
}

.handle-center h2 {
  max-width: 35.625rem;
  text-align: center;
}

.handle-right1 p .word {
  opacity: 0;
}
.handle-right1 h2 .char {
  opacity: 0;
}
.handle-left2 li {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: 20px;
  background: transparent;
  transform: translateY(100%);
}
.handle-left2 li:hover {
  background: linear-gradient(
    144.39deg,
    #ffffff -278.56%,
    #b68fff -78.47%,
    #8a57ff 91.61%
  );
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 100px -10px rgba(66, 71, 91, 0.1);
}
.handle-left2 li h4 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
}
.handle-left2 li p {
  font-size: 1rem;
  padding-top: 0.25rem;
  line-height: 1.5rem;
  max-width: 22.875rem;
}
.handle-left2 li .icon {
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: glow 1.2s infinite linear alternate;
}

.billing-left {
  position: relative;
}
.billing-left > img {
  display: block;
}
.billing-left > img:first-child {
  margin-left: 64px;
  height: 344px;
}

.billing-left > img:nth-child(2) {
  position: relative;
  margin-top: -6rem;
  z-index: -1;
  height: 17.5rem;
}
.billing-left div {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(40, 48, 63, 0.25);
  border-radius: 10px;
  padding: 0.875rem 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: -1.5rem;
}
.billing-left div img {
  margin-left: 0;
}
.billing-left div h5 {
  color: #080915;
  font-size: 14px;
}
.billing-right p {
  max-width: 29.375rem;
}
.billing-right p .word {
  opacity: 0;
}
.billing-right h2 .char {
  opacity: 0;
}
.billing-right-stores {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  transform: translateY(100%);
}
.billing-right-stores img {
  height: 2.688rem;
}
@media (max-width: 768px) {
  .billing-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .billing-left > img:first-child {
    margin: auto;
    height: 230px;
  }
}

@media (max-width: 390px) {
  .billing-left > img:first-child {
    margin: auto;
    height: 180px;
  }
}

@media (max-width: 375px) {
  .billing-left > img:first-child {
    margin: auto;
    height: 180px;
  }
}


.card-deal-left h2 .char {
  opacity: 0;
  
}
.card-deal-left p {
  max-width: 31.25rem;
}
.card-deal-left p .word {
  opacity: 0;
}
@media (max-width: 768px) {
  .card-deal-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
  }
}

.card-deal-right img {
  margin-top: 0rem;
  max-height: 352px;
  width: auto;
  height: 100%;

}


@media (max-width: 768px) {
  .card-deal-right img {
    height: 230px;
    margin: auto;
  }

  .card-deal-right {
    margin: auto;
  }
}

@media (max-width: 375px) {
  .card-deal-right img {
    height: 160px;
    margin: auto;
  }
}

.earth {
  width: 100%;
  max-width: 45px;
  height: auto;
}

@media (max-width: 768px) {
  .hero-left-info p {
    color: #f0f3ff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.9rem;
    text-align: center;
    max-width: 100%;
  }

  .earth {
    width: 100%;
    max-width: 30px;
    height: auto;
  }

  .card-deal {
    flex-direction: column-reverse;
  }
}

.short-form {
  padding-top: 1rem;
  padding-bottom: 6rem;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slider-container {
  position: relative; /* Added position relative for arrow positioning */
  display: flex;
  width: 300%; /* Updated width to accommodate arrows */
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 33.33%; /* Updated width to accommodate three slides */
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding: 20px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.testimonials-container {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.testimonials {
  padding: 0;
  list-style-type: none;
}

.testimonials .testimonial {
  max-width: 70%; /* Adjust the width as needed */
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  justify-content: space-between;
  overflow: hidden;
  height: auto;
  margin: auto;
}

.testimonials .testimonial .profile {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-left: 55px;
}

.testimonials .testimonial .profile img {
  width: 100%;
  max-width: 40px;
  border-radius: 5px;
  height: auto;
  margin-left: 10px;
}

.testimonials .testimonial .profile .name {
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #ffff;
}

.testimonials .testimonial .frame {
  display: flex;
  font-size: 20px;
  color: #ffff;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-radius: 500px;
  align-items: center;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgb(0, 43, 98) 0%, rgb(142, 61, 255) 100%);
}

.testimonials .testimonial .singframe {
  display: flex;
  font-size: 30px;
  color: #ffff;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-radius: 500px;
  align-items: center;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgb(0, 43, 98) 0%, rgb(142, 61, 255) 100%);
}

.headingresult {
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-size: 2vw;
  margin-top: 30px;
  text-align: center;
  color: #ffff;
  font-weight: 800;
}

.results {
  align-items: center;
  justify-content: center;
  display: flex;
}

.res {
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  max-width: 200px;
  flex-direction: nowrap;
  margin: 30px;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  border: 0.35rem solid;
  border-radius: 5px;
  border-image: conic-gradient(
      from var(--angle),
      var(--c2),
      var(--c1) 0.1turn,
      var(--c1) 0.15turn,
      var(--c2) 0.25turn
    )
    30;
  animation: borderRotate var(--d) linear infinite forwards;
}

.res:hover {
  transform: scale(1.2);
}

.res:not(:hover) {
  transform: scale(1);
}

.leftpic {
  margin: 5px;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.rightpic {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0px;
  position: absolute;
  right: 22px;
}

.leftpic2 {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 5px;
}

.verified-logo {
  width: 30px;
  height: 30px;
}

.testimonials .testimonial .profile .verified-logo {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.rightpic1 {
  max-width: 100%;
  width: 150px;
  height: auto;
  float: right;
}

.images {
  position: absolute;
  right: 30px;
}

.rightpic2 {
  max-width: 100%;
  width: 150px;
  height: auto;
  margin-left: 15px;
}

.handle-left ul {
  list-style-type: none;
  padding: 0;
}

.handle-left ul li {
  margin-bottom: 5px;
  position: relative;
  color: #ffff;
  padding-left: 20px;
}

.handle-left ul li:before {
  content: "\2022";
  color: #ffffff; /* Change the color as needed */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

.handle-right ul {
  list-style-type: none;
  padding: 0;
}

.handle-right ul li {
  margin-bottom: 5px;
  position: relative;
  color: #ffff;
  padding-left: 20px;
}

.handle-right ul li:before {
  content: "\2022";
  color: #ffffff; /* Change the color as needed */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}


.testimonial ul {
  list-style-type: none;
  padding: 0;
}

.marquee {
  margin-top: 50px;
  padding-bottom: 140px;
}

.marquee img {
  width: 100%;
  height: auto;
  width: 200px;
  margin-right: 30px;
  margin-left: 30px;
}
.testimonial ul li {
  margin-bottom: 5px;
  position: relative;
  color: #ffff;
  padding-left: 20px;
}

.testimonial ul li:before {
  content: "\2022";
  color: #000000; /* Change the color as needed */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
}

.testimonialsq {
  padding: 40px 40px;
  margin: 50px auto;
  position: relative;
  border-radius: 30px;
  background: #5b0eb4;
  transition: all 0.2s ease;
  border: solid 7px #15f5ba;
}

.testimonialsq:hover {
  border-radius: 100px;
}

.testimonialsqt {
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  font-weight: 400;
  padding-top: 2.5rem;
}

@media (max-width: 768px) {
  /* Adjust breakpoint as desired */
  .handle {
    flex-direction: column-reverse;
  }

  .testimonialsqt {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-top: 2.5rem;
  }

  .marquee {
    margin-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .marquee img {
    width: 100%;
    height: auto;
    max-width: 110px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 992px) {
  .testimonials-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
}

#tayo {
  font-size: 0.8vw;
  text-align: left;
}

#saturn {
  font-size: 1.2vw;
}

@media (max-width: 768px) {

  .testimonialsq {
    padding: 3.75rem 2.5rem;
    margin: 50px auto;
    position: relative;
    border-radius: 30px;
    background: #5b0eb4;
    transition: background 0.5s ease;
    border: solid 5px #15f5ba;
  }

  .testimonialsqt {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-top: 2.5rem;
  }

  #saturn {
    font-size: 0.8vh;
  }

  #tayo {
    font-size: 0.5vh;
  }

  .testimonials .testimonial .quote {
    font-style: italic;
    font-weight: bold;
    color: #ffff;
    -webkit-text-stroke: 0px;
    font-size: 20px;
    text-align: center;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 50px;
    background-color: #00040f00;
    margin-bottom: 20px;
  }

  .testimonials-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .testimonials .testimonial .profile img {
    width: 100%;
    max-width: 20px;
    border-radius: 5px;
    height: auto;
    margin-left: 10px;
  }

  .testimonials .testimonial .profile .name {
    font-weight: bold;
    -webkit-text-stroke: 0px;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #ffff;
  }

  .res {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    max-width: 200px;
    margin: 5px;
    width: 100%;
    height: auto;
    animation: none;
  }

  .testimonials {
    padding: 0;
    list-style-type: none;
  }

  .testimonials .testimonial {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    justify-content: center;
    overflow: hidden;
    margin: auto;
  }

  .testimonials .testimonial .frame {
    display: flex;
    font-size: 10px;
    color: #ffff;
    -webkit-text-stroke: 0px #00040f;
    font-weight: bold;
    border-radius: 500px;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(
      90deg,
      rgb(0, 43, 98) 0%,
      rgb(142, 61, 255) 100%
    );
  }

  .testimonials .testimonial .singframe {
    display: flex;
    font-size: 12px;
    color: #ffff;
    -webkit-text-stroke: 0px #00040f;
    font-weight: bold;
    border-radius: 500px;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(
      90deg,
      rgb(0, 43, 98) 0%,
      rgb(142, 61, 255) 100%
    );
  }

  .results {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.vslvid {
  position: relative;
  margin: auto;
  max-width: 875px;
  width: 100%;
  height: auto;
}

.vslvid:before,
.vslvid:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(
    45deg,
    #009ffb,
    #009ffb,
    #009ffb,
    #4828ff,
    #1c3eff,
    #003ffb
  );
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  justify-content: center;
  align-items: center;
  z-index: -1;
  animation: steam 20s linear infinite;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.vslvid:after {
  filter: blur(50px);
}

.partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6.5rem;
  padding: 0 11.5rem;
}
.partners li {
  opacity: 0;
}
@media (max-width: 992px) {
  .partners {
    padding-left: 4rem;
    padding-right: 4rem;
    gap: 1rem;
  }
  .leftpic {
    width: 100px;
    height: 100px;
    margin: 5px;
  }

  .rightpic {
    width: 100px;
    height: 100px;
    margin: 5px;
  }

  .rightpic1 {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
  .rightpic2 {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
}

.styleIt {
  height: 490px;
  width: 275px;
  border-radius: 1.375rem;
  max-width: 20rem;
  margin: auto;
}

.styleIt2 {
  width: 90%;
  height: 395px;
  border-radius: 1.375rem;
  margin: auto;
}

.styleIt3 {
  width: 875px;
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 875px; /* Set a maximum width for the video container */
  width: 100%;
  margin-right: 0px;
}

@media (max-width: 768px) {
  #houstonq {
    font-size: 17px;
  }

  .res {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    max-width: 200px;
    flex-direction: nowrap;
    margin-top: 40px;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    border: none;
    animation: none;
  }

  .partners {
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: center;
    gap: 4rem;
  }
  .leftpic {
    width: 80px;
    height: 80px;
    margin: 5px;
  }

  .rightpic {
    width: 80px;
    height: 80px;
    margin: 5px;
  }

  .rightpic1 {
    width: 60px;
    height: 60px;
    margin-right: 0px;
  }

  .rightpic2 {
    width: 60px;
    height: 60px;
    margin-left: 17px;
    right: 0;
  }
}

.ww {
  border: 0.35rem solid;
  border-radius: 5px;
  border-image: conic-gradient(
      from var(--angle),
      var(--c2),
      var(--c1) 0.1turn,
      var(--c1) 0.15turn,
      var(--c2) 0.25turn
    )
    30;
  animation: borderRotate var(--d) linear infinite forwards;
}

@media (max-width: 992px) {
  .ww {
    width: 400px;
    height: 220px;
    margin-bottom: 20px;
    border: 0.35rem solid;
    border-radius: 5px;
    border-image: conic-gradient(
        from var(--angle),
        var(--c2),
        var(--c1) 0.1turn,
        var(--c1) 0.15turn,
        var(--c2) 0.25turn
      )
      30;
    animation: borderRotate var(--d) linear infinite forwards;
  }

  .ww2 {
    margin-bottom: 80px;
    border: 0.35rem solid;
    border-radius: 5px;
    border-image: conic-gradient(
        from var(--angle),
        var(--c2),
        var(--c1) 0.1turn,
        var(--c1) 0.15turn,
        var(--c2) 0.25turn
      )
      30;
    animation: borderRotate var(--d) linear infinite forwards;
  }
}

.ww2 {
  border: 0.35rem solid;
  border-radius: 5px;
  border-image: conic-gradient(
      from var(--angle),
      var(--c2),
      var(--c1) 0.1turn,
      var(--c1) 0.15turn,
      var(--c2) 0.25turn
    )
    30;
  animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}
.service {
  margin: 25px 25px;
  padding: 4.5rem 6.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    -144.39deg,
    #ffffff -278.56%,
    #734dff -78.47%,
    #310b7e 91.61%
  );
  border-radius: 20px;
}
.service h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.8rem;
}
.service h2 .char {
  opacity: 0;
}
@media (max-width: 375px) {

  .marquee {
    margin-top: 50px;
    padding-bottom: 5px;
    overflow: hidden;
  }

  .testimonials .testimonial .frame {
    display: flex;
    font-size: 8px;
    color: #ffff;
    -webkit-text-stroke: 0px #00040f;
    font-weight: bold;
    border-radius: 500px;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(
      90deg,
      rgb(0, 43, 98) 0%,
      rgb(142, 61, 255) 100%
    );
  }

  .service h2 {
    font-size: 1.875rem;
    line-height: 2.8rem;
  }

  #saturn {
    font-size: 1vh;
  }

  #tayo {
    font-size: 0.55vh;
  }

  .testimonials .testimonial .profile .name {
    font-weight: bold;
    -webkit-text-stroke: 0px;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #ffff;
  }

  .testimonials .testimonial .quote {
    animation: none;
    -webkit-text-stroke: 0px;
    border: none;
  }

  .testimonials .testimonial .singframe {
    display: flex;
    font-size: 10px;
    color: #ffff;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    border-radius: 500px;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(
      90deg,
      rgb(0, 43, 98) 0%,
      rgb(142, 61, 255) 100%
    );
  }

  .leftpic {
    width: 80px;
    height: 80px;
    margin: 5px;
  }

  .rightpic {
    width: 80px;
    height: 80px;
    margin: 5px;
  }

  #houstonq {
    font-size: 15px;
  }

  .rightpic1 {
    width: 50px;
    height: 50px;
    margin-right: 0px;
  }

  .rightpic2 {
    width: 50px;
    height: 50px;
    margin-left: 17px;
    right: 0;
  }

  .res {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    max-width: 200px;
    flex-direction: nowrap;
    margin-top: 40px;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    border: none;
    animation: none;
  }
}
.service p {
  color: #f0f3ff;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 1rem;
  max-width: 27.813rem;
}
.service p .word {
  opacity: 0;
}
@media (max-width: 992px) {
  .service {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 768px) {
  .ww {
    animation: none;
  }
  .ww2 {
    animation: none;
  }
  .service {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    flex-direction: column;
  }
  .service .service-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .styleIt {
    height: 490px;
    width: 275px;
    border-radius: 1.375rem;
    max-width: 20rem;
    margin: auto;
  }

  .styleIt2 {
    width: 100%;
    height: 185px;
    border-radius: 1.375rem;
    margin: auto;
  }

  .styleIt3 {
    width: 875px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 875px; /* Set a maximum width for the video container */
    width: 100%;
    margin-right: 0px;
  }
}

.footer {
  margin-top: 3cqb;
  background: rgba(11, 10, 12, 0.6);
  padding: 20px 50px 40px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #3f3e45;
  padding-bottom: 5.5rem;
}
.footer-top p {
  color: #f0f3ff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.9rem;
  padding-top: 1rem;
  max-width: 19.5rem;
}
.footer-top div {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .footer-top div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
.footer-top ul li {
  margin-bottom: 0.75rem;
}
.footer-top ul li a {
  color: #f0f3ff;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.3s ease;
}
.footer-top ul li:first-child {
  margin-bottom: 1.5rem;
}
.footer-top ul li:first-child a {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer-top ul li:first-child {
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
  }
}
.footer-top ul li:hover a {
  color: #33bbcf;
}
.footer-bottom {
  padding-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-bottom-left h4 {
  color: #f0f3ff;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
}
.footer-bottom-left h4:first-child {
  font-family: "Abel", sans-serif;
}
@media (max-width: 375px) {
  .footer-bottom-left h4 {
    font-size: 1rem;
  }

  .headingresult {
    font-weight: bold;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    color: #ffff;
    font-weight: 800;
  }

  .styleIt {
    height: 490px;
    width: 275px;
    border-radius: 1.375rem;
    max-width: 20rem;
    margin: auto;
  }

  .styleIt2 {
    width: 100%;
    height: 185px;
    border-radius: 1.375rem;
    margin: auto;
  }

  .styleIt3 {
    width: 875px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 875px; /* Set a maximum width for the video container */
    width: 100%;
    margin-right: 0px;
  }
}
.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 992px) {
  .footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .headingresult {
    font-weight: bold;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    color: #ffff;
    font-weight: 800;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .footer-bottom {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

.cursor {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: hsl(0, 0%, 0%);
  transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  transition-property: background, transform;
  transform-origin: 75% 75%;
  mix-blend-mode: difference;
  z-index: 5;
}
@media (max-width: 820px) {
  .cursor {
    display: none;
  }
}

.preloader {
  background: #04000e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.preloader-inner div {
  height: 2px;
  background: #ffffff;
  width: 0%;
  position: relative;
}
.preloader-inner span {
  color: #ffffff;
  font-size: 1.5rem;
  font-style: italic;
  position: absolute;
  right: 0;
}

.word {
  overflow: hidden;
}

.customuwu {
  width: 200px;
  height: 80px;
}

@keyframes glow {
  0% {
    background: rgba(9, 151, 124, 0.1);
  }
  100% {
    background: rgba(9, 151, 124, 0);
  }
} /*# sourceMappingURL=style.css.map */

.hero-right-top-cards {
  position: relative;
  width: 400px; /* Adjust this width according to your desired size */
  height: 600px; /* Adjust this height according to your desired size */
}

.card-one {
  position: absolute;
  pointer-events: none;
  width: auto;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  margin-top: 80px; /* Adjust margin-top to position the image */
  height: 100%; /* Adjust height according to your desired size */
  image-rendering: pixelated;
}

.video-frame {
  position: absolute;
  top: 14%; /* Adjust top positioning */
  left: 15%; /* Adjust left positioning */
  right: 5%; /* Adjust right positioning */
  width: 70%; /* Adjust width according to your desired size */
  height: 98%; /* Adjust height according to your desired size */
  z-index: 1;
  object-fit: fill; /* Make the video cover the entire space */
  border-radius: 40px; /* Adjust border radius as per your requirement */
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.glide2 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide2 * {
  box-sizing: inherit;
}
.glide__track2 {
  overflow: hidden;
}

@keyframes borderRadial {
  20% {
    --gradX: 100%;
    --gradY: 50%;
  }
  40% {
    --gradX: 100%;
    --gradY: 100%;
  }
  60% {
    --gradX: 50%;
    --gradY: 100%;
  }
  80% {
    --gradX: 0%;
    --gradY: 50%;
  }
  100% {
    --gradX: 50%;
    --gradY: 0%;
  }
}

.glide__slides2 {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging2 {
  user-select: none;
}
.glide__slide2 {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide2 a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets2 {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl2 {
  direction: rtl;
} /*# sourceMappingURL=glide.core.min.css.map */


.glide3 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide3 * {
  box-sizing: inherit;
}
.glide__track3 {
  overflow: hidden;
}
.glide__slides3 {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging3 {
  user-select: none;
}
.glide__slide3 {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide3 a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__arrows3 {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets3 {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl3 {
  direction: rtl;
} /*# sourceMappingURL=glide.core.min.css.map */

#videoContainersWrapper {
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
  margin-top: 2.25rem;
  scroll-behavior: smooth; /* Add smooth scrolling behavior */
}

#videoContainer,
#videoContainer2,
#videoContainer3,
#videoContainer4,
#videoContainer5,
#videoContainer6,
#videoContainer7,
#videoContainer8,
#videoContainer9,
#videoContainer10,
#videoContainer11 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 540px; /* Set a maximum width for the video container */
  width: 100%;
  margin-right: 0px;
}

#vsluwu {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 875px; /* Set a maximum width for the video container */
  width: 100%;
  margin-right: 0px;
}

#videoContaineruwu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
}

#videoContainer12 {
  padding: 0%;
}

#videoContainer13 {
  padding: 0%;
}
