html {
    width: 100vw;
}

body {
    background-color: #0d3834;
}

div#divs-div {
    border-bottom: 0.04rem solid #86aca7;
}

div#lcta-container {
    display: flex;
    margin: 0.9rem 0.9rem;
    /* margin-bottom: 0.6rem; */
    justify-content: space-between;
    align-items: center;
}

img#logo {
    width: 33vw;
    height: 8.27vw;
    /* width: 7.6rem;
    height: 1.9rem; */
}

button#book-green {
    background-color: #9bdde8;
    border: none;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #032224;
    font-weight: 500;
}

div#contents {
    background: #fefefe
}

div#form-grid {
    display: grid;
}

img.main-image.tablet {
    display: none;
}

img.main-image.desktop {
    display: none;
}

img.main-image {
    width: 100vw;
    grid-area: 1 / 1 / 2 / 2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

div#form-holder {
    width: 100vw;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    grid-area: 1 / 1 / 2 / 2;
}

div#form-items {
    background-color: #fefefe;
    /* width: 74vw; */
    /* height: 100vw; */
    margin-top: 2rem;
    padding: 1.3rem 1.6rem;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

h4.hero {
    font-family: "Montserrat", sans-serif;
    margin: 1.3rem 0rem 0rem 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #032224;
    margin-bottom: 1rem;
}

div#check-marks {
    display: flex;
    gap: 0.9rem;
    color: #032224;
}

p.check-text {
    font-family: "Roboto", sans-serif;
    font-size: 0.67rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

h4.hero.quote {
    font-size: 1.05rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

p.detail-title {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    margin-bottom: 0.1rem;
    color: #032224;
}

.detail-input {
    width: 100%;
    margin-bottom: 0.5rem;
    border: 1px solid #032224;
    border-radius: 4px;
    font-size: 0.75rem;
    padding: 0.2rem;
    color: #032224;
    padding: 0.2rem 0.4rem;
}

.detail-input::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
}

input:focus, textarea:focus {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    padding: 0.2 rem 0.4rem;
    color: #032224;
}

p.error-message {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    color: red;
    margin-bottom: 0.7rem;
}

button#book-button {
    border: none;
    font-family: "Roboto", sans-serif;
    background-color: #032224;
    color: #fefefe;
    border-radius: 9999px;
    padding: 0.3rem 0rem;
    margin-top: 1rem;
}

div#loader-container {
    display: flex;
    justify-content: center;
}

div#loader {
    width: 1.1rem;
    height: 1.1rem;
    border-top: 0.18rem solid #fefefe;
    margin: 0.2rem 0.2rem;
    border-radius: 50%;
    animation: spin 0.36s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

img#top-image {
    border-top: 0.375rem solid #fefefe;
}
    
img.home-image {
    width: 100vw;
    border-bottom: 0.375rem solid #fefefe;
    border-radius: 20px;
}

#feedback {
    width: 100vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8vw;
    padding-top: 0rem;
}

.feedback-h, .feedback-p {
    font-family: "Roboto", sans-serif;
    color: #fefefe;
    text-align: center;
}

#feedback-button {
    border: none;
    background-color: #fefefe;
    padding: 0.3rem 2rem;
    border-radius: 16px;
    color: #032224;
    background-color: #9bdde8;
    font-weight: 500;
}

div#footer {
    background-color: #fefefe;
}

p#copyright {
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    color: #fefefe;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.7rem;
    background-color: #113835;
    margin: 0;
    font-size: 600;
}

div#video-holder {
    width: 100vw;
    display: flex;
    justify-content: center;
    margin: 2rem 0rem;
}

.video {
    width: 18rem;
    height: 32rem;
}

@media (min-width: 600px) {
    /* Tablet */
    img#logo {
        width: 21.78vw;
        height: 5.45vw;
    }

    img.main-image.phone {
        display: none;
    }

    img.main-image.desktop {
        display: none;
    }

    img.main-image.tablet {
        display: block;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    div#form-holder {
        justify-content: flex-end;
    }

    div#form-items {
        margin-right: 1rem;
    }

    /* img#top-image {
        border-top: none;
    } */

    img.home-image {
        width: 50vw;
        border-radius: 25px;
    }

    div.home-images {
        width: 100vw;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        /* border-top: 0.375rem solid #fefefe;
        border-bottom: 0.375rem solid #fefefe; */
        /* gap: 0.375rem; */
        background-color: #fefefe;
    }

    img.home-image, img#top-image {
        width: 50vw;
        height: 100%;
        object-fit: cover;
        object-position: center;
        /* border-bottom: 0rem; */
        border: 0.1875rem solid #fefefe;
    }
}

@media (min-width: 900px) {
    /* Desktop */
    img#logo {
        width: 16.34vw;
        height: 4.09vw;
    }

    img.main-image.phone {
        display: none;
    }

    img.main-image.tablet {
        display: none;
    }

    img.main-image.desktop {
        display: block;
        width: 67vw;
    }

    div#form-grid {
        display: flex;
        background-color: #fefefe;
    }    
    
    div#form-holder {
        justify-content: center;
        align-items: center;
        border-bottom-right-radius: 30px;
        background-color: #0d3834
    }
        
    div#form-items {
        margin-right: 0rem;
        margin-top: 0rem;
    }

    div.home-images {
        background-color: #fefefe;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
    }

    img.home-image, img#top-image {
        width: 25vw;
    }

    img#bottom-image {
        border-top-right-radius: 30px;
    }

    img#top-image {
        border-top-left-radius: 30px;
    }

    img.main-image {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 0px;
    }
    
}

/* font-family: "Montserrat", sans-serif; */

/* Next is to convert vw margins to rem, look at laptop view for example */
