@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-wrapper h4 {
        font-size: 20px;
        line-height: 27.5px;
    }
    .about-wrapper {
        gap: 10px;
    }
    .about-images img {
        max-width: 390px;
    }
    .about-us-title h1 {
        font-size: 29px;
        text-align: center;
        padding-bottom: 0;
        transform: translateY(-10vh) translateX(-17vw);
    }

    .contact-form-wrapper {
        min-height: 665px;
    }
    .card-form-card {
        padding: 0 25.892px;
        gap: 30.139px;
    }
}


/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .about-wrapper {
        padding-top: 100px;
    }

    @keyframes moveTab {
        0% {
            position: relative;
            bottom: 0;
            right: 0;
            font-size: 16px;
        }
        100% {
            position: relative;
            bottom: -100px;
            right: -220px;
            font-size: 35px;
            pointer-events: none;
        }
    }

    .about-wrapper h4 {
        font-size: 25px;
    }

    .about-wrapper p {
        font-size: 22px;
    }
    .tab-nav ul li button {
        font-size: 25px;
    }

    @keyframes moveTab2 {
        0% {
            position: relative;
            bottom: 0;
            right: 0;
            font-size: 16px;
        }
        100% {
            position: relative;
            bottom: -100px;
            right: -50px;
            font-size: 35px;
            pointer-events: none;
        }
    }

    .contact-details-wp ul li a {
        font-size: 25px;
    }
    .card-form-card {
        padding: 0;
    }

    #tab-3 .about-wrapper {
        padding-top: 0px;
        margin-top: 0;
    }

    .content-wrapper {
        height: auto;
    }

    .contact-form-wrapper {
        min-height: 680px;
    }
}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-wrapper {
        padding-top: 150px;
    }

    .about-wrapper {
        padding-top: 40px;
        gap: 15px;
    }

    @keyframes moveTab {
        0% {
            position: relative;
            bottom: 0;
            right: 0;
            font-size: 16px;
        }
        100% {
            position: relative;
            bottom: -100px;
            right: -120px;
            font-size: 35px;
            pointer-events: none;
        }
    }

    .about-wrapper h4 {
        font-size: 22px;
    }

    .about-wrapper p {
        font-size: 20px;
    }
    .tab-nav ul li button {
        font-size: 25px;
    }

    @keyframes moveTab2 {
        0% {
            position: relative;
            bottom: 0;
            right: 0;
            font-size: 16px;
        }
        100% {
            position: relative;
            bottom: -100px;
            right: 50px;
            font-size: 35px;
            pointer-events: none;
        }
    }

    .contact-details-wp ul li a {
        font-size: 25px;
    }
    .card-form-card {
        padding: 0;
    }

    #tab-3 .about-wrapper {
        padding-top: 0px;
        margin-top: 60px !important;
    }

    .hero-img {
        max-width: 500px;
        margin: 0 auto;
    }
    .hero-img img {
        height: 330px;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }

    .social-list.ms-auto {
        margin: 0 auto;
    }
    .about-images {
        text-align: center;
        padding-top: 30px;
    }

    .dance-class-content {
        margin: 0 auto;
    }

    .map-wrapper {
        min-height: auto;
        padding: 30px 0;
    }

    @keyframes moveTab3 {
        0% {
            position: relative;
            bottom: 0;
            right: 0;
            font-size: 16px;
        }
        100% {
            position: relative;
            bottom: -150px;
            right: 250px;
            font-size: 35px;
            pointer-events: none;
        }
    }
    .contact-details-wp ul {
        margin: 0 auto;
        gap: 40px;
    }

    .content-wrapper {
        height: fit-content;
    }
    .main-content {
        height: fit-content;
        min-height: 90vh;
    }
    .tab-content.active {
        justify-content: center;
    }


    .about-us-title h1 {
        font-size: 25px;
        transform: translateY(-14vh) translateX(-12vw);
    }
    @keyframes moveTab66 {
        0% {
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
            font-size: 33px;
        }
    }
    .dance-class-title h1 {
        font-size: 25px;
        transform: translateY(-9vh) translateX(10vw);
    }
    @keyframes moveTab77 {
        0% {
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
            font-size: 33px;
        }
    }
    .contact-us-title h1 {
        font-size: 25px;
        transform: translateY(-19vh) translateX(35vw);
    }

    @keyframes moveTab88 {
        0% {
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
            font-size: 33px;
        }
    }
    .tab-content.active {
        justify-content: center;
    }

}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {
    .about-wrapper {
        padding-top: 150px;
    }

    .about-wrapper {
        padding-top: 100px;
        gap: 10px;
    }

    .about-wrapper h4 {
        font-size: 21px;
    }

    .about-wrapper p {
        font-size: 18px;
    }
    .tab-nav ul li button {
        font-size: 22px;
    }

    .contact-details-wp ul li a {
        font-size: 22px;
    }
    .card-form-card {
        padding: 0;
    }

    #tab-3 .about-wrapper {
        padding-top: 0px;
        margin-top: 90px !important;
    }

    .hero-img {
        max-width: 350px;
        margin: 0 auto;
    }
    .hero-img img {
        height: 230px;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }

    .social-list.ms-auto {
        margin: 0 auto;
    }
    .about-images {
        text-align: center;
        padding-top: 30px;
    }

    .dance-class-content {
        margin: 0 auto;
    }

    .map-wrapper {
        min-height: auto;
        padding: 30px 0;
    }
    .contact-details-wp ul {
        margin: 0 auto;
        gap: 40px;
    }

    .hero-content h2 {
        font-size: 55px;
    }
    .hero-content p {
        font-size: 25px;
    }
    .social-list ul li img {
        max-width: 30px;
    }

    .contact-details-wp ul li {
        gap: 25px;
    }
    .submit-btn button {
        padding: 10px 12.473px;
        font-size: 19px;
    }

    .contact-form-wrapper {
        min-height: 600px;
    }

    .content-wrapper {
        height: fit-content;
    }
    .main-content {
        height: fit-content;
        min-height: 90vh;
    }


    .about-us-title h1 {
        font-size: 22px;
        transform: translateY(-18vh) translateX(-33vw);
    }
    @keyframes moveTab66 {
        0% {
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
            font-size: 33px;
        }
    }
    .dance-class-title h1 {
        font-size: 22px;
        transform: translateY(-18vh) translateX(0vw);
    }
    @keyframes moveTab77 {
        0% {
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
            font-size: 33px;
        }
    }
    .contact-us-title h1 {
        font-size: 22px;
        transform: translateY(-17vh) translateX(32vw);
    }

    @keyframes moveTab88 {
        0% {
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
            font-size: 33px;
        }
    }
    .tab-content.active {
        justify-content: center;
    }




}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {
    .about-wrapper {
        padding-top: 150px;
    }

    .about-wrapper {
        padding-top: 50px;
        gap: 10px;
    }


    .about-wrapper h4 {
        font-size: 17px;
        line-height: normal;
    }

    .about-wrapper p {
        font-size: 16px;
        line-height: 140%;
    }
    .tab-nav ul li button {
        font-size: 18px;
    }

    .contact-details-wp ul li a {
        font-size: 18px;
    }
    .card-form-card {
        padding: 0;
        gap: 30px;
    }

    #tab-3 .about-wrapper {
        padding-top: 0px;
        margin-top: 60px !important;
    }

    .hero-img {
        max-width: 300px;
        margin: 0 auto;
    }
    .hero-img img {
        height: 230px;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }

    .social-list.ms-auto {
        margin: 0 auto;
    }
    .about-images {
        text-align: center;
        padding-top: 30px;
    }

    .dance-class-content {
        margin: 0 auto;
    }

    .map-wrapper {
        min-height: auto;
        padding: 30px 0;
    }

    .contact-details-wp ul {
        margin: 0 auto;
        gap: 40px;
    }

    .hero-content h2 {
        font-size: 45px;
    }
    .hero-content p {
        font-size: 20px;
    }
    .social-list ul li img {
        max-width: 30px;
    }

    .contact-details-wp ul li {
        gap: 20px;
    }
    .submit-btn button {
        padding: 10px 12.473px;
        font-size: 19px;
    }

    .contact-form-wrapper {
        min-height: 600px;
    }

    .tab-nav ul {
        justify-content: space-between;
        gap: 20px;
    }
    .group-input {
        flex-direction: column;
    }
    .card-form-card p {
        font-size: 16px;
    }

    .content-wrapper {
        height: fit-content;
    }
    .main-content {
        height: fit-content;
        min-height: 90vh;
    }
    .tab-content.active {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .about-us-title h1 {
        font-size: 18px;
        transform: translateY(-14vh) translateX(-33vw);
    }
    @keyframes moveTab66 {
        0% {
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
            font-size: 33px;
        }
    }
    .dance-class-title h1 {
        font-size: 18px;
        transform: translateY(-14vh) translateX(0vw);
    }
    @keyframes moveTab77 {
        0% {
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
            font-size: 33px;
        }
    }
    .contact-us-title h1 {
        font-size: 18px;
        transform: translateY(-21vh) translateX(32vw);
    }

    @keyframes moveTab88 {
        0% {
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
            font-size: 33px;
        }
    }
}





@media screen and (min-width: 1200px) and (max-height: 799px) {
    .about-images img {
        max-width: 300px;
    }
    .hero-img img {
        max-height: 440px;
    }
    .about-wrapper {
        gap: 5px;
    }
    .about-wrapper h4 {
        font-size: 21px;
        line-height: 27.5px;
    }
    .social-list ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .contact-form-wrapper {
        min-height: unset;
        max-height: 520px;
        padding: 15px 20px;
    }

    .content-wrapper {
        height: calc(100vh - 180px);
        justify-content: unset;
    }

    .about-wrapper p {
        font-size: 20px;
        line-height: 30.504px;
    }
    .single-input textarea {
        max-height: 100px;
    }
    .card-form-card {
        gap: 20.139px;
        padding: 30px;
    }
}

@media screen and (min-width: 992px) and (max-height: 799px) {
    .about-images img {
        max-width: 300px;
    }
    .hero-img img {
        max-height: 440px;
    }
    .about-wrapper {
        gap: 5px;
        padding-top: 20px;
    }
    .about-wrapper h4 {
        font-size: 19px;
        line-height: 24.5px;
    }
    .social-list ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .contact-form-wrapper {
        min-height: unset;
        max-height: 520px;
        padding: 15px 20px;
    }

    .content-wrapper {
        height: calc(100vh - 180px);
        justify-content: unset;
    }

    .about-wrapper p {
        font-size: 20px;
        line-height: 30.504px;
    }
    .single-input textarea {
        max-height: 100px;
    }
    .card-form-card {
        gap: 20.139px;
        padding: 30px;
    }

    .dance-class-content {
        gap: 10px;
    }

    .about-us-title h1 {
        font-size: 29px;
        padding-bottom: 0px;
    }
}