* {
  box-sizing: border-box;
  font-family: "Noto Serif Georgian", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

main > section {
  margin: 30px 0 45px 0 !important;
  padding: 20px;
}

/* Header */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 10px;
}

/* Hero Area */
#hero {
  display: flex;
  width: 100%;
}

#hero > div {
  flex: 1;
  padding: 10px;
}

#description {
  line-height: 1.7em;
  margin: 20px 0 10px 0;
}

.checkmark-circle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e91e63;
  flex: 0 0 auto;
}

.checkmark-circle:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.right-section {
  align-self: center;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.right-section > div {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #e91e63;
  padding: 0 0 10px 0;
}

/* CTA button */
.lb .btn {
  position: relative;
  padding: 12px 30px;
  margin: 0.3125rem 1px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.428571;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 0.2rem;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
}

.lb .btn-rose {
  color: #fff !important;
  background-color: #e91e63;
  border-color: #e91e63;
}

.lb .btn-rose:hover {
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
}

.btn.rounded {
  border-radius: 10px;
  padding: 12px 20px;
}

#primary-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* Star rating */
#ratings {
  display: flex;
  gap: 10px;
}

#ratings > p {
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0;
}

#ratings .star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1px;
}

.star-five {
  position: relative;
  display: block;
  color: oklch(0.795 0.184 86.047);
  width: 0px;
  height: 0px;
  border-right: 0.5em solid transparent;
  border-bottom: 0.35em solid oklch(0.795 0.184 86.047);
  border-left: 0.5em solid transparent;
  transform: rotate(35deg);
}
.star-five:before {
  border-bottom: 0.4em solid oklch(0.795 0.184 86.047);
  border-left: 0.15em solid transparent;
  border-right: 0.15em solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -0.225em;
  left: -0.325em;
  display: block;
  content: "";
  transform: rotate(-35deg);
}
.star-five:after {
  position: absolute;
  display: block;
  color: oklch(0.795 0.184 86.047);
  top: 0.015em;
  left: -0.525em;
  width: 0px;
  height: 0px;
  border-right: 0.5em solid transparent;
  border-bottom: 0.35em solid oklch(0.795 0.184 86.047);
  border-left: 0.5em solid transparent;
  transform: rotate(-70deg);
  content: "";
}

/* USP */
.chevron-right {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

#usp {
  padding: 20px 0;
}

#usp h2 {
  text-align: center;
}

.syllabus-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e91e63;
  gap: 4px;
}

.syllabus-item:last-child {
  border: none;
}

.syllabus-desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 675px;
}

.syllabus-desc > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.syllabus-desc h3 {
  margin: 0;
}

.syllabus-desc svg {
  width: 35px;
  height: 35px;
}

/* Company-wise */
#company {
  padding: 20px 0;
  text-align: center;
}

#company > p {
  margin: 10px 0 30px 0;
}

.companies-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 5px;
}

.companies-list > a {
  flex: 1 18%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #fdf1f5;
}

.companies-list img {
  max-width: 100px;
}

/* Testimonial */
#testimonials {
  padding: 20px 0;
  text-align: center;
}

.testimonials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: stretch;
  justify-content: center;
}

.testimonials-list > div {
  flex: 1 20%;
  border: 1px solid #fdf1f5;
}

.testimonials-list img {
  max-width: 200px;
}

/* Overall box-shadown */
#hero {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#usp,
#company,
#testimonials,
#playground {
  margin: 0 auto 30px auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 20px;
}

/* Playground */
#playground {
  text-align: center;
}

#playground h2 {
  margin: 30px 0 40px 0;
}

#playground img {
  width: 100%;
}

/* Footer */
footer {
  min-height: 60px;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
}

footer ul a {
  color: #000 !important;
  transition: color 0.2s ease;
  text-decoration: none;
  outline: 0;
}

footer ul a:hover {
  color: #e91e63 !important;
  text-decoration: underline;
}

/* Media Query */
@media screen and (max-width: 780px) {
  #hero {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  #hero > div {
    flex: 1 100%;
    max-width: 600px;
  }

  #usp,
  #company,
  #testimonials {
    max-width: 600px;
  }

  #ratings,
  #primary-cta {
    justify-content: center;
  }

  #primary-cta {
    display: inline;
  }

  .right-section > div:last-child {
    border-bottom: none;
  }
}
