@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Heebo:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Heebo:wght@100..900&family=Playwrite+DE+SAS:wght@100..400&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Smooth Scrolling Effect */

html {
  scroll-behavior: smooth;
}


.page {
  min-height: 100vh;
  padding: 0px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar */

.navbar {
  width: 100%;
  height: 70px;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  background-color: white;
  border-bottom: 1px solid rgb(226, 224, 224);
}

.left-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 550px;
}

.right-menu {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.strike-logo-image {
  width: 200px;
  height: auto;
}

.search-bar {
  height: 100%;
  background-color: #e1e1e165;
  flex-grow: 1;
  border: none;
  border-radius: 38px;
  outline: none;
  padding: 15px 24px;
}

.search-icon {
  position: absolute;
  top: 19px;
  right: 15px;
  color: blue;
  font-weight: 700;
}

.navigation-menu {
  width: 85%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.account-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.notification-icon,
.menu-bar-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: rgb(235, 234, 234);
}

.avatar-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.menu {
  list-style: none;
  display: flex;
  gap: 35px;
  font-weight: 600;
  font-family: "Roboto Serif", serif;
  font-size: 13px;
  color: #6f6f6f;
}

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

.menu li {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  transition: 0.15s ease-in-out;
  font-family: "Roboto", serif;
  color: black;
  transition: all 0.3s linear;
}

.menu li:hover {
  color: #1673cc;
  transition: all 0.3s linear;
}

.open-menu {
  right: 0;
  display: none;
}

.close-menu {
  position: absolute;
  right: 30px;
  top: 10px;
  color: red;
  font-size: 20px;
  font-weight: bold;
  display: none;
}

#check {
  display: none;
}

/* Hero Section */

.hero-section {
  padding: 0 24px;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  background-color: white;
}


.get-started-banner {
  padding: 10px 24px;
  background-color: #e6f0f9;
  border-radius: 8px;
  font-weight: bold;
  color: #1673cc;
  width: fit-content;
}

.banner {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tagline {
  width: 30%;
  height: 100%;
}

.tagline h1 {
  font-size: 55px;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;
  font-family: "Roboto Serif", serif;
}

.tagline p {
  font-size: 15px;
  color: RGB(116, 117, 121);
  font-weight: 400;
  font-family: "Roboto", serif;
}

.hero-section-image-box {
  width: 60%;
  height: 400px;

  border-radius: 12px;
  position: relative;
  z-index: 10;
}

.hero-section-image {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 12px;
  border: double white 10px;
}

.banner-1 {
  width: fit-content;
  height: fit-content;
  background-color: white;
  position: absolute;
  top: -35px;
  left: -75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 6px;
  padding: 16px 8px;
  font-family: "Roboto", serif;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  z-index: 990;
}

.banner-1-content {
  display: flex;
  gap: 10px;
}

.banner-1 p {
  color: #9ca3af;
}

.banner-1 button {
  background-color: #fee2e2;
  color: #dc2626;
  padding: 4px 10px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
}

.banner-1 button:hover {
  cursor: pointer;
}

.banner-2 {
  width: 64px;
  height: 64px;
  background-color: #ef4444;
  position: absolute;
  top: -35px;
  right: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  z-index: 990;
}

.banner-3 {
  width: fit-content;
  height: fit-content;
  background-color: white;
  padding: 12px 32px;
  position: absolute;
  bottom: -40px;
  right: 120px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  font-family: "Roboto", serif;
}

.avatar-images {
  display: flex;
  position: relative;
  width: fit-content;
  margin-bottom: 36px;
}

.avatar-images img,
.avatar-images .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  border: 3px solid white;
  object-fit: cover;
}

.avt-1 {
  left: 0px;
  z-index: 4;
}
.avt-2 {
  left: 25px;
  z-index: 3;
}
.avt-3 {
  left: 50px;
  z-index: 2;
}
.avt-4 {
  left: 75px;
  z-index: 1;
  background-color: #2563eb;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.banner-4 {
  border-radius: 100%;
  display: center;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: absolute;
  bottom: -70px;
  right: 85px;
  background-color: #0cbc87;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.circle-shape {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  border: 10px solid #ffd370;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -72px;
  left: -75px;
  z-index: -1;
}

.inner-circle-shape {
  width: 235px;
  height: 235px;
  border-radius: 100%;
  background-color: #ffd370;
  display: flex;
  justify-content: center;
  align-items: center;
}

.innermost-circle-shape {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.search-courses {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  position: relative;
}

.search-courses input {
  height: 100%;
  width: 100%;
  outline: none;
  padding: 16px 24px;
  border: 2px solid #edeff0;
  border-radius: 8px;
  color: #edeff0;
  font-weight: 400;
  overflow: hidden;
  font-family: "Roboto", serif;
}

.search-course-icon {
  position: absolute;
  top: 6px;
  right: 12px;
  padding: 10px 18px;
  background-color: #2563eb;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 8px;
}

.courses-section {
  height: fit-content;
  width: 100%;
  background-color: transparent;
  padding: 48px 24px;
}

.courses-section h2 {
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.courses-section p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #747579;
}

.underline {
  margin: 8px auto;
  border-bottom: solid 3px #ffd370;
  width: 150px;
}

.courses-card-section {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  padding: 20px;
}

.card {
  background-color: white;
  height: fit-content;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  transform: scale(1);
  transition: all 0.3s linear;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s linear;
  transform: scale(1.03);
  cursor: pointer;
}

.course-image {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  position: relative;
}

.badge {
  position: absolute;
  top: 10px;
  right: 5px;
  background-color: red;
  padding: 5px 10px;
  border-radius: 12px;
  color: white;
}

.course-image img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.course-image .instructor {
  width: 180px;
  height: fit-content;
  background-color: white;
  position: absolute;
  bottom: 15px;
  left: 10px;
  padding: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-align: left;
  border-radius: 12px;
}

.course-image .instructor-name {
  font-size: 15px;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
  color: black;
}

.course-image span {
  color: #747579;
  font-family: "Roboto", serif;
}

.course-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 4px 24px;
}

.course-tags-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-description .category {
  background-color: #fff2e7;
  padding: 6px;
  border-radius: 6px;
  color: #fe9b47;
  font-size: 12.75px;
  font-weight: 400;
  font-family: "Roboto", serif;
}

.course-description .duration {
  background-color: black;
  color: white;
  padding: 6px;
  border-radius: 6px;
  font-size: 12.75px;
  font-weight: 400;
  font-family: "Roboto", serif;
}

.course-description .course-ratings {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.course-description label {
  margin-top: 15px;
  font-family: "Heebo", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.course-description .enrolled-students {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  color: #747579;
}

.about-us-section {
  height: fit-content;
  width: 100%;
  background-color: transparent;
  padding: 32px 24px;
  margin-top: 80px;
}

.about-us-section h2 {
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.about-us-section p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #747579;
}

.instructor-card-section {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color: white;
  padding: 20px;
}

.instructor-card {
  width: fit-content;
  height: fit-content;
  background-color: white;
  overflow: hidden;
  display: flex;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: all 0.3s linear;
  transform: scale(1);
}

.instructor-card img {
  width: 250px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.instructor-details {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.avatar-icon-2 {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.instructor-details h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
}

.instructor-details .profession {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.instructor-details .profession span {
  padding: 8px;
  background-color: #d1fae5;
  color: #10b981;
  font-weight: 700;
  font-size: 13px;
  border-radius: 15px;
}

.instructor-details .achievements {
  margin: 12px 0px;
}

.instructor-details .achievements span {
  padding: 8px;
  background-color: #fef3c7;
  color: #d97706;
  font-weight: 700;
  font-size: 13px;
  border-radius: 15px;
}

.review-section {
  width: 100%;
  height: fit-content;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.review-section h2 {
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.review-card-container {
  width: 100%;
  background-color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px;
}

.review-card {
  width: 24%;
  height: fit-content;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 8px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.avatar-icon-3 {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

.course-review {
  font-size: 13px;
  text-align: justify;
  margin-top: 10px;
  color: #71717a;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}

.footer-section {
  margin-top: 20px;
  background-color: #24292d;
  width: 100%;
  height: fit-content;
  padding: 20px 24px;
}

.footer-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #7e7e7e;
}

.footer-card {
  width: 23%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}

.footer-card p {
  color: #cfd3d7;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", serif;
  margin-left: 28px;
}

.social-media-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 28px;
  gap: 11px;
}

.social-media-links a {
  text-decoration: none;
  transform: scale(1);
  transition: all 0.3s linear;
}

.social-media-links i {
  padding: 6px;
  background-color: white;
  border-radius: 6px;
  font-size: 18px;
}

.social-media-links a:hover {
  transform: scale(1.3);
  transition: all 0.3s linear;
}

.footer-card .company-footer {
  margin-left: 50px;
}

.footer-card ul {
  list-style: none;
  color: #cfd3d7;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  transform: translateX(0px);
  transition: all 0.3s linear;
}

.footer-card ul li:hover {
  transform: translateX(10px);
  transition: all 0.3s linear;
}

.store-images {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.store-images img {
  width: 140px;
}

@media screen and (max-width: 942px) {
  .review-section {
    margin-top: 10px;
  }

  .review-section h2 {
    font-size: 30px;
    margin-top: 50px;
  }

  .review-card-container {
    flex-direction: column;
  }

  .review-card {
    width: 100%;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 80px;
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s ease-in-out;
    z-index: 1200;
  }

  #check:checked ~ .menu {
    right: 0;
  }

  .open-menu,
  .close-menu {
    display: block;
  }

  .menu li {
    font-size: 18px;
    color: #181818;
  }

  .search-bar {
    display: none;
  }

  .search-icon {
    display: none;
  }

  .menu {
    transition: right 0.3s ease-in-out;
  }

  .courses-section {
    margin-top: 210px;
    background-color: white;
    padding: 0 8px;
  }

  .courses-card-section {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
  }

  .card {
    width: 100%;
  }

  .about-us-section {
    margin-top: 112px;
    margin-bottom: 10px;
    padding: 0 16px;
  }

  .instructor-card-section {
    flex-direction: column;
    padding: 12px;
    width: 100%;
  }

  .instructor-card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
  }

  .instructor-details .achievements {
    margin: 12px 0px;
    gap: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .banner .tagline {
    width: 100%;
  }

  .banner .tagline h1 {
    font-size: 40px;
  }

  .circle-shape {
    display: none;
  }

  .banner-1 {
    left: -35px;
  }

  .banner-2 {
    right: -10px;
  }

  .banner-3 {
    right: -10px;
  }
  .banner-4 {
    display: none;
  }

  .hero-section {
    padding: 12px 24px;
    margin-top: 80px;
  }

  .hero-section-image {
    width: 100%;
  }

  .hero-section-image-box {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    row-gap: 30px;
  }

  .company-footer-card {
    margin-top: 13px;
  }

  .footer-card {
    width: 35%;
    height: 250px;
  }

  .footer-card-4 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 582px) {
  .courses-section {
    margin-top: 50px;
    background-color: white;
  }

  .courses-section h2 {
    font-size: 30px;
  }

  .courses-section p {
    font-size: 15px;
  }

  .courses-card-section {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    padding: 20px;
  }

  .instructor-card-section {
    flex-direction: column;
    margin: 20px 0px;
  }

  .instructor-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .instructor-card:hover {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
      rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }

  .instructor-card img {
    width: 100%;
  }

  .instructor-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .instructor-details .profession,
  .instructor-details .achievements {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .instructor-details p {
    text-align: center;
  }

  .banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .banner .tagline {
    width: 100%;
  }

  .banner .tagline h1 {
    font-size: 40px;
  }

  .banner-1,
  .banner-2,
  .circle-shape,
  .banner-3,
  .banner-4 {
    display: none;
  }

  .hero-section-image {
    width: 100%;
    height: auto;
  }

  .hero-section-image-box {
    width: 130%;
    padding: 15px;
    margin: 0px;
    height: fit-content;
  }

  .menu-bar-icon {
    display: flex;
  }

  .account-menu {
    background-color: white;
    margin-right: 10px;
  }

  .notification-icon {
    display: none !important;
  }

  .about-us-section {
    margin-top: 30px;
  }
  .about-us-section h2 {
    font-size: 30px;
  }

  .review-section h2 {
    font-size: 30px;
  }

  .review-section {
    margin-top: 2px;
    padding: 2px;
  }

  .review-section h2 {
    font-size: 30px;
    margin-top: 50px;
  }

  .review-card-container {
    flex-direction: column;
  }

  .review-card {
    width: 100%;
  }

  .footer-section {
    width: 100%;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 80px;
    row-gap: 100px;
    overflow: hidden;
    border-bottom: none;
  }

  .footer-card {
    width: 35%;
    height: 250px;
  }

  .footer-card-4 {
    margin-left: 20px;
  }

  .store-images {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
