.banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0px;
    margin-bottom: 70px;
}

.banner-text h1 {
    font-size: 6.5vw;
    text-transform: uppercase;
    margin: 0;
}

.banner-text h1::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    justify-self: center;
    background-color: #A50100;
    margin-top: 10px;
}

.banner-text h5 {
    font-size: 3vw;
    color: #A50100;
    margin: 0;
    margin-right: 35vw;
    font-family: "josefin sans", sans-serif;
}

.banner-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-image img {
    width: 100%;
}

.pop-out {
    display: none;
    flex-direction: column;
    justify-content: center;
    background-color: #fffffc;
    position: fixed;
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 9999;
}

.pop-out.show {
    display: flex !important;
}

.celeb {
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.recreate {
    width: 75%;
}

.popout-top .image {
    width: 60%;
}

.popout-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popout-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.close img {
    width: 50%;
}

.pop-out .close {
    width: 7vw;
    position: absolute;
    top: 20px;
    right: 0px;
    cursor: pointer;
}

.popout-text {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    margin-left: 4vw;
}

.popout-text h2 {
    font-size: 2vw;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    margin-top: 20px;
}

.popout-text p {
    font-size: 1.1vw;
    font-weight: 500;
    color: #A50100;
    margin: 0;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.recreate-text {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    margin-top: 8%;
}

.recreate-text h2 {
    font-size: 3vw;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 10px;
}

.outfit-breakdown {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 10vw;
    width: 75%;
    border-top: 2px solid #A50100;
    gap: 10px;
}

.outfit-breakdown h3 {
    font-size: 1.5vw;
    font-weight: 500;
    font-family: "lexend";
    color: #A50100;
    text-transform: uppercase;
    text-align: left;
    margin-top: 20px;
}

.outfit-breakdown li {
    font-family: "josefin sans", sans-serif;
    font-weight: 500;
    font-size: 1vw;
    color: #434343;
    text-align: left;
    margin: 0;
    margin-left: 10px;
}

.recreate-images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
}

.recreate-images img {
    width: 12%;
    height: auto;
}

.rec-mobile {
    display: none;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
}

.rec-mobile img {
    width: 12%;
    height: auto;
}

.celebrity-fits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 100px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    row-gap: 70px;
}

.celebs {
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: center;
    align-items: center;
}

.celebs:nth-child(2),
.celebs:nth-child(5),
.celebs:nth-child(8) {
    flex-direction: column-reverse;
}

.image {
    width: 70%;
    align-items: center;
    justify-content: center;
}

.image img {
    width: 100%;
}

.text {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    margin-left: 6vw;
}

.text h2 {
    font-size: 2vw;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    margin-top: 20px;
}

.text p {
    font-size: 1.1vw;
    font-weight: 500;
    color: #A50100;
    margin: 0;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    margin-left: 50px;
    gap: 10px;
    cursor: pointer;
}

.button p {
    font-size: 1vw;
    font-weight: 500;
    text-transform: uppercase
}

.button img {
    width: 15%;
    height: 50%;
}


.back {
    width: 50%;
    display: flex;
    justify-content: start;
}

.back a {
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    align-items: center;
    text-decoration: none;
    gap: 25px;
    padding-left: 50px;
    margin: 10px 0;
}

.back img {
    width: 40%;
    rotate: 180deg;
}

.back p {
    font-size: 15px;
    font-family: "lexend";
    text-transform: uppercase;
    color: black;
}

@media (max-width: 1000px) {
    .celebrity-fits {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
        gap: 30px 20px;
        padding: 0 30px;
        justify-items: center;
    }

    .celebs {
        width: 100%;
    }

    .recreate-images {
        display: none;
    }

    .rec-mobile {
        display: flex;
        margin-top: 0px;
    }

    .pop-out {
        height: 65vw;
        bottom: 3vw;
    }

    .popout-text {
        margin-left: 55px;
    }

    .popout-text h2 {
        font-size: 3vw;
    }

    .popout-text p {
        font-size: 1.5vw;
        margin-bottom: 0;
    }

    .recreate {
        height: 100%
    }

    .recreate-text {
        margin-top: 10%;
        margin-right: 20%;
    }

    .recreate-text h2 {
        font-size: 5vw;
        letter-spacing: 10px;
        flex-wrap: wrap;
    }

    .outfit-breakdown {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .outfit-breakdown h3 {
        font-size: 2vw;
    }

    .outfit-breakdown li {
        font-size: 1.7vw;
    }

    .celeb {
        width: 50%;
        padding: 10px;
    }

    .celeb img {
        width: 100%;
    }

    .text h2 {
        font-size: 2.5vw;
    }

    .text p {
        font-size: 1.5vw;
    }

    .button p {
        font-size: 1.5vw;
    }

    .celebs:nth-child(5),
    .celebs:nth-child(8) {
        flex-direction: column;
    }

    .celebs:nth-child(even) {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {

    .banner-text h1 {
        font-size: 10vw;
    }

    .banner-text h5 {
        font-size: 5vw;
    }

    .celebrity-fits {
        padding: 0px;
        margin: 50px 20px;
    }

    .text {
        margin-left: 0;
    }

    .text h2 {
        font-size: 5vw;
    }

    .text p {
        font-size: 3vw;
    }

    .button p {
        font-size: 3vw;
    }

    .image {
        width: 100%;
    }

    .pop-out {
        bottom: 20%;

    }
}