.jalso-hero-container {
  background: linear-gradient(135deg, #EE9AE5 0%, #5961F9 100%)
}

.show-modal {
  font-size: 2rem;
  font-weight: 600;
  padding: 1.75rem 3.5rem;
  margin: 5rem 2rem;
  border: none;
  background-color: #fff;
  color: #444;
  border-radius: 10rem;
  cursor: pointer;
}

.close-modal {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 5rem;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}

h1 {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

h1 span {
  color: #9F52F4;
  font-weight: 600;
}


p {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: #3D455C;
  margin-bottom: 3rem;
}

/* -------------------------- */
/* CLASSES TO MAKE MODAL WORK */
.hidden {
  display: none;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
  background-color: white;
  padding: 6rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
  text-align: center;
  position: fixed;
  border-radius: 3rem;
}

.overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
  position: fixed;
}

/**************************/
/* HEADER */
/**************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

/**************************/
/* NAVIGATION */
/**************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  transition: all 0.3s;
  /* padding-bottom: 0.5rem; */
  border-bottom: 2px solid transparent;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #ffffffb2;
  border-bottom: 2px solid #fff;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 3.4rem;
  border-radius: 10px;
  color: #2A53C8;
  background-color: #FFFFFF;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #ffffffb2;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/**************************/
/* HERO SECTION */
/**************************/

.section-hero {
  padding: 20rem 0 15rem 0;
  position: relative;
  overflow: hidden;
}

.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 6.4rem;
  align-items: center;
}

.hero-description {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.9rem;
  color: #FFFFFF;
}

.hero-img {
  width: 100%;
}

.hero-img-box {
  position: absolute;
  bottom: 0%;
  width: 400px;  
}

.downalod-app {
  display: flex;
}

.downalod-app-box {
  width: 18rem;
  height: 5.2rem;
}

.downalod-app-box:first-child {
  margin-right: 3rem;
}


/**************************/
/* STEP SECTION */
/**************************/

.section-step {
  padding: 12rem 0;
}

.step-number {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #BA82F7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  font-family: 'Ubuntu', sans-serif;
}

.step-description {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
  font-family: 'Ubuntu', sans-serif;
  color: var(--tertiary-color);
  margin-bottom: 3rem;
}

.step-description span {
  font-weight: 600;
}

.step-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}

.step-img {
  width: 80%;
}



/**************************/
/* CATEGORY SECTION */
/**************************/

.section-category {
  background-color: var(--secoundry-color);
}

.section-category .section-title {
  color: #fff;
  text-align: center;
  padding-top: 5rem;
  margin-bottom: 3rem;
}

.section-category .heading-primary {
  padding-top: 3rem;
  padding-bottom: 5rem;
  margin-bottom: 0;
  text-align: center;
}

.category-container {
  padding: 9.6rem;
}

.category {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #1E3264;
  color: #fff;
  padding: 1.3rem 0 8.8rem 1.3rem;
  position: relative;
  border-radius: 8px;
  font-family: 'Hind Vadodara', sans-serif;
}

.category-box-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  /* padding: 1.6rem 1.6rem 5rem 1.6rem; */
  padding-bottom: 5rem;
}

/**************************/
/* TESTIMONIAL SECTION */
/**************************/

.jalso-testimonial-slider {
  padding: 12rem 0;
  position: relative;
}

.carousel-inner {
  padding: 0 0 5rem 0;
}

.card {
  border-radius: 1.6rem;
  border: 1px solid #C8D4F4;
  position: relative;
}

.card:hover{
  filter: drop-shadow(0px 17px 30px rgba(29, 78, 213, 0.11));
}

.testimonial-video {
  border-radius: 1.6rem 1.6rem 0 0;
}

.card-body {
  text-align: center;
}

.card-title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #14171F;
}

.card-text {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: #858FAD;
}

.jalso-control {
  top: unset;
  bottom: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(172, 172, 172, 0.25));
}

.mobile-item {
  display: none !important;
}

button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

button:hover::before {
  display: inline-block;
}


/**************************/
/* EXPLORE */
/**************************/

.explore {
  padding-bottom: 12rem;
}

.explore-bg {
  background: linear-gradient(135deg, #CE9FFC 0%, #7367F0 100%);
  border-radius: 3rem;
}

.explore-text-contact {
  text-align: center;
  margin: auto;
  padding: 6rem 2rem;
}

.explore-btn a:first-child {
  margin-right: 3rem;
}

.explore-btn {
  width: max-content;
  margin: auto;
}
.explore-btn a:hover{
  color: #9F52F4;
}

.coming-box {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-top: 1rem;
}


/**************************/
/* FOOTER */
/**************************/

.copyright-col p {
  font-size: 1.3rem;
  line-height: 1.7;
}

.footer {
  padding: 5rem 0 9.8rem 0;
  border-top: 1px solid #eee;
  color: #E0E3EB;
  background-color:#0E021C;
}

.grid--footer {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer .downalod-app-box:first-child {
  margin-bottom: 1.6rem;
}

.footer .list-group-item {
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2B293D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .list-group-item:not(:last-child) {
  margin-right: 1.6rem;
}

.footer .list-group {
  flex-direction: row;
}

.copyright-col {
  display: flex;
  justify-content: space-between;
}

.term-box {
  display: flex;
}

.term-box p:first-child {
  margin-right: 1.4rem;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #E0E3EB;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
  color: #fff;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  transition: all 0.3s;
  color: #E0E3EB;
}

.footer-link:link svg,
.footer-link:visited svg{
  color: #fff;
}

.footer-link:hover,
.footer-link:active {
  color: #E0E3EB;
}

.footer-link:hover svg,
.footer-link:active svg{
  color: #CA9FF9;
}


.copyright-col p {
  color: #CFCFCF;
}


.alert {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  background: #1F232E;
  margin: 0;
  padding: 3rem;
  text-align: center;
  position: absolute;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.alert-dismissible .close {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}