* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    margin: 0%;
}

.rubik-font {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

:root {
    --primary-text-color: #000000;
    --secondry-text-color: #ffffff;
    --text-color: #5e5e5e;
    --bg-color: #ffffff;
    --secondry-bg-color: #171717;
    --green: rgba(76, 175, 80, 0.3);
    --color1: #00bfa5;
    --color2: #1de4c9;
    --color3: #00a192;
    --color4: #04c8b1;
    --headingColor: #0d544f;
    --color5: #8ebaa5;
    --shopheadingColor: #003332;
    --shopBorderColor: #058075;
}

body.hoc {
    --color1: #ffc107;
    --color2: #fbc02d;
    --color3: #DCA604;
    --color4: #ffde59;
    --headingColor: #95500b;
    --color5: #f5e6a6;
    --shopheadingColor: #431e05;
    --shopBorderColor: #ffdf1b;
}

.logo-div {
    width: 180px;
    height: 80px;
    position: fixed;
    left: 3%;
    z-index: 99;
}

.logo-div img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


.logo-small {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-right: none;
}


#header-logo {
    background-color: var(--bg-color);
    margin: 1rem 2.5rem;
}

nav {
    height: 5rem;
    background-color: var(--color4);
    padding-right: 1rem;
    width: 100%;
}

a {
    text-decoration: none;
}

.active-ele {
    font-weight: bold;
    background-color: var(--color2);
    border-radius: 8px;
    border: none;
    outline: none;
}

nav ul {
    margin-top: 0%;
    padding-top: 2rem;
}

nav li {
    list-style: none;
    display: inline;
    float: right;
}

nav li a {
    text-decoration: none;
    margin: 0% 0.1rem;
    padding: 0.8rem;
    font-size: 0.9rem;
    color: var(--primary-text-color);
}

nav li a:hover {
    background-color: var(--color2);
    border-radius: 8px;
    border: none;
    outline: none;
}

.login-btn {
    background-color: var(--primary-text-color);
    color: var(--secondry-text-color);
    padding: 12px 15px;
    border-radius: 4px;
    font-weight: bold;
}

#profile-element-nav,
#play-element-nav,
#info-element-nav,
#blog-element-nav,
#course-element-nav {
    font-size: 0.9rem;
    cursor: pointer;
    margin: 0.1rem 0.8rem;
}

.login-btn:hover {
    background-color: var(--color3);
    color: var(--primary-text-color);
}

#profile-dropdown,
#dropdown,
#play-dropdown,
#info-dropdown,
#login-div,
#course-dropdown {
    background-color: var(--color4);
    display: none;
    z-index: 11;
    position: absolute;
}

#nav-close-btn {
    display: none;
}

#profile-dropdown p,
#dropdown p,
#play-dropdown p,
#info-dropdown p,
#login-div p,
#course-dropdown p {
    /* padding: 1rem 0px; */
    border-bottom: 1px solid var(--color3);
    font-size: 0.9rem;
}
#course-dropdown p a,#play-dropdown p a,
#info-dropdown p a,#dropdown p a{
    /* border: 2px solid red; */
    display: inline-block;
    width: 100% !important;
}#course-dropdown p a:hover,#play-dropdown p a:hover,
#info-dropdown p a:hover,#dropdown p a:hover{
    border-radius: 0px;
}
#menu-btn {
    display: none;
}

/* Navbar CSS Ended */
#scroll-btn {
    background-color: #171717;
    border-radius: 5px;
    text-align: center;
    z-index: 10;
    bottom: 13%;
    right: 2%;
    color: var(--color2);
    position: fixed;
    display: none;
    cursor: pointer;
}

#scroll-btn i {
    font-size: 1.5rem;
    padding: 0.7rem 1.2rem;
}

#whatsapp-btn {
    position: fixed;
    background-color: #26d466;
    padding: 0.6% 1%;
    font-size: 2rem;
    border-radius: 50%;
    cursor: pointer;
    bottom: 3%;
    right: 1.8%;
}

#whatsapp-btn a {
    color: #ffffff;

}

.landing-div {
    width: 100%;
    padding-top: 10rem;
    background: linear-gradient(180deg, var(--color3) 30%, rgba(255, 255, 255, 1) 80%, var(--color3) 100%);
}

.counters-container {
    display: flex;
    width: 60vw;
    margin: -5% auto 5%;
    justify-content: space-evenly;
}

.counter {
    text-align: center;
    font-size: 1.5rem;
}

.experience-counter {
    position: relative;
    padding: 0rem 1.5rem 0rem 1.5rem;
    z-index: 1;
    border-left: 3px solid var(--color2);
    border-right: 3px solid var(--color2);
}

.action-btn a {
    background-color: var(--primary-text-color);
    width: fit-content;
    text-align: center;
    width: 14rem;
    padding: 1rem 0rem;
    border-radius: 50px;
    display: inline-block;
    margin: 1rem;
    color: var(--secondry-text-color);
    transform-origin: center center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.action-btn {
    width: fit-content;
    margin: 4.5% auto;
    font-weight: bold;
    font-size: 0.9rem;
}

.action-btn a:hover {
    transform: translateY(-4px);
    background-color: var(--secondry-text-color);
    color: var(--primary-text-color);
}

.landing-div img {
    width: 60%;
    margin: 0px auto 0%;
    display: block;
    align-items: center;
    border: 6px solid var(--bg-color);
    border-bottom: none;
}

#home-page-info {
    padding: 4rem 23% 4%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
}

#home-page-info hr {
    width: 4rem;
    margin: 0% auto;
}

#home-page-info h1 {
    color: #1b1b1b;
    margin-bottom: 1.5rem;
    font-size: 4rem;
    text-align: center;


}

#home-page-info h2 {
    color: #1b1b1b;
    font-size: 2.5rem;
    margin: 2rem 0rem 2rem 0rem;

}

#home-page-info p {
    color: var(--text-color);
    font-size: 1.2rem;
    font-weight: bold;
}

/* MAP */
#pak-map h1 {
    font-size: 4rem;
    text-align: center;
    color: #141414;
    padding: 3% 0px;
    z-index: -1;
}

#pak-map {
    width: 100%;
    height: auto;
    border-top: 1px solid #292929;
    padding: 0px 12% 2%;
    z-index: -1;
}

/* Home Page Accordian / Frequently Asked Questions */
#home-page-questions {
    width: 100%;
    height: fit-content;
    background-color: #f5f5f5;
    padding: 4% 0%;
}

#home-page-questions h1 {
    text-align: center;
    font-size: 4rem;
    color: #151515;
    margin-bottom: 2%;
}

#home-page-questions hr {
    margin: 0% auto;
}

.question-text {
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-color);
    margin: 1.5% 22% 3%;
}

#home-page-questions P a {
    color: var(--headingColor);
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    margin-bottom: 1.5%;
}

.down-icon {
    float: right;
    margin-top: -3%;
    font-size: 1.1rem;
}

#accordian button {
    display: block;
    background-color: transparent;
    font-weight: bold;
    font-size: 2.5rem;
    border: none;
    margin: 2% 23%;
    color: #151515;
    text-align: left;
}

.question-border {
    width: 3%;
}

.accordian-border {
    width: 54%;

}

#accordian button:hover {
    color: var(--headingColor);
    outline: none;
    cursor: pointer;
}

.panel p {
    padding: 0px 23%;
    color: #575757;
    font-weight: bold;
    font-size: 1.3rem;

}

.down-icon {
    color: var(--headingColor);
}

/* social-links */

#social-links {
    padding: 4% 0% 2%;
    text-align: center;
}

#social-links h1 {
    color: var(--headingColor);
    font-size: 3rem;
}

#social-links hr {
    margin: 2% auto 1px;
    width: 4%;
    text-align: center;
}

.social-btn {
    font-size: 2.5rem;
    margin: 2% 1.5%;
}

/* email subscribe */
#email-subscribe {
    text-align: center;
    background-color: #f5f5f5;
    padding: 4%;
}

#email-subscribe h1 {
    font-size: 3rem;
    margin: 2%;
}

#email-subscribe p {
    color: var(--text-color);
    font-size: 1.5rem;
}

#subscribe-form {
    margin: 2% 0px 0px;
}

#subscribe-form button {

    padding: 1.3rem 3.5rem;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    background-color: var(--primary-text-color);
    color: var(--secondry-text-color);
    margin-left: 1%;
    font-weight: bold;
}

#subscribe-form button:hover {
    background-color: #171717;
    cursor: pointer;

}

#subscribe-form input {
    height: 3rem;
    width: 36vw;
    padding: 0% 1rem;
    margin-right: 1%;
}

.bgImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    border: 1px solid transparent;
    height: fit-content;
    width: 100%;
}

/* Information Page */
#info-sec {
    padding: 6% 10% 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
}

#info-sec h1 {
    font-size: 3.5rem;
    color: #1b1b1b;
    text-align: center;

}

#info-sec hr {
    margin: 3% auto 3%;
    width: 4%;


}

#info-sec img {
    text-align: center;
    display: block;
    margin: 0% auto;
    width: 70%;
}

/* About Page */

#main-about {
    display: flex;
    width: 100%;
    height: 105vh;
}

.about-text {
    width: 50%;
    padding: 10% 8%;
}

.about-text hr {
    width: 10%;
    margin: 4% 0% 6%;
}

.about-text h1 {
    font-size: 3.4rem;
    color: #1c1c1c;
}

.about-text p {
    color: var(--text-color);
    font-size: 1.2rem;
    padding-top: 5%;
    font-weight: bold;
}

.about-image {
    width: 50%;
    height: 100vh;
    z-index: -1;
}

.about-image img {
    width: 100%;
    height: 140%;
    margin-top: -18%;
}

#founder-message {
    margin-bottom: 0rem;
    padding: 0px 6rem 4rem;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}

#founder-message #founder-img {
    width: 30%;
}

#founder-message #founder-img img {
    width: 100%;
}

#founder-message #founder-text {
    width: 70%;
}

#founder-message p {
    color: var(--text-color);
    font-size: 1.2rem;
    margin-left: 1rem;
    font-weight: bold;
}

.founder-title {
    padding-bottom: 2rem;
    font-size: 4rem;
    color: #1c1c1c;
    padding-top: 2rem;
    background-color: #f5f5f5;
    text-align: center;
}

#main-title {
    font-size: 4rem;
    color: #141414;
    background-color: #f5f5f5;
    padding-top: 4rem;
    text-align: center;
}

#our-academy {
    padding: 2rem 6rem;
    width: 100%;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.7;
}

#our-academy h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 3.4rem;
    color: #1c1c1c;
}

#our-academy p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--text-color);
}

#our-academy ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

#our-academy li {
    margin-bottom: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--text-color);
    list-style-type: disc;
}

#our-academy strong {
    color: #2c3e50;
    font-weight: 600;
}

#our-academy blockquote {
    border-left: 4px solid #2c3e50;
    font-size: 2rem;
    padding-left: 16px;
    font-style: italic;
    color: #555;
    margin: 20px 0;
}

.divider {
    width: 4%;
    height: 2px;
    color: #d9d9d9;
}

.divider-container {
    height: 6rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.about-bg-container {
    background-color: #f5f5f5;
}

.vission-container,
.academy-container,
.mission-container,
.approach-container {
    width: 100%;
    height: 80vh;
    display: flex;
    margin-top: -2rem;
}

.approach-container {
    margin-bottom: -2rem;
}

.vission-text,
.vission-img,
.academy-text,
.academy-img,
.mission-text,
.mission-img,
.approach-text,
.approach-img {
    width: 50%;
    height: 93%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.approach-img img,
.academy-img img,
.vission-img img,
.mission-img img {
    height: 100%;
    border-radius: 50%;
    text-align: center;
    margin: 0% auto;
}

.approach-text,
.academy-text,
.vission-text {
    flex-direction: column;
    padding-right: 6rem;
    line-height: 1.5rem;
}

.mission-text,
.academy-text {
    flex-direction: column;
    padding-left: 6rem;
    line-height: 1.5rem;
}

.approach-text p,
.academy-text p,
.vission-text p,
.mission-text p {
    margin-top: 1rem;
    font-weight: 600;
    text-align: center;
    color: #575757;
}

.approach-text h2,
.academy-text h2,
.vission-text h2,
.mission-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #141414;
}

.empty {
    height: 4rem;
    width: 100%;
    background-color: #f5f5f5;
}

/* Responsive Tweaks */
@media (max-width: 600px) {
    #our-academy {
        padding: 30px 15px;
    }

    #our-academy h2 {
        font-size: 1.8em;
    }
}

/* Trainer Page */
#trainer-heading {
    text-align: center;
    font-size: 4rem;
    color: #1c1c1c;
    margin-top: 6%;
    margin-bottom: 2%;
}

.title-hr {
    text-align: center;
    width: 3%;
    margin: 0% auto;
}

#trainer-details {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-evenly;
    padding: 4% 10% 5%;
    gap: 20px;
}

.trainers-info {
    width: 290px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.flip-container {
    width: 290px;
    height: 380px;
    perspective: 1000px;
    position: relative;
    margin-bottom: 10px;
}

.flipper {
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    position: relative;
}

.flip-container:hover .flipper {
    transform: rotateY(180deg);
}

.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.front {
    background-color: #fff;
    border: 2px solid #ddd;
    cursor: pointer;
}

.back {
    background-color: #f1f1f1;
    border: 2px solid #ddd;
    transform: rotateY(180deg);
}

.back p {
    margin: 1rem;
}

.trainer-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #5e5e5e;
}

/* Styling for text under the card */
.trainer-text {
    text-align: center;
    font-family: Arial, sans-serif;
}

.trainer-text h1 {
    font-size: 18px;
    margin: 5px 0;
}

.trainer-text h3 {
    font-size: 14px;
    color: #555;
}

/* footer */
.footer {
    background-color: #171717;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.footer-column {
    flex: 1;
    margin: 10px 0;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--secondry-text-color);
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin: 5px 0;
}

.footer-column ul li a {
    text-decoration: none;
    color: #a8a8a8;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: var(--color1);
}

.newsletter p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #a8a8a8;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.newsletter-form input {
    padding: 8px;
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.newsletter-form button {
    background-color: var(--color3);
    color: #000;
    border: none;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.newsletter-form button:hover {
    background-color: var(--color1);
    color: #fff;
    transition: 300ms;
}

#footer-contact h4 {
    color: #ffffff;
    margin-bottom: 14px;
}

#footer-contact {

    width: fit-content;
    display: flex;
    flex-direction: column;
}

#footer-contact a {
    margin-bottom: 6px;
    color: #a8a8a8;
    width: fit-content;

}

#footer-contact a:hover {
    color: var(--color1);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--color1);
    padding-top: 10px;
    font-size: 14px;
}

.develop p a {
    color: #a8a8a8;
    font-weight: bold;
}

.footer-bottom p {
    color: #a8a8a8;
}

.social-icons {
    float: right;
    margin-top: -24px;
}

.social-icons a {
    margin-left: 10px;
    color: #333;
    font-size: 18px;
    transition: color 0.3s;
}

.social-icons .fa-facebook {
    color: #007bff;
}

.social-icons .fa-instagram {
    color: #e01b6a;
}

.social-icons .fa-youtube {
    color: #ff0033;
}

.fa-x-twitter {
    color: #ffffff;
}

.social-icons .fa-linkedin {
    color: #2766b3;
}

#map {
    height: 500px;
}


.page-title {
    text-align: center;
    font-size: 3rem;
    margin: 6% 0% 2%;
}

.error-page {
    height: 40vh;
}

.error-page div {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    text-align: center;
}

.error-page div h1 {
    font-size: 3rem;
}

.error-page div p {
    margin-top: 2rem;
    font-size: 2rem;
}

/* mobile  */
@media only screen and (max-device-width: 480px) {
    .error-page div {
        margin-top: 3rem;
    }

    #pak-map h1 {
        font-size: 2.5rem;
    }

    #pak-map {
        padding: 0px 5% 2%;
    }

    #map {
        height: 400px;
    }

    .logo-div {
        width: 160px;
        height: 80px;
        left: 8%;
        border: none;
        transition: height 0.3s widht 0.3s;

    }

    #footer-contact h4 {
        margin-top: 2rem;
    }

    #menu-btn {
        display: block;
        float: right;
        margin: 20px 15px;
        background-color: transparent;
        border: none;
        font-size: 2rem;
    }

    #header-logo {
        margin: 1rem 2rem;
        height: 110%;
    }

    nav ul {
        padding-top: 0rem;
        margin-top: 0%;
        position: fixed;
        width: 100%;
        min-height: 100vh !important;
        top: 0%;
        left: -100%;
        background-color: #171717;
        z-index: 999;
    }

    #nav-close-btn {
        color: #ffffff;
        float: right;
        font-size: 2rem;
        top: 20%;
        right: 7%;
    }

    .close-link {
        padding-bottom: 10%;
    }

    nav li {
        display: block;
        background-color: transparent;
        float: unset;
        position: unset;
        color: var(--secondry-text-color);
        padding: 10px;
        position: relative;
    }

    nav li a {
        display: block;
        padding: 10px;
        color: var(--secondry-text-color);
        border-bottom: 1px solid #2e2e2e;

        background-color: transparent;
    }

    #profile-element-nav,
    #play-element-nav,
    #info-element-nav,
    #blog-element-nav,
    #course-element-nav {
        margin-left: 3%;
        border-bottom: 1px solid #2e2e2e;
        margin-top: 2%;
    }

    #profile-element-nav,
    #blog-element-nav,
    #course-element-nav,
    #info-element-nav,
    #play-element-nav {
        margin-bottom: 2%;
    }

    #play-element-nav {
        margin-top: 4%;
    }

    #profile-dropdown,
    #dropdown,
    #play-dropdown,
    #login-div,
    #info-dropdown,
    #course-dropdown {
        position: relative;
    }

    #profile-dropdown,
    #dropdown,
    #play-dropdown,
    #info-dropdown,
    #course-dropdown {
        background-color: #171717;
        z-index: 1;
        left: 0;
        width: 100%;
    }

    #profile-dropdown p,
    #dropdown p,
    #play-dropdown p,
    #info-dropdown p,
    #course-dropdown p {
        border: none;
    }

    #profile-dropdown.show #dropdown.show,
    #play-dropdown.show,
    #info-dropdown.show,
    #course-dropdown.show {
        display: block;
    }



    .landing-div {
        height: fit-content;
        margin-bottom: 10vh;
        padding-top: 5rem;
    }

    .landing-div img {
        width: 90%;
    }

    .counters-container {
        width: 95%;
    }

    .counter {
        font-size: 1rem;
        margin: 0% auto;
    }

    .experience-counter {
        padding: 0px 0rem;
    }

    .action-btn {
        width: 100%;
    }

    .action-btn a {
        margin: 6% auto;
        display: block;

        width: 70%;
    }

    #home-page-info {
        padding: 0% 5%;
        margin-bottom: 10%;
    }

    #home-page-info h1 {
        font-size: 2.5rem;
    }

    #home-page-questions {
        border-top: 1px solid gray;

    }

    #home-page-info h2 {
        font-size: 2rem;
    }

    #home-page-questions h1 {
        font-size: 2.2rem;
    }

    .question-text {
        margin: 4% 0% 10%;
        font-size: 1rem;
        line-height: 1.4rem;
        padding: 0% 4%;
    }

    .accordian-border {
        width: 85%;
    }

    #accordian button {
        margin: 6% 6%;
        font-size: 2rem;
    }

    .panel p {
        padding: 0% 2%;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    #social-links {
        padding: 12% 0px;
    }

    .social-icons {
        margin-top: 8px;
        float: unset;
    }

    .links a {
        margin: 0% 2%;
    }

    #social-links hr {
        width: 16%;
        margin: 8% auto;
    }

    #social-links h1 {
        font-size: 2.2rem;
        padding: 0% 3%;
    }

    #email-subscribe h1 {
        font-size: 2.3rem;
    }

    #email-subscribe {
        border: 1px solid gray;
    }

    #email-subscribe p {
        margin: 12% 0% 6%;
        font-size: 1.3rem;
    }

    #subscribe-form input {
        display: block;
        width: 90%;
        padding: 0% 1rem;
        margin: 0% auto;
    }

    #subscribe-form button {
        display: block;
        width: 90%;
        padding: 1rem 0rem;
        margin: 6% auto;
    }

    #whatsapp-btn {
        bottom: 7%;
        padding: 1% 2%;
        bottom: 4%;
        right: 4%;
    }

    .title-hr {
        width: 8%;
    }

    #main-about {
        flex-direction: column-reverse;
        height: fit-content;

    }

    .about-text,
    .about-image {
        width: 100%;
    }

    .about-image {
        height: 55vh;
    }

    .about-text :nth-child(1) {
        text-align: center;
        font-size: 2.5rem;
    }

    .founder-title {
        font-size: 2rem;
        padding-top: 2rem;
    }

    #founder-message {
        padding: 0px 8%;
        flex-direction: column;
        padding-bottom: 3rem;
        gap: 2rem;
    }

    #founder-message #founder-img {
        width: 100%;
    }

    #founder-message #founder-text {
        width: 100%;
    }

    #founder-message p {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .about-text :nth-child(2) {

        margin: 6% auto 8%;
    }

    .about-text :nth-child(3) {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .about-text h1 {
        font-size: 3rem;
    }

    .about-text p {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    #main-title {
        font-size: 2.3rem;
    }

    .divider {
        width: 12%;
    }

    .vission-container,
    .academy-container,
    .mission-container,
    .approach-container {
        flex-direction: column;
        height: fit-content;
    }

    .mission-container,
    .academy-container {
        flex-direction: column-reverse;
    }

    .vission-text,
    .vission-img,
    .academy-text,
    .academy-img,
    .mission-text,
    .mission-img,
    .approach-text,
    .approach-img {
        width: 100%;
        padding: 1rem;
        height: fit-content;
    }

    .approach-img img,
    .vission-img img,
    .academy-img img,
    .mission-img img {
        width: 95%;
    }

    .approach-text,
    .academy-text,
    .vission-text,
    .mission-text {
        justify-content: center;
        align-items: center;
        padding: 10% 4% 18%;
    }

    .approach-text p,
    .academy-text p,
    .vission-text p,
    .mission-text p {
        text-align: center;
    }

    .empty {
        height: 2rem;
    }

    #trainer-heading {
        font-size: 3rem;
        padding-top: 12%;
        margin-bottom: 8%;
    }

    #trainer-details {
        padding: 9% 10% 5%;
    }

    #info-sec {
        padding: 10% 0%;
    }

    #info-sec h1 {
        font-size: 3rem;
        margin-top: 10%;
    }

    #info-sec img {
        width: 80%;
    }

    #scroll-btn {
        bottom: 12%;
        right: 3%;
        width: 52px;
        height: 48px;
    }

    .footer-sections {
        flex-direction: column;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        margin-top: 14px;
    }

    .develop {
        margin-top: 10px;
        width: 100%;
    }

    .develop p a {
        color: #a8a8a8;
        font-weight: bold;
    }

    .social-icons a {
        margin-left: 5px;
    }

}

/* tablet */
@media (min-width: 481px) and (max-width: 1024px) {
    .logo-div {
        width: 130px;
        height: 130px;
        left: 8%;
        top: 0.6%;
    }

    #menu-btn {
        display: block;
        float: right;
        margin: 20px 15px;
        background-color: transparent;
        border: none;
        font-size: 2rem;
    }

    #header-logo {
        margin: 1rem 2rem;
        height: 110%;
    }

    nav ul {
        padding-top: 0rem;
        margin-top: 0%;
        position: fixed;
        width: 100%;
        min-height: 100vh !important;
        top: 0%;
        left: -100%;
        background-color: #171717;
        z-index: 999;
    }

    #nav-close-btn {
        color: #ffffff;
        float: right;
        font-size: 2rem;
        top: 20%;
        right: 2%;
    }

    .close-link {
        padding-bottom: 10%;
    }

    nav li {
        display: block;
        background-color: transparent;
        float: unset;
        position: unset;
        color: var(--secondry-text-color);
        padding: 10px;
        position: relative;
    }

    nav li a {
        display: block;
        padding: 10px;
        color: var(--secondry-text-color);
        border-bottom: 1px solid #2e2e2e;

        background-color: transparent;
    }

    #profile-element-nav,
    #play-element-nav,
    #info-element-nav,
    #blog-element-nav,
    #course-element-nav {
        margin-left: 3%;
        border-bottom: 1px solid #2e2e2e;

        margin-top: 2%;
    }

    #blog-element-nav {
        margin-top: 0%;
        margin-bottom: 2%;
    }

    #profile-dropdown,
    #dropdown,
    #play-dropdown,
    #info-dropdown,
    #login-div,
    #course-dropdown {
        position: relative;
    }

    #profile-dropdown,
    #dropdown,
    #play-dropdown,
    #info-dropdown,
    #course-dropdown {
        background-color: #171717;
        z-index: 1;
        left: 0;
        width: 100%;
    }

    #profile-dropdown p,
    #dropdown p,
    #play-dropdown p,
    #info-dropdown p,
    #course-dropdown p {
        border: none;
    }

    #profile-dropdown.show,
    #info-dropdown.show,
    #dropdown.show,
    #play-dropdown.show #course-dropdown.show {
        display: block;
    }

    .login-btn {
        width: fit-content;
    }

    .counters-container {
        width: 100%;
    }

    .landing-div {
        padding-top: 8rem;
        height: auto;
    }

    .landing-div img {
        width: 90%;
    }

    #home-page-info h1 {
        font-size: 4rem;
    }

    #home-page-info {
        padding: 4rem 10% 4%;
    }

    #home-page-questions h1 {
        font-size: 4rem;
    }

    #home-page-questions {
        padding: 4% 10%;
    }

    .question-text {
        margin: 6% 0%;
    }

    #accordian button {
        margin: 5% 0%;
        font-size: 2rem;
    }

    .accordian-border {
        width: 100%;
    }

    .panel p {
        padding: 2% 0%;
        font-size: 1.2rem;
    }

    .question-border {
        width: 8%;
    }

    #trainer-heading {
        margin-top: 8%;
        font-size: 4rem;
    }

    #info-sec h1 {
        margin-top: 0%;
        font-size: 4rem;
    }

    #info-sec img {
        width: 100%;
    }

    #info-sec {
        padding: 10% 7% 5%;
    }

    #main-about {
        flex-direction: column-reverse;
        height: auto;
    }

    .about-image {
        height: 65vh;
    }

    .about-image img {
        margin-top: -15%;
    }

    #main-title {
        font-size: 3.3rem;
    }

    .founder-title {
        font-size: 3.4rem;
        padding-top: 2rem;
    }

    #founder-message {
        padding: 1rem 8% 3rem;
        flex-direction: column;
        gap: 2rem;
    }

    #founder-message #founder-img {
        width: 70%;
    }

    #founder-message #founder-text {
        width: 100%;
    }

    #founder-message p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .about-text,
    .about-image {
        width: 100%;
    }

    .vission-container,
    .mission-container,
    .academy-container,
    .approach-container {
        height: auto;
        margin-top: 0rem;
        padding: 1% 0px;
        background-color: #f5f5f5;
    }

    .vission-text,
    .vission-img,
    .academy-text,
    .academy-img,
    .mission-text,
    .mission-img,
    .approach-text,
    .approach-img {
        height: 50%;
        width: 50%;
    }

    .approach-img img,
    .vission-img img,
    .academy-img img,
    .mission-img img {
        width: 100%;
    }

    .approach-text,
    .vission-text,
    .academy-text,
    .mission-text {
        padding: 3.5rem 2.5rem;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    #whatsapp-btn {
        bottom: 7%;
    }


}