@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/*$sm-mobile: 576px;*/
/* Box sizing rules */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100dvh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
/*a:not([class]) {
    text-decoration-skip-ink: auto;
}*/
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
h2,
h3,
h4,
p {
  font-family: "Plus Jakarta Sans", serif;
}

.text-preset-1 {
  font-size: 3.5rem;
  line-height: 120%;
  font-weight: 800;
}

.text-preset-2 {
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 800;
}

.text-preset-3 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 800;
}

.text-preset-4a {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 800;
}

.text-preset-4b {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 800;
}

.text-preset-5 {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 500;
}

.text-preset-6 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 700;
}

.text-preset-7 {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 700;
}

.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10.5rem;
  height: 3.6875rem;
  padding: 1rem 2rem;
  gap: 0.5rem;
}

.black-btn {
  z-index: 1;
  background-color: #13183F;
  color: #ffffff;
  border-radius: 1.75rem;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background 0.2s ease-in;
}
@media screen and (max-width: 320px) {
  .black-btn {
    width: 8.125rem;
    height: 2.5rem;
    font-size: 0.875rem;
    padding: 1rem;
  }
}

.black-btn:hover {
  background: #666ca3;
}

.hero-btn {
  background: linear-gradient(to top, #F02aa6, #ff6f48);
  margin-top: 2.5rem;
  color: #ffffff;
  border-radius: 1.9375rem;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background 0.2s ease-in;
}

.hero-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(180deg, #FF6F48 0%, #F02AA6 100%);
}

.footer-btn {
  color: #ffffff;
  background: linear-gradient(to bottom, #4851ff, #f02aa6);
  border: none;
  border-radius: 1.75rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background 0.2s ease-in;
}
@media screen and (max-width: 320px) {
  .footer-btn {
    width: 8.125rem;
    height: 2.5rem;
    font-size: 0.875rem;
    padding: 1rem;
  }
}

.footer-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(180deg, #4851FF -54.32%, #F02AA6 100%);
}

.container {
  width: 90%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

#popular-courses {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
#popular-courses .courses-content-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 2rem;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #popular-courses .courses-content-container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media screen and (max-width: 850px) {
  #popular-courses .courses-content-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 0rem;
  }
}
#popular-courses .courses-content-container #gradient-card {
  background: linear-gradient(to top, #F02aa6, #ff6f48);
  box-shadow: 0rem 1.5625rem 3.125rem 0rem rgba(0, 22, 141, 0.4);
  border-radius: 0.9375rem;
}
@media screen and (max-width: 1400px) {
  #popular-courses .courses-content-container #gradient-card {
    width: 22rem;
    height: 20.125rem;
  }
}
@media screen and (max-width: 1024px) {
  #popular-courses .courses-content-container #gradient-card {
    width: 21.25rem;
  }
}
@media screen and (max-width: 850px) {
  #popular-courses .courses-content-container #gradient-card {
    width: 100%;
    height: 12.5rem;
  }
}
@media screen and (max-width: 740px) {
  #popular-courses .courses-content-container #gradient-card {
    height: 17.5rem;
  }
}
#popular-courses .courses-content-container #gradient-card h2 {
  color: #ffffff;
  width: 90%;
  padding: 4rem 2rem 2.5rem 2rem;
}
@media screen and (max-width: 850px) {
  #popular-courses .courses-content-container #gradient-card h2 {
    width: 65%;
  }
}
#popular-courses .courses-content-container .course-card {
  width: 22rem;
  height: 20.125rem;
  border-radius: 0.9375rem;
  background: #ffffff;
  box-shadow: 0rem 1.5625rem 3.125rem 0rem rgba(0, 22, 141, 0.4);
  position: relative;
}
@media screen and (max-width: 1024px) {
  #popular-courses .courses-content-container .course-card {
    width: 21.25rem;
  }
}
@media screen and (max-width: 850px) {
  #popular-courses .courses-content-container .course-card {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  #popular-courses .courses-content-container .course-card {
    height: 25rem;
  }
}
#popular-courses .courses-content-container .course-card-icon {
  margin-left: 1.5rem;
  margin-top: -1.5rem;
}
#popular-courses .courses-content-container .course-card-text {
  padding-top: 1rem;
  padding-left: 1.7rem;
}
#popular-courses .courses-content-container .course-card h3 {
  color: #13183F;
  padding-bottom: 1.5rem;
}
#popular-courses .courses-content-container .course-card p {
  padding-bottom: 1.5rem;
  color: #83869A;
  width: 90%;
}
@media screen and (max-width: 850px) {
  #popular-courses .courses-content-container .course-card p {
    width: 70%;
  }
}
#popular-courses .courses-content-container .course-card-link {
  color: #f74780;
  cursor: pointer;
  position: absolute;
  bottom: 10%;
}

footer {
  background: #13183F;
  padding: 1.5rem 5rem;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 1.5rem 2.75rem;
  }
}
@media screen and (max-width: 932px) {
  footer {
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 740px) {
  footer {
    padding: 1.5rem 0.75rem;
  }
}
footer .footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 70rem;
}
@media screen and (max-width: 320px) {
  footer .footer-nav {
    width: 100%;
  }
}

@media screen and (max-width: 740px) {
  #hero {
    margin-top: 3rem;
  }
}
#hero .hero-content-container {
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 740px) {
  #hero .hero-content-container {
    flex-direction: column;
    width: 100%;
  }
}
#hero .hero-content-container .hero-text {
  margin-top: 2rem;
  width: 60%;
}
@media screen and (max-width: 740px) {
  #hero .hero-content-container .hero-text {
    width: 100%;
  }
}
#hero .hero-content-container .hero-text h1 {
  color: #13183F;
}
@media screen and (max-width: 1400px) {
  #hero .hero-content-container .hero-text h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  #hero .hero-content-container .hero-text h1 {
    width: 90%;
  }
}
@media screen and (max-width: 932px) {
  #hero .hero-content-container .hero-text h1 {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  #hero .hero-content-container .hero-text h1 {
    font-size: 2.5rem;
  }
}
#hero .hero-content-container .hero-text p {
  color: #83869A;
  width: 77%;
}
@media screen and (max-width: 1400px) {
  #hero .hero-content-container .hero-text p {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #hero .hero-content-container .hero-text p {
    width: 55%;
  }
}
@media screen and (max-width: 932px) {
  #hero .hero-content-container .hero-text p {
    width: 100%;
  }
}
#hero .hero-content-container .hero-desktop-img {
  margin-right: -33rem;
  margin-top: -15rem;
}
@media screen and (max-width: 1400px) {
  #hero .hero-content-container .hero-desktop-img {
    display: none;
  }
}
#hero .hero-content-container .hero-tablet-img {
  display: none;
}
@media screen and (max-width: 1400px) {
  #hero .hero-content-container .hero-tablet-img {
    display: block;
    margin-right: -17rem;
    margin-top: -6rem;
  }
}
@media screen and (max-width: 1280px) {
  #hero .hero-content-container .hero-tablet-img {
    margin-right: -20rem;
  }
}
@media screen and (max-width: 740px) {
  #hero .hero-content-container .hero-tablet-img {
    display: none;
  }
}
#hero .hero-content-container .hero-mobile-img {
  display: none;
}
@media screen and (max-width: 740px) {
  #hero .hero-content-container .hero-mobile-img {
    display: block;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 320px) {
  #hero .hero-content-container .hero-mobile-img {
    width: 100%;
  }
}

.top-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  height: 3.6875rem;
}

body {
  font-family: "Plus Jakarta Sans", serif;
  line-height: 150%;
  font-weight: 400;
  cursor: default;
  background: linear-gradient(180deg, #ffffff 0%, #f0f1ff 100%);
}

.overflow-wrapper {
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  color: black;
}

.logo {
  width: 4.9556rem;
  height: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .logo {
    width: 6.9375rem;
    height: 1.75rem;
  }
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */