/*Main Banner*/
.banner {
    display: flex;
    justify-content: center;
    background-color: #A5C1A0;
    width: 100%
}
.bannerText {
    margin: 0 2vw 0 1vw;   
    font-size: 1.4rem;
    align-content: center;
    justify-content: center;
}
.bannerImg {
    justify-self: flex-start;
    width: auto;
    max-height: 35vh;
    max-width: 50%;
}
#divWhyMe {
    display: flex;
    justify-content: center;
    width: 100vw;
    background-color: #264B42;
}
#divWhyMe img {
    max-height: 35vh;
    object-fit: cover;
    display: block; 
    margin-right: 2vw;
}
#divWhyMe h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 100%;
}
#divWhyMe ul {
    margin: 0;
    font-size: 90%;
    padding-left: 2vw;
}
/*Review Carosel*/
#caroselDataReviews{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #A5C1A0;
    color: black;
    flex-direction: column;
    padding-bottom: 10px;
}
#caroselDataReviews h2 {
    color: #2E1A15;
    margin: 0; 
}
.reviewContainer {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    max-height: 225px;
}
.mid {
    margin: auto 1rem; 
}
#reviewSelect {
    display: flex;
}
#reviews {
    height: 25vh; 
    padding: 0px 0px 5px 0px ;
    background-color: rgb(128, 128, 128, 0.5);
    color: #2E1A15; 
    display: flex;
    align-content: center;
    justify-content: center;
}
.reviewText {
    text-align: center; 
}

#reviewSection {
    background-color: #264B42;
    padding: 20px;
    margin: 20px auto;
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(47, 93, 80, 0.3);
}

#formReview {
    display: flex;
    flex-direction: column;
}

#formReview label {
    font-weight: bold;
    margin-top: 10px;
    font-family: ramabhadra;
}

#formReview input,
#formReview textarea {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #2E1A15;
    border-radius: 5px;
    font-family: belleza;
    font-size: 1rem;
    resize: vertical;
}

#formReview button {
    margin-top: 15px;
    padding: 10px;
    background-color: #2E1A15;
    color: #FF8A65;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    font-family: ramabhadra;
    transition: 0.3s ease;
}

#formReview button:hover {
    background-color: #FF8A65;
    color: #2E1A15;
}

#formReview label, #reviewSection h2 {
    color: #FF8A65; 
}

@media only screen and (min-width: 690px){
    #caroselDataReviews{
        flex-direction: row;
    }
    .bannerImg {
        max-width: none;
    }
}
@media only screen and (max-width: 370px){
    .slicknav_brand {
        font-size: 16px;
    }
}
