
.contact-section {
    margin: 0;
    padding: 200px 0 115px;
    position: relative;
    z-index: 1;

}

.contact-section .contact-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    height: 100%;
    width: 100%; 
}
.contact-section:before {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.01) 0%, #0C0C0C 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    height: 20%;
    width: 100%;
    z-index: -1;
    bottom: 0;
}
.contact-section:after {
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(12, 12, 12, 0.01) 0%, #0C0C0C 100%);
    position: absolute;
    height: 20%;
    width: 100%;
    top: 0;
    z-index: -2;
}
.contact-section .contact-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-section .contact-box-wrap {
    max-width: 1320px;
    width: 100%;
}

.contact-section .contact-box-wrap .contact-box {
    max-width: 460px;
    width: 100%;
    margin-left: auto;
    margin-top: 150px;
}

.contact-section .contact-box-wrap .contact-box p {
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 24px;
}

.contact-section .contact-box-wrap .contact-box .h4 {
    margin-bottom: 24px;
    font-weight: 500;
}
.contact-title {
    max-width: 1140px;
    width: 100%;
}
.contact-title .h2{
    margin-bottom: 0;
}
.newsletter-subscription .input-field {
    position: relative;
    margin-bottom: 0;
}
.newsletter-subscription .input-field input[type="email"] {
    background-color: var(--white);
    padding: 23px 210px 23px 28px;
    border: 1px solid var(--white);
}
.newsletter-subscription .input-field input[type="submit"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}
.newsletter-subscription .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    display: none;
}
.newsletter-subscription .input-field p {
    margin: 0 !important;
}
.newsletter-subscription .input-field br {
    display: none;
}
.contact-section.subscription-signup .contact-box-wrap .contact-box {
    max-width: 517px;
}

@media only screen and (max-width:1699px){
    .contact-title {
        max-width: 855px;
    }
    .contact-section .contact-box-wrap {
        max-width: 990px;

    }
    .contact-section .contact-box-wrap .contact-box {
        margin-top: 50px;
    }
}
@media only screen and (max-width:1399px){
    
}
@media only screen and (max-width:1199px){
    
}
@media only screen and (max-width:991px){
    .contact-section .contact-box-wrap .contact-box {
        margin-left: unset;
        margin-top: 40px;
    }
    
}
@media only screen and (max-width:767px){
    
    .contact-section {
        padding: 260px 0 259px;
    }
    .newsletter-subscription .input-field input[type="submit"] {
        position: static;
        transform: unset;
        margin-top: 20px;
    }
    .newsletter-subscription .input-field input[type="email"] {
        padding: 23px 28px 23px 28px;
    }
}

