*{
    /* padding: 0.1%; */
    /* margin: 0.1; */
    box-sizing: border-box;
    
}
/* 
@media (max-width:1024px)
{
    *{
        color: black;
    }
} */


#body{
    height: 90vh;
    /* background-image: url(../images/images/725.png); */
    
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    /* position: relative; */
    justify-content: space-around;
}



#BG-img{
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}

/* @media (max-width:1024px) {
 #BG-img{
    visibility: hidden;
 }   
    
} */

#sideBar{
    background-color: rgb(218, 218, 218);
    height: 100%;
    width: 30%;
    padding: 10px;
    z-index: 2;
    box-shadow: inset 2px 2px 20px  rgba(0, 0, 0, 0.5);

}
/* 
@media (max-width: 1024px) {
    
    #sideBar{
        width: 21.5%;
        overflow: hidden;
        position: absolute;
        margin-right: 80%;
        height: 152%;
        
    }
} */

#Date{
    font-size: large;
    text-align: center;
    padding: 1% 0 10% 0;
}
/* 
@media (max-width: 1024px) {
#Date {
    visibility: hidden;
}
} */
/* 
@media (max-width: 1024px) {
#textUNderLogo{

    visibility: hidden;
}
} */





#logo{

    padding-left: 10%;
    overflow: hidden;
    display: flex;
}
/* 
@media (max-width: 1024px) {
    
#logo img{
    width: 100%;
}
} */


#logo img{
    width: 80%;
    transition: 0.2s;
    
}

#logo img:hover{
    cursor: pointer;
    transition: 0.2s;
    transform: scale(1.05);
}


#CoName{   
    font-size: 50px; cursor: pointer;
    padding-top:  50%; 
    height: 20%;
    padding-left: 0%;
    padding-bottom: 10px;
}

#pages{
    padding-top:20%;
    text-align: left;

}
/* 
@media (max-width: 1024px) {
    
    #pages h7{
        visibility: hidden;
} 
#pages a{
    font-size: smaller;
    padding-bottom: 1%;
}
}

 */

a{
    text-decoration: none;
    color: black;
    transition: 0.4s;
}

#links{
    
    padding-bottom:3% ;
    
}
@media  (min-width:1024px) {
  #links :hover{
    transition: 0.5s;
    padding-left: 50px;
}  
}


#main{
    display: flex;
    /* padding-left: 6%; */
    width: 100%;
    justify-content: space-around;
    position: relative;
}

/* 
@media (max-width:1024px) {
    .main-home{
        display: grid;
        margin-left: 35%;
    }
    #main{
        display: grid;
        height: 100%;
        width: 100%;

    }
    #links{
        offset: hover;  
        
    }
        

    
} */


#first-consulting-img{
    z-index: 0;
    opacity: 1;
}
#first-consulting-img:hover{
    transition: 5s;
    opacity: 0;
}



#sec-consulting-img{
    width: 300%;
    position: absolute;
    opacity: 0;
    /* object-fit: cover; */
    z-index: 1;
    
    transition: ease 2s;
    margin-left: 30%;
}


#sec-consulting-img:hover{
    transition: 20s;
    opacity: 1;

    transform: translateX(-500px);
}


#first-electromechanical-img{
    z-index: 0;
    opacity: 1;
}
#first-electromechanical-img :hover{
    transition: 5s;
    opacity: 0;
}

#sec-electromechanical-img{
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: ease 2s;
}

#sec-electromechanical-img:hover{
    transition: 10s;
    opacity: 1;
    transform: scale(1.5);
}


#first-constraction-img{
    z-index: 0;
    opacity: 1;
}
#first-constraction-img :hover{
    transition: 5s;
    opacity: 0;
}

#sec-constraction-img{
    opacity: 0;
    margin-right: 100%;
    position: absolute;
    z-index: 1;
    transition: ease 2s;
    width: 400%;
    transform: translateX(-500px);

} 

#sec-constraction-img:hover{
    transition: 10s;
    opacity: 1;
    transform: translateX(0);    

}



#service-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    align-items: center;
    /* margin-top:19% ; */
    margin-left: 10%;
}
/* 
@media (max-width:1024px) {
    #service-icon {
        display:block;
    }
    
} */




#services{
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.461);
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 20%;
    font-size: large;
    font-family: 'Courier New', Courier, ; 
    color: white;
}
/* 
@media (max-width:1024px) {
#services{
font-size: small;    
}   
    
} */
.card{
    overflow: hidden;
    position: relative;
    height: 90vh;
    width: 22%;
}


.card img{
    width: 100%;
    height: 100%;
}

#Welcome{
    width: 88.6%;
    z-index: 2;
    color: white;
    padding-left: 2%;
    margin: 0px -7.5% 9px -7.5%;
    
    
    position: absolute;
    background-color: rgba(160, 160, 160, 0.7);
    bottom: 20px;
}



/* 
@media (max-width:1024px) {
 
    #Welcome{
        font-size: small;
        width: 100%;
        margin-left:-10%;
        position: relative;
        margin-top: 37%;
    }
    
}
 */
#bar{
    position: absolute;
    font-size: x-large;
    color: white;
    font: bolder;
    z-index: 1;
    background:linear-gradient(to left, rgb(194, 194, 194),white);
    text-align: center;
    text-align: left;
    padding-left: 25%;
    width: 100%;
    height: 15%;
    padding-top: 2%;
    /* border-bottom: 0.5px solid black; */
    box-shadow: 0px 0px 1px black;
    text-shadow:2px 2px 2px rgb(74, 71, 71) ;
}

/* 
@media (max-width:1024px) {
    #bar{
        width: 180%;
        text-align: center;
        

    }   
        
    } */
    

#companies{
    padding-top: 12%;
    
}
#company{
    
    padding: 3% 0 3% 0;
    transition: 0.2s;
}
/* 
@media (max-width:1024px) {
#companies{
    display: grid;
}   
#companies img{
    width: 100%;
    margin-left: 25%;
    margin-top: 25%;
}
    
} */

#company:hover{
    
    transition: 0.5s;
    padding-left: 10%;
    padding-top: 10%;
    transform: scale(1.2);
    cursor: pointer;
}

#footer{
    height: 10vh;
    text-align: center;
    background-color: rgb(218, 218, 218);
    padding-top:2% ;
    position: absolute;
    width: 100%;
}
    /* 
    @media (max-width:1024px) {
    .footer-1{
        margin-left: 50%;
    margin-top: 40%;


    }   
        
    } */

#client{
    justify-content: space-around;
    display: flex;
    padding: 2%;
    
}

@media (max-width:1024px) {
#client{
    display: grid   ;
    /* margin-top: 10%; */
}

}
    



#main-client{
    display: block;
    padding-top: 8%;
}

#company1{
    display: flex;
    padding: 3%;
    padding-left: 10%;
    transition: 0.2s;

}
@media (max-width:1024px) {
    #company1{
        width: 100%;
        display: grid;
    }

    }

#company1:hover{
    transition: 0.2s;
    transform: scale(1.1);
}

#about-us-button{
    width: 13%;
    border-radius: 50px;
    height: 50%;
    transition: 0.2s;
    margin-top: 20%;
    position: absolute;
    visibility: hidden; 
    
}

@media (max-width:1024px){
    #about-us-button{
        visibility: hidden;
    }
}


#about-us-button:hover{
    transform: scale(1.15);
    transition: 0.3s;
}

#Quality-photo{
    width: 40%;
    height: 85%;
    
    display: flex;
    margin-top: 8.3%;
    
}
#main-quality{
    display: flex;
    /* padding-left: 6%; */
    width: 100%;

    /* justify-content: space-between; */
    position: relative;
}



@media (max-width:1024px){
    #main-quality{
        width: 100%;
        /* height: 100%; */
        
    }
    #Quality-photo{
     visibility: hidden;   
        
    }   /* 
    #Quality-photo img{
        width: 40%;
        height: 40%;
        visibility: hidden;
        
    } */

}

#Quality-photo img{
    position: absolute;
    /* width: 100%; */
    height: 90%;
    opacity: 0;
    animation: slide 15s infinite;
}

@keyframes slide {
    0% { opacity: 0; }
    33% { opacity: 1; }
    66% { opacity: 0; }
    99% {opacity: 0;}
}

#Quality-photo img:nth-child(1) {
    animation-delay: 0s;
}

#Quality-photo img:nth-child(2) {
    animation-delay: 5s;
}

#Quality-photo img:nth-child(3) {
    animation-delay: 10s;
}

#Quality-photo img:nth-child(4){
    animation-delay: 15s ;
}


#Contact-us-service{
    text-align: center;
    margin-top: 10%;
    margin-left: 10%;
}



#Quality-text{
    width: 60%;
    font-size: larger;
    height: 85%;
    /* background-color:red; */
    border-width: 1px;
    border-color: gray;
    text-align: start;
    /* border-style: ridge; */
    display: flex;
    margin-top: 8%;
    padding-bottom: -20%;
    overflow: scroll;
    padding-left: 6%;
    font-size: 27px; 
    margin-inline-start: 5%;

}
@media (max-width:1024px){
    #Quality-text{
                width: 144%;
        height: 121%;
        padding-left: 0;
        border-width: 0;
        text-align: center;
        margin-top: 40%;
        margin-right: -41%;
        padding-bottom: 10%;
        position: absolute;
    }
}

#consulting-container-img{
    height: 79%;
    width: 100%;
    
    margin-inline-start: 0%;
    overflow: hidden;
    margin-top: 10%;
    display: block;
    z-index: 0; 
}

@media (max-width:1024px)
{
    #consulting-container-img img{
        width: 150%;
        height: 80%;
    }

    
    
    .consulting-scroll-img{
        width: 40%;
        padding-top: 20%;
    }   

}

#consulting-text{
    height: 45%;
    position: relative;
    color: white;
    width: 100%;
    padding-left: 20px;
    margin-inline-end: -20.5%;
    background-color: rgba(154, 154, 154, 0.626);
    /* margin-top: 50%; */
}
.constraction-text12{
    margin-top: 47%;
    height: 45%;
    position: relative;
    color: white;
    width: 100%;
    padding-left: 20px;
    background-color: rgba(154, 154, 154, 0.626);
    /* margin-top: 50%; */

}
#main-consulting{
    
    /* margin-inline-start: unset;  */
    width: 80%;
    height: 70%;
    /* margin-top: ; */
    
    position: absolute;   
}

#consulting-scroll{
width: 20%;

position: absolute;
margin-left: 80%;
height: 85%;
z-index: 0;
background-color:     rgb(158, 158, 158);
overflow: scroll;
margin-top: 8%;
}

.consulting-scroll-img{
    width: 100%;
height: 30%;
margin-top: 1%;
border: 0.2px white solid;
    
}
.consulting-scroll-img img{
    width: 100%;
    height: 100%;

}


span{
    z-index: 1;
    position: absolute;
    width: 73%;
    margin-top: 29%;
    margin-inline-start: -30%;
    font-size: large;
    border: 1px black solid;
    text-align: center;
    align-items: baseline;
    transform: rotate(90deg);
    background-color: rgba(194, 194, 194, 0.852);
}
@media (max-width:1024px)
{
    
}

.lang-button{
    z-index: 999;
    margin-left: 30%;
    margin-bottom: 8%;
    width: 40%;
    border-radius: 200px ;
}


#consulting-container-img img{
    position: absolute;
    /* width: 100%; */
    /* height: auto; */
    opacity: 0;
    animation: slide 15s infinite;
}

#consulting-container-img img:nth-child(1) {
    animation-delay: 0s;
}

#consulting-container-img img:nth-child(2) {
    animation-delay: 5s;
}

#consulting-container-img img:nth-child(3) {
    animation-delay: 10s;
}

#consulting-container-img img:nth-child(4){
    animation-delay: 15s ;
}
b{
    display: block;
}

#main-content{
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 8%;
    padding-bottom: 50%;
    
}
/*  */
#left-side img{
    height: 80vh;
    width: 100%;
}
/*  */
#right-side{
    
    position: relative;
    display: flex;
    width: 70%;
    height: 80vh;
    padding-top: 1.5%;
}


#right-side h3{
    overflow: scroll;
    padding-left: 3%;
    font-size: 22px;
}

#our-clients-button{
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 30%;
    border-radius: 10px;
    height: 8%;
    width: 35%;
    transition: 0.2s;
}

#our-clients-button:hover{
    transition: 0.2s;
    transform: scale(1.1);
}

#constraction-container-img img{
    position: absolute;
    width: 100%; 
    height: 100%;
    opacity: 0;
    animation: slide 15s infinite;
}
/* klanflkasjd */
@media (max-width:1024px)
{
    #constraction-container-img img{
        width: 150%;
        height: 80%;
    }
    
    .constraction-text12{
        margin-top: 163%;
        margin-left: 27%;
        width: 120%;
        height: 50%;
        
    }

    
}

#constraction-container-img img:nth-child(1) {
    animation-delay: 0s;
}

#constraction-container-img img:nth-child(2) {
    animation-delay: 5s;
}

#constraction-container-img img:nth-child(3) {
    animation-delay: 10s;
}

#constraction-container-img img:nth-child(4){
    animation-delay: 15s ;
}

#electro-img{
    width: 60%;
    height: 50%;
    
    display: flex;
    margin-top: 0%;
}

#electro-img img{
    position: absolute;
    width: 39%;
    /* height: 50; */
    opacity: 0;
    animation: slide 15s infinite;
}

@media (max-width:1024px){
    
    #electro-img{
                margin-top: 26%;
        margin-left: 0%;
        /* position: absolute; */
        /* /* display: block; */
        
    }
    #electro-img img{
        width: 100%;
        /* height: 100%; */
    }
    #elctro-links{
        margin-left: 115%;
        margin-top: 60%;
    }

}

#elctro-text{
    position: absolute;
    
    background-color: rgba(189, 189, 189, 0.795);
    font-size: medium;
    margin-top: 35%;
    /* height: 8%; */
    padding-left: 1.5%;
    padding-bottom: 2%;
    width: 39%;
}

@media (max-width:1024px){
    #elctro-text{
     width: 100%;
     margin-top: 120%;   
    }
    
}


@keyframes slide {
    0% { opacity: 0; }
    33% { opacity: 1; }
    66% { opacity: 0; }
    99% {opacity: 0;}
}

#electro-img img:nth-child(1) {
    animation-delay: 0s;
}

#electro-img img:nth-child(2) {
    animation-delay: 5s;
}

#electro-img img:nth-child(3) {
    animation-delay: 10s;
}

#electro-img img:nth-child(4){
    animation-delay: 15s ;
}


#elctro-links{
    font-size: x-large;
    /* justify-content: space-around; */
}
#elctro-links h3{
    margin-bottom: 30%;
    margin-top: 20%;
    display: block;
    transition: 0.2s;
    cursor: pointer;
}

#elctro-links h3:hover{
    transition: 0.2s;
    transform: translateX(15%);
    
}


#elctro-describe{
    position: absolute;
    z-index: 1;
    background-color: rgb(201, 201, 201);
    width: 100%;
    text-align: center;
    margin-top: 10%;
} 

@media (max-width:1024px){
    #elctro-describe{
        width: 255%;
    }   
}

#elctro-describe p{
    position: absolute;
    background-color: rgba(201, 201, 201, 0.694);
    width: 39%;

}

#Hvac{
    visibility: hidden;
    
}
#el-wo{
    visibility: hidden;
}
#ssw{
    visibility: hidden;
}
#plump{
    visibility: hidden;
}


#album-scroll{
    width: 20%;

position: absolute;
margin-left: 80%;
height: 87%;
z-index: 0;
background-color:     rgb(158, 158, 158);
overflow: scroll;
margin-top: 8%;
}

#album-container-img{
    margin-inline-start: -50%;
    z-index: 0;
    width: 80%;
    height: 70%;
    margin-top: 12%;
    position: absolute;
}

#album-container-img img{
    width: 100%;
    height: 100%;
}