/* Splash */

.splash {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #9b6cf0;
}

@media (min-width: 1000px) {
    .splash__header {
        font-size: 60px;
        line-height: 60px;
        color: white;
        text-align: left;
        margin-left: 7%;
        margin-bottom: 60px;
    }

    .splash__detail {
        text-align: right;
        margin-right: 7%;
        margin-top: 30px;
    }
}

@media (max-width: 1000px) {
    .splash__header {
        font-size: 60px;
        line-height: 60px;
        color: white;
        text-align: left;
        margin-left: 30px;
        margin-bottom: 60px;
    }

    .splash__detail {
        text-align: right;
        margin-right: 30px;
        margin-top: 30px;
    }
}

.splash__header__underline {
    width: 200px;
    height: 4px;
    background-color: white;
    margin-top: 8px
}

.splash__detail__text {
    vertical-align: middle;
    color: white;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}

.splash__detail__text:hover {
    font-weight: bold;
}

.splash__detail__underline {
    height: 3px;
    background-color: white;
    width: 60px;
    margin-left: calc(100% - 60px);
    margin-top: 4px;
    margin-bottom: 4px;
}

.splash__arrow {
    width: 50px;
    display: inline-block;
    height: 50px;
    background-color: #9b6cf0;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%) rotate( 45deg );
}

/* Contact */

@media (min-width: 1000px) {
    .contact__left {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact__right {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-left: 5%;
        margin-right: 10%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    .contact__left {
        vertical-align: top;
        width: 80%;
        padding-left: 10%;
        margin-bottom: 40px;
    }

    .contact__right {
        vertical-align: top;
        width: 80%;
        padding-left: 10%;
        margin-bottom: 40px;
    }
}

.contact {
    margin-top: 70px;
    margin-bottom: 70px;
}

.contact__title {
    font-size: 34px;
    line-height: 34px;
    border-bottom: 3px solid #9b6cf0;
    margin-bottom: 25px;
    padding-top: 6px;
    padding-bottom: 16px;
}

.contact__text {
    margin-top: 14px;
    font-size: 16px;
}

.contact__image {
    width: 100%;
    border-radius: 50%;
}

/* Social */

@media (min-width: 1000px) {
    .social__box {
        display: inline-block;
        width: 50%;
        line-height: 0px;
        font-size: 0px;
        cursor: pointer;
    }
}

@media (max-width: 1000px) {
    .social__box {
        width: 100%;
        line-height: 0px;
        font-size: 0px;
        cursor: pointer;
    }
}

.social__box--facebook {
    background-color: #1672E6;
}

.social__box--instagram {
    background-color: #C1558B;
}

.social__image {
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Details */

.details {
    background: linear-gradient(0deg, #9b6cf0 50%, #FFFFFF 50%);
    padding-top: 100px;
    padding-bottom: 100px;
}

.details__wrapper {
    width: 80%;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.details__content {
    width: 90%;
    margin: auto;
}

@media (min-width: 1000px) {
    .details__left {
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin-right: 3%;
        padding-bottom: 40px;
    }

    .details__right {
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin-left: 3%;
        padding-bottom: 40px;
    }
}

@media (max-width: 1000px) {
    .details__left {
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .details__right {
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }
}

.details__title {
    text-align: center;
    font-size: 30px;
    padding: 40px;
    color: black;
}

.details__titleText {
    border-bottom: 2px solid #9b6cf0;
}

.details__contact {
    padding-top: 6px;
    padding-bottom: 6px;
}

.detail__text {
    font-size: 14px;
    vertical-align: middle;
}

.detail__icon {
    width: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.details__map {
    width: 80%;
    margin-top: 30px;
}

/* Form */

.form {
    text-align: right;
}

@media (min-width: 1000px) {
    .form__imageWrapper {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1000px) {
    .form__imageWrapper {
        vertical-align: top;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.form__table {
    width: 100%;
}

.form__input {
    padding: 10px;
    width: 90%;
    border: none;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.form__message {
    font-size: 18px;
    margin-left: 70%;
}

.form__image {
    max-width: 100%;
    border-radius: 12px;
}

.form__send {
    font-size: 18px;
}