﻿.textsContainer {
    font-family: 'Maven Pro',sans-serif !important;
    height: calc(100vh - 50px);
    width: 100vw
}

.textContainer {
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 10vw;
    padding-top: 8vh;
    z-index: 10;
    position: relative;
}

.textContainerRight {
    height: 100%;
    width: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 60vw;
    padding-top: 8vh;
    text-align: right
}

.buttonRight {
    padding-left: 95%
}

body, html {
    margin: 0;
    font-family: 'Maven Pro',sans-serif !important;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.imageContainer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 50px);
    width: 100vw;
    background-color: #000
}

.newsSubtitle, .subTitle, .subTitleRight {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700
}

.newsTitle, .title, .titleRight {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700
}

.newsText, .text, .textRight {
    text-transform: none;
    font-size: 15px
}

.headerContainer {
    position: absolute;
    top: 0;
    min-height: 50px;
    height: auto;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between
}

#imageLogo {
    position: relative;
    float: left;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover
}

.formName {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700
}

.form-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    background-color: transparent;
    outline: 0
}

.form-button-contacts {
    background-color: transparent;
    border: none;
    color: #fff
}

.contactUsForm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 95vh;
    width: 70%;
    margin: 0 auto
}

.newsContainer {
    width: 100%;
    height: 95vh;
    position: relative;
    display: flex;
    align-items: center
}

.newsImage {
    height: 70%;
    width: 30%;
    top: 50%;
    position: absolute;
    transform: translate(0,-50%);
    margin-left: 10vw
}

.news {
    width: 40%;
    height: 70%;
    margin-left: 45%;
    top: 15%;
    display: flex;
    align-items: center
}

.servicesContainer {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10vw;
    width: 50%;
    text-align: center;
    margin: 0 auto
}

.servicesItem {
    width: 50%;
    padding: 0 5% 0 5%
}

.servicesIcon {
    font-size: 30px
}

.servicesTitle {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700
}

.servicesText {
    font-size: 15px
}

#responsiveMenuNavbar {
    width: 100%
}

::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

@media only screen and (min-width:200px) and (max-width:767px) {
    .textsContainer {
        height: calc(100vh - 120px);
    }

    .newsSubtitle, .subTitle, .subTitleRight {
        text-transform: uppercase;
        font-size: 13px
    }

    .formName, .newsTitle, .title, .titleRight {
        text-transform: uppercase;
        font-size: 20px
    }

    .formName {
        padding-top: 30%
    }

    .newsText, .text {
        text-transform: none;
        font-size: 13px;
        width: 90%
    }

    #servicesHeader {
        overflow: auto;
        height: 80vh !important;
        display: block !important;
        position: absolute;
        bottom: 50px
    }

    ::-webkit-scrollbar {
        display: none
    }

    .servicesContainer {
        display: flex;
        flex-wrap: wrap;
        margin-left: 10vw;
        width: 50%;
        text-align: center;
        margin: 0 auto
    }

    .servicesItem {
        width: 100%;
        padding: 0 5% 0 5%
    }

    .servicesIcon {
        font-size: 35px
    }

    .servicesTitle {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700
    }

    .servicesText {
        font-size: 12px
    }

    .owl-theme .owl-dots .owl-dot span {
        display: none !important
    }

    .owl-theme .owl-dots .owl-dot.active {
        display: none !important
    }

    .newsImage {
        display: none !important
    }

    .newsContainer {
        width: 100%;
        height: 95vh;
        position: relative;
        display: flex;
        align-items: center
    }

    .news {
        width: 70%;
        height: 70%;
        top: 20%;
        margin-left: 10vw;
        display: flex;
        align-items: center
    }

    #emailField, #nameField, #subjectField {
        border-bottom: .5px solid #fff
    }

    #messageField {
        height: 200px;
        border-bottom: .5px solid #fff
    }

    .textContainerRight {
        height: 100%;
        width: 70%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-top: 8vh;
        margin-left: 10vw !important;
        text-align: left !important
    }

    .buttonRight {
        padding-left: 0 !important
    }

    .imageContainer {
        background-color: #000 !important;
        height: calc(100vh - 120px);
    }

    .textContainer {
        height: 100%;
        width: 80%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 10vw;
        padding-top: 8vh;
    }

    #imageLogo {
        width: 200px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #responsiveMenuNavbar {
        width: 100%;
        display: inline-block !important
    }

    .textContainer {
        height: 100%;
        width: 80%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 10vw;
        padding-top: 8vh
    }

    .newsSubtitle, .subTitle, .subTitleRight {
        text-transform: uppercase;
        font-size: 22px
    }

    .formName, .newsTitle, .title, .titleRight {
        text-transform: uppercase;
        font-size: 26px
    }

    .newsText, .servicesText, .text {
        text-transform: none;
        font-size: 20px;
        width: 90%
    }

    ::-webkit-scrollbar {
        display: none
    }

    .servicesContainer {
        display: flex;
        flex-wrap: wrap;
        margin-left: 10vw;
        width: 50%;
        text-align: center;
        margin: 0 auto
    }

    .servicesItem {
        width: 100%;
        padding: 0 5% 0 5%
    }

    .servicesIcon {
        font-size: 70px
    }

    .servicesTitle {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700
    }

    .servicesText {
        font-size: 17px
    }

    .newsImage {
        display: none !important
    }

    .newsContainer {
        width: 100%;
        height: 95vh;
        position: relative;
        display: flex;
        align-items: center
    }

    .news {
        width: 70%;
        height: 70%;
        top: 20%;
        margin-left: 10vw;
        display: flex;
        align-items: center
    }

    #emailField, #nameField, #subjectField {
        border-bottom: .5px solid #fff
    }

    #messageField {
        height: 400px;
        border-bottom: .5px solid #fff
    }

    .textContainerRight {
        height: 100%;
        width: 70% !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-top: 8vh;
        margin-left: 10vw !important;
        text-align: left !important
    }

    .buttonRight {
        padding-left: 0 !important
    }

    .imageContainer {
        background-color: #000 !important
    }
}
