header {
  position: relative;
  padding-top: 120px;
  background-color: black;
  height: 100vh;
  /* min-height: 25rem; */
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .wrapper {
  padding-top: 0px;
  position: relative;
  z-index: 2;
}

.hero__bg {
  background-image: url("./assests/hero_video.mp4");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}

header .img {
  width: 800px;
  margin-right: -200px;
}

header .btn {
  font-weight: 500;
  font-size: 20px;
  border-radius: 30px 30px 30px 30px;
  background-color: #50dbe6;
  color: #311275;
  margin-right: 18px;
}
header .btn:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #50dbe6;
}

header .btn2 {
  font-weight: 300;
  font-size: 20px;
  border-radius: 30px 30px 30px 30px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #50dbe6;
}
header .btn2:hover {
  font-weight: 500;
  color: black;
  background-color: #50dbe6;
}

.qui__p,
.cles__p {
  font-weight: 300;
  font-size: large;
  color: #311275;
}

.ref__p {
  font-size: 28px;
}

.qui__img {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 650px;
  margin: 0 auto;
}

.border__right {
  border-right: 2px solid rgba(80, 219, 230, 0.4);
}

.clients .accent__light {
  font-size: 80px;
}

.bg1 {
  position: relative;
  overflow: hidden;
  background-image: url("./assests/bg_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  border-radius: 10px;
}

.bg2 {
  position: relative;
  overflow: hidden;
  background-image: url("./assests/bg_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  border-radius: 10px;
}

.bg3 {
  position: relative;
  overflow: hidden;
  background-image: url("./assests/bg_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  border-radius: 10px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  background-color: black;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.card__text {
  position: relative;
  z-index: 2;
}

.slider__cursor {
  cursor: pointer;
}

.slider__img {
  width: 150px;
}

.ref__bg {
  background-color: #50dbe6;
}

.ref__h,
.cles__h {
  font-size: 48px;
  font-weight: 300;
  /* margin-bottom: 24px; */
}

.ref__p {
  font-size: 24px;
  font-weight: 400;
  color: #311275;
}

.qst {
  background: url("./assests/banner_footer.png");
  /* background-position: 25%; */
  background-repeat: no-repeat;
  background-size: top;
}

.ovl {
  /* background: rgb(49, 18, 117), 0; */
  background: linear-gradient(
    90deg,
    rgba(50, 5, 107, 0) 0%,
    rgba(50, 5, 107, 1) 49%
  );
}

.btn__bg {
  font-weight: 500;
  font-size: 20px;
  border-radius: 30px 30px 30px 0px;
  background: linear-gradient(90deg, #26cbff 50%, #ff4eaa 100%);
  background-size: 200% 100%; /* Double the width for the animation effect */
  transition: background-position 1s;
  background-position: 100% 0; /* Start with the background fully on the right */
}

.btn__bg:hover {
  background-position: 0 0; /* Move the background to the left on hover */
}

.btn__bg .icon {
  width: 20px;
  width: 20px;
}

.last__box {
  background: #311275;
}

.qst .icon {
  color: #fb50ac;
  width: 80px;
  margin: auto;
  margin-bottom: 18px;
}

.overflow__sec {
  overflow-x: hidden;
}

.carousel-indicators {
  left: 0;
  top: auto;
  bottom: -35px;
}

.carousel ol li {
  margin-right: 10px;
  background: #fff;
  border-radius: 1000px;
  border: none;
  opacity: 1;
  padding: 0px 0px;
  width: 8px;
  height: 8px;
}

.carousel-indicators .active {
  background: #311275;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .overflow__sec {
    width: 100%;
    overflow-x: scroll;
  }

  header .wrapper {
    padding-top: 40px;
    position: relative;
    z-index: 2;
  }

  header {
    position: relative;
    background-color: black;
    height: max-content;
    /* min-height: 25rem; */
    width: 100%;
    overflow: hidden;
  }

  header .img {
    width: 420px;
    margin-right: 0px;
  }

  header .btn {
    font-weight: 500;
    font-size: 20px;
    border-radius: 30px 30px 30px 0px;
    background-color: #50dbe6;
    color: #311275;
    margin-right: 0px;
    margin-bottom: 14px;
  }

  header .btn2 {
    font-weight: 300;
    font-size: 20px;
    border-radius: 30px 30px 30px 0px;
    color: #50dbe6;
    border: 1px solid #50dbe6;
  }

  .btn__bg {
    font-size: 12px;
  }

  .mont_reg {
    font-size: 18px;
    font-weight: 300;
  }

  .qst .icon {
    color: #fb50ac;
    width: 40px;
    margin-bottom: 18px;
  }

  .ref__h {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .ref__p {
    font-size: 14px;
  }

  .colored__text {
    color: #50dbe6;
  }

  .clients p {
    font-size: 11px;
    font-weight: 500;
  }

  .clients .accent__light {
    font-size: 20px;
    /* font-weight: 500; */
  }

  .mb_div {
    /* margin-bottom: -200px; */
  }

  .ref__h,
  .cles__h {
    font-size: 26px;
  }

  .qui__img {
    width: 100%;
  }

  .blog__img {
    width: 100%;
  }

  .bg1,
  .bg2,
  .bg3 {
    overflow: visible;
    padding: 0 20px;
    /* max-width: 260px; */
  }

  .card__text {
    width: 150px;
  }

  .card__text h2 {
    font-size: 16px;
  }

  .border__right {
    border-right: none;
  }

  .qst {
    background: url("./assests/img86f.png");
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider__img {
    width: 70px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .overflow__sec {
    width: 100%;
    overflow-x: scroll;
  }

  .card__text {
    width: 250px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .cles__bg img {
    width: 300px;
  }
}
