
.section.section--welcome {
    padding-top: 112px;
    padding-bottom: 288px;
    position: relative;
    overflow: hidden;
    background-color: var(--primary);
}

.welcome-video {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}


.welcome {
    width: 654px;
    position: relative;
    max-width: 100%;
    color: #fff;
    z-index: 0;
    /* z-index: 9990; */
}
.welcome:before {
    content: '';
    position: absolute;
    width: 972px;
    height: 600px;
    z-index: -1;
    transform: translate(-20%, -30%);
    background: #000;
    opacity: .35;
    filter: blur(200px);
    pointer-events: none;
    border-radius: 100%;
}

.welcome h1,
.welcome .h1 {
    color: #FBCA3D;
    font-family: "bree", sans-serif;
    font-style: italic;
    font-weight: 900;
}
.welcome h2,
.welcome .h2 {
    font-family: "bree", sans-serif;
    font-style: italic;
    font-weight: 900;
}
.modalTitle {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700 !important;
    background-color: var(--primary);
}
.modalTitle p{margin: 0;}
.welcome .wpcf7-response-output {
    color: black;
}
.modal.modalAbs .btn-close {
    right: 30px;
    top: 30px;
    color: #fff;
    position: absolute;
}
.modal.modalAbs .form-control {
    color: var(--primary);
}
.modal.modalAbs .form-control::-webkit-input-placeholder {color: var(--primary);}
.modal.modalAbs .form-control::-moz-placeholder          {color: var(--primary);}
.modal.modalAbs .form-control:-moz-placeholder           {color: var(--primary);}
.modal.modalAbs .form-control:-ms-input-placeholder      {color: var(--primary);}
@media (max-width: 1199.98px) {

    .section.section--welcome {
        padding-top: 288px;
        padding-bottom: 120px;
        position: relative;
        overflow: hidden;
    }
    .welcome:before {
        width: 472px;
        height: 600px;
        transform: translate(0%, -25%);
        filter: blur(100px);
    }
    .welcome {
        width: 454px;
    }

}

@media (max-width: 767.98px) {
    .modal.modalAbs .btn-close {position: static;color: var(--primary);}
    .welcome h2,
    .welcome .h2 {
        font-size: 36px;
    }
    .welcome:before {
        width: 372px;
        height: 400px;
        transform: translate(-8%, -25%);
        filter: blur(80px);
        display: none;
    }
    .welcome-video {position: static;}
    .section.section--welcome {padding-top: 0;}
}
