﻿
section {
    padding: 75px 75px;
    background-color: #fff;
}



.hero {
    /*min-height: 500px;*/
    min-height: Calc(100vh - 124px);
    background-color: #d9d9d9;
    background: url(/Images/Background/bg_hero.jpg);
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .hero .content {
        width: 100%;
        padding: 75px 0;
    }

    .hero h1 {
        margin: -20px 0 20px 0;
    }

    .hero h4 {
        width: 40%;
        margin: 20px 0;
        color: #29235C;
        font-weight: 500;
    }



.center {
    background-color: #f7f8fa;
}

.center .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

    .center h2 {
        width: 100%;
        padding: 0 75px 75px 75px;
    }

    .center .box {
        width: calc(50% - 20px);
        background-color: #fff;
        padding: 40px 20px;
        border: 1px solid #f2f2f2;
        border-radius: 20px;
        box-shadow: 10px 10px 16px lightgrey;
    }

        .center .box h3 {
            margin: 10px 0;
        }

        .center .box p {
            margin: 10px 20px;
        }



.services {
    background-color: #f7f8fa;
}

    .services .content {
        width: 100%;
        display: flex;
        /*justify-content: space-between;*/
        justify-content: space-around;
        flex-wrap: wrap;
        text-align: center;
    }

    .services h2 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .services .buttons-2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .services .service {
        width: calc(25% - 20px);
        background-color: #fff;
        padding: 40px 30px;
        margin: 25px 0;
        border: 1px solid #f2f2f2;
        border-radius: 20px;
        box-shadow: 10px 10px 16px lightgrey;
    }

        .services .service article {
            background-color: #544F7D;
            color: #fff;
            padding: 5px;
            margin: 0 0 20px 0;
            font-size: 12px;
            letter-spacing: 1px;
            border-radius: 6px;
        }

        .services .service img {
            height: 50px;
            width: 50px;
            margin: 10px 0;
        }

        .services .service h4 {
            height: 50px;
            margin: 10px 0;
            overflow: hidden;
            font-size: 20px;
        }

        .services .service span {
            color: #29235C;
            font-size: 18px;
        }

        .services .service h2 {
            width: auto;
            display: inline-block;
            margin: 10px 0;
        }

        .services .service a {
            color: #E71D73;
            font-weight: 600;
        }



.windows .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .window {
        width: calc(50% - 20px);
        text-align: left;
        /*margin: 20px 0;*/
        padding: 40px 0px;
        transition: .3s linear;
    }

    .window-image {
        height: 400px;
        width: 100%;
        border: 1px solid #f2f2f2;
        border-radius: 20px;
        /*box-shadow: 1px 1px 6px 3px lightgrey;*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #windows-image-01 {
        background-image: url(/Images/Background/bg_window_landlord.jpg);
    }

    #windows-image-02 {
        background-image: url(/Images/Background/bg_window_agent.jpg);
    }

    .window-text {
        padding: 100px 0;
    }

    .window h2, .window h5 {
        margin: 10px 0px;
    }



.icons {
    background-color: #f7f8fa;
}

    .icons .content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.icon {
    width: calc(25% - 20px);
    text-align: center;
    /*margin: 20px 0;*/
    padding: 40px 20px;
    transition: .3s linear;
}

    .icon img {
        height: 64px;
        width: 64px;
        margin-bottom: 20px;
    }

    .icon h4 {
        margin-bottom: 6px;
    }



.banner {
    min-height: 400px;
    /*min-height: 750px;*/
    /*min-height: 80vh;*/
    background-color: #d9d9d9;
    background: url(/Images/Background/bg_banner_01.jpg);
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .banner .content {
        width: 100%;
        padding: 0px 0px;
    }

.banner-box {
    height: 100%;
    width: 40%;
    padding: 75px 75px;
    background-color: #f7f8fa;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
}

    .banner-box h3 {
        margin: 0 0 30px 0;
    }

    .banner-box a {
        display: block;
        color: #29235C;
        font-size: 16px;
        line-height: 25px;
    }



@media screen and (max-width: 980px) {

    section {
        padding: 75px 0px;
    }



    .hero {
        background: url(/Images/Background/bg_hero_mobile.jpg);
    }

    .hero .content {
        padding: 75px 0;
    }

    .hero h1 {
        margin: -50px 0 20px 0;
    }

    .hero h4 {
        width: 100%;
    }



    .center h2 {
        margin: 0;
    }

    .center .box {
        width: calc(100% - 0px);
        margin: 20px 0;
    }



    .services .service {
        width: calc(50% - 20px);
    }

        .services h2 {
            margin-top: 0;
            padding: 0 25px;
        }



    .window:nth-child(2) {
        order: 1
    }

    .window {
        width: calc(100% - 0px);
        text-align: center;
        /*margin: 20px 0;*/
        padding: 20px 20px;
        transition: .3s linear;
    }

    .window-text {
        padding: 0 0;
    }

    .window h5 {
        margin: 10px 40px;
    }



    .icon {
        width: calc(50% - 20px);
        padding: 40px 0px;
    }



    .banner-box {
        width: 100%;
        height: 100%;
        text-align: center;
    }

}



@media screen and (max-width: 600px) {

    section {
        padding: 50px 0px;
    }



    .hero .content {
        padding: 40px 30px;
        text-align: center;
    }

    .hero h1 {
        font-size: 34pt;
    }



    .center h2 {
        margin: 0px 0px;
        padding: 0 0 50px 0;
    }

    .center .box p {
        margin: 10px 10px;
    }



    .services .service {
        width: calc(100% - 0px);
        padding: 40px;
        margin: 15px 0;
    }



    .window h5 {
        margin: 10px 10px;
    }



    .icon {
        width: 100%;
    }



    .banner-box {
        padding: 75px 30px;
    }

}
