body{
    margin: 0px;
    padding: 0px;
    background-color: #9E897A;
}

.landingSection{
    background-image: url(/images/LoveIMG.png);
    background-size: cover;
    background-position: center;
    height: 60dvh;
}

.Nav {
  background: linear-gradient(to bottom, rgb(0,0,0) 0%, rgba(255, 255, 255, 0)100%);
  height: 320px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.header1{
    font-family: "Urbanist";
    color: white;
    font-size: 50px;
    margin-top: 25px;
    padding: 0px;
    font-weight: 300;
    text-align: center;
}

.text1{
    color: white;
    font-family: "urbanist";
    text-align: left;
    font-size: 30px;
    font-weight: 600;
}

.textSection{
    display: flex;
    justify-content: center;

}

.textHolder{
    width: 100%;
    text-align: center;
}

.contactButton{
    height: 90px;
    width: 420px;
    max-width: 80%;
    border-radius: 50px;
    border: solid white 5px;
    font-family: "urbanist";
    font-size: 32px;
    letter-spacing: 8px;
    color: white;
    background-color: #9E897A;
    transition: 0.5s ease;
}

.contactButton:hover{
background-color: white;
color: #9E897A;
}

.reviewWidth{
display: flex;
justify-content: center;
}

.reviewHolder{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 100px;
}

.reviewDiv{
    text-align: center;
    width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviewIMG{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.reviewStars{
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.fancyHeader{
    font-family: "Rouge Script";
    font-weight: 100;
    font-size: 70px;
    color: white;
    margin: 0px;
    padding: 10px;
}


@media only screen and (max-width: 1300px) {

    .textHolder{
        width: 90%;
    }

.reviewHolder{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

}

.reviewWidth{
display: flex;
justify-content: center;
}


.reviewDiv{
        text-align: center;
        width: 90%;
        max-width: 500px;
        height: auto;

}

.reviewIMG{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.fancyHeader{
    font-size: 50px;
}

.paragraph1{
    font-size: 16px;
}

}
