﻿body {
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all ease-in 2s;
}
section{

}
.Auto-img {
    width: 100%;
}

.language {
    text-align: center;
    margin: 10px 0 10px 0;
}

    .language img {
        width: 35px;
        margin: 0 5px 0 5px;
    }

.Logo {
    margin: 15px 0 0 0;
}

.ServicesList {
    margin: 50px 0 0 0;
    text-align: center;
}

    .ServicesList div {
        transition: all ease-in .3s;
        margin: 0 0 0 0;
    }

        .ServicesList div img {
            transition: all ease-in .3s;
            margin: 0 0 0 0;
            opacity: .7;
        }

        .ServicesList div:hover {
        }

        .ServicesList div img:hover {
            transition: all ease-in .3s;
            margin: -15px 0 0 0px;
            opacity: 1;
        }


.Adress {
    margin:50px 0px 65px 0;
}

@media (min-width:900px) {
    body{
          transition: all ease-in 2s;
        padding:8% 0 0 0;
    }
    .Logo {
        width: 50%;
    }

    .ServicesList div img {
        width: 94%;
    }
}

@media (max-width:900px) {
    .Logo {
        width: 100%;
    }

    .ServicesList div {
        padding: 20px;
    }

        .ServicesList div img {
            width: 68%;
            margin: 0px 0 0 0;
        }
}

.bg-Contenier {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: .5;
    z-index: 0;
}

.container {
    z-index: 5;
    position: relative;
    background-color: white;
    opacity: .7;
}
