*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    background-color: white;
    overflow-x: hidden;
}

.one {
    width: 100vw;
    height: 80vh;
}

.fon {
    position: absolute;
    background-color: #E9E7E9 ;
    width: 100%;
    height: 80%;
    z-index: -1;
}


.Text {
    text-align: center;
    color: #606060;
    padding-top: 12%;
    font-family: sans-serif;
}

.Text h1{
    font-size: 300%;
    
}

.Text p1 {
    background: #99FFFF;
}

.botton {
    border: 1px solid black;
    display: inline-block;
    padding: 10px;
    margin-top: 8%;
}

.botton a {
    color: aqua;
    text-decoration: none;
}

.TwoText {
    margin-top: 5%;
    text-align: center;
}

.TwoText h1, p1 {
    font-family: sans-serif;
}

.TwoText p1 {
    color: #606060;
}

.about {
    display: flex;
    margin-top: 5%;
    margin-left: 10%;
}

.aboutFoto {
    
}

.aboutText {
    display: block;
    width: 40vw;
    margin-left: 10%;
}

.aboutText h2 {
    font-family: sans-serif;
}

.aboutText  p1 {
   color: #606060; 
    font-family: sans-serif;
}

.aboutText2, .aboutText1  {
    margin-top: 10%;
}

/* ------------------------------ ourservice -------------------------------------*/


.fon1{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.4;
    z-index: -1;
    
}
.skills {
    display: block;
    position: relative;
    margin-top: 2%;
}

.skills1 {
    position: relative;
    display: flex;
    left: 8%;
}

.skills1_Text1 {
    position: relative;
    width: 40vw;
    height: 40vh;
    color: white;
    z-index: 1;
    margin-left: 20px;
}


.abc h3 {
    margin-top: 50px;    
}

.abc {
    padding-top: 40%;
    padding-left: 5%
}

.skills1_Text1:nth-child(1) {
    background-image: url(FOTO/1.png);
}

.skills1_Text1:nth-child(2) {
    background-image: url(FOTO/2.png);
}


.skills2 {
    position: relative;
    display: flex;
    left: 8%;
    margin-top: 1%;
}

.skills1_Text2 {
    position: relative;
    width: 40vw;
    height: 40vh;
    color: white;
    z-index: 1;
    margin-left: 20px;
}

.skills1_Text2:nth-child(1) {
    background-image: url(FOTO/3.png);
    background-size: 90%;
}


.skills1_Text2:nth-child(2) {
    background-image: url(FOTO/4.png);
}


.footer {
    background-color: #262b2e;
    width: 100vw;
    height: 30vh;
    color: wheat;
    text-align: center;
    margin-top: 3%;
}

.footer h2 {
    padding-top: 5%;
}

.icon {
    margin-top: 2%;
}

.icon p1 {
    background-color: #424648;
    color: #bbb8b9;
    font-size: 200%;
    padding: 12px;
    border-radius: 10px;
    margin-left: 20px;
    transition: 0.3s;
}

.icon p1:hover {
    background-color: aqua;
    color: #424648;
    transition: 0.3s;    
}



@media screen and (max-width: 991px) {


.Text h1{
    font-size: 300%;
    
}

.Text p1 {
    background: #99FFFF;
}


.about {
    display: block;
    margin-left: 0;
}

.aboutFoto img {
    width: 100%;
    height: auto;
}

.aboutText {
    width: 85vw;
    margin-left: 5%;
    text-align: center;
}

    .aboutText1 {
        margin: 0;
    }

.skills1 {
    left: 0%;
}

.skills2 {
    left: 0%;
}

.skills1_Text1 {
    width: 49vw;
    height: 40vh;
    color: white;
    z-index: 1;
    margin-left: 2px;
}
    
    .skills1_Text1:nth-child(2) {
        margin-left: 2px;
    }
    
    .skills1_Text2 {
    width: 49vw;
    height: 40vh;
    color: white;
    z-index: 1;
    margin-left: 2px;
}
    
    .skills1_Text2:nth-child(2) {
        margin-left: 2px;
    }
    
    .icon {
        margin-top: 6%;
    }

    .footer {
        height: 20vh;
    }
    
    .abc {
    padding-top: 70%;
    padding-left: 5%;
}
}