/* For devices with a max width of 400px */
@media (max-width: 414px) {

    #first-section {
        padding: 0;
    }

    #first-section .content {
        width: 100%;
        padding: 0;
    }

    #first-section .content .heading h1 {
        font-size: 30px;
    }

    #first-section .content .heading h3 {
        font-size: 20px;
    }

    #first-section .content .heading p {
        font-size: 14px;
        width: 100%;
    }

    #first-section .content2 {
        margin-top: 15%;
    }

    #first-section .content2 .points ul {
        flex-wrap: wrap;
        gap: 5px;

    }

    #first-section .content2 .points ul li {
        display: flex;
        font-size: 12px;
    }

    #three-points .points {
        padding: 10px;
    }

    #three-points .points ul {
        flex-wrap: wrap;
        gap: 5px;
    }

    #three-points .points ul li {
        font-size: 16px;
    }

    #second-section .content {
        flex-wrap: wrap;
    }

    #second-section .content .box {
        width: 100%;
    }

    #second-section .content .box-image {
        margin-right: 0px;
    }

    #second-section .content .box .image {
        width: 100%;
    }

    #second-section .content .box .image img {
        width: 100%;
    }

    #second-section .content .box2 {
        padding-left: 0px;
        padding: 0;
        padding-top: 10px;
    }

    #second-section .content .box .text {
        width: 100%;
    }

    #second-section .content .box .text h2 {
        font-size: 20px;
    }

    
    #second-section .content .box .text p {
        font-size: 14px;
    }

        
    #second-section .content .box .text ul li{
        font-size: 18px;
        margin-bottom: 5px;
    }

    #third-section {
        height: 100vh;
    }

    #third-section .content {
        flex-wrap: wrap;
    }

    #third-section .content .box {
        width: 100%;
    }

    #third-section .content .box .text {
        width: 90%;
        padding-top: 10px;
    }

    #third-section .content .box .text .short-box {
        width: 80%;
    }

    #fourth-section .heading h1 {
        font-size: 30px;
    }


    #fourth-section .content .short-box {
        width: 100%;

    }

    #meet-your-trainer .content {
        flex-wrap: wrap;
        gap: 20px;
    }


    #meet-your-trainer .content .box {
        width: 100%;
    }

    #meet-your-trainer .content .box .image {
        width: 90%;
        margin: auto;
    }

    #meet-your-trainer .content .box2 {
        padding-left: 20px;
    }

    #meet-your-trainer .content .box .text h2 span {
        font-size: 30px;
    }

    #meet-your-trainer .content .box .text h1 {
        font-size: 30px;
    }


    #meet-your-trainer .content .box2 .text p {
        font-size: 16px;
    }

    #meet-your-trainer .content .box2 .text {
        width: 100%;
    }

    #meet-your-trainer .content .box2 .text .short-box {
        width: 90%;
        margin: auto;
    }

    #meet-your-trainer .content .box2 .text .image {
        margin-top: 40px;
    }

    #meet-your-trainer .content .box2 .text .image img {
        width: 10vh;
    }

    #testimonials {
        height: 90vh;
    }

    #testimonials .heading {
        padding-top: 30px;
    }

    #testimonials .heading h1 {
        font-size: 25px;
    }

    #testimonials .content {
        flex-wrap: wrap;
        gap: 10px;
    }

    #testimonials .box {
        width: 100%;
    }

    #testimonials .box iframe {
        width: 100%;
        height: 200px;
    }

    #fix-cta .box .text {
        font-size: 12px;
    }

    #fix-cta .cta-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* For devices with a max width of 400px */
@media (max-width: 576px) and (min-width: 400px) {

    #first-section {
        padding: 0;
    }

    #first-section .content {
        width: 100%;
        padding: 0;
    }

    #first-section .content .heading h1 {
        font-size: 30px;
    }

    #first-section .content .heading h3 {
        font-size: 20px;
    }

    #first-section .content .heading p {
        font-size: 14px;
        width: 100%;
    }

    #first-section .content2 {
        margin-top: 15%;
    }

    #first-section .content2 .points ul {
        flex-wrap: wrap;
        gap: 5px;

    }

    #first-section .content2 .points ul li {
        display: flex;
        font-size: 12px;
    }

    #three-points .points {
        padding: 10px;
    }

    #three-points .points ul {
        flex-wrap: wrap;
        gap: 5px;
    }

    #three-points .points ul li {
        font-size: 16px;
    }

    #second-section .content {
        flex-wrap: wrap;
    }

    #second-section .content .box {
        width: 100%;
    }

    #second-section .content .box-image {
        margin-right: 0px;
    }

    #second-section .content .box .image {
        width: 100%;
    }

    #second-section .content .box .image img {
        width: 100%;
    }

    #second-section .content .box2 {
        padding-left: 0px;
        padding: 0;
        padding-top: 10px;
    }

    #second-section .content .box .text {
        width: 100%;
    }

    #second-section .content .box .text h2 {
        font-size: 20px;
    }

    
    #second-section .content .box .text p {
        font-size: 14px;
    }

        
    #second-section .content .box .text ul li{
        font-size: 18px;
        margin-bottom: 5px;
    }

    #third-section {
        height: 100vh;
    }

    #third-section .content {
        flex-wrap: wrap;
    }

    #third-section .content .box {
        width: 100%;
    }

    #third-section .content .box .text {
        width: 90%;
        padding-top: 10px;
    }

    #third-section .content .box .text .short-box {
        width: 80%;
    }

    #fourth-section .heading h1 {
        font-size: 30px;
    }

    #fourth-section .content .short-box {
        width: 100%;

    }

    #meet-your-trainer .content {
        flex-wrap: wrap;
        gap: 20px;
    }


    #meet-your-trainer .content .box {
        width: 100%;
    }

    #meet-your-trainer .content .box .image {
        width: 90%;
        margin: auto;
    }

    #meet-your-trainer .content .box2 {
        padding-left: 20px;
    }

    #meet-your-trainer .content .box .text h2 span {
        font-size: 30px;
    }

    #meet-your-trainer .content .box .text h1 {
        font-size: 30px;
    }


    #meet-your-trainer .content .box2 .text p {
        font-size: 16px;
    }

    #meet-your-trainer .content .box2 .text {
        width: 100%;
    }

    #meet-your-trainer .content .box2 .text .short-box {
        width: 90%;
        margin: auto;
    }

    #meet-your-trainer .content .box2 .text .image {
        margin-top: 40px;
    }

    #meet-your-trainer .content .box2 .text .image img {
        width: 10vh;
    }

    #testimonials {
        height: 90vh;
    }

    #testimonials .heading {
        padding-top: 30px;
    }

    #testimonials .heading h1 {
        font-size: 25px;
    }

    #testimonials .content {
        flex-wrap: wrap;
        gap: 10px;
    }

    #testimonials .box {
        width: 100%;
    }

    #testimonials .box iframe {
        width: 100%;
        height: 200px;
    }

    #fix-cta .box .text {
        font-size: 12px;
    }

    #fix-cta .cta-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}



/* For devices with a max width of 400px */
@media (max-width: 780px) and (min-width: 576px) {

    #first-section {
        padding: 0;
    }

    #first-section .content {
        width: 100%;
        padding: 0;
    }

    #first-section .content .heading h1 {
        font-size: 30px;
    }

    #first-section .content .heading h3 {
        font-size: 20px;
    }

    #first-section .content .heading p {
        font-size: 14px;
        width: 100%;
    }

    #first-section .content2 {
        margin-top: 10%;
    }

    #first-section .content2 .points ul {
        flex-wrap: wrap;
        gap: 5px;

    }

    #first-section .content2 .points ul li {
        display: flex;
        font-size: 12px;
    }

    #three-points .points {
        padding: 10px;
    }

    #three-points .points ul {
        flex-wrap: wrap;
        gap: 5px;
    }

    #three-points .points ul li {
        font-size: 16px;
    }

    #second-section .content {
        flex-wrap: wrap;
    }

    #second-section .content .box {
        width: 100%;
    }

    #second-section .content .box-image {
        margin-right: 0px;
    }

    #second-section .content .box .image {
        width: 100%;
    }

    #second-section .content .box2 {
        padding-left: 0px;
        padding: 0;
        padding-top: 10px;
    }

    #second-section .content .box .text {
        width: 100%;
    }

    #second-section .content .box .text h2 {
        font-size: 25px;
    }

    #third-section {
        height: 100vh;
    }

    #third-section .content {
        flex-wrap: wrap;
    }

    #third-section .content .box {
        width: 100%;
    }

    #third-section .content .box .text {
        width: 90%;
        padding-top: 10px;
    }

    #third-section .content .box .text .short-box {
        width: 80%;
    }

    #fourth-section .heading h1 {
        font-size: 30px;
    }

    #fourth-section .content .short-box {
        width: 100%;

    }

    #meet-your-trainer .content {
        flex-wrap: wrap;
        gap: 20px;
    }


    #meet-your-trainer .content .box {
        width: 100%;
    }

    #meet-your-trainer .content .box .image {
        width: 90%;
        margin: auto;
    }

    #meet-your-trainer .content .box2 {
        padding-left: 20px;
    }

    #meet-your-trainer .content .box .text h2 span {
        font-size: 30px;
    }

    #meet-your-trainer .content .box .text h1 {
        font-size: 30px;
    }


    #meet-your-trainer .content .box2 .text p {
        font-size: 16px;
    }

    #meet-your-trainer .content .box2 .text {
        width: 100%;
    }

    #meet-your-trainer .content .box2 .text .short-box {
        width: 90%;
        margin: auto;
    }

    #meet-your-trainer .content .box2 .text .image {
        margin-top: 40px;
    }

    #meet-your-trainer .content .box2 .text .image img {
        width: 10vh;
    }

    #testimonials {
        height: 90vh;
    }

    #testimonials .heading {
        padding-top: 30px;
    }

    #testimonials .heading h1 {
        font-size: 25px;
    }

    #testimonials .content {
        flex-wrap: wrap;
        gap: 10px;
    }

    #testimonials .box {
        width: 100%;
    }

    #testimonials .box iframe {
        width: 100%;
        height: 200px;
    }

    #fix-cta .box .text {
        font-size: 12px;
    }

    #fix-cta .cta-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}



@media (max-width: 1024px) and (min-width: 780px) {
    #first-section {
        height: 120vh;
    }

    #three-points .points ul li {
        font-size: 20px;
    }
}


@media (max-width: 1224px) and (min-width: 1024px) {
    #first-section {
        height: 120vh;
    }

    #three-points .points ul li {
        font-size: 20px;
    }
}



@media (max-width: 1424px) and (min-width: 1224px) {
    #first-section {
        height: 120vh;
    }

    #three-points .points ul li {
        font-size: 20px;
    }
}