body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.container {
    text-align: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../IMAGES/COMPRESSED/TOP_IMAGES/WORKSHOPS.jpg);
    background-size: cover;
    background-position: center;
    /*  this is where the magic happens:  */
    background-attachment: fixed;
}

/*SQUARES*/

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23.75rem;
}

#main-container1 {
    margin-top: 6.9rem;
}

.main-container.extended{
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

#main-container2 {
    margin-bottom: 6.9rem;
}

.container1-squares, .container2-squares {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: space-around;
}


.container1-squares.extended .container1-squares.extended{
    margin-bottom: 0;
}

.square {
    /*flex: 1; !* Allow the squares to share the available space evenly *!*/
    /*margin: 0 1.9rem 0 1.9rem;*/
    width: 21.25rem;
    height: 21.25rem;
    /*background-color: #3498db;*/
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: width 1s, height 1s, opacity 0.3s;
    transform-origin: center center;
    overflow: hidden; /* Hide any content that overflows when the square expands */
}

.square-image.zoomed {
    transform: scale(1.05);
    transition: 1.5s ease;
}

#square1, #square3, #square5 {
    margin: 2rem 2rem 2rem 2rem;
    width: 21.25rem;
    height: 21.25rem;
    background-image: url(../IMAGES/COMPRESSED/WORKSHOPS/ws_test.jpg);
    background-size: contain; /* Fit the background image within the container while preserving aspect ratio */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    background-position: center;
    border-radius: 5px;
}

#square3 {
    background-image: url(../IMAGES/COMPRESSED/WORKSHOPS/ws_test2.jpg);
}

#square5 {
    background-image: url(../IMAGES/COMPRESSED/WORKSHOPS/ws_test3.jpg);
}

#square2, #square4, #square6 {
    border: 3px solid  #44474f;
    color: rgb(182, 3, 2);
    /*font-size: 1.25rem;*/
    transition: 0.5s ease;
    border-radius: 5px;
    width: 21.25rem;
    height: 20.75rem;
}


#square2:hover, #square4:hover, #square6:hover {
    cursor: pointer;
    border: 3px solid #E0CD67;

    color:  #44474f;
    transition: 1s ease;
}

#square2:hover h2, #square4:hover h2, #square6:hover h2 {
    background-color: #E0CD67;
    color: #44474f;
    transition: 0.5s ease;
}

#square2-title, #square4-title, #square6-title {
    background-color: #44474f;
    color: #E0CD67;
    font-size: 2.5rem;
    width: 100%;
    transition: 0.5s ease;
    border: none;
    margin-top: 2.5rem;
}

.square-info P{
    width: 85%;
    margin-bottom: 1.875rem;
    margin-top: 0.94rem;
    text-align: justify;
}
#square2-info-1stPara{
    margin-top: 6.25rem;
}

#square4-info-1stPara{
    margin-top: -0.625rem;
}

#square6-info-1stPara{
    margin-top: 2.5rem;
}

.expanded-square2 {
    margin: 8rem 0 8rem 0;
    display: inline-flex;
    position: relative;
    width: 62.5rem !important;
    height: 55.3rem !important; /* Set the expanded height */
    opacity: 1 !important;
    z-index: 1;
}


.expanded-square4 {
    margin: 8rem 0 8rem 0;
    display: inline-flex;
    position: relative;
    width: 62.5rem !important;
    height: 39.6rem !important; /* Set the expanded height */
    opacity: 1 !important;
    z-index: 1;
}

.expanded-square6 {
    margin: 8rem 0 8rem 0;
    display: inline-flex;
    position: relative;
    width: 62.5rem !important;
    height: 34.6rem !important; /* Set the expanded height */
    opacity: 1 !important;
    z-index: 1;
}

.button-WS, .button-WS-return {
    /*font-family: 'Barlow Semi Condensed', sans-serif;*/
    /*font-size: 1.375rem;*/
    /*color: #edf0f1;*/
    /*width: 12.5rem;*/
    margin-top: 1.25rem;
    /*padding: 0.25rem 3rem;*/
    /*background-color: #B60302;*/
    /*cursor: pointer;*/
    align-self: center;
    justify-self: center;
    /*border: none;*/
    /*border-radius: 4px;*/
    /*transition: opacity 1s, transform 1.5s;*/
    opacity: 0;
}

/*.button-WS:hover{*/
/*    color: #edf0f1;*/
/*    background-color: rgba(182, 3, 2,0.8);*/
/*}*/
/*.button-WS:active{*/
/*    color: #edf0f1;*/
/*    background-color: rgba(182, 3, 2,0.6);*/
/*}*/

.button-WS-return {
    display: none;
    margin-top: 2.5rem;
    /*transition: 0.5s ease;*/
    opacity: 1;
    /*transition: opacity 1s, transform 1.5s;*/
    transform: translateY(-75%);
}

#square2-button-return {
    margin-top: 1rem;
    margin-bottom: 7.37rem;
}

#square4-button-return {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#square6-button-return {
    margin-top: 0.8rem;
    margin-bottom: 5.5rem;
}


.square-info {
    display: none;
    flex-direction: column;
    opacity: 0;
}

/* POPUP */

.scrollTrigger-workshops {/
    height: 5px;
    z-index: 100;
}

.workshops-home {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    justify-self: center;
    justify-items: center;
}

.workshops-home-p-title {
    padding: 1.25rem;
}


.workshops-home-p-container {
    display: flex;
    /*width: 70%;*/
    z-index: 1; /* Ensure the content is on top of the background */
}

.workshops-home-p-left {
    text-align: center;
    padding: 0.25rem;
    background-color: rgba(68, 71, 79, 0.8);
    opacity: 0;
    transform: translateY(-60%);
    border-radius: 6px;
}

.workshops-home-p {
    font-family: 'Crimson Pro', sans-serif;
    color: #fff;
    text-align: center;
}
/* Show content and lighten the background on hover */
.workshops-home-p-left.effect {
    opacity: 1;
    transition: filter 2s, transform 3s, opacity 3s;
    transform: translateY(0);
}
/*   CARDS   */

.container1-props, .container2-props {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.width768 {
    display: none;
}

.container1-props {
    margin-top: 3.125rem;
}

.container2-props {
    margin-bottom: 3.125rem;

}

.card {
    margin-top: 5rem;
    width: 18.75rem;
    height: 25rem;
    border-radius: 8px;
    overflow: hidden;
    border: 3px solid #E0CD67;
    position: relative;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.card-body {
    width: 100%;
    height: 100%;
    top: 0;
    right: -120%;
    position: absolute;
    background: #1f3d4738;
    backdrop-filter: blur(10px);
    border-radius: 0.93rem;
    color: #edf0f1;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    transition: 2s;
}



.card:hover .card-body {
    right: -3.5rem;
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #B60302;
    text-transform: uppercase;
    font-size: 1.875rem;
}


.card-info {
    color: #edf0f1;
    font-size: 1rem;
    width: 85%;
    margin: 2.5rem 0;
}

#card-title1 {
    margin-top: -4rem;
    margin-bottom: -1.5rem;


}

#card-title2 {
    margin-bottom: -1.5rem;
}

#card-title3 {
    margin-bottom: -1.5rem;
    margin-top: -1.25rem;
}


#card-title4 {
    margin-bottom: -1.5rem;
    margin-top: -4.25rem;
}

#card-title5 {
    margin-bottom: -1.5rem;
    margin-top: -1.25rem;
}

#card-title6 {
    margin-bottom: -1.5rem;
    margin-top: -1.25rem;
}

/*TODO: ABOVE 1200*/

/*@media screen and (min-width: 1200px) {*/
/*    #mainWidthProps1, #mainWidthProps2 {*/
/*        display: flex;*/
/*    }*/
/*}*/

/*TODO: SCREENSIZE 950-1200*/
@media screen and (min-width: 950px) and (max-width: 1200px) {


    #main-container1{
        margin-top: 6.25rem;
        margin-bottom: -8.5rem;
    }

    #square2-title, #square4-title, #square6-title {
        font-size: 2rem;
        margin-top: 2.5rem;
    }
    .button-WS ,.button-WS-return {
        /*font-size: 1.175rem;*/
        margin-top: 1.5rem;
        padding: 0.25rem 2.2rem;
    }

    .square {
        margin: 0 1.25rem 0 1.25rem;
        width: 15.5rem;
        height: 15.5rem;
    }

    #square1, #square3, #square5 {
        margin: 1.5rem 1.5rem ;
        width: 16.5rem;
        height: 16.5rem;
    }

    #square2, #square4, #square6 {
        /*margin: 3rem 3rem 3rem 0rem;*/
        width: 16rem;
        height: 16rem;
    }


    .container1-squares {
        margin-bottom: -9.4rem;
    }

    .container1-squares.extended, .container1-squares.extended {
        margin-bottom: 0;
    }


    #main-container1 {
        margin-top: -1.875rem;
    }

    #main-container2 {
        margin-top: 8.4rem;
        margin-bottom: 1.875rem;
    }

    .expanded-square2-950 {
        margin: 6.25rem 0 14rem 0;
        width: 50rem !important;
        height: 56.3rem !important; /* Set the expanded height */
        opacity: 1 !important;
        z-index: 1;
    }

    #square2-button-return {
        margin-top: 1rem;
        margin-bottom: 6rem;
    }

    #square2-info-1stPara-950 {
        margin-top: 3.125rem;
    }

    .expanded-square4-950 {
        margin: 6rem 0 6rem 0;
        width: 50rem !important;
        height: 40rem !important; /* Set the expanded height */
        opacity: 1 !important;
        z-index: 30;
    }

    #square4-button-return {
        margin-top: 1rem;
    }

    .expanded-square6-950 {
        margin: 6rem 0 6rem 0;
        width: 50rem !important;
        height: 33.38rem !important; /* Set the expanded height */
        opacity: 1 !important;
        z-index: 1;
    }

    #square6-button-return {
        margin-top: 1rem;
        margin-bottom: 4rem;

    }

    /* POPUP */

    .workshops-home {
        margin-top: 2rem;
    }

    .workshops-home-p-title {
        padding: 1rem;
    }


    .workshops-home-p-container {
        display: flex;
        width: 70%;
        z-index: 1; /* Ensure the content is on top of the background */
    }

    .workshops-home-p-left {
        padding: 0.25rem;
        border-radius: 6px;
    }

    /*CARDS*/

    #mainWidthProps1, #mainWidthProps2 {
        display: flex;
    }

    .card {
        margin-top: 2.5rem;
    }


}

@media (min-width: 768px) and (max-width: 950px) {

    .width768 {
        display: none;
    }

    .squares-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 0 0 7rem 0;
    }

    .container1-squares, .container2-squares {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 21rem;

        /*position: relative;*/
        /*overflow: hidden;*/
        /*justify-content: space-around;*/
    }

    .main-container{
        height: 44rem;
    }

    #main-container2{
        margin-top: 13.8rem;
    }

    .square {
        /*background-color: #3498db;*/
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        transition: width 1s, height 1s, opacity 0.3s;
        /*transform-origin: center center;*/
        overflow: hidden; /* Hide any content that overflows when the square expands */
    }

    #square1, #square3, #square5 {
        /*margin: 1.5rem 1.5rem ;*/
        width: 18.5rem;
        height: 18.5rem;
    }

    #square2, #square4, #square6 {
        width: 18rem;
        height: 18rem;
    }

    .button-WS, .button-WS-return {
        /*font-size: 1.075rem;*/
        margin-top: 1.5rem;
        padding: 0.25rem 2.2rem;
    }

    /*.square {*/
    /*    flex: 1; !* Allow the squares to share the available space evenly *!*/
    /*    width: 18.75rem;*/
    /*    height: 18.75rem;*/
    /*    margin: 0 1.7rem 0 1.7rem;*/

    /*}*/

    /*.square-image{*/
    /*    width: 18rem;*/
    /*    height: 18rem;*/
    /*}*/

    #square2-button-return {
        margin-bottom: 1.56rem;
    }

    /*#square2-info-1stPara-768 {*/
    /*    margin-top: 3.125rem;*/
    /*}*/

    #square2-title, #square4-title, #square6-title {
        font-size: 1.8rem;
        /*margin-top: 2.5rem;*/
    }

    .expanded-square2-768 {
        margin: 6.25rem 0 0 0;
        width: 37.5rem !important;
        height: 58.8rem !important; /* Set the expanded height */
        opacity: 1 !important;
        z-index: 1;
    }

    .expanded-square4-768 {
        margin: 5.25rem 0 0 0;
        width: 38rem !important;
        height: 43rem !important; /* Set the expanded height */
        opacity: 1 !important;
        /*margin-left: 3.125rem;*/
        z-index: 1;
    }

    .expanded-square6-768 {
        margin: 6.25rem 0 0 0;
        width: 37.5rem !important;
        height: 35.5rem !important; /* Set the expanded height */
        opacity: 1 !important;
        z-index: 1;
    }

    .square-info P{
        width: 85%;
        margin-bottom: 1.875rem;
        margin-top: 0.94rem;
    }
    #square2-info-1stPara{
        margin-top: 1rem;
    }

    #square4-info-1stPara{
        margin-top: 0rem;
    }

    #square6-info-1stPara{
        margin-top: 2.5rem;
    }
    /*#main-container1-768 {*/
    /*    margin-top: 4.375rem;*/
    /*    margin-bottom: -3.125rem;*/
    /*    margin-left: 1.875rem;*/
    /*}*/

    /*#main-container2-768 {*/
    /*    margin-bottom: -3.125rem;*/
    /*    margin-right: 1.875rem;*/
    /*}*/

    /*#main-container3-768 {*/
    /*    margin-left: 1.875rem;*/
    /*    margin-bottom: 4.375rem;*/
    /*}*/

    /*#square1-768, #square3-768, #square5-768 {*/
    /*    width: 17rem;*/
    /*    height: 17rem;*/
    /*    background-image: url(../IMAGES/COMPRESSED/WORKSHOPS/ws_test.jpg);*/
    /*    background-size: contain; !* Fit the background image within the container while preserving aspect ratio *!*/
    /*    background-repeat: no-repeat; !* Prevent the background image from repeating *!*/
    /*    background-position: center;*/
    /*    border-radius: 5px;*/
    /*}*/

    /*#square3-768 {*/
    /*    background-image: url(../IMAGES/COMPRESSED/WORKSHOPS/ws_test2.jpg);*/
    /*}*/

    /*#square5-768 {*/
    /*    background-image: url(../IMAGES/COMPRESSED/WORKSHOPS/ws_test3.jpg);*/
    /*}*/

    /*#square2-768, #square4-768, #square6-768 {*/
    /*    border: 3px solid #E0CD67;*/
    /*    color: rgb(182, 3, 2);*/
    /*    font-size: 1.25rem;*/
    /*    transition: 0.5s ease;*/
    /*    border-radius: 5px;*/
    /*    width: 17rem;*/
    /*    height: 17rem;*/
    /*}*/

    /*#square2-768:hover, #square4-768:hover, #square6-768:hover {*/
    /*    cursor: pointer;*/
    /*    border: 3px solid #44474f;*/
    /*    color: #E0CD67;*/
    /*    transition: 1s ease;*/
    /*}*/

    /*#square2-768:hover h2, #square4-768:hover h2, #square6-768:hover h2 {*/
    /*    background-color: #44474f;*/
    /*    color: #E0CD67;*/
    /*    transition: 0.5s ease;*/
    /*}*/


    /*#square2-title-768, #square4-title-768, #square6-title-768 {*/
    /*    margin-top: 3rem;*/
    /*    font-size: 1.875rem;*/
    /*    width: 100%;*/
    /*    transition: 0.5s ease;*/
    /*    border: none;*/
    /*}*/

    #square2-button-return-768 {
        margin-top: 1rem;
        margin-bottom: 5.5rem;
    }

    /*#square4-button-return-768 {*/
    /*    !*margin-top: 1rem;*!*/
    /*    margin-bottom: 3rem;*/
    /*}*/

    /*#square6-button-return-768 {*/
    /*    margin-top: 1rem;*/
    /*    margin-bottom: 4rem;*/
    /*}*/


    /* POPUP */

    .workshops-home {
        margin-top: 3rem;
        margin-bottom: -2rem;
    }

    .workshops-home-p-title {
        padding: 1rem;
    }


    .workshops-home-p-container {
        display: flex;
        width: 70%;
        z-index: 1; /* Ensure the content is on top of the background */
    }

    .workshops-home-p-left {
        padding: 0.25rem;
        border-radius: 6px;
    }

    /*   CARDS   */

    #mainWidthProps1, #mainWidthProps2{
        display: none;
    }

    .container1-props, .container2-props, .container3-props {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .container1-props {
        margin-top: 1.25rem;
    }

    .container2-props {
        margin-bottom: 0;
    }

    .container3-props {
        margin-bottom: 3.125rem;
    }

    /*CARDS*/

    #card-title1-768 {
        margin-top: -8.75rem;
        margin-bottom: -1.5rem;


    }

    #card-title2-768 {
        margin-bottom: -1.5rem;
    }

    #card-title3-768 {
        margin-bottom: -1.5rem;
        margin-top: -1.25rem;
    }


    #card-title4-768 {
        margin-bottom: -1.5rem;
        margin-top: -4.25rem;
    }

    #card-title5-768 {
        margin-bottom: -1.5rem;
        margin-top: -1.25rem;
    }

    #card-title6-768 {
        margin-bottom: -1.5rem;
        margin-top: -1.25rem;
    }

    #card-title2-768 {
        margin-bottom: -2.5rem;
        margin-top: -0.8rem;

    }
}

@media (min-width: 480px) and (max-width: 768px) {

    .width768 {
        display: block;
        margin: auto;
    }

    #mainWidthProps1, #mainWidthProps2{
        display: none;
    }

    .squares-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        /*margin: 0 0 7rem 0;*/
        height: auto;
    }

    .container1-squares, .container2-squares {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 14rem;
    }

    .main-container{
        height: 36rem;
    }

    #main-container2{
        margin-top: 7.8rem;
    }
    #main-container1{
        margin-top: 1rem;
    }


    .square {
        /*background-color: #3498db;*/
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        transition: width 1s, height 1s, opacity 0.3s;
        /*transform-origin: center center;*/
        overflow: hidden; /* Hide any content that overflows when the square expands */
    }

    #square1, #square3, #square5 {
        width: 12.5rem;
        height: 12.5rem;
    }

    #square2, #square4, #square6 {
        width: 12rem;
        height: 12rem;
    }


    #square2-title, #square4-title, #square6-title {
        background-color: #44474f;
        color: #E0CD67;
        font-size: 1.3rem;
        width: 100%;
        transition: 0.5s ease;
        border: none;
        margin-top: 3rem;
    }

    .button-WS, .button-WS-return {
        /*font-size: 0.9rem;*/
        padding: 0.25rem 2.2rem;
    }

    #square2-button-return {
        margin-top: 1rem;
        margin-bottom: 7.37rem;
    }

    #square4-button-return {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #square6-button-return {
        margin-top: 0.8rem;
        margin-bottom: 5.5rem;
    }

    .expanded-square2-480 {
        margin: 4rem 0 4rem 0;
        width: 24rem !important;
        height: 63rem !important; /* Set the expanded height */
        opacity: 1 !important;
        /*margin-right: 3.75rem;*/
        z-index: 1;
    }

    .expanded-square4-480 {
        margin: 4rem 0 4rem 0;
        width: 24rem !important;
        height: 41rem !important; /* Set the expanded height */
        opacity: 1 !important;
        /*margin-left: 3.125rem;*/
        z-index: 1;
    }

    .expanded-square6-480 {
        margin: 4rem 0 4rem 0;
        width: 24rem !important;
        height: 34.8rem !important; /* Set the expanded height */
        opacity: 1 !important;
        z-index: 1;
        /*margin-right: 3.75rem;*/
    }

    .square-info P{
        width: 85%;
        margin-bottom: 1rem;
        margin-top: 0.94rem;
    }
    #square2-info-1stPara{
        margin-top: 6rem;
    }

    #square4-info-1stPara{
        margin-top: -3rem;
    }

    #square6-info-1stPara{
        margin-top: 3.5rem;
    }

    /* POPUP */

    .workshops-home {
        margin-top: 2rem;
        margin-bottom: -3rem;
    }

    .workshops-home-p-title {
        padding: 1rem;
        /*font-size: 1.5rem;*/
    }


    .workshops-home-p-container {
        display: flex;
        width: 70%;
        z-index: 1; /* Ensure the content is on top of the background */
    }

    .workshops-home-p-left {
        padding: 0.25rem;
        border-radius: 6px;
    }
    /*CARDS*/

    .card {
        margin: 3em auto;
        width: 16.75rem;
        height: 23rem;
    }

    #card1 {
        margin-top: 5rem;
    }

    .card-info{
        font-size: 0.9rem;
    }

    #card-title1-768 {
        margin-top: -8.75rem;
        margin-bottom: -1.5rem;


    }

    #card-title2-768 {
        margin-bottom: -1.5rem;
    }

    #card-title3-768 {
        margin-bottom: -1.5rem;
        margin-top: -1.25rem;
    }


    #card-title4-768 {
        margin-bottom: -1.5rem;
        margin-top: -4.25rem;
    }

    #card-title5-768 {
        margin-bottom: -1.5rem;
        margin-top: -1.25rem;
    }

    #card-title6-768 {
        margin-bottom: -1.5rem;
        margin-top: -1.25rem;
    }

    #card-title2-768 {
        margin-bottom: -2.5rem;
        margin-top: -0.8rem;

    }
}

@media (min-width: 0px) and (max-width: 480px) {
    .squares-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 0;
    }

    .container1-squares, .container2-squares {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 17rem;
    }

    .main-container{
        height: 40rem;
    }

    #main-container2{
        margin-top: 7.5rem;
    }

    .square {
        /*background-color: #3498db;*/
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        transition: width 1s, height 1s, opacity 0.3s;
        /*transform-origin: center center;*/
        overflow: hidden; /* Hide any content that overflows when the square expands */
    }

    #square1, #square3, #square5 {
        margin: 1.4rem 1.4rem 1.4rem 1.4rem;
        width: 14.5rem;
        height: 14.5rem;
    }

    #square2, #square4, #square6 {
        width: 14rem;
        height: 14rem;
    }

    #square2-title, #square4-title, #square6-title {
        font-size: 1.5rem;
        margin-top: 3rem;
    }


    .button-WS, .button-WS-return {
        /*font-size: 0.9rem;*/
        padding: 0.25rem 2.2rem;
    }

    #square2-button-return {
        margin-top: 1rem;
        margin-bottom: 7.37rem;
    }

    #square4-button-return {
        margin-top: 2.4rem;
        margin-bottom: 0.5rem;
    }

    #square6-button-return {
        margin-top: 1.4rem;
        margin-bottom: 4rem;
    }

    .expanded-square2-0 {
        margin: 4rem 0 4rem 0;
        width: 19rem !important;
        height: 65rem !important; /* Set the expanded height */
        opacity: 1 !important;
        /*margin-right: 3.75rem;*/
        z-index: 1;
    }

    .expanded-square4-0 {
        margin: 4rem 0 4rem 0;
        width: 19rem !important;
        height: 50rem !important; /* Set the expanded height */
        opacity: 1 !important;
        /*margin-left: 3.125rem;*/
        z-index: 1;
    }

    .expanded-square6-0 {
        margin: 4rem 0 4rem 0;
        width: 19rem !important;
        height: 44rem !important; /* Set the expanded height */
        opacity: 1 !important;
        z-index: 1;
        /*margin-right: 3.75rem;*/
    }

    .square-info P{
        width: 85%;
        margin-bottom: 0.5rem;
        margin-top: 0.94rem;
    }
    #square2-info-1stPara{
        /*margin-top: 6.25rem;*/
    }

    #square4-info-1stPara{
        margin-top: -3rem;
        margin-bottom: 2rem;

    }

    #square6-info-1stPara{
        margin-top: 2.5rem;
    }

    /* POPUP */

    .workshops-home {
        margin-top: 2rem;
        margin-bottom: -2rem;
    }

    .workshops-home-p-title {
        padding: 1rem;
        /*font-size: 1.25rem;*/
    }


    .workshops-home-p-container {
        display: flex;
        width: 70%;
        z-index: 1; /* Ensure the content is on top of the background */
    }

    .workshops-home-p-left {
        padding: 0.25rem;
        border-radius: 6px;
    }
    /*CARDS*/

    .width768 {
        display: block;
        margin: auto;
    }

    #mainWidthProps1, #mainWidthProps2{
        display: none;
    }


    .card {
        margin: 3em auto;
        width: 16.75rem;
        height: 23rem;
    }

    .card-info{
        font-size: 0.9rem;
    }

    #card1 {
        margin-top: 4rem;
    }

    #card-title1-768 {
        margin-top: -8.75rem;
        margin-bottom: -1.5rem;


    }

    #card-title2-768 {
        margin-bottom: -1.5rem;
    }

    #card-title3-768 {
        margin-bottom: -1.5rem;
        margin-top: -1.25rem;
    }


    #card-title4-768 {
        margin-bottom: -1.5rem;
        margin-top: -4.25rem;
    }

    #card-title5-768 {
        margin-bottom: -1.5rem;
        margin-top: -1.25rem;
    }

    #card-title6-768 {
        margin-bottom: -1.5rem;
        margin-top: -1.25rem;
    }

    #card-title2-768 {
        margin-bottom: -2.5rem;
        margin-top: -0.8rem;

    }
}



