html[lang="mk"] .get-in-touch__content__title span {
    font-family: Lumios, 'sans-serif';
    font-weight: 400;
}


#contact__image__bg.blurred,
.contact-content-wrapper.blurred {
    filter: blur(10px); /* Adjust the blur level as needed */
    transition: filter 0.3s ease; /* Smooth transition for blur effect */
}

.contact__banner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#contact__image__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100vh;
    /*min-height: calc(100vh - 104px);*/
    z-index: -100;
    object-fit: cover;
}


.banner__contact__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .10;
    background-color: #000;
}

.contact-content-wrapper {
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: -webkit-center;

    align-items: center;
    margin: 0 auto;


    width: 100%;

    height: calc(100vh - 104px);
}

.contact-title h2 {
    font-family: Gotham-Black, 'sans-serif';
    width: 100%;
    font-size: 92px;
    text-align: center;

    text-transform: uppercase;

    color: #ffffff;
    transform: translateY(-50%);
}

.scroll-wrapper {
    position: absolute;
    bottom: 5rem;

    display: flex;
    flex-direction: column;
    flex: 0 1 auto;

    align-self: center;
    align-items: center;

}


.get-in-touch__wrapper {
    padding: 200px 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

.get-in-touch__wraper__content {
    text-align: center;
}

.get-in-touch__content__title span {
    position: relative;

    font-size: 150px;
    font-family: Sansilk;
    color: #E4282D;
}

.get-in-touch__content__title h2 {
    width: 35%;

    font-family: Gotham-Bold;
    font-size: 70px;
    color: #ffffff;

    margin: -190px auto 2.5rem auto;
}

.get-in-touch__content__text {
    width: 100%;
    margin: 0 auto;

    font-size: 28px;
    font-family: Gotham-Light, 'sans-serif';
}


.form__wrapper {
    padding: 50px 0;
}


.form_wrapper_content.row {
    align-items: center;
}


.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #071c34;
    padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

/*.contact-page-form .col-md-6.col-sm-6.col-xs-12 {*/
/*    padding-left: 0;*/
/*}*/

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: none;
    margin-bottom: 20px;
    padding: 18px 16px;
    width: 100%;
    border-radius: 7px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    /*padding-left: 0;*/
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 200px;
    max-height: 200px;
    padding: 12px 16px;
    border-radius: 4px;
}

/*.single-input-fieldsbtn {*/
/*    padding-left: 0 !important;*/
/*}*/

.single-input-fieldsbtn input[type="submit"] {
    background: #CE181E;
    color: #fff;
    display: inline-block;
    padding: 12px 0;
    text-transform: capitalize;
    width: 100%;
    margin-top: 1rem;
    font-size: 1.2rem;

    border-radius: 50px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #b20e14;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34;
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 6px 15px 0;
}

.google-map {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

div#content a {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 12px;
    font-family: Gotham-Book, 'sans-serif';
}

div#content a:hover {
    text-decoration: underline;
    color: #CE181E;
}


#content p {
    color: #1a1a1a;
    font-size: 14px;
    font-family: Gotham-Medium, 'sans-serif';
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 1920px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        width: 50%;
        margin: -180px auto 2.5rem auto;
        
    }
    .get-in-touch__content__title h2 {
        width: 40%;
        margin: -200px auto 2.5rem auto;
    }
}

@media only screen and (max-width: 1600px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        width: 50%;
        margin: -180px auto 2.5rem auto;
    }
    .get-in-touch__content__title h2 {
        width: 50%;
    }
    .form__wrapper {
        padding: 50px 0 0 0;
    }
}


@media only screen and (max-width: 1470px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        width: 60%;
        margin: -185px auto 2.5rem auto;
    }
    .get-in-touch__content__title h2 {
        width: 55%;
    }
}

@media only screen and (max-width: 1180px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        width: 70%;
    }
    .get-in-touch__content__title h2 {
        width: 70%;
    }
}
    
@media only screen and (max-width: 1024px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        width: 80%;
        margin: -185px auto 2.5rem auto;
    }
    
    .get-in-touch__content__title h2 {
        width: 80%;
    }
    
    .get-in-touch__wrapper {
        padding: 150px 0;
    }
}


@media only screen and (max-width: 820px) {
    html[lang="mk"] .get-in-touch__content__title span {
        font-size: 120px;
    }
    html[lang="mk"] .get-in-touch__content__title h2 {
        margin: -155px auto 2.5rem auto;
    }
    
    .get-in-touch__content__title h2 {
        width: 85%;
        font-size: 60px;
        margin: -180px auto 2.5rem auto;
    }

    .get-in-touch__content__text {
        width: 60%;
    }
}


@media only screen and (max-width: 768px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        width: 90%;
    }

    .form_wrapper_content.row {
        display: flex;
        flex-direction: column;
    }

    .column-form-contact {
        width: 100%;
    }
    .column-map {
        width: 100%;
    }
}

@media only screen and (max-width: 570px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        margin: -92px auto 2.5rem auto;
    }
    
    html[lang="mk"] .get-in-touch__content__title span {
        font-size: 60px;
    }
    
    #contact__image__bg {
        height: 40vh;
    }

    .banner__contact__overlay {
        height: 40vh;
    }
    .contact-content-wrapper {
        height: calc(40vh - 66px);
    }

    .scroll-wrapper {
        bottom: 1rem;
    }
    
    
    .get-in-touch__wrapper {
        padding: 50px 0;
        background-color: #1a1a1a;
        color: #ffffff;
    }

    .contact-title h2 {
        font-size: 4rem;
    }

    .get-in-touch__content__title h2 {
        width: 95%;
        font-size: 46px;
        margin: -180px auto 2.5rem auto;
    }

    .get-in-touch__content__title span {
        font-size: 100px;
    }

    .get-in-touch__content__text {
        width: 90%;
        font-size: 24px;
    }

    .contact-page-form form {
        padding: 0;
    }
    
    .contact-page-map {
        margin-top: 36px;
        width: 92%;
        margin: 0 auto;
    }
    

    .form__wrapper {
        padding: 0;
    }

    .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
        
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    iframe.maps {
        height: 300px;
    }
}

@media only screen and (max-width: 430px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        width: 80%;
        font-size: 2rem;
        margin: -80px auto 1.5rem auto;
    }
    
    #contact__image__bg {
        height: 40vh;
    }

    .banner__contact__overlay {
        height: 40vh;
    }
    .contact-content-wrapper {
        height: calc(40vh - 66px);
    }
    
    .contact-title h2 {
        font-size: 3rem;
    }

    .get-in-touch__content__title h2 {
        width: 85%;
        font-size: 2rem;
        margin: -105px auto 1.5rem auto;
    }
    
    .get-in-touch__content__title span {
        font-size: 90px;
    }

    .get-in-touch__content__text {
        width: 80%;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 393px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        width: 90%;
        font-size: 1.8rem;
        margin: -75px auto 1.5rem auto;
    }
    
    html[lang="mk"] .get-in-touch__content__title span {
        font-size: 60px;
    }
    
    .get-in-touch__content__title h2 {
        font-size: 1.8rem;
        margin: -85px auto 1.5rem auto;
    }

    .get-in-touch__content__title span {
        font-size: 70px;
    }
}

@media only screen and (max-width: 375px) {
    html[lang="mk"] .get-in-touch__content__title h2 {
        font-size: 1.6rem;
        margin: -70px auto 1.5rem auto;
    }

    .contact-title h2 {
        font-size: 2.2rem;
    }
    
    .get-in-touch__content__title h2 {
        width: 80%;
        font-size: 1.6rem;
        
        margin: -80px auto 1.5rem auto;
    }
    
    .get-in-touch__content__text {
        font-size: 1.1rem;
    }
}