@media only screen and (max-width : 1150px) {
    #playbook .cards .card.large {
        width: 60%;
    }

    #playbook .cards .card.small {
        width: calc(40% - 16px);
    }

    .register-content .offer {
        left: calc(50% - 131px);
    }

    .register-content .offer span {
        padding: 16px;
    }
}

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

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

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

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

}

@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;
        padding-top: 140px;
    }

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

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

    #what:after {
        top: 0;
    }

    #what .container {
        margin: 140px auto;
    }

    #what h3 {
        font-size: 2.4rem;
    }

    #what p {
        font-size: 2rem;
    }

    #case-studies .container .card {
        height: 360px;
    }

    #ux-boom .container {
        margin: 180px auto 130px;
    }

    #ux-boom h3 {
        font-size: 2rem;
    }

    #ux-boom h4 {
        font-size: 2.8rem;
    }

    #ux-boom p {
        font-size: 2.4rem;
    }

    #playbook {
        padding-bottom: 40px;
    }

    .playbook-text p {
        font-size: 2rem;
        padding: 32px 40px 0;
    }

    #playbook .cards {
        padding: 0 40px;
    }

    #playbook .cards .card.large {
        width: 55%;
    }

    #playbook .cards .card.small {
        width: calc(45% - 16px);
    }

    #proven-methods .container {
        flex-wrap: wrap;
    }

    #proven-methods .container .card {
        width: calc(50% - 24px);
    }

    .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-container {
        padding-top: 12px;
    }

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

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

    #companies h2 {
        font-size: 2.8rem;
    }

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

    #certificate .container p {
        font-size: 2rem;
    }

    #why .container .card {
        width: 100%;
        height: 218px;
    }

    #why .container .card-no img {
        max-height: 200px;
        width: auto;
    }

    #register .container {
        flex-direction: column;
        margin: 40px auto;
        gap: 120px;
    }

    .register-title {
        width: 100%;
        max-width: 495px;
    }

    .register-content {
        width: 100%;
        max-width: 539px;
    }

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

    .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>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: 36px 16px;
    }

    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    header {
        padding: 10px;
    }

    header .logo img {
        width: 66px;
    }

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

    #hero .container {
        height: 480px;
    }

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

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

    .glow-btn span {
        font-size: 1.4rem;
        padding: 12px 24px;
    }

    #what .container {
        margin: 0 auto 118px;
    }

    #what h3 {
        font-size: 1.6rem;
        margin-top: 24px;
    }

    #what p {
        font-size: 1.4rem;
        margin: 24px auto 0;
        line-height: 1.4;
        max-width: 230px;
    }

    #what:after {
        content: '';
        height: 547px;
        width: 1082px;
        display: block;
        position: absolute;
        top: 200px;
        left: -295px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(194, 71, 0, 0.5) 0%, rgba(224, 73, 2, 0.3) 43.86%, rgba(240, 110, 3, 0.15) 65.59%, rgba(255, 146, 4, 0) 100%);
    }

    #case-studies .container {
        max-width: unset;
        width: calc(100% + 32px);
        margin: 24px -16px 0;
        padding: 0 16px;
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #case-studies .container::-webkit-scrollbar {
        display: none;
    }

    #case-studies .container .card {
        width: 272px;
        height: 325px;
        display: flex;
        align-items: flex-end;
        position: relative;
        border-radius: 8px;
        flex: none;
    }

    #case-studies .container .card img {
        height: 225px;
        border-radius: 8px;
    }

    #case-studies .container .card .text {
        padding: 0 30px 24px 14px;
    }

    #case-studies .container .card .text h3 {
        font-size: 1.4rem;
        max-width: 159px;
    }

    #case-studies .container .card .text p {
        font-size: 1.2rem;
    }

    #fields h2 {
        max-width: 288px;
        margin: auto;
    }

    #fields .container {
        margin-top: 24px;
        gap: 12px;
    }

    #fields .container .row {
        flex-direction: column;
        gap: 12px;
    }

    #fields .container .card.large,
    #fields .container .card.small {
        width: 100%;
        height: 225px;
        border-radius: 8px;
    }

    #fields .container .card img {
        border-radius: 8px;
        background: #131313;
        opacity: 0.4;
    }

    #fields .container .card .overlay,
    #fields .container .card:hover .overlay,
    #fields .container .card:focus-within .overlay {
        opacity: 0;
        visibility: hidden;
        border-radius: 8px;
    }

    #fields .container .card .text {
        padding: 0 32px 20px 16px;
    }

    #fields .container .card .text h3 {
        font-size: 1.4rem;
        padding-bottom: 24px;
    }

    #fields .container .card .text p {
        font-size: 1.2rem;
        max-height: unset;
        opacity: 1;
        visibility: visible;
        transition: none;
        max-width: unset !important;
    }

    #ux-boom h3 {
        font-size: 1.4rem;
    }

    #ux-boom h4 {
        font-size: 2rem;
    }

    #ux-boom p {
        font-size: 1.6rem;
    }

    #playbook {
        padding-bottom: 16px;
    }

    #playbook .video {
        height: 445px;
        margin-bottom: 119px;
    }

    .playbook-video {
        position: relative;
    }

    #playbook .video .overlay {
        background: linear-gradient(180deg, rgba(8, 11, 16, 0) 33.63%, #080B10 83.57%);
    }

    .playbook-text {
        position: absolute;
        top: 340px;
        padding: 0 16px;
    }

    .playbook-text p {
        font-size: 1.6rem;
        padding: 24px 0 0;
    }

    #playbook .cards {
        margin: 32px auto 0;
        padding: 0;
        gap: 20px;
        flex-direction: column;
        width: 272px;
    }

    #playbook .cards .card.large,
    #playbook .cards .card.small {
        width: 272px;
        height: 272px;
    }

    #playbook .cards .card .text {
        padding: 0 44px 28px 14px;
    }

    #playbook .cards .card .text h3 {
        font-size: 1.6rem;
    }

    #playbook .cards .card .text p {
        font-size: 1.2rem;
    }

    #proven-methods .container {
        margin-top: 24px;
        padding: 0 24px;
        border: none;
        gap: 24px;
    }

    #proven-methods .container .card {
        width: 100%;
        display: flex;
        gap: 12px;
    }

    #proven-methods .container .card img {
        height: 43px;
    }

    #proven-methods .container .card p {
        margin-top: 0;
        text-align: left;
        font-size: 1.2rem;
    }

    .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: 0 !important;
    }

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

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

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

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

    #companies h2 {
        font-size: 2.4rem;
    }

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

    #certificate .container {
        padding: 40px 32px 97px;
        margin-bottom: 90px;
    }

    #certificate .container h2 {
        background-image: linear-gradient(90deg, #F4F4F4);
    }

    #certificate .container p {
        font-size: 1.4rem;
        max-width: 236px;
        margin: 32px auto 40px;
    }

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

    #why .container {
        margin-top: 24px;
        gap: 12px;
    }

    #why .container .card {
        height: 189px;
    }

    #why .container .card .card-no {
        width: 75px;
    }

    #why .container .card-no img {
        max-height: 150px;
    }

    #why .container .card .card-content {
        width: calc(100% - 75px);
        padding: 32px 32px 32px 8px;
    }

    #why .container .card .card-content h3 {
        font-size: 1.4rem;
    }

    #why .container .card .card-content p {
        padding-top: 20px;
        font-size: 1.2rem;
    }

    #register {
        padding: 36px 16px;
    }

    #register>p {
        display: none;
    }

    #register .container {
        gap: 80px;
    }

    .register-text {
        gap: 24px;
    }

    .register-text li h3,
    .register-text li p {
        font-size: 1.2rem;
    }

    .register-content {
        padding: 48px 24px 24px;
    }

    .register-content .offer {
        top: -12px;
        left: calc(50% - 97px);
    }

    .register-content .offer span {
        padding: 10px 20px;
        font-size: 1.2rem;
    }

    .register-content .offer:before {
        height: calc(100% - 20px);
        width: calc(100% + 0px);
        top: -7px;
        left: -1px;
    }

    .register-content .offer:after {
        height: calc(100% - 10px);
        width: calc(100% - 6px);
        top: -10px;
        left: 0px;
    }

    .register-content .price {
        gap: 10px;
    }

    .register-content .og-price {
        font-size: 1.6rem;
    }

    .register-content .offer-price {
        font-size: 3.2rem;
    }

    .register-content .btn {
        margin-top: 24px;
        padding: 12px 24px;
        width: 100%;
    }

    .register-content .location {
        margin: 16px auto 0;
        gap: 4px;
        font-size: 1.2rem;
    }

    #faq h2 {
        max-width: 226px;
        margin: auto;
    }

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

    footer {
        margin: 60px 0 72px;
        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::before {
        content: '';
        background: linear-gradient(0deg, #DD680F -98.97%, #000000 100%);
        display: block;
        width: 100%;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0;
        z-index: 0;
    }

    .cart-container {
        gap: 36px;
    }

    .cart-container .form h2 {
        font-size: 2.4rem;
        text-align: left;
        margin-top: 24px;
    }

    .cart-container p {
        margin-top: 12px;
        font-size: 1.4rem;
        text-align: left;
    }

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

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

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

    .cart-container .form .btn {
        margin-top: 12px;
    }

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

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