@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?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=Unbounded:wght@200..900&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}
/* comman css */
.lato {
  font-family: "lato";
}
.unbounded {
  font-family: "Unbounded";
}

#myVideo {
  position: absolute;

  z-index: -1;
  width: 100%;
  /* max-width: 100%; */
}
/* -------Chat section-------- */
.card-search > div {
  -webkit-box-shadow: 10px 10px 0px 4px rgba(230, 255, 42);
  -moz-box-shadow: 10px 10px 0px 4px rgba(230, 255, 42);
  box-shadow: 10px 10px 0px 4px rgba(230, 255, 42);
  border-radius: 0px 103px 0px 0px;
  -moz-border-radius: 0px 103px 0px 0px;
  -webkit-border-radius: 0px 103px 0px 0px;
  border: 0px solid #000000;
}
.input-field {
  padding: 10px;
  font-size: 16px;
}
.get_set_go {
  animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;
}
@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .hero {
    position: inherit;

    width: 100%;
    background-image: url(../images/bgImg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/* Hidden chat section */
.loader {
  display: flex;
  align-items: center;
}

.loader span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #333;
  border-radius: 50%;
  animation: loader 1s infinite alternate;
}

.loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loader {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0.3;
    transform: translateY(-10px);
  }
}

.hidden {
  display: none;
}
.loader span {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 2px;
  background: #333;
  border-radius: 50%;
  animation: bounce 0.5s infinite alternate;
}
@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -5px, 0);
  }
}
.loader span:nth-child(2) {
  animation-delay: 0.2s;
}
.loader span:nth-child(3) {
  animation-delay: 0.4s;
}
.animate-fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-loader {
  border-top-color: #3498db;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  animation: spin 1s linear infinite;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#hidden-chat-box {
  /* height: 0; */
  overflow: hidden;
  transition: height 7s ease-in-out;
}
.chat-box.open {
  height: 400px;
}
/* ----------------------Carousel section ----------------------------- */
.carousel {
  background-image: url("../images/perspective_grid_abstract_wireframe_landscape_01_24_2023_01_1.svg");
  background-position: center;
  background-size: cover;
}

.carousel-img {
  width: 205px;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}
.carousel-boxs {
  border: 1px solid #b1b1b1;
  width: 636px;
  height: 326px;
  display: grid;
  padding: 20px;
  grid-template-columns: 0.7fr 1fr;

  grid-template-rows: 1fr;
  grid-column-gap: 23px;
  grid-row-gap: 0px;
}

.yello-shadow {
  background: linear-gradient(90deg, #e6ff2a 0%, rgba(255, 255, 255, 0) 100%);
}
.splide__arrow {
  overflow: hidden !important;
  height: 349px !important;
  width: 109px !important;
  border-radius: 0px !important;
  background-color: #ffffff !important;
  z-index: 1 !important;
  margin: 0 !important;
}
.splide__arrow--next {
  right: 0em !important;
  font-size: 50px !important;
  border-style: none !important;
  box-shadow: none !important;
}
.splide__arrow--prev {
  --tw-ring-color: none !important;
  font-size: 50px !important;
  border-style: none !important;

  left: 0em !important;
}
.splide__pagination {
  visibility: hidden !important;
}
.splide_pagination_ul {
  margin-top: 1000px;
  visibility: visible !important;
}
.list-li {
  color: #b1b1b1;
}

@media (min-width: 320px) and (max-width: 640px) {
  .carousel {
    background-image: url("../images/perspective_grid.svg");
    background-position: center;
    background-size: cover;
  }
  .yello-shadow {
    background: linear-gradient(
      90deg,
      #e6ff2a 0%,
      rgba(255, 255, 255, 0.1) 99.67%
    );
  }
  .carousel-boxs {
    background-color: white;
    width: 90%;
    overflow: hidden;
    height: 100%;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .carousel-img {
    width: 100%;
    object-fit: contain;
  }
  .splide__arrow--next {
    visibility: hidden !important;
  }
  .splide__arrow--prev {
    visibility: hidden !important;
  }
}
/*---------------------Book  Your Tribe Section--------------------- */
.book-tribe {
  background-image: url(../images/Mask_group.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.popular {
  width: 100%;
  background: linear-gradient(90deg, #e6ff2a 0%, rgba(255, 255, 255, 0) 20%);
}
.book-tribe-box-shadow {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.popular-shodow {
  background: linear-gradient(
    210.93deg,
    rgba(230, 255, 42, 0.4) -50%,
    #ffffff 68.38%
  );
}

/* ----------------------Ask Any Question--------------------------------- */
.any-question {
  background-image: url(../images/SL-072622-51930-21_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 443px;
  width: 1120px;
}

.circle-launch {
  animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;
}
@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* -------------Faq------------- */
.faq-box {
  border-radius: 20px 50px 20px 20px !important;
  box-shadow: 5px 5px 0px 2px rgba(230, 255, 42, 1);
}

/* ------------------------Best Customer Support- -------------- */
.bci-img {
  transform: translate(-50%, -20%);

  border-radius: 20px;
}
.cm-support {
  background-image: url(../images/image_5.png);
  background-position: center;
  background-size: cover;
}

.cm-support-icon {
  border: 1px solid rgba(238, 238, 238, 1);
  box-shadow: 4px 4px 0px 0px rgba(230, 255, 42, 1);

  height: 48px;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .bci-img {
    transform: translate(-50%, -45%);
  }
}
