@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;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&display=swap');
:root {
  --primeBlue: #0057ff;
  --primeBlue2: #1355ff;
  --secondaryBlue: #f2f6ff;
  --lightGrey: #E4E3E9;
  --primeDark: #0b0d1f;
  --white: #FFFFFF;
  --shadow-to-bottom: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

body {
  font-family: 'Fira Sans', sans-serif;
}


button:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.SearchApp {
  padding: 15px;
  position: relative;
}

.SearchApp input::placeholder {
  text-transform: uppercase;
  color: var(--primeDarkz);
  font-size: 15px;
}

.SearchApp input:focus {
  border: 2.5px dashed !important;
  background: url(./../image/searchIconDark.png) no-repeat 18px 50%;
  border-radius: 30px 30px 0px 0px;
}

.SearchApp input {
  border-radius: 30px;
  background: url(./../image/searchIconDark.png) no-repeat 18px 50%;
  background-size: 15px;
  max-width: 700px;
  margin: 0 auto;
  padding: 15px 0px 15px 45px;
  border: 2.5px dashed;
}

.preferences .nav-tabs {
  border-bottom: none !important;
}

.preferences {
  background: #FFF;
  position: fixed;
  top: 93px;
  z-index: 2000;
  width: 100%;
}

.nav-tabs .nav-link {
  border-radius: 0px;
  color: var(--primeDark);
  margin: 20px 10px;
  min-width: 100px;
  text-transform: uppercase;
}

.nav-tabs .nav-link:hover {
  border: 1px dashed;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--secondaryBlue);
  background-color: var(--primeBlue);
  border: 1px dashed var(--primeBlue);
}

.app-scroll,
.app-single {
  margin: 3% 10%;
}

.app-scroll .slick-dots {
  bottom: 10px !important;
}

.app-single .slick-dots {
  display: none !important;
}

.section1 {
  background: whitesmoke !important;
  padding: 2% 0%;
}

.app-section {
  background: ghostwhite;
  text-align: center;
}

.section2 {
  padding: 2% 0%;
}

.section3 {
  background: whitesmoke;
  padding: 6% 0% 3%;
}

.section4 {
  background: #FFF;
}
.navbar {
  position: fixed;
  top: 0px;
  z-index: 3000;
  width: 100%;
  box-shadow: var(--shadow-to-bottom);
  height: 100px;
  background: #ffffff85;
  backdrop-filter: blur(20px);
}

.navbar::before {
  content: "";
  display: block;
  background: #ffffff9c;
  filter: blur(35px);
  backdrop-filter: blur(40px);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100px;
  right: 0px;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
  height: 78px;
  display: grid;
  place-items: center;
  background: white;
  padding: 0 10px !important;
  border-radius: 15px;
}

.banner-chamber {
  padding: 14%;
  display: grid;
  background: url(../image/bmb.webp);
  background-size: 100%;
}



.banner-chamber ul li:nth-child(1) {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
}

.banner-chamber ul li:nth-child(2) {
  max-width: 340px;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
}


.app-image-chamber img {
  width: 130px;
  /* height: 130px; */
  margin: 0 auto;
  border-radius: 30px;
}

.app-detail {
  text-align: center;
  padding: 40px;
}

.app-name {
  font-weight: 700;
  margin: 20px auto;
}

.app-slogan {
  font-size: 14px;
  color: rgba(0 0 0 / 60%);
}

.slick-next {
  right: -40px !important;
}

.slick-prev {
  left: -40px !important;
}

.slick-prev,
.slick-next {
  border: 0.5px dashed black !important;
  background: transparent !important;
  border-radius: 20px !important;
  z-index: 1999 !important;
}


.slick-next:before {
  content: '›' !important;
  margin-left: 2px;
}

.slick-prev:before {
  content: '‹' !important;
  margin-right: 2px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 25px !important;
  opacity: .75;
  color: #000000 !important;
  font-weight: bold;
  display: block;
  height: 20px;
  line-height: 10px !important;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: var(--primeBlue) !important;
  font-size: 14px !important;
}

.slick-dots li button:before {
  font-size: 9px !important;
}

.single-app-image {
  width: 240px;
  margin: auto;
  display: table;
  border-radius: 20px;
  object-fit: contain;
  background: white;
  padding: 1rem;
  aspect-ratio: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.single-app--title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}

.single-app--slogan {
  font-size: 15px;
  width: 60%;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.6);
}

.single-app--description span {
  background: rgba(124 0 247 / 20%);
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 15px;
  margin-bottom: 30px;
  display: inline-block;
}

.getButton {
  background: #7c00f7;
  color: white;
  border: 0;
  min-width: 100px;
  padding: 5px 10px;
  border-radius: 20px;
}

.getButton::before {
  /* content: '\f063'; */
  font-size: 20px;
  font-weight: bolder;
}

.app-detail--grid .app-slogan {
  margin-bottom: 0 !important;
}

.mb-35 {
  margin-bottom: 35px;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(56 55 60 / 30%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primeDark);
}

.app-item .image-chamber img {
  width: 90px;
  border-radius: 15px;
}

.getButton2,
.getButton2:focus {
  background: white;
  color: black !important;
  border: 0;
  min-width: 80px;
  padding: 7px 10px;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px !important;
}

.app-item .app-name {
  font-weight: 700;
  margin: 7px auto;
}

.getButton2::before {
  /* content: '\2913'; */
  font-size: 14px;
  font-weight: bolder;
}

.app-item {
  margin-bottom: 20px;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--primeDark);
  color: white;
  text-align: center;
  padding: 1%;
}

.footer p {
  width: 100%;
  display: flex;
  margin: 0 auto !important;
  text-align: center;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}

.footer p span {
  font-size: 19px;
  display: block;
  line-height: 11px;
  padding-top: 4px;
  margin: 0px 2px;
}

.footer p span.d-block {
  font-size: 19px;
  display: block;
  padding-top: 4px;
  margin: 0px 2px;
  width: 2px;
  height: 13px;
  background: var(--primeBlue);
}

.footer p img {
  width: 25px;
  margin: 10px;
}

.navbar-brand--mobile {
  display: none;
}



.humbdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
  transition: all .5s;
}

.humb {
  height: 2px;
  background: #212121;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 65%;
  transition: all .5s;
}

.humb::before {
  content: ' ';
  position: absolute;
  display: inline-block;
  height: 2px;
  background: #212121;
  transform: translateY(-4px);
  width: 20px;
  transition: all .5s;
  left: 0;
  top: -3px;
}

.active .humb {
  transform: rotate(45deg);
}

.active .humb::before {
  top: unset;
  transform: rotate(-90deg);
}

.active:hover .humb::before {
  top: unset;
}

.navbar-light .navbar-toggler {
  border: 0;
}

.navbar-toggler {
  padding: 0.65rem .75rem !important;
}

.P-633 {
  padding: 6% 3% 3%;
}

.bi.bi-download {
  margin-right: 5px;
  color: black !important;
}

.bi.bi-download::before {
  font-weight: bold !important;
}

.logo4 {
  width: 150px !important;

}

.section2 img {
  border-radius: 25px;
}

.get-icon {
  color: #FFF;
  text-decoration: none;
}

.get-icon:hover {
  color: #FFF;
  text-decoration: none;
}

.fs-9 {
  font-size: 11px !important;
}

.app-section .border-bottom {
  padding: 5%;
  /* background: linear-gradient(to right, rgb(222 214 255) 0%, rgb(255, 255, 255) 100%); */
  position: relative;
  overflow: hidden;
}

/* .app-section border-bottom::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: whitesmoke;
    min-height: 100vh;
    position: absolute;
    animation: anim-no 5000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite alternate;
}
@keyframes anim-no {
    from {
        left: 0;
    }
    to {
        left: 70%;
    }
} */
.app-section .border-bottom .bg-blur {
  width: 70%;
  height: 90%;
  background: #a1ffd6;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  border-radius: 100%;
  animation: dynamic-abstract 10000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite alternate;
  left: 20%;
  right: auto;
  bottom: -20px;
}

@keyframes dynamic-abstract {
  10% {
    width: 56%;
    height: 98%;
    background: #d4ea9f;
    border-radius: 60%;
  }

  30% {
    width: 50%;
    height: 90%;
    background: #d3ee89;
    border-radius: 50%;
  }

  60% {
    width: 56%;
    height: 95%;
    background: #e5f1a8;
    border-radius: 70%;
  }

  80% {
    width: 62%;
    height: 90%;
    background: #c3fcab;
    border-radius: 50%;
  }

  100% {
    width: 60%;
    height: 100%;
    background: #dafcab;
    border-radius: 100%;
  }
}

.app-section .border-bottom img {
  z-index: 2;
  position: relative;
  max-width: 100%;
}

.main-section img {
  max-width: 240px;
  height: auto;
}

.app-section .border-bottom p {
  font-size: 16px;
  text-align: left;
}

.new-link {
  display: inline-block;
  padding: 10px 15px;
  color: white;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: capitalize;
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  min-width: 150px;
  margin-bottom: 20px;
  border-radius: 100px;
}

.new-link:hover {
  color: white;
}


/* Button background animation */
.new-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
  transform: skewX(30deg);
  z-index: 0;
}



.new-link:hover::before {
  transform: translateX(100%);
}

.main-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(42rem, 1fr));
  text-align: center;
}

div {
  position: relative;
}

.left-section, .right-section {
  padding: calc(4vw + 0.5rem);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
/* ------------------------------------------- responsive glitches ---------------------------- */
@media (min-width: 1024px) {
  .main-section img {
    margin: 0;
  }
  .left-section::after {
    content: '';
    display: block;
    width: 0.5px;
    height: 95%;
    background: rgb(240 240 240);
    position: absolute;
    right: 0px;
    top: 0px;
}
}

@media (max-width: 768px) {
  .app-section:nth-child(odd) .main-section .left-section {
    order: 1;
}
  .main-section {
    grid-template-columns: repeat(auto-fill, minmax(37rem, 1fr)) !important;
  }

  .preferences {
    top: 41px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .single-app--slogan {
    width: 100%;
  }

  .single-app--title {
    margin-top: 30px;
    font-size: 25px;
  }

  .single-app--description span {
    font-size: 12px;
    margin-right: 9px;
  }

  .preferences .nav-tabs {
    overflow: auto;
    white-space: nowrap;
  }

  .preferences .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  .preferences .nav {
    display: block !important;
  }

  .nav-tabs .nav-link {
    display: inline-block;
  }

  .app-slogan {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .getButton {
    border-radius: 5px;
  }

  .logo3,
  .logo4 {
    display: none !important;
  }

  .logo1 {
    position: fixed;
    top: 5px;
    left: 15px;
    width: 110px !important;
    display: block !important;
    z-index: 4000;
  }

  .logo2 {
    position: fixed;
    top: 4px;
    right: 20px;
    width: 110px !important;
    display: block !important;
    z-index: 4000;
  }

  .navbar-brand--mobile {
    display: block !important;
  }

  .SearchApp {
    border-left: 0 !important;
    border-right: 0 !important;
    padding-right: 0;
    padding-left: 0;
  }

  .contact-us {
    position: relative !important;
    text-align: center !important;
  }
}

@media (max-width: 560px) {
  .app-section .border-bottom .bg-blur {
    left: 10%;
  }

  .app-section .border-bottom {
    padding: 0;
    padding-bottom: 6%;
  }

  .main-section {
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr)) !important;
  }
}

.dark-theme {
  background: var(--primeDark);
}

.footer-02 .subscribe {
  margin-top: -30px;
}

.footer-02 .subscribe-form {
  border-radius: 40px;
  background: #fff;
  padding: 3px;
  -webkit-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
}

.footer-02 .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-02 .subscribe-form .form-group input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 16px;
  height: 56px;
  border-radius: 0;
  margin-bottom: 0;
}

.footer-02 .subscribe-form .form-group .submit {
  color: #fff !important;
  display: block;
  width: 150px;
  height: 56px;
  font-size: 14px;
  /* background: #bfa88e !important; */
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 40px;
  background: linear-gradient(90.1deg, rgba(84, 212, 228, 1) 0.2%, rgba(68, 36, 164, 1) 99.9%) !important;
}

.invalid-feedback {
  transition: all 300ms ease-in-out;
  position: absolute;
}

footer * {
  color: rgb(255, 255, 255, 0.7);
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}


footer a i {
  margin-right: 1rem;
  position: relative;
}

footer li {
  line-height: 2.5;
  text-transform: capitalize;
}

footer a:hover {
  color: var(--secondaryBlue);
}

footer a:hover~footer a i::after {
  content: '';
  display: block;
  background: var(--secondaryBlue);
  width: 2rem;
  height: 2rem;
  border-radius: 10rem;

}

.partner-name i {
  font-size: 30px;
  margin: 0px 10px;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block;
}



.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.terms a+a,
.terms a+span,
.terms a+span+a {
  margin-left: 15px;
  border-left: 1px solid whitesmoke;
  padding-left: 15px;
}

.terms {
  flex-wrap: wrap;
}

.copyright span {
  margin-left: 20px;
  border-left: 1px solid whitesmoke;
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
}

.gap-50 {
  gap: 20px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
/* .video-wrapper::after {
  content: '';
  display: block;
  background: #ffffff4d;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  filter: blur(6px);
  backdrop-filter: blur(2px);
} */
.timeline-bg {
  background: url(../image/dsrt.jpg) no-repeat;
  background-position: center;
}
.video-wrapper img {
  max-width: 100%;
  position: absolute;
}
/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

footer.footer-02.dark-theme {
  z-index: 3;
  position: relative;
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.animated-text {
  display: inline-block;
  animation: slide 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-weight: 600;
}

.banner-chamber ul {
  display: flex;
  flex-flow: column;
  text-align: center;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .2);
  background: url(../image/bannersvg.webp);
  border-radius: 20px;
  padding: 15px;
  justify-content: center;
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  animation: up-down 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  border: 3px dashed rgba(13, 110, 253, .25);
  z-index: 2000;
}

.banner-chamber ul::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #ffffff59; */
  z-index: -2;
  filter: blur(1px);
  backdrop-filter: blur(2px);
}

@keyframes up-down {
  from {
    opacity: 0;
    transform: translateY(-15%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

.title-chamber {
  position: relative;
}

.title {
  text-transform: uppercase;
  position: absolute;
  font-size: calc(10vw + 1rem);
  color: white;
  text-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px;
  font-weight: 900;
  width: 100%;
  text-align: center;
}

.title sup {
  position: absolute;
  bottom: auto;
  font-size: 60%;
  line-height: 80%;
  height: 34%;
  top: 0;
}

.title-copy1 {
  left: 3px;
  top: 0px;
}

.title-copy2 {
  left: 7px;
  top: 0px;
}

.outer-chamber {
  display: table;
  margin: auto;
  width: 100%;
  min-height: 300px;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 75%;
  animation: fade-up-slow 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes fade-up-slow {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }

  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}

.title-chamber {
  min-height: 300px;
  overflow: hidden;
}

.app-section:nth-child(even){
  background-color: #CDDCDC;
  background-image: radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-blend-mode: screen, overlay;
}

.app-section:nth-child(odd) {
  background-image: linear-gradient(45deg, #93a5cf -90%, #e4efe9 100%);
}

.task {
  /* background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%); */

}

.bk-mrk {
  /* background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%); */
}

.sld2,
.jlpt {
  /* background-image: linear-gradient(174.2deg, rgba(255, 244, 228, 1) 7.1%, rgba(240, 246, 238, 1) 67.4%) !important; */
  /* padding: 2% 0%; */
}

.slk-sldr {
  /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
}

.app-grp * {
  color: white;
}

.app-grp::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.233);
  filter: blur(35px);
  backdrop-filter: blur(10px);
}

.store a {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  transition: all 300ms linear;
  flex-direction: column;
  gap: 6px;
}

.store a:nth-child(1) {
  /* display: none; */
}

.store a:hover {
  transform: scale(1.4);
}

.store {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

sub.sub {
  color: var(--bs-primary);
  text-transform: capitalize;
  font-weight: 500;
}

.search-filter-result {
  position: absolute;
  top: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  background: rgb(255 255 255 / 90%);
  margin-top: -17px;
  border-radius: 0 0 30px 30px;
  display: none;
  overflow: hidden;
}


.search-filter-result::before {
  content: "";
  display: block;
  background: #ffffff9c;
  filter: blur(35px);
  backdrop-filter: blur(40px);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100px;
  right: 0px;
}

.search-filter-result ul {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 2.5px dashed;
  border-radius: 0 0 30px 30px;
  max-height: 400px;
  overflow-y: auto;
  transition: all 300ms linear;
}

.search-filter-result li a {
  list-style-type: none;
  padding: 12px 20px;
  transition: all 300ms linear;
  position: relative;
  left: 0;
  transition: all 300ms linear;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: var(--primeDark);
  text-transform: capitalize;
}

.SearchApp input:focus+.search-filter-result {
  display: block;
}

.search-filter-result li a:hover {
  background: white;
}

.search-filter-result li a::after {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
}

.search-filter-result li a:hover::after {
  transition: all 300ms linear;
  left: 8px;
  background: #7c00f7;
}

.icon-chamber svg {
  z-index: 2;
  position: absolute;
  background: white;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  border-radius: 10rem;
  left: 1.5rem;
  top: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.road-wrapper {
  position: relative;
  width: 100%;

}

/* .road-wrapper::after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.681);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  filter: blur(100px);
  backdrop-filter: blur(50px);
  border-radius: 1.5rem;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
} */

/* .img-chamber {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.img-chamber img {
  width: 100vw;
  height: 100vh;
}

.stop svg {
  fill: white;
  width: 15rem;
  height: 15rem;
}

.pointer {
  cursor: pointer;
}

.stop {
  display: grid;
  place-items: center;
}

.img-chamber {
  display: inline-block;
}

span {
  display: block;
}

span.time-desc {
  position: absolute;
  cursor: pointer;
}

.time-desc p {
  text-align: center;
  color: white;
  font-weight: bold;
  position: relative;
  top: -0.8rem;
}

.time-desc span {
  width: 6.5rem;
  position: absolute;
  font-size: 0.8rem;
  left: -35px;
  text-align: center;
  text-transform: capitalize;
  top: 2rem;
}

.stop.stop1 {
  position: absolute;
  bottom: 17rem;
  left: 0;
}

.stop.stop2 {
  position: absolute;
  left: 16rem;
  bottom: 25rem;
}

.dropdown-caret {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  transform: rotate(180deg) translateX(-50%);
  position: relative;
  bottom: -23px;
  left: 39%;
}

.rs-tooltip {
  background: white;
  position: absolute;
  bottom: calc(100% + 6rem);
  transform: translateX(-50%);
  font-size: 0.8rem;
  min-width: 11rem;
  padding: 0.8rem;
  top: -19rem;
  left: 50%;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: none;
}

.desc-chamber {
  text-align: center;
}

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

.timeline-wrapper {
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}

.timeline-wrapper sup {
  text-transform: uppercase;
  color: var(--primeBlue2);
}
.timeline li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: var(--primeBlue2);
  border-radius: 10rem;
  position: relative;
  z-index: 2000;
  border: 0.3rem solid var(--white);
  box-shadow: 0rem 0rem 0rem 0.2rem var(--primeBlue2);
}

.rs-d-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.c-card {
  background: var(--white);
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.road {
  height: 100vh;
  background: black;
  width: 5rem;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  box-shadow: 0rem 0rem 0rem 0.8rem white;
}
.road::after {
  content: '';
  display: block;
  width: 0rem;
  height: 100%;
  background: black;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  border-right: 0.5rem dashed white;
}
.timeline-container {
  position: relative;
}
.timeline-container ul {
  position: absolute;
  top: 2rem;
  left: calc(50% + 7rem);
  width: 30%;
}
.timeline-container ul li {
  background: var(--secondaryBlue);
  padding: 1rem;
  border-radius: 1rem;
}
/* .timeline-container ul li::before {
  background: #e0e5ec7d;
  backdrop-filter: blur(50px);
  content: "";
  display: block;
  width: calc(100% + 1.5rem);
  min-height: 212px;
  position: absolute;
  left: -1.5rem;
} */
.description {
  font-size: 85%;
  opacity: 0.65;
  font-style: italic;
  letter-spacing: 0.02rem;
  margin-top: 0.5rem;
}
.app-developer {
  display: inline-block;
  font-weight: bold;
}
.timeline-container li div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.timeline-container li div.app-name {
  font-size: 1.8rem;
}
.app-developer {
  color: #FE1010;
}
* {
  font-family: "Fira Sans", sans-serif;
}
#itemList li {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  width: 130px;
  text-align: center;
}

.developer-title {
  font-size: 80%;
}
.mile-stone svg {
  fill: green;
}
.mile-stone-head {
  background: #ffae10;
  display: inline-block;
  font-size: 80%;
  border-radius: 150px 150px 0px 0px;
  width: 100%;
  text-align: center;
  height: 100%;
  padding-top: 35px;
}
.mile-stone-body {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  padding: 10px;
  min-height: 250px;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  gap: 20px;
  background: var(--white);
}
.app-title {
  font-weight: bold;
  margin-top: 10px;
}
.mile-stone {
  position: relative;
  left: 50%;
}
.mile-stone::before {
  content: "";
  display: block;
  background: #000;
  width: 200%;
  height: 50px;
  position: absolute;
  left: -50%;
  top: 100%;
  box-shadow: 0px -10px 0px 0px #ffae10, 0px 10px 0px 0px #ffae10,
0px 0px 0px 0px black;
  z-index: 1;
  /* min-width: 366px; */
}
.mile-stone::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  border-top: 2.5px dashed white;
  position: absolute;
  left: -50%;
  bottom: -25px;
  z-index: 2;
  min-width: 255px;
}
.left-chedi,
.right-chedi {
  position: absolute;
  /* z-index: -1; */
  bottom: 2px;
}
.left-chedi {
  left: -30px;
  transform: rotate(-40deg) scale(1.3);
}
.right-chedi {
  left: 100%;
  transform: rotate(40deg) scale(1.3);
}
ul#itemList {
  padding: 12rem 0rem 0rem;
  display: flex;
  gap: 130px;
  flex-wrap: wrap;
  max-width: 74rem;
  margin: 0 auto;
}
.app-date svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  width: 25px;
}

.app-date span {
  height: 26px;
}
.app-date img {
  position: absolute;
  top: -36px;
  transform: rotate(-45deg) translateX(-50%);
  padding: 1px;
  width: 25px;
  height: 25px;
  left: 48%;
  /* animation: launch 900ms linear infinite; */
}
@keyframes launch {
 from {
   top: -50px;
 } 
 to {
   top: -100px;
 } 
}


/* ((*(*(*(*(*(*(*(*(*(*(*(*(*(*(*(*(* 5TH CHILD *)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)) */
#itemList li:nth-child(5)::after {
  content: '';
  display: inline-block;
  width: 270px;
  height: 491px;
  background-color: transparent;
  border-radius: 0px 400px 400px 0;
  z-index: 3;
  right: auto;
  position: absolute;
  left: 100%;
  border: 50px solid black;
  border-left: 0;
  box-shadow: 11px 0px 0px 10px #ffae11, inset -11px 0px 0px 10px #ffae11;
  top: 311px;
}
#itemList li:nth-child(5)::before {
  content: "";
  display: inline-block;
  width: 247px;
  height: 443px;
  background: transparent;
  border-radius: 0px 400px 400px 0;
  z-index: 4;
  right: auto;
  position: absolute;
  left: 100%;
  border: 2.5px dashed white;
  border-left: 0;
  top: 334px;
}
#itemList li:nth-child(5) .mile-stone::before, #itemList li:nth-child(10) .mile-stone::before {
  max-width: 150px;
}

/* ((*(*(*(*(*(*(*(*(*(*(*(*(*(*(*(*(* 6TH CHILD *)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)) */
#itemList li:nth-child(6)::after {
  content: '';
  display: inline-block;
  width: 270px;
  height: 491px;
  background-color: transparent;
  border-radius: 0px 400px 400px 0;
  z-index: 3;
  right: auto;
  position: absolute;
  left: -100%;
  border: 50px solid black;
  border-left: 0;
  box-shadow: 11px 0px 0px 10px #ffae11, inset -11px 0px 0px 10px #ffae11;
  top: 311px;
  transform: rotateY(-180deg);
}
#itemList li:nth-child(6)::before {
  content: "";
  display: inline-block;
  width: 247px;
  height: 443px;
  background: transparent;
  border-radius: 0px 400px 400px 0;
  z-index: 4;
  right: auto;
  position: absolute;
  left: -82%;
  border: 2.5px dashed white;
  border-left: 0;
  top: 334px;
  transform: rotateY(-180deg);
}
#itemList li:nth-child(6) .mile-stone::before, #itemList li:nth-child(11) .mile-stone::before {
  left: 50%;
}

/* ((*(*(*(*(*(*(*(*(*(*(*(*(*(*(*(*(* 15TH CHILD *)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)) */
#itemList li:nth-child(15)::after {
  content: '';
  display: inline-block;
  width: 270px;
  height: 491px;
  background-color: transparent;
  border-radius: 0px 400px 400px 0;
  z-index: 3;
  right: auto;
  position: absolute;
  left: 100%;
  border: 50px solid black;
  border-left: 0;
  box-shadow: 11px 0px 0px 10px #ffae11, inset -11px 0px 0px 10px #ffae11;
  top: 311px;
}
#itemList li:nth-child(15)::before {
  content: "";
  display: inline-block;
  width: 247px;
  height: 444px;
  background: transparent;
  border-radius: 0px 400px 400px 0;
  z-index: 4;
  right: auto;
  position: absolute;
  left: 100%;
  border: 2.5px dashed white;
  border-left: 0;
  top: 334px;
}
#itemList li:nth-child(15) .mile-stone::before, #itemList li:nth-child(20) .mile-stone::before {
  max-width: 170px;
}
/* ((*(*(*(*(*(*(*(*(*(*(*(*(*(*(*(*(* 6TH CHILD *)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)*)) */
#itemList li:nth-child(16)::after {
  content: '';
  display: inline-block;
  width: 270px;
  height: 491px;
  background-color: transparent;
  border-radius: 0px 400px 400px 0;
  z-index: 3;
  right: auto;
  position: absolute;
  left: -100%;
  border: 50px solid black;
  border-left: 0;
  box-shadow: 11px 0px 0px 10px #ffae11, inset -11px 0px 0px 10px #ffae11;
  top: 311px;
  transform: rotateY(-180deg);
}
#itemList li:nth-child(16)::before {
  content: "";
  display: inline-block;
  width: 247px;
  height: 443px;
  background: transparent;
  border-radius: 0px 400px 400px 0;
  z-index: 4;
  right: auto;
  position: absolute;
  left: -82%;
  border: 2.5px dashed white;
  border-left: 0;
  top: 334px;
  transform: rotateY(-180deg);
}
#itemList li:nth-child(16) .mile-stone::before, #itemList li:nth-child(21) .mile-stone::before {
  left: 50%;
}
.about-us::before {
  content: '';
  display: block;
  background: #ffffff5c;
  backdrop-filter: blur(20px);
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.goto-index {
  position: fixed;
  z-index: 2000;
}
.about-banner {
  position: relative;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  min-height: 700px;
  align-items: center;
  text-align: center;
  background: #ffffffad;
}
.left-side, .right-side {
  flex: 0 50%;
}
.image-chamber img {
  max-width: 400px;
}
.big-font {
  font-size: 6rem;
  font-weight: 700;
  text-transform: capitalize;
}
.left-side p {
  opacity: 0.4;
  font-weight: 500;
}
.brand-logo {
  position: absolute;
  z-index: 2000;
  left: 18rem;
  top: 4rem;
  max-width: 7rem;
  background: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.about-us .section-1 {
  background: #ffd54f;
}
.about-us .section {
  z-index: 99;
  padding: 5rem;
  min-height: 30rem;
  vertical-align: middle;
  position: relative;
}
.about-title {
  color: #d3b146;
  font-size: 5rem;
  font-weight: 800;
}
.about-title+p b {
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: 0.5px;
}
.about-title+p, .text-box ul li{
  font-size: 0.85rem;
  width: 60%;
  line-height: 1.8;
}
.target-about {
  width: 18rem;
  height: 18rem;
}
.wrapper {
  max-width: 84rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-us .section-2 {
  background: white;
}

.section-2 .about-title {
  color: #000;
}
.text-box {
  flex: 0 50%;
}
ul{
  list-style: none;
}

.main-section h2 {
  text-transform: capitalize;
  font-weight: 800;
  margin: 2rem 0rem;
}
.main-section p {
  font-size: 95%;
  max-width: 26rem;
  line-height: 1.8;
  color: var(--bs-secondary);
}
.bg-blur img {
  max-width: 100%;
}
/* #tcc {
  background-color: #dfe4ff;
  background-image: linear-gradient(43deg, #dadef4 0%, #ffffff 100%);
}
#excelinExams {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
} */