@media only screen and (max-width : 1279px) {
    #active-1 {
        margin-left: 3%;
    }

    #active-2 {
        max-width: 320px;
    }

    #active-3 {
        margin-left: 7%;
    }

    .who {
        height: 330px;
    }

    .instructor-bio {
        padding: 24px 48px;
    }
}

@media only screen and (max-width : 1100px) {
    .instructor-bio {
        padding: 12px 32px;
    }

    .wheel-overlay .center p span {
        display: none;
    }
}

@media only screen and (max-width : 1023px) {
    body {
        font-size: 1.4rem;
    }

    section {
        padding: 48px 40px;
    }

    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 3.2rem;
    }

    .tagline {
        font-size: 1.8rem;
    }

    #hero .container {
        height: 420px;
        background-size: cover;
    }

    .hero-text {
        max-width: 360px;
    }

    .hero-text p {
        font-size: 1.8rem
    }

    #empower h2 .scroll::before {
        width: 360px;
        height: 123px;
    }

    #active-1 {
        margin-left: 0;
        max-width: 270px;
    }

    #active-2 {
        max-width: 240px;
    }

    #active-3 {
        margin-left: 0;
        max-width: 300px;
    }

    .capability-container {
        margin-top: 40px;
    }

    .capability-content {
        padding: 48px 24px 88px;
        position: relative;
    }

    .capability-content h3 {
        font-size: 4.8rem;
    }

    .capability-content h4 {
        font-size: 1.8rem;
    }

    .capability-content p {
        font-size: 1.4rem;
        left: 24px;
        bottom: 48px;
    }

    .discover-container {
        margin-top: 40px;
    }

    .discover-card ul {
        padding-top: 12px;
        padding-left: 12px;
    }

    .discover-card ul li {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .discover-card h3 {
        font-size: 2rem;
    }

    .who-container {
        margin-top: 40px;
        gap: 30px 24px;
    }

    .who {
        width: calc(33.33% - 16px);
    }

    .who h3 {
        font-size: 2rem;
    }

    .why-container {
        margin-top: 40px;
    }

    .why-content h3 {
        font-size: 2.4rem;
    }

    .rating-container {
        margin: 40px auto 60px;
        flex-wrap: wrap;
    }

    .rating {
        width: calc(50% - 12px);
    }

    .logo-swiper-1,
    .logo-swiper-2 {
        margin: 24px -40px 0;
    }

    .instructors {
        margin-top: 40px;
    }

    .instructor-image {
        width: 275px;
    }

    .instructor-bio {
        width: calc(100% - 275px);
        padding: 12px 24px;
    }

    .instructor-bio h3 {
        font-size: 2.4rem;
        line-height: 1;
    }

    .instructor-bio h4 {
        font-size: 1.6rem;
        line-height: 1.2;
        padding-top: 12px;
    }

    .instructor-bio p {
        line-height: 1.5;
        padding-top: 12px;
    }

    .accolades-container {
        padding-top: 12px;
    }

    .accolades-container img {
        width: auto;
        height: 32px;
    }

    .wheel-container {
        margin: 40px auto 118px;
    }

    .letters button.active {
        font-size: 8.4rem;
        padding: 0 32px;
    }

    .letters button {
        font-size: 5.6rem;
        padding: 20px 32px;
    }

    .wheel {
        margin-top: 32px;
    }

    .wheel-overlay {
        top: 120px;
    }

    .wheel-overlay .center h3 {
        font-size: 1.6rem;
    }

    .wheel-overlay .center p {
        padding: 20px 20px 0;
    }

    .wheel-overlay .left h4,
    .wheel-overlay .right h4 {
        font-size: 2rem;
    }

    .wheel-center {
        position: absolute;
        bottom: -118px;
        left: calc(50% - 118px);
    }

    .wheel-center img {
        width: 236px;
        height: 236px;
    }

    .gallery-container {
        margin-top: 40px;
        gap: 12px;
    }

    .gallery-row {
        gap: 12px;
    }

    #contact {
        margin: 48px 0;
    }

    .contact-title {
        max-width: 530px;
    }

    .faq-container {
        margin-top: 40px;
    }

    .faq-question,
    .faq-answer {
        font-size: 1.4rem;
    }

    .faq-question {
        padding: 24px 50px 24px 24px;
    }

    footer {
        margin-top: 90px;
        padding: 32px 40px 40px 40px;
    }

    .footer .footer-tl,
    .footer .footer-tr {
        width: calc(50% - 24px);
    }

    .footer-tr .links {
        gap: 32px;
        justify-content: flex-end;
    }

    .cart-container .form .form-wrapper {
        padding-top: 64px;
    }

    .success-container {
        max-width: 560px;
    }

    .inspiration-videos {
        padding-top: 20px;
        margin-left: -40px;
        margin-right: -40px;
        width: calc(100% + 80px);
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width : 767px) {
    body {
        font-size: 1.4rem;
    }

    section {
        padding: 40px 20px;
    }

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    .tagline {
        font-size: 1.4rem;
    }

    header {
        padding: 12px 20px;
    }

    header .logo img {
        width: 120px;
    }

    header .zeux {
        font-size: 1.2rem;
    }

    #hero .container {
        padding: 40px 20px;
        height: 300px;
    }

    .hero-text p {
        font-size: 1.4rem;
        line-height: 1.4;
        padding-top: 24px;
    }

    .hero-text .btn {
        width: 100%;
        margin-top: 20px;
    }

    #empower h2 .scroll::before {
        width: 161px;
        height: 55px;
    }

    .active-card {
        font-size: 1.2rem;
    }

    #active-1 {
        max-width: 120px;
    }

    #active-2 {
        max-width: 120px;
    }

    #active-3 {
        max-width: 130px;
    }

    .capability-container {
        margin-top: 20px;
        flex-direction: column;
    }

    .capability-content {
        width: 100%;
        padding: 40px 20px;
    }

    .capability-content h4 {
        font-size: 1.6rem;
        max-width: 250px;
    }

    .capability-content p {
        position: static;
        padding-top: 12px;
    }

    .discover-container {
        margin-top: 20px;
    }

    .discover-column {
        width: 100%;
    }

    .who-container {
        margin-top: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .who {
        width: 100%;
        height: auto;
        padding: 18px 15px 30px;
    }

    .who:hover .hoverbg {
        opacity: 0;
    }

    .who h3 {
        font-size: 1.6rem;
    }

    .who>img {
        max-height: 100px;
    }

    .why-container {
        margin-top: 20px;
        padding: 36px;
    }

    .why {
        gap: 12px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .why::after {
        display: none;
    }

    .why-no {
        font-size: 4.8rem;
        line-height: 0.6;
    }

    .why-content h3 {
        font-size: 1.6rem;
        max-width: 145px;
        line-height: 1.5;
    }

    .why-content p {
        padding-top: 12px;
        line-height: 1.4;
    }

    .rating-container {
        margin-top: 20px;
        flex-direction: column;
        gap: 12px;
    }

    .rating {
        width: 100%;
        padding: 24px;
        flex-direction: row;
        gap: 24px;
    }

    .rating img {
        width: 80px;
    }

    .rating h3 {
        padding-top: 0;
        font-size: 1.6rem;
    }

    .rating.stars {
        gap: 8px;
    }

    .rating.stars h3 {
        padding-top: 0;
        padding-left: 16px;
    }

    .rating.stars h4 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .logo-swiper-1,
    .logo-swiper-2 {
        margin: 12px -20px 0;
    }

    .instructor-container {
        flex-direction: column;
    }

    .instructor-container:nth-of-type(even) {
        flex-direction: column-reverse;
    }

    .instructor-image {
        width: 100%;
    }

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

    .instructor-bio {
        width: 100%;
        padding: 24px 18px;
    }

    .instructor-bio h3 {
        font-size: 2rem;
    }

    .instructor-bio h4 {
        padding-top: 18px;
    }

    .instructor-bio p {
        padding-top: 18px;
    }

    .accolades-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .accolades-container img {
        height: auto;
        width: auto;
        flex: 0 0 auto;
        padding-right: 0;
        border-right: none;
    }

    .wheel-container {
        margin: 20px auto 59px;
    }

    .letters button {
        font-size: 3rem;
        padding: 8px 12px;
    }

    .letters button.active {
        font-size: 4.6rem;
        padding: 0 12px;
    }

    .wheel {
        margin-top: 280px;
    }

    .wheel-overlay {
        top: 60px;
        align-items: flex-end;
    }

    .wheel-overlay .left h4,
    .wheel-overlay .right h4 {
        font-size: 1rem;
        margin-bottom: 90px;
    }

    .wheel-overlay .center h3 {
        font-size: 1rem;
        margin-bottom: 160px;
        padding: 5px;
    }

    .wheel-overlay .center p {
        position: absolute;
        top: 0;
        left: 0;
    }

    .wheel-overlay .center p span {
        display: block;
    }

    .wheel-center {
        position: absolute;
        bottom: -59px;
        left: calc(50% - 59px);
    }

    .wheel-center img {
        width: 118px;
        height: 118px;
    }

    .gallery-container {
        margin: 20px -20px 0;
        overflow: auto;
        scrollbar-width: none;
    }

    .gallery-container::-webkit-scrollbar {
        display: none;
    }

    .gallery-row {
        width: 960px;
        padding: 0 20px;
    }

    #contact {
        margin: 40px 0;
        padding-bottom: 80px;
    }

    #contact::before {
        top: unset;
        bottom: 60px;
        height: 205px;
        width: 135px;
        background-size: contain;
    }

    #contact::after {
        top: 20px;
        bottom: unset;
        height: 206px;
        width: 118px;
        background-size: contain;
    }

    .contact-title .tagline {
        padding-top: 12px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .faq-container {
        margin-top: 20px;
    }

    footer {
        margin-top: 60px;
        padding: 15px;
    }

    .footer-top {
        flex-direction: column;
        gap: 20px;
        position: relative;
    }

    .footer .footer-tl {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }

    .footer .footer-tr {
        width: 100%;
    }

    footer .logo img {
        width: 60px;
    }

    footer .logo p {
        padding-top: 2px;
        font-size: 0.8rem;
        line-height: 2;
    }

    .footer-tr .social {
        position: absolute;
        top: 0;
        right: 0;
    }

    .footer-tr .links {
        justify-content: space-between;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
    }

    .bottom-bar {
        height: 72px;
        padding: 16px;
    }

    .cart-container .form .form-wrapper {
        padding-top: 48px;
    }

    .form-wrapper .form-group-wrap>div {
        width: 100%;
    }

    .form-group {
        margin-bottom: 24px;
    }

    .form-group .btn {
        max-width: unset;
    }

    #success::before {
        height: 205px;
        width: 135px;
        background-size: contain;
    }

    #success::after {
        height: 206px;
        width: 118px;
        background-size: contain;
    }

    #inspiration h3 {
        padding-top: 20px;
        font-size: 1.6rem;
    }

    .inspiration-videos {
        padding-top: 20px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
        gap: 12px;
    }
}

@media only screen and (max-width : 399px) {
    #empower h2 {
        font-size: 2.1rem;
    }
}