@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
    --purple: #f1237a;
    --gray: #D9D9D9;
}

* {
    font-family: 'Roboto', sans-serif;
}

b {
    font-weight: 700;
}

body,
html {
    margin: 0;
    overflow-x: hidden;
    z-index: 1;
    height: 100%;
}

h3 {
    font-size: 38px;
    width: 100vw;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width:900px) {
    h3 {
        font-size: 32px;
    }
}

@media (max-width:700px) {
    h3 {
        font-size: 28px;
    }
}


header {
    height: 100px;
    background-color: var(--purple);
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 10;
    display: flex;
}

header img {
    width: auto;
    height: 100%;
    position: absolute;
}

#linksContainer {
    display: flex;
    max-width: 70vw;
    width: fit-content;
    margin-left: 100vw;
    height: fit-content;
    text-align: center;
    margin-top: 50px;
    transform: translate(-100%, -50%);
    gap: 20px;
    text-align: right;
    padding-right: 20px;
}

#linksContainer h5 {
    height: fit-content;
    margin: 0;
    cursor: pointer;
}

#menuLogo {
    display: none;
}

@media (max-width: 700px) {
    #linksContainer {
        display: none;
    }

    #menuLogo {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 25px;
        display: block;
    }
}

#menu {
    pointer-events: none;
    width: 100vw;
    padding: 20px;
    background-color: var(--purple);
    height: auto;
    margin-top: 100px;
    opacity: 0;
    transition: 0.3s opacity;
    height: fit-content;
}

#menu_items {
    display: flex;
    width: 90vw;
    margin-left: 5vw;
    text-align: center;
    flex-wrap: wrap;
}

.menuCloseButton {
    width: 100vw;
    text-align: center;
}

#menu_items h5 {
    margin: 10px 15px;
}

#menu.active {
    pointer-events: all;
    display: block;
    opacity: 1;
}

#firstView {
    background-image: url("./img/image_1.jpg");
    background-size: cover;
    background-position: top center;
    margin-top: 100px;
    height: calc(100vh - 100px);
    width: 100vw;
    display: flex;
}

.titleContainer {
    padding: 10px 40px;
    width: fit-content;
    border-radius: 20px 0px 0px 20px;
    background-color: #f1237acc;
    margin-top: calc(100vh - 140px);
    height: max-content;
    margin-left: 100vw;
    transform: translate(-100%, -100%);
    white-space: nowrap;
    color: white;
}

/* 
@media (max-width: 800px) {
    .titleContainer {
        width: 100vw;
        border-radius: 0px;
        margin-left: 0;
        transform: translate(0, -100%);
        text-align: center;
    }
} */
@media (max-width: 600px) {
    #firstView {
        height: 60vw;
    }

    .titleContainer {
        bottom: 15px;
        transform: translate(-100%, calc(-100% - 20px));
        margin-top: 60vw;
        margin-left: 100vw;
        padding: 10px 20px;
        border-radius: 10px 0px 0px 10px;
    }

    .titleContainer h1 {
        margin: 0;
        font-size: larger;
        font-weight: 100;

    }
}

#mission {
    background-color: var(--gray);
    width: 100vw;
    display: flex;
}

#mission img {
    height: auto;
    width: 45vw;
    object-fit: cover;
}

#mission h3 {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

#mission p {
    width: 70%;
    text-align: justify;
    margin-left: 15%;
    font-size: 22px;
}

@media (max-width: 1000px) {
    #mission {
        display: block;
    }

    #mission img {
        margin-top: 30px;
        height: auto;
        width: 80vw;
        margin-left: 10vw;
        object-fit: cover;
    }

    #mission p {
        padding-bottom: 30px;
    }
}


.bulletList h3 {
    width: 100vw;
    text-align: center;
}



.bulletList p {
    line-height: 250%;
    font-size: 22px;
    width: fit-content;
    margin-left: 50vw;
    transform: translate(-50%);
    white-space: nowrap;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width:1000px) {
    .bulletList p {
        font-size: 20px;
    }
}

@media (max-width:700px) {
    .bulletList p {
        font-size: 18px;
    }
}

@media (max-width:550px) {
    .bulletList p {
        font-size: 14px;
    }
}

@media (max-width:450px) {
    .bulletList p {
        font-size: 12px;
    }
}

@media (max-width:900px) {
    .bulletList p {
        width: calc(100vw - 30px);
        margin-left: 15px;
        white-space: wrap;
        transform: translate(0);
    }
}

#experience {
    background-image: url("./img/image_11.jpeg");
    width: 100vw;
    height: calc(100vh - 60px);
    max-height: 70vw;
    min-height: 40vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* Changed 'cover' to 'no-repeat' for background-repeat */
    position: relative;
    display: flex;
    align-items: flex-end;
    /* Changed 'right' to 'flex-end' for aligning items to the bottom */
}


#experience div {
    white-space: nowrap;
    padding: 10px 50px;
    width: max-content;
    border-radius: 0px 20px 20px 0px;
    background-color: #f1237acc;
    color: white;
    margin-left: 0;
    margin-top: calc(100vh - 100px);
    transform: translate(0, -100%);
    height: fit-content;
    font-size: x-large;
}

#experience h3 {
    width: fit-content;
    padding: 0;
}

@media (max-width: 800px) {

    #experience div {
        padding: 10px 20px;
        transform: translate(0, -20px);
        border-radius: 0px 10px 10px 0px;
    }

    #experience h3 {
        margin: 0;
        font-weight: 300;
        font-size: larger;
    }

}



#biography {
    width: 100vw;
    height: fit-content;
    background-color: var(--gray);
    display: flex;
    flex-direction: row-reverse;
}

#biography img {
    width: auto;
    height: 70vh;
    object-fit: cover;
}

#biography div {
    width: 100%;
    height: 100%;
}

#biography h3 {
    width: 100%;
    text-align: center;
}

#biography p {
    width: 70%;
    font-size: 22px;
    margin-left: 15%;
}

@media (max-width:600px) {
    #biography p {
        width: calc(100vw - 40px);
        font-size: 18px;
        margin-left: 20px;
        text-align: left;
    }

}

#biography button {
    width: 60%;
    margin: 40px 0;
    margin-left: 20%;
    padding: 20px 40px;
    border-radius: 20px;
    background-color: var(--purple);
    color: white;
    border: none;
    cursor: pointer;
}

@media (max-width:1000px) {
    #biography {
        display: block;
    }

    #biography img {
        width: 80vw;
        height: auto;
        margin: 10vw;
        object-fit: cover;
    }

    #biography div {
        padding-bottom: 20px;
    }
}


.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    padding: 16px;
}

@media (max-width:1100px) {
    .video-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:650px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
}

.video-container h6 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: larger;
}

.video {
    width: 100%;
    height: 315px;
    border: none;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    padding: 16px;
}

.review {
    background-color: var(--gray);
    padding: 16px;
    border-radius: 8px;
}

@media (max-width:900px) {
    .review-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        padding: 16px;
    }

}

blockquote {
    margin: 0;
}

p,
small {
    margin: 4px 0;
}

.photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
    padding: 16px;
    margin-bottom: 30px;
}

.bottom-right {
   text-align: left;
}

.photo {
    width: 100%;
    height: 220px;
    position: relative;
    text-align: center;
    color: black;
}

.photo img {
    /* Set fixed height */
    border-radius: 10px;
    object-fit: cover;
    /* Keep aspect ratio */
    cursor: pointer;
    height: 200px;
    width: 100%;

}

#gallery_credit {
    width: calc(100vw - 10px);
    text-align: center;
    margin: 5px;
    margin-bottom: 40px;
}

@media (max-width:1000px) {
    .photo-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:700px) {
    .photo-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:450px) {
    .photo-grid {
        grid-template-columns: 1fr;
    }
}




footer {
    background-color: var(--gray);
    width: 100vw;
}

#footer_img {
    width: 30vw;
    height: auto;
    padding: 40px 0;
    margin-left: 50vw;
    transform: translate(-50%);
}

footer p {
    width: 90vw;
    margin-left: 5vw;
}

#linkToRoxanneWebContainer {
    background-color: var(--purple);
    border-radius: 20px;
    padding: 10px 0;
    width: calc(92.5vw/2);
    text-align: center;
    height: fit-content;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

#linkToRoxanneWebContainer h4 {
    font-size: 32px;
    width: 100%;
    text-align: center;
}

footer h4 {
    font-size: xx-large;
}

footer button {
    margin-top: 30px;
    background-color: black;
    border-radius: 7px;
    color: white;
    padding: 15px 50px;
    border: none;
    font-size: larger;

}

footer button:hover {
    transition: 0.3s;
    background-color: white;
    color: black;
}

footer a {
    padding: 20px;
    width: 100vw;
    text-align: center;
    color: black;
    text-decoration: none;
}

footer span {
    color: rgb(0, 102, 255);
}

footer {
    padding-bottom: 20px;
}

/* pop up */
#popUp {
    background-repeat: no-repeat;
    background-position: center;
    /* Center the image */
    background-size: cover;
    position: fixed;

    top: 50vh;
    width: 60vw;
    left: 50vw;
    height: 35vw;
    transform: translate(-50%, -50%);
    background-color: var(--back1);
    border-radius: 10px;
    z-index: 12;
    opacity: 1;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.377);
}

#popUpContainer {
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    position: fixed;
    background-color: rgba(75, 75, 75, 0.5);
    z-index: 11;
}

#popUpCloseButton {
    position: relative;
    margin-left: 60vw;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    background-color: #565656e0;
    border-radius: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.377);
}

#arrowContainer {
    display: flex;
}

#popUpCloseButton img {
    height: 20px;
    width: 20px;
    margin: 15px;
}

#popUpContainer.active {
    display: block;
}

#changeToLeft,
#changeToRight {
    position: absolute;
    top: 17.5vw;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    background-color: #565656e0;
    border-radius: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.377);

}

#changeToRight {
    margin-left: 60vw;
}

#changeToLeft img,
#changeToRight img {
    height: 20px;
    width: 20px;
    margin: 15px;
    transform: rotate(90deg);
}

#changeToRight img {
    transform: rotate(-90deg);
}

@media (max-width:1000px) {
    #popUp {
        width: 90vw;
        height: 45vw;
        transform: translate(-50%, -50%);
        background-color: var(--back1);
        border-radius: 10px;
        z-index: 12;
        opacity: 1;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.377);
    }

    #PopUpContent img {
        width: 55vw;
        height: 45vw;
    }

    #PopUpContent {
        height: 45vw;
    }

    #PopUpContent div {
        width: 45vw;
    }

    #popUpCloseButton {
        margin-left: calc(50% + 45vw);
    }

    #changeToLeft img,
    #changeToRight img {
        width: 15px;
        height: 15px;
        margin: 5px;
    }

    #changeToLeft,
    #changeToRight {
        top: 22.5vw;
        height: 25px;
        width: 25px;
    }

    #changeToRight {
        margin-left: 90vw;
    }
}

@media (max-width:700px) {


    #popUpCloseButton {
        width: 25px;
        height: 25px;
    }

    #popUpCloseButton img {
        width: 15px;
        height: 15px;
        margin: 5px;
    }


}



/* contact */
.contactDiv {
    width: calc(92.5vw/2);
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 70px;
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
}

.contactDiv button {
    transform: translate(-50%);
    background-color: black;
    border-radius: 7px;
    color: white;
    padding: 15px 50px;
    border: none;
    font-size: larger;
    margin: 20px 0;
    margin-left: 50%;

}



.contactDiv h4 {
    font-size: 32px;
    width: 100%;
    text-align: center;
}



.input-style {
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #555;
    outline: none;
}

.input-style:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

textarea {
    resize: none;
    width: 100%;
}

.contactDiv-inputs {
    width: 80%;
    margin-left: 10%;
}

input[type="email"],
input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
}

#PhoneNumberContainer {
    display: flex;
    gap: 50px;
    width: fit-content;
    margin-left: 50vw;
    transform: translate(-50%);
    font-size: larger;
    padding-bottom: 50px;
    white-space: nowrap;
}

#PhoneNumberContainer img {
    height: 40px;
    width: 40px;
    transform: translate(0, 15px);
}

/* @media (max-width: 800px) {
    .contactDiv {
        width: 90vw;
        margin-left: 5vw;
    }
} */

@media (max-width: 500px) {
    .contactDiv h4 {
        font-size: 24px;
    }

    input[type="email"],
    input[type="text"] {
        width: calc(100% - 4px);
        margin-bottom: 20px;
    }

    #PhoneNumberContainer {
        gap: 30px;
    }

    #PhoneNumberContainer img {
        height: 25px;
        width: 25px;
        transform: translate(0, 30px);
        font-size: medium;
    }
}

#footer_container {
    display: flex;
    width: 95vw;
    margin-left: 2.5vw;
    gap: 2.5vw;
}

@media (max-width:700px) {
    footer img {
        width: 40vw;
    }

    #linkToRoxanneWebContainer,
    .contactDiv {
        width: 80vw;
        margin-left: 10vw;
        height: auto;
    }

    #footer_container {
        width: 100vw;
        margin-left: 0;
        gap: 1vw;
        display: block;
    }
}

@media (max-width:550px) {
    footer img {
        width: 60vw;
    }

    #linkToRoxanneWebContainer,
    .contactDiv {
        width: calc(100vw - 20px);
        margin-left: 10px;
    }
}

#highlights_title {
    background-image: url("./img/image_4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: cover;
    height: calc(100vh - 100px);

    width: 100vw;
    position: relative;
    display: flex;
    align-items: right;
    /* Vertically center the content */
}

#highlights_title_container {
    white-space: nowrap;
    padding: 10px 50px;
    width: max-content;
    border-radius: 20px 0px 0px 20px;
    background-color: #f1237acc;
    color: white;
    margin-left: 100vw;
    margin-top: calc(100vh - 140px);
    transform: translate(-100%, -100%);
    height: fit-content;
    font-size: x-large;
}

#highlights_title_container h3 {
    width: fit-content;
    padding: 0;
}

@media (max-width:100px) {
    #highlights_title_container p {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    #highlights_title {
        height: 60vw;
    }

    #highlights_title_container {
        padding: 10px 20px;
        margin: 0;
        margin-top: 60vw;
        margin-left: 100vw;
        transform: translate(-100%, calc(-100% - 20px));
        border-radius: 10px 0px 0px 10px;
    }

    #highlights_title_container h3 {
        font-weight: 100;
        margin: 0;
        font-size: larger;
    }
}



#highlightsContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align content to the left */
}

#bringsImgContainer {
    background-image: url("./img/image_2.jpg");
    background-size: cover;
    background-position: bottom center;
    height: calc(100vh - 100px);
    width: 100vw;
    display: flex;
}

#bringsImgContainer_title {
    margin: 0;
    white-space: nowrap;
    padding: 10px 50px;
    width: max-content;
    border-radius: 20px 0px 0px 20px;
    background-color: #f1237acc;
    color: white;
    margin-left: 100vw;
    margin-top: calc(100vh - 140px);
    transform: translate(-100%, -100%);
    height: fit-content;
    font-size: x-large;
}

#bringsImgContainer_title h3 {
    margin: 0;
    width: fit-content;
}

#bringsImgContainer_title p {
    font-size: 16px;
}

@media (max-width: 600px) {
    #bringsImgContainer {
        height: 60vw;
    }

    #bringsImgContainer_title {
        bottom: 15px;
        transform: translate(0, calc(-100% - 20px));
        margin-top: 60vw;
        margin-left: 0;
        padding: 10px 20px;
        border-radius: 0px 10px 10px 0px;
    }

    #bringsImgContainer_title_h3 {
        margin: 0;
        font-size: larger;
        font-size: 100;
        padding: 0;
        font-weight: 100;
    }

    #bringsImgContainer_title p {
        padding: 0;
        padding-top: 10px;
        font-size: x-small;
    }
}


.socialContainer {
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: fit-content;
    margin-left: 50%;
    display: flex;
    transform: translate(-50%);
    background-color: rgba(255, 255, 255, 0);
    white-space: nowrap;
}

.socialContainer a {
    width: 70px;
    height: 70px;
    padding: 10px 20px;
    display: block;

}

.socialContainer img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

footer h6 {
    font-size: larger;
    margin: 10px;
    padding: 0 20px;
}

button {
    font-size: 28px;

    cursor: pointer;
}