*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

a, a:visited {
  color: black;
  font-style: none;
  text-decoration: none; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box;
  overflow-x: hidden; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: .6rem;
  line-height: 1.7;
  background: #ffffff; }

.heading-primary {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.9rem;
  text-transform: capitalize;
  margin-bottom: 4rem; }
  .heading-primary--centered {
    text-align: center; }

.section-paragraph {
  width: 31.6rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  color: #514854; }

.blog-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 6rem;
  line-height: 7.3rem;
  text-transform: capitalize; }

.header__navbar {
  width: 100%;
  height: 80px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header__navbar ul li {
    list-style: none;
    display: inline-block;
    text-transform: capitalize; }
  .header__navbar__menu {
    width: 35rem; }
    .header__navbar__menu ul {
      display: flex;
      justify-content: space-between; }
    .header__navbar__menu li {
      font-style: normal;
      font-weight: 500;
      font-size: 1.6rem; }
  .header__navbar__signing {
    width: auto; }
    .header__navbar__signing li {
      font-weight: 500;
      padding: .7rem 3rem; }
      .header__navbar__signing li a {
        font-size: 1.6rem; }
      .header__navbar__signing li:last-child {
        background-color: #FF465F;
        border-radius: 100vh;
        font-weight: 600;
        transition: all .4s ease;
        color: white;
        cursor: pointer; }
        .header__navbar__signing li:last-child:hover {
          background-color: white;
          color: #FF465F; }
        .header__navbar__signing li:last-child a {
          color: inherit; }

.header-section {
  width: 117rem;
  margin: 0 auto;
  height: 83rem;
  display: flex;
  align-items: center; }
  .header-section::before {
    content: "";
    width: 100rem;
    height: 100rem;
    background-color: #F7F8FA;
    position: absolute;
    border-radius: 100vh;
    z-index: -5;
    right: -13rem;
    top: -40rem; }
  .header-section__left {
    margin-bottom: 15rem; }
    .header-section__left h1 {
      font-size: 5.6rem;
      text-transform: capitalize;
      font-weight: 600;
      line-height: 6.8rem; }
    .header-section__left p {
      width: 49rem;
      height: 7.2rem;
      font-weight: 300;
      font-size: 1.8rem;
      line-height: 3rem;
      margin-top: 4rem;
      margin-bottom: 6rem;
      color: #000000; }
  .header-section__right {
    justify-self: end;
    width: 50%; }
    .header-section__right__hero {
      width: 43rem;
      height: 65rem;
      background-image: url(../assets/hero-x1.png);
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 100vh;
      float: right;
      position: relative; }
      .header-section__right__hero::before {
        content: "";
        width: 10rem;
        height: 5rem;
        background-color: #23B0B0;
        position: absolute;
        display: block;
        border-radius: 0 0 100vh 100vh;
        right: -5rem;
        top: 50%;
        z-index: -1; }
      .header-section__right__hero::after {
        content: "";
        width: 12rem;
        height: 3.5rem;
        background: url("../assets/dots-pattern.png");
        right: -6rem;
        top: 5rem;
        position: absolute; }
      .header-section__right__hero__play-btn {
        width: 10rem;
        height: 10rem;
        background-color: #F4C163;
        display: inline-block;
        border-radius: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 25%;
        cursor: pointer;
        left: -5rem; }
      .header-section__right__hero .pattern {
        width: 12rem;
        height: 12rem;
        background: url("../assets/dots-pattern.png");
        bottom: 0;
        left: -6rem;
        position: absolute;
        z-index: -1; }

.secondary-text, .footer__caption, .footer__payment p, .footer__middle, .footer__bottom {
  font-style: normal;
  font-weight: 300;
  font-size: 16px; }

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
  height: 58.7rem;
  align-items: stretch; }
  .footer__top {
    display: flex;
    justify-content: space-between; }
    .footer__top__left {
      width: 35.3rem; }
  .footer__caption {
    padding-top: 2rem; }
  .footer__payment {
    width: 38.4rem; }
    .footer__payment__methods {
      padding-top: 2rem;
      display: flex;
      justify-content: space-between; }
  .footer__middle {
    display: flex;
    justify-content: space-between; }
    .footer__middle ul {
      list-style: none; }
      .footer__middle ul li:first-child {
        font-weight: 600;
        color: black;
        margin-bottom: 2rem; }
  .footer__get-in-touch {
    width: 28.4rem; }
    .footer__get-in-touch h5 {
      font-weight: 600;
      font-size: 1.8rem;
      color: black;
      margin-bottom: 2rem; }
  .footer__bottom {
    color: #A5A5A5;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between; }

.btn {
  border: 0;
  padding: 1.6rem 3.2rem;
  background-color: #FF465F;
  color: white;
  border-radius: 100vh;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: all .4s ease; }
  .btn:hover {
    background-color: #ff1333; }
  .btn--outlined {
    width: 100%;
    padding: 1rem 0;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: cente;
    color: #FF465F;
    background-color: white;
    font-weight: 500;
    border: solid 0.01rem #FF465F; }
    .btn--outlined:hover {
      color: white;
      background-color: #FF465F; }

.header__btn::after {
  content: "\2192";
  font-size: 2rem;
  margin-left: 2rem;
  transform: translateX(20px); }

.category {
  font-size: .8rem;
  color: #415EB6;
  padding: .5rem 1rem .5rem 2rem;
  background-color: #ECF5FD;
  display: inline-block;
  border-radius: 100vh;
  position: relative; }
  .category::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url("../assets/category-icon.svg");
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .5rem; }

.advantages-section__card {
  display: flex;
  align-items: center; }
  .advantages-section__card__icon {
    width: 7.4rem;
    height: 7.4rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .advantages-section__card__icon img {
      max-height: 5.8rem;
      max-width: 5.5rem; }
  .advantages-section__card p {
    width: 12.8rem;
    font-weight: normal;
    font-size: 1.32rem;
    line-height: 1.6rem;
    margin-left: 1rem; }
  .advantages-section__card-1 .advantages-section__card__icon {
    background-color: #F0FFFF; }
  .advantages-section__card-2 .advantages-section__card__icon {
    background-color: #FEEEEE; }
  .advantages-section__card-3 .advantages-section__card__icon {
    background-color: #F7F3E7; }
  .advantages-section__card-4 .advantages-section__card__icon {
    background-color: #ECF5FD; }

.course-cards {
  overflow: hidden;
  display: flex; }

.course-card {
  cursor: pointer;
  min-width: 21rem;
  overflow: hidden;
  border-radius: 1rem;
  background-color: white; }
  .course-card:not(:last-child) {
    margin-right: 2rem; }
  .course-card__image {
    height: 11.6rem;
    background-image: url("../assets/bg-1.jpg");
    background-size: cover; }
  .course-card__details {
    padding: 1rem 2rem 2rem; }
    .course-card__details__title {
      font-weight: 500;
      font-size: 1.1rem;
      line-height: 1.3rem;
      text-transform: capitalize;
      margin: 1rem 0; }
    .course-card__details__creator {
      font-size: .9rem;
      display: flex;
      align-items: center;
      color: grey;
      align-items: center;
      margin-bottom: 1rem; }
      .course-card__details__creator__picture {
        width: 1.8rem;
        height: 1.8rem;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100vh;
        display: inline-block; }
        .course-card__details__creator__picture img {
          width: 1.8rem; }
      .course-card__details__creator__name {
        font-weight: 500;
        font-size: .9rem;
        display: inline-block;
        color: black; }
      .course-card__details__creator span {
        margin: 0 .5rem; }
    .course-card__details__footer {
      display: flex;
      justify-content: space-between;
      align-items: end;
      bottom: 0;
      font-size: 1rem;
      color: #A5A5A5; }
      .course-card__details__footer__duration {
        margin-left: 1.5rem;
        position: relative; }
        .course-card__details__footer__duration::before {
          content: "";
          width: 1rem;
          height: 1rem;
          background-image: url("../assets/clock.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: -1.5rem;
          top: 50%;
          transform: translateY(-50%); }
      .course-card__details__footer__lectures {
        margin-left: 1.5rem;
        position: relative; }
        .course-card__details__footer__lectures::before {
          content: "";
          width: 1rem;
          height: 1rem;
          background-image: url("../assets/folder.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: -1.5rem;
          top: 50%;
          transform: translateY(-50%); }
      .course-card__details__footer__price {
        color: #415EB6;
        font-weight: 700;
        font-size: 1.1rem; }

.testimony {
  width: 31.5rem;
  background-color: #F0FFFF;
  border-radius: 1.8rem;
  font-size: 1.4rem;
  padding: 3.3rem 3rem; }
  .testimony__author {
    display: flex;
    margin-bottom: 2rem;
    align-items: center; }
    .testimony__author__avatar {
      width: 4rem;
      height: 4rem;
      border-radius: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      margin-right: 1.5rem; }
      .testimony__author__avatar img {
        width: 100%; }
    .testimony__author__naming {
      display: flex;
      flex-direction: column; }
      .testimony__author__naming__name {
        font-style: normal;
        font-weight: 500;
        font-size: 1.6rem;
        text-transform: capitalize;
        display: inline-block;
        line-height: 2rem; }
      .testimony__author__naming__city {
        font-weight: normal;
        display: inline-block;
        font-size: 1.2rem;
        text-transform: capitalize;
        color: #514854;
        line-height: 1.5rem; }
  .testimony__body {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 161%; }

.team-section__team-cards__card {
  width: 21rem; }
  .team-section__team-cards__card__avatar {
    overflow: hidden;
    border-radius: 1rem;
    background-color: #F7F3E7;
    position: relative;
    height: 30.7rem; }
    .team-section__team-cards__card__avatar img {
      position: absolute;
      bottom: 0; }
  .team-section__team-cards__card__naming {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    height: 5.5rem; }
    .team-section__team-cards__card__naming__name {
      font-weight: 500;
      font-size: 2rem;
      line-height: 2.4rem; }
    .team-section__team-cards__card__naming__position {
      font-weight: normal;
      font-size: 1.8rem;
      line-height: 2.2rem;
      color: #A5A5A5; }

.pricing-section__plans__plan {
  border-radius: 1rem;
  border: 0.1rem solid #F4C163;
  width: 25rem;
  height: 61rem;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .pricing-section__plans__plan--primary {
    width: 30rem;
    height: 67rem;
    background-color: #FEEEEE;
    border: solid 0.1rem #FF465F; }
    .pricing-section__plans__plan--primary .btn {
      background-color: #FF465F; }
      .pricing-section__plans__plan--primary .btn:hover {
        background-color: #ff1333; }
    .pricing-section__plans__plan--primary .pricing-section__plans__plan__price {
      color: #FF465F; }
  .pricing-section__plans__plan--secondary {
    border: solid 0.1rem #23B0B0; }
    .pricing-section__plans__plan--secondary .btn {
      background-color: #23B0B0; }
      .pricing-section__plans__plan--secondary .btn:hover {
        background-color: #1b8585; }
    .pricing-section__plans__plan--secondary .pricing-section__plans__plan__price {
      color: #23B0B0; }
  .pricing-section__plans__plan__title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    text-transform: uppercase; }
  .pricing-section__plans__plan__price {
    font-weight: 600;
    font-size: 4.8rem;
    color: #F4C163;
    position: relative; }
    .pricing-section__plans__plan__price::after {
      content: "HD";
      position: absolute;
      top: 0;
      right: 0;
      transform: translateX(100%);
      font-weight: 500;
      font-size: 1.5rem; }
  .pricing-section__plans__plan__duration {
    font-weight: normal;
    font-size: 1.4rem;
    color: #A5A5A5;
    text-transform: capitalize;
    transform: translateY(-2rem); }
  .pricing-section__plans__plan__advantages {
    text-align: start; }
    .pricing-section__plans__plan__advantages__title {
      font-weight: 600;
      font-size: 1.3rem;
      margin-bottom: 2rem; }
    .pricing-section__plans__plan__advantages ul {
      margin-bottom: 4rem; }
      .pricing-section__plans__plan__advantages ul li {
        margin-bottom: 1rem;
        list-style: none;
        font-size: 1.3rem;
        color: #A5A5A5; }
        .pricing-section__plans__plan__advantages ul li::before {
          content: "\2713";
          color: #FF465F;
          font-weight: bold;
          display: inline-block;
          width: 1rem;
          margin-right: 1rem; }
  .pricing-section__plans__plan__btn {
    background-color: #F4C163; }
    .pricing-section__plans__plan__btn:hover {
      background-color: #f1ae33; }

.section {
  width: 117rem;
  margin: 0 auto;
  padding: 0 7rem;
  font-size: 1.2rem; }

.advantages-section {
  height: 35rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.courses-section {
  height: 60rem;
  background-color: #F7F8FA;
  border-radius: 1.8rem;
  padding: 13.2rem 7rem; }

.payment-section {
  height: 60rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .payment-section__left {
    width: 50%; }
    .payment-section__left__image {
      width: 51rem;
      height: 30rem;
      position: relative; }
      .payment-section__left__image::after {
        content: "";
        width: 30.5rem;
        height: 30.5rem;
        border-radius: 100vh;
        background-color: #F7F8FA;
        position: absolute;
        z-index: -1;
        right: -4.9rem;
        top: -6.3rem; }
      .payment-section__left__image::before {
        content: "";
        width: 9.4rem;
        height: 9.4rem;
        background-color: #23B0B0;
        position: absolute;
        border-radius: 100vh;
        z-index: -1; }
      .payment-section__left__image img {
        width: 100%;
        border-radius: 100vh;
        position: relative; }
      .payment-section__left__image span {
        display: inline-block;
        width: 4.9rem;
        height: 9.9rem;
        border-radius: 100vh 0 0 100vh;
        background-color: #F4C163;
        position: absolute;
        left: 11.5rem;
        bottom: -7rem; }
  .payment-section__right {
    padding-left: 15rem;
    width: 50%; }
    .payment-section__right h1 {
      width: 30rem; }

.testimonials-section {
  padding-top: 9rem;
  background-color: #F7F8FA;
  height: 60rem;
  display: flex;
  position: relative; }
  .testimonials-section:before {
    content: "";
    background-color: #F7F8FA;
    position: absolute;
    height: 100%;
    width: 100vw;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -2; }
  .testimonials-section__right {
    width: 65rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 2rem;
    padding-left: 6rem; }

.testimony-2 {
  background-color: #F7F3E7; }
  .testimony-2::before {
    content: "";
    position: absolute;
    background: url("../assets/testimony-1.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 100vh;
    width: 6.2rem;
    height: 6.2rem;
    top: -3.1rem;
    left: 70rem;
    z-index: 10; }
  .testimony-2::after {
    content: "";
    position: absolute;
    background: url("../assets/testimony-3.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 100vh;
    right: -4rem;
    width: 4rem;
    height: 4rem; }

.testimony-3 {
  background-color: #FEEEEE; }
  .testimony-3::before {
    content: "";
    position: absolute;
    background: url("../assets/testimony-4.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 100vh;
    width: 7.6rem;
    height: 7.6rem;
    bottom: -3.5rem;
    left: 2rem;
    z-index: 10; }

.testimony-4 {
  background-color: #ECF5FD; }

.team-section {
  margin-top: 25rem;
  margin-bottom: 10rem;
  height: 60rem;
  padding: 9rem 7rem; }
  .team-section__top {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .team-section__top__meet-more {
      font-weight: normal;
      font-size: 1.8rem;
      line-height: 2.2rem;
      text-align: right;
      text-decoration-line: underline; }
      .team-section__top__meet-more::after {
        content: "\2192";
        font-size: 2rem;
        margin-left: 2rem; }
  .team-section__team-cards {
    display: flex;
    justify-content: space-between; }
    .team-section__team-cards__card-2 .team-section__team-cards__card__avatar {
      background-color: #FEEEEE; }
    .team-section__team-cards__card-3 .team-section__team-cards__card__avatar {
      background-color: #ECF5FD; }
    .team-section__team-cards__card-4 .team-section__team-cards__card__avatar {
      background-color: #F0FFFF; }

.video-section {
  display: flex;
  justify-content: space-between;
  align-items: cente;
  padding: 9rem 7rem;
  background-color: #F7F8FA;
  position: relative; }
  .video-section::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #F7F8FA;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2; }
  .video-section__left {
    margin-right: 8rem; }
    .video-section__left__video {
      width: 59.6rem;
      height: 36.8rem;
      border-radius: 100vh;
      background: url("../assets/video-bg.png");
      display: flex;
      justify-content: center;
      align-items: center; }
      .video-section__left__video__play-btn {
        width: 10rem;
        height: 10rem;
        background-color: #FF465F;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100vh; }
  .video-section__right {
    padding-top: 4rem;
    height: 100%;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .video-section__right__heading {
      margin-bottom: 1rem; }
    .video-section__right__time {
      margin-bottom: 5.5rem;
      color: #FF465F; }
    .video-section__right__title {
      font-weight: 500;
      width: 37.7rem;
      font-size: 2.6rem;
      line-height: 3.2rem;
      margin-bottom: 2rem; }
    .video-section__right__description {
      font-size: 1.2rem;
      line-height: 1.8rem;
      color: #A5A5A5; }

.blog-section {
  padding: 20rem 7rem; }
  .blog-section__articles {
    display: flex;
    justify-content: space-between; }
    .blog-section__articles__article {
      width: 23.7rem; }
      .blog-section__articles__article__img {
        width: 100%;
        height: 19.5rem;
        overflow: hidden;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .blog-section__articles__article__img img {
          height: 100%; }
      .blog-section__articles__article__details__category {
        margin: 1rem 0; }
      .blog-section__articles__article__details__title {
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-bottom: 1rem; }
      .blog-section__articles__article__details__caption {
        font-weight: 300;
        font-size: 1rem;
        line-height: 148%;
        margin-bottom: 1rem; }

.pricing-section {
  padding: 5rem 16.7rem 10rem 16.7rem; }
  .pricing-section__plans {
    display: flex;
    justify-content: space-between; }

.cta-banner {
  height: 25.7rem;
  background-color: #514854;
  border-radius: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  .cta-banner::before {
    content: "";
    width: 2.9rem;
    height: 5.8rem;
    background-color: #FF465F;
    border-radius: 100vh 0 0 100vh;
    position: absolute;
    top: -1.5rem;
    left: 7rem; }
  .cta-banner__heading {
    width: 56rem;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 3.3rem;
    text-align: center;
    color: white;
    margin-bottom: 3rem; }
  .cta-banner__btn {
    color: #514854;
    background-color: #F4C163;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem; }

.abt-us-header {
  margin-top: 17rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0; }
  .abt-us-header__left h1 {
    font-weight: 600;
    font-size: 6rem;
    width: 40.3rem;
    line-height: 7.3rem; }
  .abt-us-header__right {
    position: relative; }
  .abt-us-header__img {
    width: 62rem;
    height: 36.9rem;
    border-radius: 100vh;
    background-color: red; }

.abt-us-details {
  margin-top: 17rem; }
  .abt-us-details p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    column-count: 2; }

.faq-section {
  margin-top: 20rem;
  margin-bottom: 10rem; }
  .faq-section .page-title {
    font-weight: 600;
    font-size: 3.8rem;
    margin-bottom: 10rem;
    width: 64rem; }

.faqs {
  width: 77.7rem;
  margin: 0 auto; }

.questions {
  border-radius: .8rem;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 4rem 7.2rem; }
  .questions .faq:not(:last-child) {
    margin-bottom: 4rem;
    border-bottom: 1.5px solid #eee;
    padding-bottom: 4rem; }
  .questions .faq .question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 5rem;
    align-items: center; }
    .questions .faq .question h5 {
      font-weight: 500;
      font-size: 2rem;
      position: relative; }
      .questions .faq .question h5 img {
        background-color: blue; }
  .questions .faq .answer {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px; }

.article-section {
  margin-top: 12rem; }
  .article-section .back-link {
    margin-bottom: 7rem;
    display: block;
    text-transform: capitalize;
    font-size: 1.8rem;
    position: relative;
    padding-left: 2rem;
    color: #6C6C6C;
    width: 10rem; }
    .article-section .back-link:hover {
      text-decoration: underline; }
    .article-section .back-link::before {
      content: "";
      width: 2rem;
      height: 2rem;
      background-image: url(../assets/left-arrow.svg);
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      position: absolute; }
  .article-section .category {
    transform: scale(1.3);
    transform-origin: bottom left;
    margin-bottom: 3rem; }
  .article-section .article__writer {
    display: flex;
    align-items: center;
    margin-bottom: 3rem; }
    .article-section .article__writer .article__avatar {
      width: 4.4rem;
      height: 4.4rem;
      border-radius: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      margin-right: 2rem; }
      .article-section .article__writer .article__avatar img {
        width: 100%; }
    .article-section .article__writer span {
      margin-right: 1rem;
      color: grey; }
    .article-section .article__writer p:not(:first-child) {
      margin-right: 1rem; }
  .article-section h1 {
    font-weight: 500;
    font-size: 4rem;
    width: 88rem;
    line-height: 5.6rem;
    margin-bottom: 4rem; }
  .article-section .share {
    width: 19.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .article-section .share a {
      padding: 1rem;
      background-color: #eee;
      border-radius: 100vh;
      line-height: 0;
      font-size: 0; }

.article__img {
  width: 100%;
  height: 41.1rem;
  border-radius: 1.8rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 8rem; }
  .article__img img {
    width: 100%; }

.article__body {
  width: 83.1rem;
  margin: 0 auto;
  margin-bottom: 20rem; }

.article__heading {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.9rem;
  margin-bottom: 4rem; }

.article__paragraph {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.8rem;
  margin-bottom: 4rem; }

.blog-header {
  padding: 0;
  margin-top: 10rem; }
  .blog-header__menu {
    margin: 4rem 0 6rem 0; }
    .blog-header__menu ul {
      list-style: none;
      display: flex;
      text-transform: uppercase;
      color: #A5A5A5; }
      .blog-header__menu ul li:not(:last-child) {
        margin-right: 5rem; }

.top-article {
  display: flex;
  margin-bottom: 15rem; }
  .top-article__img {
    width: 55%;
    height: 35.1rem;
    border-radius: 1.8rem;
    margin-right: 6rem; }
  .top-article__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }
  .top-article__title {
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 5.6rem; }
  .top-article__description {
    font-weight: 300;
    font-size: 2rem;
    line-height: 148.4%;
    color: #514854; }
  .top-article__writer {
    display: flex;
    align-items: center; }
    .top-article__writer span {
      margin-right: 1rem;
      color: #514854; }
    .top-article__writer p {
      font-size: 1.3rem;
      text-transform: capitalize;
      color: #000000; }
  .top-article__avatar {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 100vh;
    overflow: hidden;
    position: relative;
    margin-right: 1rem; }
    .top-article__avatar img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.recent-articles {
  margin-bottom: 15rem; }
  .recent-articles .articles {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    column-gap: 3.3rem;
    row-gap: 4rem; }
    .recent-articles .articles__pagination {
      margin: 5rem auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-transform: uppercase;
      font-size: 1.3rem;
      width: 51.3rem; }
      .recent-articles .articles__pagination .pagination-pages {
        display: flex;
        justify-content: space-between; }
        .recent-articles .articles__pagination .pagination-pages a {
          width: 3.5rem;
          height: 3.5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #A5A5A5;
          border-radius: 100vh; }
      .recent-articles .articles__pagination .pagination-active {
        background-color: #F7F8FA;
        color: black !important; }

.sign-in-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sign-in-container__logo {
    margin-bottom: 3rem; }
  .sign-in-container__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 41.5rem;
    width: 31.6rem;
    font-size: 1.2rem; }
    .sign-in-container__right .signin-form {
      display: flex;
      flex-direction: column;
      border: solid 0.2px #A5A5A5;
      border-radius: 1rem;
      padding: 2.2rem;
      width: 100%; }
      .sign-in-container__right .signin-form input {
        background-color: #F7F8FA;
        border: none;
        border-radius: 100vh;
        height: 3.5rem;
        font-weight: 300;
        font-size: 1.2rem;
        padding: 1rem 1.5rem;
        margin-bottom: 1rem; }
        .sign-in-container__right .signin-form input:focus {
          border: none;
          outline: none; }
      .sign-in-container__right .signin-form button {
        height: 3.5rem;
        font-size: 1.2rem !important;
        padding: 0 !important;
        margin-top: 2.2rem; }
    .sign-in-container__right span {
      color: #A5A5A5;
      position: relative; }
      .sign-in-container__right span::before, .sign-in-container__right span::after {
        content: "";
        position: absolute;
        width: 8rem;
        height: .2px;
        background-color: #A5A5A5;
        top: 50%; }
      .sign-in-container__right span::before {
        left: -600%; }
      .sign-in-container__right span::after {
        right: -600%; }
    .sign-in-container__right .signin-with {
      border: solid 0.2px #A5A5A5;
      border-radius: 1rem;
      padding: 2.2rem;
      width: 100%; }
      .sign-in-container__right .signin-with .signin-item {
        cursor: pointer;
        width: 27.1rem;
        height: 3.5rem;
        border-radius: 100vh;
        display: flex;
        justify-content: center;
        background-color: #F7F8FA;
        display: flex;
        align-items: center; }
        .sign-in-container__right .signin-with .signin-item img {
          margin-right: 2rem; }
      .sign-in-container__right .signin-with .facebook {
        margin-bottom: 1rem; }
  .sign-in-container__left {
    width: 50vw; }
    .sign-in-container__left h1 {
      font-weight: 500;
      font-size: 3.3rem;
      line-height: 4.1rem;
      text-transform: capitalize;
      width: 22rem;
      margin-bottom: 1.5rem; }
    .sign-in-container__left > p {
      width: 37rem;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: 1.9rem;
      color: #514854;
      margin-bottom: 4.8rem; }
  .sign-in-container__advantages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 26.3rem; }
    .sign-in-container__advantages .advantage {
      display: flex;
      align-items: center; }
      .sign-in-container__advantages .advantage__img {
        height: 5.5rem;
        width: 5.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .8rem;
        margin-right: .7rem; }
        .sign-in-container__advantages .advantage__img img {
          width: 4.3rem; }
      .sign-in-container__advantages .advantage p {
        font-weight: normal;
        font-size: 1.2rem;
        width: 18.8rem;
        line-height: 1.2rem; }

.advantage:nth-child(1) > .advantage__img {
  background-color: #F0FFFF; }

.advantage:nth-child(2) > .advantage__img {
  background-color: #FEEEEE; }

.advantage:nth-child(3) > .advantage__img {
  background-color: #F7F3E7; }

.advantage:nth-child(4) > .advantage__img {
  background-color: #ECF5FD; }
