/* Responsive Media Queries */

@media (max-width:400px) {

    .media-none {
        display: none;
    }

    .container {
        width: 100%;
        padding: 0 10px;
    }

    p {
        font-size: 13px;
    }

    h2 {
        font-size: 1.5rem;
    }

    i {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .hero {
        height: 94vh;
        background-attachment: scroll;
    }

    header nav .nav-links {
        display: none;
        flex-direction: column;
        background: var(--dark);
        position: absolute;
        top: 100%;
        right: 0;
        padding: 15px;
        border-radius: 8px;
    }

    header nav .nav-links.active {
        display: flex;
    }

    header nav .mobile-menu-btn {
        display: block;
    }

    header nav {
        height: 5vh;
    }

    header nav .logo img {
        height: 60px;
        margin-top: 10px;
    }

    .hero .hero-content h1 {
        font-size: 1.3rem;
        margin-top: 50px;
    }

    .hero .hero-content .workshop-details {
        gap: 5px;
    }





    .highlights .highlight-cards .highlight-card {
        width: 400px;
    }




    .audience .audience-cards .audience-card {
        width: 400px;
    }





    .pricing {
        padding: 30px 0;
    }

    .pricing .price-tag {
        font-size: 2rem;
    }

    .pricing .price-note {
        font-size: 1rem;
    }





    footer {
        padding: 10px 0;
    }

    footer .footer-title {
        font-size: 0.9rem;

    }

    footer a {
        font-size: 0.6rem;
    }

    footer .help p {
        font-size: 0.8rem;
    }

    footer .help i {
        font-size: 0.8rem;
    }

}




@media (min-width:401px) and (max-width:500px) {

    .media-none {
        display: none;
    }

    .container {
        width: 100%;
        padding: 0 10px;
    }

    p {
        font-size: 13px;
    }

    h2 {
        font-size: 1.5rem;
    }

    i {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .hero {
        background-attachment: scroll;
    }


    header nav .nav-links {
        display: none;
        flex-direction: column;
        background: var(--dark);
        position: absolute;
        top: 100%;
        right: 0;
        padding: 15px;
        border-radius: 8px;
    }

    header nav .nav-links.active {
        display: flex;
    }

    header nav .mobile-menu-btn {
        display: block;
    }

    header nav {
        height: 5vh;
    }

    header nav .logo img {
        height: 60px;
        margin-top: 10px;
    }

    .hero .hero-content h1 {
        font-size: 1.8rem;
        margin-top: 50px;
    }

    .hero .hero-content .workshop-details {
        gap: 10px;
    }





    .highlights .highlight-cards .highlight-card {
        width: 400px;
    }




    .audience .audience-cards .audience-card {
        width: 400px;
    }





    .pricing {
        padding: 30px 0;
    }

    .pricing .price-tag {
        font-size: 2rem;
    }

    .pricing .price-note {
        font-size: 1rem;
    }




    footer {
        padding: 10px 0;
    }

    footer .footer-title {
        font-size: 0.9rem;

    }

    footer a {
        font-size: 0.6rem;
    }

    footer .help p {
        font-size: 0.8rem;
    }

    footer .help i {
        font-size: 0.8rem;
    }
}




@media (min-width:501px) and (max-width:600px) {

    .media-none {
        display: none;
    }

    .container {
        width: 100%;
        padding: 0 10px;
    }

    p {
        font-size: 15px;
    }

    h2 {
        font-size: 1.7rem;
    }

    i {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .hero {
        background-attachment: scroll;
    }


    header nav .nav-links {
        display: none;
        flex-direction: column;
        background: var(--dark);
        position: absolute;
        top: 100%;
        right: 0;
        padding: 15px;
        border-radius: 8px;
    }

    header nav .nav-links.active {
        display: flex;
    }

    header nav .mobile-menu-btn {
        display: block;
    }

    header nav {
        height: 5vh;
    }

    header nav .logo img {
        height: 60px;
        margin-top: 10px;
    }

    .hero .hero-content h1 {
        font-size: 1.9rem;
        margin-top: 50px;
    }

    .hero .hero-content .workshop-details {
        gap: 10px;
    }





    .highlights .highlight-cards .highlight-card {
        width: 500px;
    }




    .audience .audience-cards .audience-card {
        width: 500px;
    }





    .pricing {
        padding: 30px 0;
    }

    .pricing .price-tag {
        font-size: 2rem;
    }

    .pricing .price-note {
        font-size: 1rem;
    }




    footer {
        padding: 10px 0;
    }

    footer .footer-title {
        font-size: 1rem;

    }

    footer a {
        font-size: 0.7rem;
    }

    footer .help p {
        font-size: 0.9rem;
    }

    footer .help i {
        font-size: 0.9rem;
    }
}




@media (min-width:601px) and (max-width:700px) {

    .media-none {
        display: none;
    }

    .container {
        width: 100%;
        padding: 0 10px;
    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 2rem;
    }

    i {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .hero {
        background-attachment: scroll;
    }

    .hero .hero-content .description {
        display: block;
        font-size: 0.9rem;
        font-weight: 300;
    }

    header nav .nav-links {
        display: none;
        flex-direction: column;
        background: var(--dark);
        position: absolute;
        top: 100%;
        right: 0;
        padding: 15px;
        border-radius: 8px;
    }

    header nav .nav-links.active {
        display: flex;
    }

    header nav .mobile-menu-btn {
        display: block;
    }

    header nav {
        height: 5vh;
    }

    header nav .logo img {
        height: 60px;
        margin-top: 10px;
    }

    .hero .hero-content h1 {
        font-size: 2.5rem;
        margin-top: 50px;
    }

    .hero .hero-content .workshop-details {
        gap: 10px;
    }





    .highlights .highlight-cards .highlight-card {
        width: 600px;
    }




    .audience .audience-cards .audience-card {
        width: 600px;
    }





    .pricing {
        padding: 30px 0;
    }

    .pricing .price-tag {
        font-size: 2rem;
    }

    .pricing .price-note {
        font-size: 1rem;
    }




    footer {
        padding: 10px 0;
    }

    footer .footer-title {
        font-size: 1.3rem;

    }

    footer a {
        font-size: 0.8rem;
    }

    footer .help p {
        font-size: 1rem;
    }

    footer .help i {
        font-size: 1rem;
    }
}




@media (min-width:701px) and (max-width:800px) {

    .container {
        width: 95%;
        padding: 0 10px;
    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    i {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .hero {
        background-attachment: scroll;
    }

    .hero .hero-content .description {
        display: block;
        font-size: 1rem;
        font-weight: 300;
    }

    header nav .nav-links {
        display: none;
        flex-direction: column;
        background: var(--dark);
        position: absolute;
        top: 100%;
        right: 0;
        padding: 15px;
        border-radius: 8px;
    }

    header nav .nav-links.active {
        display: flex;
    }

    header nav .mobile-menu-btn {
        display: block;
    }

    header nav {
        height: 5vh;
    }

    header nav .logo img {
        height: 60px;
        margin-top: 10px;
    }

    .hero .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero .hero-content .workshop-details {
        gap: 20px;
    }

    .hero .hero-content .workshop-details .detail-card {
        min-width: 200px;
    }





    .highlights .highlight-cards .highlight-card {
        width: 700px;
    }




    .audience .audience-cards .audience-card {
        width: 700px;
    }





    .pricing {
        padding: 30px 0;
    }

    .pricing .price-tag {
        font-size: 2rem;
    }

    .pricing .price-note {
        font-size: 1rem;
    }




    footer {
        padding: 10px 0;
    }

    footer .footer-title {
        font-size: 1.4rem;

    }

    footer a {
        font-size: 0.9rem;
    }

    footer .help p {
        font-size: 1.1rem;
    }

    footer .help i {
        font-size: 1.1rem;
    }
}




@media (min-width:801px) and (max-width:1000px) {

    .container {
        width: 90%;
        padding: 0 10px;
    }

    h2 {
        font-size: 2.5rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    i {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .hero {
        background-attachment: scroll;
    }

    .hero .hero-content .description {
        display: block;
        font-size: 1.1rem;
        font-weight: 300;
    }

    header nav .nav-links {
        display: none;
        flex-direction: column;
        background: var(--dark);
        position: absolute;
        top: 100%;
        right: 0;
        padding: 15px;
        border-radius: 8px;
    }

    header nav .nav-links.active {
        display: flex;
    }

    header nav .mobile-menu-btn {
        display: block;
    }

    header nav {
        height: 5vh;
    }

    header nav .logo img {
        height: 60px;
        margin-top: 10px;
    }

    .hero .hero-content h1 {
        font-size: 2.9rem;
    }




    footer {
        padding: 10px 0;
    }

    footer .footer-title {
        font-size: 1.6rem;

    }

    footer a {
        font-size: 1rem;
    }

    footer .help p {
        font-size: 1.3rem;
    }

    footer .help i {
        font-size: 1.3rem;
    }

}





@media (min-width:1001px) and (max-width:1200px) {

    .hero .hero-content .description {
        font-size: 1rem;
    }

}