html {
  font-size: 16px;
}

button {
  color: black;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

* {
  font-family: "Inter", sans-serif;
}

.navbar {
  width: 100%;
  display: flex;
  padding: 1.25rem 8vw;
  justify-content: space-between;
  align-self: stretch;
  border-bottom: 0.5px solid black;
}

.navbar-links {
  position: relative;
}

.navbar-links ul {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  align-items: center;
}

.navbar-links ul li {
  display: flex;
  padding: 0.5rem 0.75rem;
  align-items: flex-start;
  gap: 0.5rem;
}

.navbar-links ul li button {
  display: flex;
  height: 2.125rem;
  padding: 1rem 0.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border: none;
  border-radius: 0.5rem;
  background: #15312e;
  color: #fff;
}

.nav-link {
  margin-right: 40px !important;
}

.contact-us-btn {
  display: flex;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  background: #15312e;
  color: #fff;
}

.main-video-container {
  background: linear-gradient(#fff, #f9c06f);
  display: flex;
  padding: 7rem 3rem 3.5rem 3rem;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
}

.video-screen {
  /* background-color: rgb(185, 185, 240); */
  display: flex;
  width: 100%;
  /* padding: 1.5rem; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 25px;
  position: relative;
}

.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 1.5rem; */
  background: rgba(0, 0, 0, 0.5);
}

.video-screen-texts {
  display: flex;
  /* width: 75rem; */
  width: 83vw;
  /* padding-bottom: 3.5rem; */
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  /* gap: 3rem; */
  flex: 1;
  bottom: 4vw;
  left: 5%;
}

.video-text {
  color: #fff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  width: 50vw;
  /* max-width: 720px; */
}

.video-screen-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.req-demo {
  display: flex;
  height: 3.5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #f9c06f;
  border: none;
  width: 200px;
  transition: width 0.5s ease-in-out;
  white-space: nowrap;
  justify-content: space-between;
}

.req-demo .btn-icon {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.req-demo:hover {
  width: 170px;
}

.req-demo:hover .btn-icon {
  opacity: 0;
}

.pause-video {
  color: rgba(255, 255, 255, 0.48);
  font-size: 1.2375rem;
  background: transparent;
  border: none;
}

.video-caption {
  font-size: 1.5rem;
}

.media-partners {
  display: flex;
  width: 83vw;
  padding: 6rem 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  align-self: stretch;
  margin: auto;
  overflow: hidden;
}

.media-partners p {
  color: #15312e;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.0275rem;
}

.logo-carousel {
  display: inline-flex;
  align-items: flex-start;
  gap: 3.5rem;
}

.grids {
  padding: 6rem 0;
}

.grids .upper-text {
  width: 83vw;
  margin: auto;
  max-width: 1196px;
}

.grids .upper-text h1 {
  align-self: stretch;
  color: #15312e;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.grids .upper-text p:first-child {
  padding-top: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.35rem;
  color: #15312e;
}

.feature-grids {
  padding: 4rem 0;
}

.feature-grid-row {
  width: 83vw;
  gap: 0.75rem;
  height: 16.25rem;
  display: flex;
  /* margin: auto; */
  margin-top: 0.75rem;
  max-width: 1196px;
}

.feature-grid {
  background-color: purple;
  height: 100%;
  display: flex;
  padding: 2rem;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  background-color: #15312e;
  border-radius: 0.75rem;
  color: white;
}

.feature-grid.first {
  background: linear-gradient(135deg, #f9c06f, 2%, #15312e);
  justify-content: flex-end;
  position: relative;
}

.feature-grid.first img {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 5%;
  filter: grayscale(100%);
}

.feature-grid.last {
  background: linear-gradient(3155deg, #f9c06f, 2%, #15312e);
  justify-content: flex-end;
  position: relative;
}

.feature-grid.last img {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: -10%;
  filter: grayscale(100%);
}

.feature-grid h2 {
  margin-top: 52px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.feature-grid p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.how-it-works {
  padding: 0rem 0rem 6rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  /* width: 75rem; */
  width: 83vw;
  max-width: 1196px;
  margin: auto;
}

.how-it-works h1 {
  align-self: stretch;
  color: #15312e;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
  line-height: 3.5rem;
}

.how-it-works-content {
  display: flex;
  gap: 4.5rem;
  width: 100%;
}

.how-it-works-content .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  align-self: stretch;
  width: 50%;
}

.how-it-works-text {
  display: flex;
  align-items: center;
  gap: 2rem;
  align-self: stretch;
}

.how-it-works-text p {
  margin: 0;
  color: #15312e;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.how-it-works-content .left .buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.how-it-works-content .left .buttons input {
  height: 3.5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #000;
  width: 20.1875rem;
}

.how-it-works-content .right {
  width: 50%;
  display: flex;
}

.how-it-works-content .right img {
  width: 100%;
  height: 100%;
}

.get-started {
  display: flex;
  /* padding: 6.5rem; */
  padding: 7.23vw;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  align-self: stretch;
  background-color: #15312e;
}

.get-started .upper {
  display: flex;
  /* width: 75rem; */
  width: 83vw;

  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin: auto;
}

.upper h1 {
  color: #fff;
  font-size: 3.23125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.78125rem; /* 117.021% */
  letter-spacing: -0.06875rem;
  text-align: center;
}

.upper p {
  width: 50%;
  margin: auto;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7875rem; /* 130% */
  letter-spacing: -0.0275rem;
}

.get-started .buttons {
  display: flex;
  /* width: 75rem; */
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.contact-us {
  display: flex;
  height: 3.5rem;
  padding: 1rem 1.5rem;
  align-items: flex-start;
  gap: 0.25rem;
  border-radius: 0.5rem;
  background: #fff;
  border: none;
  box-shadow: 0px 1px 2px 0.5px rgba(0, 0, 0, 0.1),
    0px 1px 4px 0px rgba(0, 0, 0, 0.05), 0px 0px 1px 0px rgba(0, 0, 0, 0.16);
}

.footer {
  background-color: #041715;
  display: flex;
  padding: 6.5rem;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}

.footer-content {
  display: flex;
  align-items: flex-start;
  gap: 12.3125rem;
  width: 100%;
  max-width: 1196px;
}

.footer-logo {
  display: flex;
  padding-right: 10rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1 0 0;
  align-self: stretch;
}

.footer-logo img {
  width: 9.3125rem;
  height: 3.25rem;
}

.footer-logo p {
  color: #ffffff58;
  font-family: Inter;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: -0.01875rem;
}

.footer-links-batch {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  flex: 1 0 0;
}

.footer-links {
  display: flex;
  height: 10.625rem;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  color: #ffffff58;
  white-space: nowrap;
}

.footer-links p {
  font-size: 0.925rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.industries-usecases {
  display: flex;
  padding: 6rem 0;
  flex-direction: column;
  gap: 3.9375rem;
  background-color: #15312e;
}

.industry-heading {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 83vw;
  max-width: 1196px;
  gap: 0.75rem;
  margin: 0 auto;
}

.industry-heading p {
  color: #fff;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35rem; /* 120% */
  letter-spacing: -0.0225rem;
}

.usecases {
  display: flex;
  width: 83vw;
  margin: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1196px;
}

.usecases-tabs {
  display: flex;
  align-items: flex-start;
  gap: 2.25rem;
  align-self: stretch;
}

.usecases-tabs p {
  color: rgba(255, 255, 255, 0.24);
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 133.333% */
  letter-spacing: -0.04rem;
  text-decoration: none;
  cursor: pointer;
}

.usecases-tabs .active {
  /* text-decoration: underline; */
  border-bottom: 2px solid;
  border-bottom-color: #fff;
  color: #fff;
}

.box-cover {
  border-radius: 0.75rem;
  border: 8px solid rgba(255, 255, 255, 0.04);
  background: #254340;
  min-height: 30rem;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
  display: flex;
}

.box-cover .left {
  width: 50%;
}

.box-cover .right {
  display: flex;
  align-items: end;
}

.tab-image {
  overflow: hidden;
  background-size: cover;
  max-height: 19rem;
}

#tabImage {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tab-content {
  display: flex;
  padding: 3.5rem;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}

.header-b2b {
  color: #fff;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: -0.04rem;
}

.text-white {
  font-size: 1.4em;
  font-weight: 100;
}

.user-review {
  display: flex;
  padding: 6rem 6.5rem;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
}

.user-text {
  display: flex;
  width: 55vw;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7875rem; /* 130% */
  letter-spacing: -0.0275rem;
  overflow: scroll;
}

.user-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.2;
  cursor: pointer;
}

.boxes .active {
  opacity: 1;
}

.user-designation {
  color: #b2b1b8;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.0225rem;
  text-align: center;
}

.user-name {
  color: #fff;
  font-family: Inter;
  font-size: 1.11875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.0225rem;
}
.slide-show {
  border: 8px solid rgba(21, 49, 46, 0.08);
}

.slides-show .slide {
  width: 83vw;
  margin: 6rem auto;
  height: 40rem;
  border-radius: 0.75rem;
  position: relative;
}

.slide p {
  color: #fff;
  align-self: stretch;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem; /* 116.667% */
  position: absolute;
  left: 5%;
  bottom: 10%;
}

.slide1 {
  background-image: url(./assetsNew/slideshow1.jpeg);
  background-size: cover;
}

a {
  all: unset;
  cursor: pointer;
}

.textContainer {
  padding: 3.5rem 0;
  width: 83vw;
  max-width: 1196px;
  /* width: 100vw; */
  margin: auto;
}

.page-route {
  margin-bottom: 3.5rem;
  color: #15312e;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
}

.page-route span {
  color: grey;
}

.modal-content {
  background: linear-gradient(#fff 60%, #f9c06f);
}

.modal-footer .btn-secondary {
  background-color: #fff;
  color: black;
  border: none;
}

.modal-footer .submitBtn {
  background-color: #15312e;
  color: #fff;
  border: none;
}

#myVideo {
  object-fit: cover;
}

.ravi-video {
  height: 74vh;
  width: 75vw;
}

#video-player{
  display: block;
}

#image-description{
  display: none;
}

@media only screen and (max-width: 1100px) {
  .how-it-works-content {
    flex-direction: column;
  }

  .how-it-works-content .left,
  .how-it-works-content .right {
    width: 90%;
    margin: auto;
  }
  .feature-grid-row {
    flex-direction: column;
    height: fit-content;
  }
  .feature-grid {
    width: 70% !important;
    margin: auto;
  }
  .feature-grid.first img {
    width: 30%;
  }
  .feature-grid.last img {
    /* width: 30%; */
    display: none;
  }
  .footer-content,
  .footer-links-batch {
    flex-direction: column;
  }
}

@media only screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
  .how-it-works-content .left .buttons {
    flex-direction: column;
    align-items: start;
  }

  .video-screen {
    height: 60vh;
  }

  .industry-usecases {
    padding: 2rem 0;
    gap: 2rem;
  }

  .usecases {
    margin: 0 auto;
  }

  .tabContent {
    padding: 1rem 3.5rem;
  }

  .pause-video span {
    display: none;
  }

  .feature-grid {
    width: 100% !important;
  }

  .tab-content {
    margin-top: 20px;
  }

  #image-description {
    flex-direction: column;
  }

  .box-cover .left,
  .box-cover .right {
    width: 100%;
  }
}

@media only screen and (max-width: 770px) {
  .industries-usecases {
    height: fit-content;
  }

  .industry-heading p {
    width: fit-content;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 390px) {
  .req-demo {
    width: 50vw;
    padding: 1rem 5vw;
  }

  .get-started .buttons {
    flex-direction: column;
  }

  .req-demo:hover {
    width: 42vw;
  }
}
