/*Team-members*/


.instruction-scroll {
    height: 500px;
    max-width: 90%;
    overflow-x: scroll;
    border-radius: 25px;
    margin: 50px 5%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #00000055;
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: unset;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 800px;
    border: none;
}

/* The Close Button */
.close {
    color: white;
    position: fixed;
    top: 90px;
    right: 20px;
    font-size: 35px;
    font-weight: bold;
    z-index: 99999999;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}


/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: gray;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

/* Number text (1/3 etc) */


.mySlides {
    background-color: #ffffff;
    border: 1px solid #0a0042;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 800px;
    width: 100%;
}

.slide_title {
    background-color: rgb(14 19 46);
    color: white;
    padding: 20px;
    font-size: 24px;
    text-align: center;
}

.profile-container {
    display: flex;
    padding: 35px;
    align-items: center;
    justify-content: center;
}

.profile-picture {
    width: 40%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 10px;
}

.slide-description {
    width: 60%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}

@media (max-width: 768px) {
    .slide-description {
        font-size: 14px;
        padding: 12px;
    }
}

@media (max-width: 520px) {
    .slide-description {
        font-size: 12px;
        padding: 8px;
    }
}


.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
    height: 150px;
    object-fit: contain;
    border: 5px solid #555;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.team-members {
    margin: 10vw 0;
}

.image-map {
    position: relative;
    width: 90%;
    margin: auto;
    /* cursor: pointer; */
    border: darkblue solid 15px;
    border-radius: 10px;
}

.image-map img {
    width: 100%;
    height: auto;
}

.image-map .area {
    position: absolute;
    /*background: rgba(255, 255, 255, 0.5);*/
    /*border: 1px solid rgba(0, 0, 0, 0.5);*/
    /*cursor: pointer;*/
    width: 12.5%;
    height: 20%;
}

.area:hover {
    background: rgba(230, 230, 230, 0.3);
}

.randomeding {
    background: rgba(250, 250, 250, 0.5);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 1);
    /*filter: drop-shadow(0px 0px 10px gray);*/
}

.area-1 {
    top: 0;
    left: 0;
}

.area-2 {
    top: 0;
    left: 12.5%;
}

.area-3 {
    top: 0;
    left: 25%;
}

.area-4 {
    top: 0;
    left: 37.5%;
}

.area-5 {
    top: 0;
    left: 50%;
}

.area-6 {
    top: 0;
    left: 62.5%;
}

.area-7 {
    top: 0;
    left: 75%;
}

.area-8 {
    top: 0;
    left: 87.5%;
}

.area-9 {
    top: 20%;
    left: 87.5%;
}

.area-10 {
    top: 40%;
    left: 87.5%;
}

.area-11 {
    top: 60%;
    left: 87.5%;
}

.area-12 {
    top: 80%;
    left: 87.5%;
}

.area-13 {
    top: 80%;
    left: 75%;
}

.area-14 {
    top: 80%;
    left: 62.5%;
}

.area-15 {
    top: 80%;
    left: 50%;
}

.area-16 {
    top: 80%;
    left: 37.5%;
}

.area-17 {
    top: 80%;
    left: 25%;
}

.area-18 {
    top: 80%;
    left: 12.5%;
}

.area-19 {
    top: 80%;
    left: 0;
}

.area-20 {
    top: 60%;
    left: 0;
}

.area-21 {
    top: 40%;
    left: 0;
}

.area-22 {
    top: 20%;
    left: 0;
}


.area-23 {
    top: 27%;
    left: 24%;
    width: 52% !important;
    height: 12% !important;
}




/* Others */

.card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 5vw;
    align-items: flex-start;
}

.others-title {
    font-size: 2.5rem;
    width: 100%;
    background-color: #0a0042;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.card-list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 20px;
    align-items: flex-start;
}

.member-card {
    width: 400px;
}

.card-title {
    font-size: 1.5rem;
    text-align: center;
    padding: 10px;
    background-color: #0a0042;
    color: white;
    border-radius: 10px;
}

.card-text {
    padding: 10px;
    font-size: 1.3rem;
}