@media (max-width: 1650px){

    .main-page-wrapper-second-container-box-image.first img{
        width: 100%;
        height: auto ;
        align-items: flex-start;
    }
    .main-page-wrapper-second-container-box-image.first {
        width: calc(100% - 43%) ;
        display: flex;
        align-items: center;
        justify-content: right;
    }
}
@media (max-width: 1250px){

    .main-page-wrapper-second-container-box-image img{
        width: 100%;
        height: auto ;
        align-items: flex-start;
    }
    .main-page-wrapper-second-container-box-image {
        width: calc(100% - 43%) ;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .main-page-wrapper-second-container-box-image.left {
        width: calc(100% - 43%);
        display: flex
    ;
        align-items: center;
        justify-content: left;
    }
    .main-page-wrapper-three-container-box {
        width: 70%;
        height: auto;
    }
}
@media (max-width: 1150px){
    header {
        width: 100%;
        height: auto;
        display: flex
    ;
        align-items: center;
        justify-content: space-between;
        padding: 30px 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 999;
        transition: 400ms;
    }
    .blog-page-wrapper{
        padding: 30px 20px;

    }
    header.open-high {
        background-color: #fff;
        top: 0px;
        position: fixed;
        padding: 30px 20px;
        box-shadow: 0 2px 18px 0 rgba(129, 162, 182, .2);
    }
    .main-page-wrapper-first-container {
        background-image: url(../images/construction-workers-sunset.jpg);
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex
    ;
        align-items: self-end;
        justify-content: left;
        padding: 110px 20px;
        box-sizing: border-box;
    }
    .main-page-wrapper-second-container {
        font-family: Gilroy, sans-serif;
        width: 100%;
        height: auto;
        padding: 100px 20px;
        background-color: #F7F7F7;
    }
    .main-page-wrapper-three-container {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        background-color: #2E2926;
        padding: 50px 20px;
    }
    .main-page-wrapper-four-container {
        width: 100%;
        height: auto;
        background-color: #F7F6F1;
        box-sizing: border-box;
        padding: 50px 20px;
    }
    .main-page-wrapper-five-container {
        width: 100%;
        height: auto;
        padding: 50px 20px;
        box-sizing: border-box;
        background-color: #EDEDED;
    }
    footer {
        width: 100%;
        height: auto;
        background-color: #000000;
        padding: 50px 20px;
        box-sizing: border-box;
    }
    .reload-scroll {
        border-radius: 4px;
        width: 50px;
        height: 50px;
        position: fixed;
        display: none;
        align-items: center;
        justify-content: center;
        color: #fff;
        bottom: 30px;
        right: 30px;
        box-shadow: 0 2px 18px 0 rgba(129, 162, 182, .2);
        cursor: pointer;
        background-color: #1A1A1A;
        transition: 300ms;
    }
}
@media (max-width: 1050px){
    .main-page-wrapper-five-container-content-info{
        width: 100%;
        align-items: flex-end;
        margin-top: 40px;
    }
    .main-page-wrapper-five-container-content-map {
        width: calc(100% - 0%);
        height: auto;
        align-items: flex-start;

    }
    .main-page-wrapper-five-container-content{
        flex-direction: column-reverse;
    }
    .footer-wrapper-field:nth-child(1) {
        align-items: flex-start;
        width: calc(100% - 0%) !important;
        height: auto;
        margin-bottom: 30px;
    }
    .footer-wrapper-field {
        width: calc(100% - 67%);
        height: auto;
    }
}
@media (max-width: 900px){
    header{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    header ul{
        margin-top: 20px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    header ul li {
        margin-left: 0px;
        display: flex
    ;
        align-items: center;
    }
    .main-page-wrapper-three-container-box {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 850px){
    .main-page-wrapper-second-container-box{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .main-page-wrapper-second-container-box.ntreverse{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .main-page-wrapper-second-container-box-title {
        width: calc(100% - 0%);
        margin-top: 20px;
    }
    .main-page-wrapper-second-container-box-image.first {
        width: calc(100% - 0%);
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .main-page-wrapper-second-container-box-image.left {
        width: calc(100% - 0%);
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .main-page-wrapper-second-container-box-image {
        width: calc(100% - 0%);
        display: flex;
        align-items: center;
        justify-content: right;
    }
}
@media (max-width: 650px){
    header ul{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-wrapper-field {
        width: calc(100% - 0%);
        height: auto;
        margin-bottom: 15px;
    }
}
@media (max-width: 550px){
    .main-page-wrapper-three-container-field-box span:nth-child(1) {
        font-size: 30px;
        font-weight: 700;
        font-family: Gilroy;
    }
    .main-page-wrapper-three-container-field-box span:nth-child(2) {
        position: relative;
        margin-top: 10px;
        font-size: 14px;
    }
    .main-page-wrapper-three-container-field{
        display: flex;
        flex-wrap: wrap;
    }
    .main-page-wrapper-first-container {
        background-image: url(../images/construction-workers-sunset.jpg);
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex
;
        align-items: self-end;
        justify-content: left;
        padding: 20px 20px;
        box-sizing: border-box;
    }
    .main-page-wrapper-first-container-title h1{
        font-size: 40px;
    }
    .main-page-wrapper-first-container-title p {
        font-size: 14px;
        font-style: italic;
        color: #fff;
    }
}
@media (max-width: 550px){
    header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    header ul{
        display: none;
    }
    header .hamburger-menu{
        display: flex;
    }
    header.open-high .hamburger-menu-item{
        background-color: #000000;
    }
    .reload-scroll {
        border-radius: 4px;
        width: 50px;
        height: 50px;
        position: fixed;
        display: none;
        align-items: center;
        justify-content: center;
        color: #fff;
        bottom: 10px;
        z-index: 98;
        right: 10px;
        box-shadow: 0 2px 18px 0 rgba(129, 162, 182, .2);
        cursor: pointer;
        background-color: #1A1A1A;
        transition: 300ms;
    }

    .hamburger-menu-wrapper ul{
        margin-top: 120px;
    }
    .hamburger-menu-wrapper ul li{
        margin-bottom: 10px;
    }
    .hamburger-menu-wrapper ul li a{
        color: #000000;
        font-size: 20px;
        text-transform: uppercase;
    }
}
