﻿.page-contact {
    position: relative;
}


.page-contact .curved {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom,  rgba(76,0,95,0.83) 0%,rgba(88,82,153,1) 100%);
    z-index: -1;
}

.page-contact .curved svg {
    margin-top: -1px;
}

.contact-top-content {
    color: #484848;
}

.contact-form {
    margin-top: 30px;
    padding: 30px 15px 15px;
    box-shadow: 0 0 30px rgba(62, 38, 57, 0.26);
    border-radius: 5px;
    color: #484848;
    background: #fff;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .page-contact .curved {
        height: 80vh;
    }
}

@media (min-width: 1200px) {
    .contact-form {
        margin-top: 50px;
        padding: 40px 30px 15px;
    }

    .page-contact .curved {
        height: 100vh;
       max-height: 786px;
    }
}

@media only screen and (min-width: 1199px) and (min-height: 1868px) and (orientation: portrait)  {
    .page-contact .curved {
        height: 45vh;
    }
}

/* @media (min-width: 2000px) {
    .page-contact .curved {
        height: 786px;
    }
} */