@import url("https://fonts.googleapis.com/css2?family=Poppins:ital@0;1&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --orange: #da722c;
  --blue: #057ada;
  --light-blue: #6f7dfb;
  --white: #e8f7fb;
  --light-black: #023047;
  --black: #070917;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
.bg-bluish {
  background: linear-gradient(-180deg, #6f7dfb 15%, #26308c 85%);
  /* height: 100vh; */
}
.btn-orange {
  background-color: var(--orange);
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 16px;
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
}
.btn-orange:hover {
  background-color: #af5c24;
}

/* --------Header---------- */
header {
  margin-top: 10px;
  background: #6e7cfa;
  height: 74px;
  z-index: 10;
}
.navbar-nav {
  gap: 4rem;
  align-items: center;
}
.navbar-brand {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 2.5rem;
}
.nav-link {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.enrol {
  background-color: var(--light-black);
}
.enrol:hover {
  background-color: #0c4b6b;
}

/* -------------About Section------------- */
.about-section {
  height: 100vh;
  max-height: 670px;
}
.about-left {
  margin-top: 32%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
}
.btn-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.btn-orange p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.about-left h1 {
  /* font-family: "Raleway", sans-serif; */
  font-weight: 900;
  font-size: 3.125rem;
}
.about-left p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.about-right {
  display: flex;
  height: 100%;
  align-items: end;
  justify-content: end;
}
.right {
  /* position: relative; */
  /* height: 100vh; */
  width: 40%;
  padding-bottom: 13%;
}
.students-enrolled,
.rating {
  background: #fff;
  color: #000;
  width: 12.875rem;
  height: 5.625rem;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 12px 12px 2px 1px var(--light-black);
}
.students-enrolled {
  /* position: absolute; */
  /* top: 23%; */
  /* left: 7%; */
  margin-bottom: 61%;
  margin-left: 14%;
}
.students-enrolled h2 {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--light-black);
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.students-enrolled p {
  color: var(--light-black);
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.rating {
  /* position: absolute; */
  /* left: 0; */
  /* bottom: 31%; */
  width: 11.437rem;
}
.rating div h2 {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--light-black);
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.rating p {
  color: var(--light-black);
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

/* ------------Service Section---------- */
.home-section {
  padding: 50px 0;
}
.testimonial {
  box-shadow: 0 0 20px rgb(155, 155, 155);
  border-radius: 15px;
  width: 85%;
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.testimonial p {
  color: #fff;
  background: var(--light-blue);
  border-radius: 15px;
  padding: 20px 20px;
  /* font-family: "Raleway", sans-serif; */
  font-size: 1.125rem;
  font-weight: 900;
}
.testimonial h5 {
  margin: 0 20px;
  margin-top: 32px;
  /* font-family: "Raleway", sans-serif; */
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--light-black);
}
.testimonial span {
  color: var(--light-black);
  margin: 0 20px;
  /* font-family: "Raleway", sans-serif; */
  font-size: 1.125rem;
}
.testimonial img {
  position: absolute;
  right: 14px;
  bottom: 2px;
  border-radius: 50%;
}
.service-right h1 {
  font-size: 3.7rem;
  font-weight: 900;
  /* font-family: "Raleway", sans-serif; */
  color: var(--light-black);
  margin-bottom: 29px;
}
.service-right p {
  color: var(--light-black);
  font-size: 1rem;
  margin-bottom: 29px;
  font-family: "Poppins", sans-serif;
}
.line {
  width: 10px;
  height: 464px;
  background: black;
  position: absolute;
  left: 78px;
  top: -12px;
  z-index: 1;
}
.service-left {
  position: relative;
}
.testimonial {
  z-index: 3;
  background-color: #fff;
}

.service-left::before {
  content: "";
  width: 27px;
  height: 113%;
  background: var(--light-black);
  position: absolute;
  left: 70px;
  z-index: 1;
  bottom: 0;
  transform: translateY(28px);
  border-radius: 23px;
}

/* -------------Work Section-------------- */
.work-section {
  background: linear-gradient(-180deg, #6f7dfb 15%, #26308c 85%);
  padding-bottom: 140px;
}
.work-section h1 {
  font-size: 3.75rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 60px;
}
.heading h5 {
  font-size: 1.875rem;
  font-weight: 900;
  color: var(--light-black);
  margin-top: 10px;
  width: 80%;
}
.heading .time p {
  font-size: 1rem;
  font-weight: 900;
  color: var(--light-black);
}
.work-box {
  background: #fff;
  padding: 0 25px 0px 25px;
  border-radius: 20px;
  height: 425px;
  position: relative;
}
.work-box .img {
  transform: translateY(-4px);
}
.time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 20%;
}
.time img {
  width: 1rem;
}
.time p {
  margin-bottom: 0rem;
}
.heading {
  display: flex;
  justify-content: space-between;
}
.work-box-line {
  width: calc(100% - 50px);
  height: 8px;
  border-radius: 10px;
  background-color: var(--light-black);
  margin-top: 35px;
  position: absolute;
  bottom: 0px;
  left: 25px;
}

/* ------------Get App Section------------  */
.app-content h1 {
  font-size: 3.75rem;
  font-weight: 900;
  color: var(--light-black);
  margin-bottom: 1.7rem;
}
.app-content p {
  font-size: 1rem;
  color: var(--light-black);
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
}
.store p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.store-list {
  gap: 3rem;
}
.store {
  background: black;
  display: flex;
  align-items: center;
  align-items: center;
  gap: 1rem;
  border-radius: 2px;
  padding: 10px 24px;
}

/* ---------footer------------  */
footer {
  background-color: var(--black);
}
footer * {
  font-family: "Poppins", sans-serif;
}
.footer-links h5 {
  font-size: 1.125rem;
  color: var(--orange);
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.footer-links ul li {
  list-style-type: none;
  margin-bottom: 0.8rem;
}
.footer-links ul li a {
  text-decoration: none;
  color: #fff;
}
.input-group1 {
  background: #fff;
  border-radius: 8px;
}
.input-group1 input {
  border-radius: 8px;
  outline: none !important;
  border: none !important;
}
.subscribe {
  font-size: 1rem;
  border-radius: 8px;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  padding: 0 8px !important;
  margin: 5px;
  font-weight: 500;
  background-color: var(--light-black);
}

@media (max-width: 991px) {
  header {
    margin-top: 0;
  }
  .about-section {
    overflow: hidden;
    padding-top: 105px;
    max-height: 100vh;
  }
  .about-left {
    margin-top: 0;
  }
  .about-right-col {
    padding-right: 0 !important;
  }
  .about-right {
    justify-content: start;
    position: relative;
  }
  .hero-img {
    position: absolute;
    right: -120px;
    width: 100%;
    bottom: -24px;
  }
  .right {
    z-index: 2;
  }
  .students-enrolled {
    width: 10.875rem;
  }
  .rating {
    width: 9.437rem;
  }
  .store-list {
    gap: 1rem;
  }
  .store {
    gap: 5px;
    border-radius: 2px;
    padding: 5px 8px;
  }
  .store img {
    width: 45px;
  }
  .store p {
    font-size: 1rem;
  }
  .about-left h1 {
    font-size: 2.6rem;
  }
  .testimonial p {
    font-size: 1rem;
  }
  .testimonial h5 {
    font-size: 1.125rem;
  }
  .testimonial span {
    font-size: 0.97rem;
  }
  .testimonial img {
    width: 108px;
  }
  .service-right h1 {
    font-size: 2.7rem;
  }
  .work-section h1 {
    font-size: 2.75rem;
  }
  .work-box {
    padding: 0 25px 20px 25px;
    height: auto;
  }
  .heading h5 {
    font-size: 1.39rem;
    width: 75%;
  }
  .time {
    gap: 0.3rem;
    width: 25%;
  }
  .app-content h1 {
    font-size: 2.75rem;
  }
  footer {
    padding-bottom: 2px !important;
  }
  footer p {
    font-size: 0.9rem;
    text-align: center;
  }
  .students-enrolled h2 {
    font-size: 2rem;
  }
  .students-enrolled p {
    font-size: 0.9rem;
  }
  .students-enrolled {
    width: 9.7rem;
    height: 4.625rem;
  }
  .rating div h2 {
    height: 2rem;
  }
  .rating div img {
    height: 2rem;
  }
  .rating p {
    font-size: 0.9rem;
  }
  .rating {
    width: 8.437rem;
    height: 4.625rem;
  }
  .hero-img {
    right: -100px;
    width: 87%;
  }
}
@media (max-width: 375px) {
  .students-enrolled {
    margin-bottom: 38%;
  }
}
