.contact-banner {
    background: #91a5af;
    height: calc(100vh - 0px);
    overflow: hidden;
    position: relative;
}

.pin-container {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pin-container img {
    width: auto;
    height: 16rem;
}

.contact-banner .icon-half-circle-full {
    position: absolute;
    font-size: 3rem;
    left: 8rem;
    top: 17rem;
    color: #e4d8d0;
}

.contact-banner .icon-circle-part-full {
    position: absolute;
    font-size: 3rem;
    right: 8rem;
    top: 9rem;
    color: #e4d8d0;
}

.contact-banner .title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner .title .heading-title {
    font-size: 2.6rem;
    font-weight: 500;
    color: white;
    line-height: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}

.logo-text-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 22rem;
    /* color: #b8cad3; */
    color: #788f9b;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-section {
    /* background: #bdd2db; */
    background: #cedfe6;
    position: relative;
}

.form-section .layout {
    padding: 1.5rem 2rem;
}

.form-section .layout .heading-title {
    font-size: 7rem;
    color: white;
    text-transform: uppercase;
    padding-left: 1.6rem;
    font-weight: 500;
}

.moving-text {
    position: relative;
    /* left: 1500px; */
    white-space: nowrap;
    /* animation: 6s slide-left; */
}


/***** Slide Left *****/

@keyframes slide-left {
    from {
        left: 1500px;
    }
    to {
        left: 0%;
    }
}

.form-section .layout .description {
    font-size: 0.6rem;
    color: #4e4460;
    line-height: 0.8rem;
    font-family: Manrope;
    width: 11rem;
    padding-left: 1.5rem;
}

.forms-wrapper {
    display: flex;
    /* margin-top: 2rem; */
    padding: 2rem 1.5rem 0 1.5rem;
}

.forms-wrapper .infos {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    flex-shrink: 0;
    width: 12rem;
}

.forms-wrapper .infos .info .label {
    font-size: 0.6rem;
    color: #9d90b4;
    text-transform: uppercase;
}

.forms-wrapper .infos .info .title a {
    font-size: 1.6rem;
    color: #4e4460;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.8rem;
}

.forms-wrapper .form-contact .inner-form {
    column-gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.forms-wrapper .form-contact .inner-form .input-text,
.forms-wrapper .form-contact .inner-form .input-select {
    margin-top: 0;
    width: calc(50% - 0.5rem);
}

.input-text input,
.input-text textarea,
.input-select select {
    font-size: 0.45rem;
    line-height: 1.5rem;
    padding: 0.1rem 0;
    color: #4e4460;
    font-family: Manrope;
    font-weight: 400;
    position: relative;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
}

.input-select select {
    padding: 0.5rem 0;
}

.input-text input::placeholder,
.input-text textarea::placeholder,
.input-select select::placeholder {
    color: #4e4460;
}

.forms-wrapper .form-contact .inner-form .message {
    margin-top: 0;
    width: 100%;
}

.input-checkbox {
    display: flex;
    gap: 0.3rem;
    align-items: center;
}

.input-checkbox label span {
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #4e4460;
    font-family: Manrope;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-checkbox .checkbox {
    position: relative;
    width: 25px;
    height: 25px;
}


/* Hide the browser's default checkbox */

.input-checkbox .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom.input-checkbox  checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #4e4460;
}


/* On mouse-over, add a grey background color */

.input-checkbox .checkbox:hover input~.checkmark {
    background-color: transparent;
}


/* When the checkbox is checked, add a blue background */

.input-checkbox .checkbox input:checked~.checkmark {
    background-color: transparent;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.input-checkbox .checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.input-checkbox .checkbox .checkmark:after {
    width: 16px;
    height: 16px;
    background: var(--dark-choclate);
}

.button-wrapper {
    padding: 2rem 0;
}

.button-wrapper button {
    background: white;
    border-radius: 0.4rem;
    padding: 0.4rem 0.8rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #7a949f;
    font-weight: bold;
    cursor: pointer;
    font-weight: normal;
    border: 0;
    font-family: "Mongoose", sans-serif;
    font-size: 1rem;
}

#section11 .fp-tableCell {
    /* overflow: auto; */
}

.contact-banner .logo-left-top-half,
.form-section .logo-left-top-half {
    position: absolute;
    top: 1.6rem;
    left: -1.8rem;
    z-index: 2;
    height: 3.65rem;
    width: 3.65rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-section .logo-left-top-half {
    top: 4rem;
    left: -2rem;
    height: 4rem;
    width: 4rem;
}

.invalid-feedback,
.empty-feedback {
    display: none;
}

.was-validated :placeholder-shown:invalid~.empty-feedback {
    display: block;
}

.was-validated :not(:placeholder-shown):invalid~.invalid-feedback {
    display: block;
}

.is-invalid,
.was-validated :invalid {
    border-color: #dc3545;
}

.error-msg {
    color: red;
    font-size: .36rem;
    margin-top: 4px;
    font-family: Manrope;
}

.result {
    color: rgb(4, 140, 13);
    font-size: .6rem;
    display: block;
    font-family: Manrope;
    font-weight: bold;
    margin-top: -1.2rem;
}

.gray {
    color: gray;
}

.green {
    color: green;
}

.red {
    color: red;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: none;
}