@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500&family=Inter:wght@400;500&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kanit&family=League+Spartan:wght@100..900&family=Manrope:wght@200..800&family=Open+Sans&family=Pixelify+Sans&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playpen+Sans:wght@500&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url(resources/bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

header h2 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    color: #fc3272;
    text-shadow: 1px 1px 2px #888888;
    padding: 0px;
}

header p {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #fc3272;
    text-shadow: 1px 1px 2px #888888;
}

header nav {
    margin-top: 25px;
    width: 50vw;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0.5px 0.5px 2px #888888;
    padding: 0px;
}

header ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    height: 100%;
}

#d {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    background-color: #ff9bbb;
    display: block;
    width: 16vw;
    margin: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    box-shadow: 0.5px 0.5px 2px #888888;
    text-shadow: 0.5px 0.5px 2px #888888;
}

#d:hover {
    background-color: #ffc5d7;
}

#d:active {
    background-color: #ff75a1;
}

.photocards img {
    text-align: center;
    width: 80%;
    height: 28vh;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(1px 0px 1px rgba(0, 0, 0, 0.5));
}

.photocards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60vw;
    height: 56vh;
}

.photocards .persons-first-row, .persons-second-row {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.photocards ul li {
    display: flex;
    flex-direction: column;
    background-image: url(./resources/photocard_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 5px;
    width: 18vw;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px 2px #888888;
}

.photocards ul li .body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px 2px #888888;
}

.photocards ul li .body h2 {
    margin: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    font-family: "Satisfy", cursive;
    font-weight: 700;
    font-style: normal;
    color:#fc3272;
    text-shadow: 0.5px 0.5px 2px #888888;
}


.photocards ul li .body p {
    margin: 5px;
    text-align: justify;
    font-family:Arial, Helvetica, sans-serif;
    width: 80%;
}


.photocards ul li .body button {
    width: 90%;
    margin: 5px;
    height: 40px;
    background-color: #ff9bbb;
    color: white;
    border-radius: 50px;
    box-shadow: 0.5px 0.5px 2px #888888;
    text-shadow: 0.5px 0.5px 2px #888888;
    font-size: 16px;
    border: none;
}

.photocards ul li .body button:hover {
    width: 90%;
    margin: 5px;
    height: 40px;
    background-color: #ffc5d7;
    color: white;
    border-radius: 50px;
    box-shadow: 0.5px 0.5px 2px #888888;
    text-shadow: 0.5px 0.5px 2px #888888;
    font-size: 16px;
    border: none;
}

.photocards ul li .body button:active {
    width: 90%;
    margin: 5px;
    height: 40px;
    background-color: #ff75a1;
    color: white;
    border-radius: 50px;
    box-shadow: 0.5px 0.5px 2px #888888;
    text-shadow: 0.5px 0.5px 2px #888888;
    font-size: 16px;
    border: none;
}

.photocards button {
    height: 95%;
    width: 100%;
    background-color: rgba(255, 170, 210, 0.2);
    border: none;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: 0.2px 0.2px 2px #c5c5c5;
}

.photocards button:hover {
    height: 95%;
    width: 100%;
    background-color: rgba(255, 170, 210, 0.5);
    border: none;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    box-shadow: 0.2px 0.2px 2px #c5c5c5;
}

.photocards button:active {
    height: 95%;
    width: 100%;
    background-color: rgba(255, 170, 210, 1);
    border: none;
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0.2px 0.2px 2px #c5c5c5;
}

footer {
    margin-top: 25px;
    font-family: "Satisfy", cursive;
    font-weight: 700;
    font-style: normal;
    color: #fc3272;
    text-shadow: 0.5px 0.5px 2px #888888;
    font-size: 12px;
}







.modal-container {
    position: fixed;
    width: 100vw;
    height: 103vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

.modal-container .body {
    width: 50%;
    height: 66%;
    background-color: white;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0.5px 0.5px 2px #888888;
    
}

.modal-container .body .container-1 {
    width: 200%;
    height: 100%;
    background-color: white;
}

.modal-container .body .container-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0.2px 0.2px 2px #4e4e4e;
}

.modal-container .body .container-2 {
    background-color: white;
    height: 30%;
}

.modal-container .body .container-2 .buttons {
    display: flex;
    flex-direction: row-reverse;
}

.modal-container .body .container-2 .buttons button {
    background-color: #ff9bbb;
    color: white;
    border: none;
    width: 20%;
    height: 30px;
    box-shadow: 0px 0px 2px #888888;

}

.modal-container .body .container-2 .buttons button:hover {
    background-color: #ffc5d7;
    color: white;
    border: none;
    width: 20%;
    height: 30px;

}

.modal-container .body .container-2 .buttons button:active {
    background-color: #ff75a1;
    color: white;
    border: none;
    width: 20%;
    height: 30px;

}

.modal-container .body .container-2 .texts {
    padding: 23px;
    text-align: justify;
}

.modal-container .body .container-2 .texts h2 {
    font-family: "Satisfy", cursive;
    font-weight: 700;
    font-style: normal;
    color: #ff9bbb;
    text-shadow: 0.5px 0.5px 2px #888888;
    text-align: end;
}










.about {
    width: 50vw;
    height: 58vh;
    display: flex;
    flex-direction: column;
    background-color: #ff9bbb;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px 2px #888888;
}

.about .about-container {
    margin: 6px;
    padding: 15px;
    background-color: white;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px 2px #888888;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about .about-container h2 {
    font-size: 40px;
    font-family: "Satisfy", cursive;
    font-weight: 700;
    font-style: normal;
    color: #fc3272;
    text-shadow: 0.5px 0.5px 2px #888888;
    text-align: center;
}

.about .about-container p {
    margin: 12px;
    text-align: justify;
    font-family:Arial, Helvetica, sans-serif;
    width: 80%;
}

.about .about-container #special_case {
    margin: 25px;
    color: #fc3272;
    text-decoration: underline;
    font-family:Arial, Helvetica, sans-serif;
    background-color: none;
}