/* Hero Responsive Design */
@media (max-width: 1400px) {
  .hero__container {
    width: 96%;
  }
}
@media (max-width: 1200px) {
  .hero__content {
    align-items: flex-start;
  }
  .hero__right {
    width: 40%;
  }
  .hero__subtitle-text {
    font-size: 16px;
  }
  .hero__title {
    font-size: 20px;
  }
  .hero__strategy i {
    font-size: 24px;
  }
  .hero__strategy-text {
    font-size: 14px;
  }
  .hero__avatar::after {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .navigation__container {
    margin: 0 2vw;
  }
  .navigation__menu {
    width: auto;
  }
  .hero__content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .hero__left {
    width: 100%;
  }
  .hero__right {
    width: 60%;
    margin: 0 auto;
  }
  .hero__features-text {
    font-size: 16px;
    width: 100%;
  }
  .hero__strategy-text {
    font-size: 16px;
  }
  .hero__strategy i {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  .navigation__menu {
    display: none;
  }
  .hero__form-title {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .hero__container {
    width: 100%;
    padding: 0 10px;
  }
}
/* Course Responsive Design */
@media (max-width: 1202px) {
  .course__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .course__lessons {
    grid-template-columns: 1fr;
  }
  .course__instructor {
    position: static;
    width: 60%;
    margin: 0 auto;
    /* margin-bottom: 20px; */
  }
}

@media (max-width: 968px) {
  .course__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .course__instructor {
    position: static;
    margin-bottom: 20px;
  }

  .course__lessons {
    grid-template-columns: 1fr;
  }

  .course__benefits-grid {
    grid-template-columns: 1fr;
  }

  .course__title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .course__instructor {
    width: 80%;
    margin: 0 auto;
  }
  .course__lesson-title {
    font-size: 20px;
  }
  .course__container {
    padding: 0 20px;
  }

  .course__lesson {
    padding: 25px 20px;
  }

  .course__benefit {
    padding: 25px 20px;
  }

  .course__title {
    font-size: 2rem;
  }

  .course__subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .course__lesson {
    background: linear-gradient(
      90deg,
      rgba(209, 5, 3, 1) 0%,
      rgba(132, 3, 2, 1) 81%,
      rgba(107, 3, 2, 1) 100%
    );
  }
}
/* Responsive Design for Master */
@media (max-width: 1500px) {
  .master__title {
    text-align: center;
  }
  .master__title::after {
    margin: 0 auto;
  }
  .master__info {
    width: 90%;
  }
  .master__avatar {
    width: auto;
  }
  .master__avatar-circle {
    width: 650px;
    height: 650px;
  }
  .master__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) {
  .master__title::after {
    width: 60%;
  }
}

@media (max-width: 968px) {
  .master__title {
    font-size: 2rem;
  }

  .master__info {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .master__info {
    background: linear-gradient(
      90deg,
      rgba(209, 5, 3, 1) 0%,
      rgba(132, 3, 2, 1) 81%,
      rgba(107, 3, 2, 1) 100%
    );
  }
  .master__container {
    padding: 0 20px;
  }
  .master__avatar-circle {
    width: 450px;
    height: 450px;
  }

  .master__info {
    padding: 30px 25px;
  }

  .master__achievement {
    font-size: 1rem;
  }

  .master__social-link {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .master__community-text {
    font-size: 32px;
  }
  .master__community__images {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .master__avatar-circle {
    width: 400px;
    height: 400px;
  }
}
/* Responsive Design for Contact */
@media (max-width: 1200px) {
  .contact__content {
    gap: 40px;
  }
}

@media (max-width: 968px) {
  .contact__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact__title {
    font-size: 2.2rem;
  }

  .contact__info-card,
  .contact__registration {
    padding: 30px 25px;
  }
}

@media (max-width: 768px) {
  .contact__container {
    padding: 0 20px;
  }

  .contact__title {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }

  .contact__info-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact__methods {
    grid-template-columns: 1fr;
  }

  .contact__method {
    padding: 20px;
  }
}
/* Modal Responsive */
@media (max-width: 768px) {
  .modal__content {
    padding: 30px 25px;
    margin: 20px;
  }

  .modal__form-title {
    font-size: 1.1rem;
  }

  .modal__input {
    padding: 12px 15px;
  }

  .modal__submit-btn {
    padding: 15px 30px;
    font-size: 1.1rem;
  }
}
