@media only screen and (max-width : 1290px) {
    #hero .container {
        padding: 60px;
        gap: 36px;
    }

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

    .hero-swiper .swiper-wrapper {
        width: 420px;
    }

    .module-content {
        align-items: flex-start;
    }

    .module-block {
        width: 100%;
    }

    .module-blocks .module-block:nth-child(3) ul {
        flex-direction: column;
    }

    .module-blocks .module-block:nth-child(3) ul li {
        list-style: disc;
        margin-left: 24px;
        margin-right: 0;
    }

    .module-blocks .module-block:nth-child(3) ul li::before {
        content: '';
        margin-right: 0;
    }
}

@media only screen and (max-width : 1100px) {
    .who {
        height: 330px;
    }

    .instructor-bio {
        padding: 40px;
    }

    .instructor-bio>div[class^="slide-"] {
        top: 100px;
        left: 40px;
        right: 40px;
    }

    .instructor-bio .bio {
        padding-top: 16px;
    }

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

    .cart-container .form {
        width: 54%;
    }

    .summary {
        width: 42%;
    }

    .course p {
        font-size: 1.4rem;
    }
}

@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 {
        padding: 60px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .hero-text {
        max-width: unset;
    }

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

    .hero-swiper::before {
        display: none;
    }

    #video video {
        margin-top: 40px;
    }

    .modules {
        gap: 60px;
    }

    .module-title {
        font-size: 2.4rem;
    }

    .module-content .no {
        font-size: 48rem;
        width: 300px;
        margin-left: -100px;
    }

    .modules .module:nth-of-type(even) .module-content .no {
        margin-right: -100px;
    }

    .module-blocks {
        width: calc(100% - 200px);
    }

    .module-block {
        padding: 24px;
        width: 100%;
    }

    .module-block h4 {
        font-size: 1.8rem;
    }

    .module-block ul,
    .module-block>p {
        padding-top: 20px;
    }

    .module-usp {
        flex-direction: column;
        gap: 24px;
    }

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

    .usp img {
        width: 40px;
        height: auto;
    }

    .usp p {
        text-align: left;
    }

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

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

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

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

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

    .instructor-image {
        width: 325px;
    }

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

    .instructor-bio>div[class^="slide-"] {
        top: 48px;
        left: 24px;
        right: 24px;
    }

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

    .instructor-bio h4 {
        font-size: 1.6rem;
    }

    .instructor-bio .bio {
        padding-top: 12px;
    }

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

    .instructor-bio .testimonial {
        padding-top: 24px;
    }

    .instructor-bio .testimonial .quote {
        font-size: 1.6rem;
    }

    .instructor-bio .testimonial .speaker {
        font-size: 1.2rem;
    }

    .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;
    }

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

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

    .testimonial-container {
        margin: 40px -40px 0;
    }

    .testimonial-swiper {
        padding: 0 40px;
    }

    .testimonial-content .quote {
        font-size: 2.4rem;
    }

    #register {
        margin: 48px 0;
    }

    #register h2 {
        max-width: 300px;
    }

    .register-container {
        flex-direction: column;
        gap: 20px;
    }

    .register-bullets,
    .dates-container {
        width: 100%;
        margin: 0;
    }

    .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 {
        flex-direction: column;
        gap: 80px;
    }

    .cart-container .form,
    .summary {
        width: 100%;
        max-width: unset;
    }

    .message {
        margin: 60px auto 20px;
    }

    .message .msg {
        font-size: 1.6rem;
    }

    .message .msg p:first-of-type {
        font-size: 1.8rem;
    }

    #success .bought-modules {
        flex-direction: column;
    }

    .bought-modules .module {
        width: 100%;
    }

    #success>p {
        font-size: 1.6rem;
    }

    .courses {
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .course {
        width: calc(50% - 12px);
        height: 310px;
    }

    #inspiration h3 {
        padding-top: 40px;
        font-size: 2rem;
    }

    .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;
    }

    .hero-swiper .swiper-slide p {
        padding: 60px 40px 100px 40px;
        font-size: 2.4rem;
    }

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

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

    .hero-swiper .swiper-wrapper,
    .hero-swiper .swiper-slide {
        width: 320px;
        height: 234px;
    }

    #video video {
        margin-top: 20px;
    }

    #modules {
        padding: 160px 20px 40px;
    }

    .modules {
        gap: 180px;
    }

    .module-title {
        font-size: 2rem;
        padding: 8px 20px 0;
    }

    .module-content {
        position: relative;
        padding-top: 72px;
    }

    .module-content .no {
        font-size: 32rem;
        position: absolute;
        top: -180px;
        width: 100%;
        text-align: center;
        z-index: -1;
        margin-left: 0;
    }

    .modules .module:nth-of-type(even) .module-content .no {
        margin-right: 0;
    }

    .module-blocks {
        padding: 0;
        width: 100%;
    }

    .module-block {
        padding: 24px 12px;
        border-radius: 8px;
    }

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

    .why-container {
        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;
    }

    .who-container {
        margin-top: 20px;
        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;
    }

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

    .instructor-image {
        width: 100%;
    }

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

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

    .instructor-bio>div[class^="slide-"] {
        position: static;
        opacity: 1;
        padding-top: 40px;
    }

    .instructor-bio .slide-1 {
        padding-top: 20px !important;
    }

    .instructor-bio h4 {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .industries-logo {
        padding-top: 12px;
    }

    .instructor-bio .testimonial .quote {
        font-size: 1.4rem;
    }

    .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;
    }

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

    .avg-rating {
        width: 132px;
        min-width: 132px;
        margin: auto;
    }

    .avg-rating span {
        font-weight: 400;
        font-size: 2.4rem;
    }

    .rating-text {
        padding: 0;
        line-height: 1.5;
    }

    #rating h3 {
        padding-top: 48px;
        font-size: 1.6rem;
        line-height: 1.5;
    }

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

    .testimonial-container {
        margin: 20px -20px 0;
    }

    .testimonial-swiper {
        padding: 0 20px;
    }

    .testimonial-swiper .testimonial {
        flex-direction: column;
    }

    .testimonial-content {
        padding: 20px 10px;
    }

    .testimonial-content .quote {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .certificate-container {
        padding: 36px 12px 143px;
        margin-bottom: 45px;
    }

    .certificate-container p.tagline {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .certificate-container img {
        position: absolute;
        width: 240px;
        left: calc(50% - 120px);
    }

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

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

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

    #register h2 {
        max-width: 216px;
    }

    #register p.center {
        padding-top: 12px;
        max-width: 171px;
        margin: auto;
    }

    .register-bullets ul {
        padding: 36px 24px;
    }

    .register-bullets ul li h3 {
        font-size: 1.6rem;
    }

    .register-bullets ul li p {
        font-size: 1.4rem;
    }

    .dates-selector {
        padding-top: 22px;
        gap: 8px;
    }

    .date-button {
        cursor: pointer;
        padding: 8px 16px 4px;
        font-size: 1.4rem;
    }

    .dates-content {
        padding: 24px 36px;
    }

    .dates-content .date {
        font-size: 1.6rem;
        line-height: 2.5;
    }

    .dates-content .day,
    .dates-content .location {
        line-height: 2.1;
    }

    .dates-content .price {
        gap: 8px;
    }

    .dates-content .og-price {
        font-size: 1.2rem;
    }

    .dates-content .offer-price {
        font-size: 2rem;
    }

    .dates-content .alert {
        font-size: 1.6rem;
        padding-left: 28px;
    }

    .dates-content .alert::before {
        height: 20px;
        width: 20px;
    }

    .dates-content .btn {
        display: block;
        margin: 44px auto 0;
        padding: 12px 24px;
        width: 100%;
    }

    .dates-content .slots {
        font-size: 1.2rem;
    }

    .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 {
        gap: 48px;
        margin-bottom: 120px;
    }

    .cart-container .form h2 {
        font-size: 2.4rem;
    }

    .cart-usp li h3 {
        font-size: 1.6rem;
    }

    .cart-usp li p {
        font-size: 1.4rem;
    }

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

    .summary h4 {
        font-size: 1.6rem;
    }

    .summary p {
        padding: 24px 0 0;
    }

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

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

    .summary-modules .module {
        flex-direction: row;
    }

    .summary-modules .module-name {
        font-size: 1.2rem;
        max-width: unset;
    }

    .summary-modules .module-detail {
        align-items: baseline;
        gap: 8px;
    }

    .summary-modules .module-price,
    .summary-price .price.offer-price {
        font-size: 1.4rem;
    }

    .summary .btn {
        margin-top: 24px;
    }

    .sticky-alert {
        left: 20px;
        bottom: 72px;
    }

    .message {
        margin: 40px auto 20px;
        flex-direction: column;
    }

    .message .msg {
        font-size: 1.4rem;
    }

    .message .msg p:first-of-type {
        font-size: 1.6rem;
    }

    #success>h3 {
        padding-top: 40px;
        font-size: 2rem;
    }

    .bought-modules .module {
        gap: 12px;
    }

    .bought-modules .module-icon {
        height: 164px;
    }

    .bought-modules .module-content {
        padding-top: 0;
    }

    .bought-modules .module-name {
        font-size: 1.6rem;
        padding-top: 12px;
    }

    .bought-modules .module-slot {
        margin-top: 12px;
        padding-left: 22px;
    }

    .bought-modules .module-price {
        padding-top: 12px;
        gap: 8px;
        align-items: baseline;
    }

    .bought-modules .module-og-price {
        font-size: 1.4rem;
    }

    .bought-modules .module-offer-price {
        font-size: 1.6rem;
    }

    #success>p {
        font-size: 1.4rem;
        text-align: left;
    }

    .courses {
        margin-top: 20px;
        gap: 12px;
    }

    .course {
        width: 100%;
        height: 240px;
        padding: 24px;
    }

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

    .course img {
        width: 50%;
    }

    #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;
    }
}