@media screen and (max-width: 1500px) {
  .header {
    height: 80px;
  }
  .header.in-view {
    opacity: 1;
  }
  .header.is-sticky {
    height: 70px;
  }
  .header .header__wrapper .menu ul li {
    padding-right: 30px;
  }
  .header .header__wrapper .login__button {
    padding: 10px 22px;
  }

  .hero .description h2 {
    font-size: 58px;
  }
  .hero .description p {
    font-size: 18px;
  }
  .marquee .marquee-slide {
    height: 35px;
  }

  .courses .courses__description h3 {
    font-size: 32px;
  }
  .courses .courses__description p {
    line-height: 1.3em;
  }
  .courses__list {
    gap: 10px;
  }
  .courses .courses__list .list-item {
    flex: 0 1 calc(33.333% - 10px);
    padding: 40px 20px;
  }

  .talents .description .content h3 {
    font-size: 58px;
  }
  .talents .talents__wrapper {
    gap: 30px;
  }
  .talents .description .details .button a {
    padding: 14px 32px;
  }
  .talents .description .details .button .next_course {
    padding: 14px 36px;
  }

  .value .value__wrapper .value-items {
    gap: 10px;
  }
  .value .value__wrapper .value-items .item {
    padding: 58px 20px;
  }
  .value .value__wrapper .value-items .item h4 {
    font-size: 19px;
    line-height: 1.3em;
  }

  .instructors .instructors__wrapper .instructors-items .item {
    width: calc(33.3% - 30px);
  }

  .unreal-future .description h3 {
    font-size: 34px;
    line-height: 1.3em;
  }
  .unreal-future .image img {
    height: 600px;
  }

  .future-job .description h3 {
    font-size: 34px;
    line-height: 1.3em;
  }
  .future-job .image img {
    height: 600px;
  }
  .future-job .description .items .item p {
    line-height: 1.3em;
  }

  .discord .image img {
    height: 600px;
  }
  .discord .description h3 {
    font-size: 34px;
    line-height: 1.3em;
  }

  .partners .partners__wrapper .description h3 {
    font-size: 34px;
    line-height: 1.3em;
  }

  .partners .partners__wrapper .lists .list-item {
    row-gap: 25px;
    column-gap: 40px;
  }

  .signup .title-wrapper h1 {
    font-size: 58px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 1200px) {
  .courses__list {
    gap: 30px;
  }
  .courses .courses__list .list-item {
    flex: 0 1 calc(48.333% - 10px);
    padding: 40px 30px;
  }

  .talents.in-view .slider {
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .schedule .schedule__wrapper .week-one {
    gap: 30px;
  }
  .schedule .schedule__wrapper .week-one .image {
    width: 50%;
  }
  .schedule .schedule__wrapper td.intro {
    line-height: 1.3em;
    font-size: 12px;
  }

  .value .value__wrapper .value-items {
    gap: 30px;
    flex-wrap: wrap;
  }
  .value .value__wrapper .value-items .item {
    padding: 50px 20px;
    width: calc(50% - 30px);
  }

  .instructors .instructors__wrapper .instructors-items {
    flex-wrap: wrap;
  }
  .instructors .instructors__wrapper .instructors-items .item {
    width: calc(50% - 30px);
    margin-bottom: 40px;
  }

  .unreal-future .image {
    width: calc(55% - 40px);
  }
  .unreal-future .description {
    width: calc(45% - 20px);
  }

  .future-job .image {
    width: calc(55% - 40px);
  }
  .future-job .description {
    width: calc(45% - 20px);
  }

  .discord .image {
    width: calc(55% - 40px);
  }
  .discord .description {
    width: calc(45% - 20px);
    overflow: hidden;
  }

  .partners .partners__wrapper .lists {
    margin-top: 70px;
  }
  .partners .partners__wrapper .lists .list-item img {
    max-width: 95px;
  }

  .signup .content-wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .signup .content-wrapper .left-section {
    width: 50%;
  }
  .signup .content-wrapper .right-section {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 992px) {
  .header .header__wrapper .menu ul li {
    padding-right: 10px;
  }
  .header .header__wrapper .menu ul li a {
    font-size: 14px;
  }
  .header .header__wrapper .login__button {
    padding: 7px 14px;
  }
  .header .header__wrapper .login__button a {
    font-size: 13px;
  }
  .header.in-view .header__wrapper .logo h1 {
    font-size: 13px;
  }

  .hero .description h2 {
    font-size: 48px;
  }
  .hero .description p {
    font-size: 16px;
    line-height: 1.4em;
  }
  .marquee .marquee-slide {
    height: 30px;
  }

  .courses__list {
    gap: 20px;
  }
  .courses .courses__list .list-item {
    flex: 0 1 calc(50% - 10px);
    padding: 40px 30px;
  }

  .talents .description {
    width: 100%;
  }
  .talents.in-view .slider {
    display: none;
  }
  .talents .description .content h3 {
    font-size: 48px;
  }

  .schedule .schedule__wrapper .week-one .table {
    width: 100%;
  }
  .schedule .slider{
    width: 100%;
  }

  .unreal-future .description {
    width: 100%;
    margin-bottom: 10px;
  }
  .unreal-future .image {
    width: 100%;
  }
  .unreal-future .image img {
    height: 50vh;
  }

  .future-job .description {
    width: 100%;
  }
  .future-job .image {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
  .future-job .image img {
    height: 50vh;
  }

  .discord .image {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
  .discord .image img {
    height: 50vh;
  }
  .discord .description {
    width: 100%;
  }

  .partners .partners__wrapper .description p {
    max-width: 90%;
  }
  .partners .partners__wrapper .lists .list-item img {
    max-width: 70px;
  }
  .partners .partners__wrapper .lists {
    margin-top: 50px;
  }

  .signup .title-wrapper {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .signup .title-wrapper h1 {
    font-size: 48px;
    line-height: 1.3em;
  }
  .signup .content-wrapper {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
  }
  .signup .content-wrapper .left-section {
    width: 100%;
  }
  .signup .content-wrapper .right-section {
    width: 100%;
  }

  .footer-future-island {
    padding: 70px 0;
    background: #1d1d20;
  }
  .footer-future-island .logo {
    width: fit-content;
  }
  .footer-future-island .menu {
    max-width: 70%;
  }
  .footer-future-island .footer__wrapper .menu .menu__wrapper {
    gap: 15px;
  }
  .footer-future-island .footer__wrapper .menu .menu__wrapper .join_discord h4 {
    font-size: 16px;
  }
  .footer-future-island
    .footer__wrapper
    .menu
    .menu__wrapper
    .join_discord
    .join_discord__links
    a {
    margin-bottom: 5px;
  }
  .footer-future-island
    .footer__wrapper
    .menu
    .menu__wrapper
    .future_sland_hq
    h4 {
    font-size: 16px;
  }
  .footer-future-island .footer__wrapper .menu .menu__wrapper .social_media a {
    font-size: 15px;
  }
}
@media screen and (min-width: 677px) {
  .talents__image--mobile {
    display: none;
  }
  .value-items__mobile {
    display: none;
  }
  .discord__mobile {
    display: none;
  }
}

@media screen and (max-width: 676px) {
  .header .header__wrapper .menu {
    display: none;
  }
  .hero .description h2 {
    font-size: 42px;
    max-width: 90%;
  }
  .hero .description {
    position: absolute;
    bottom: 10px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .hero .description p {
    max-width: 90%;
    width: 100%;
  }
  .marquee {
    display: none;
  }

  .courses {
    display: none;
  }
  .talents__image--mobile {
    display: block;
  }
  .talents__image--mobile img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    opacity: 0;
    transition-delay: 0.5s;
    transition: all ease 0.5s;
  }
  .talents.in-view .talents__image--mobile img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    opacity: 1;
  }
  .talents .talents__wrapper {
    padding-top: 30px;
  }
  .talents .description .content h3 {
    font-size: 38px;
  }
  .talents .description {
    max-width: 90%;
  }
  .talents .description .details .footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .talents .description .details {
    padding-top: 70px;
  }
  .talents .description .details .button a {
    padding: 8px 16px;
  }
  .talents .description .details .button .next_course {
    padding: 8px 16px;
  }
  .talents .description .details .button {
    flex-wrap: wrap;
  }

  .schedule {
    display: none;
  }

  .instructors {
    display: none;
  }

  .value .value__wrapper .title h3 {
    font-size: 30px;
  }
  .value .item {
    opacity: 0;
    transform: translateY(50px);
    transition-delay: 1.2s;
    transition: all ease 0.7s;
  }
  .value.in-view .item {
    opacity: 1;
    transform: translateY(0);
  }
  .value .value__wrapper .title p {
    display: none;
  }
  .value .value__wrapper .value-items {
    display: none;
  }
  .value-items__mobile .item_title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .value-items__mobile {
    position: relative;
    padding-top: 50px;
  }
  .value-items__mobile .item_title h4 {
    color: var(--white_true, #fff);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Ubuntu";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0;
  }
  .value-items__mobile .desc {
    padding-left: 27px;
    max-width: 86%;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    opacity: 0.7;
  }
  .value-items__mobile .desc p {
    color: var(--white_true, #fff);
  }
  .instructors {
    display: none;
  }
  .unreal-future {
    display: none;
  }
  .future-job {
    display: none;
  }
  .discord {
    display: none;
  }
  .partners .partners__wrapper .description h3 {
    font-size: 26px;
    line-height: 1.3em;
  }
  .partners .partners__wrapper .description p {
    display: none;
  }
  .partners .partners__wrapper .lists .list-item {
    row-gap: 20px;
    column-gap: 25px;
    max-width: 100%;
    text-align: center;
  }
  .partners .partners__wrapper .lists .list-item img {
    max-width: 50px;
  }

  .signup.in-view .title-wrapper h1 {
    font-size: 26px;
    line-height: 1.3em;
  }
  .signup .title-wrapper p {
    font-size: 15px;
    line-height: 1.3em;
  }
  .signup.in-view .content-wrapper .left-section {
    display: none;
  }
  .signup .content-wrapper {
    gap: 0;
  }
  .signup .content-wrapper .right-section {
    padding: 20px;
  }
  .signup .content-wrapper .right-section h3 {
    font-size: 20px;
  }
  .signup .content-wrapper .right-section .form-wrapper .description p {
    font-size: 14px;
  }
  .signup .content-wrapper .right-section .form-wrapper .button-wrapper button {
    padding: 10px 22px;
  }

  .footer-future-island .footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    flex-direction: column;
  }

  .footer-future-island .logo {
    order: 2;
  }
  .footer-future-island .footer__wrapper .menu .menu__wrapper {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }

  .footer-future-island .footer__wrapper .menu .menu__wrapper .join_discord {
    opacity: 1;
    transition-delay: 0.5s;
    order: 2;
    display: none;
  }
  .footer-future-island .footer__wrapper .menu .menu__wrapper .future_sland_hq {
    order: 1;
  }
  .footer-future-island .footer__wrapper .menu .menu__wrapper .social_media {
    transition-delay: 0.9s;
    order: 3;
    margin-bottom: 30px;
  }
  .footer-future-island .footer__wrapper .menu .menu__wrapper .social_media a,
  .footer-future-island
    .footer__wrapper
    .menu
    .menu__wrapper
    .future_sland_hq
    .future_sland_hq__address
    a {
    color: #00d9f5;
  }
  .footer-future-island.in-view .footer__wrapper .logo h3 {
    margin-bottom: 10px;
    transition-delay: 1.1s;
  }
  .footer-future-island.in-view .footer__wrapper .logo p {
    transition-delay: 1.3s;
  }
  .discord__mobile {
    position: relative;
  }
  .discord__mobile .title {
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
    transition: all ease 0.5s;
    transform: translateY(50px);
}
.discord__mobile.in-view .title {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
  }
  .discord__mobile .title h3 {
    color: var(--white_true, #fff);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Ubuntu";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0;
  }
  .discord__mobile .image {
    width: 100%;
    height: 230px;
    opacity: 0;
    transition: all ease 0.5s;
}
.discord__mobile.in-view .image {
    opacity: 1;
    transition-delay: 0.5s;
  }
  .discord__mobile .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .discord__mobile .description {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .discord__mobile .description p {
    color: var(--white_true, #fff);
    margin-bottom: 30px;
    opacity: 0;
    transition: all ease 0.5s;
  }
  .discord__mobile.in-view .description p {
    opacity: 0.8;
    transition-delay: 0.7s;
  }
  .discord__mobile .description a {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    padding: 12px 24px;
    background: linear-gradient(90deg, #00f5a0 0%, #00d9f5 100%);
    color: #161519;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Ubuntu";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    text-decoration: none;
    opacity: 0;
    transition: all ease 0.5s;
  }
  .discord__mobile.in-view .description a {
    opacity: 1;
    transition-delay: 0.9s;
  }

  .button-discord {
    right: 20px;
    bottom: 35px;
    width: 50px;
  }
}
