*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


html{
    background-color: black;
}


.header{
    width: 100%;
    height: 80px;
    display: block;
    /* background-color: rgba(152, 156, 156, 0.849); */
    display: block;
    position: relative;
    z-index: 200;
}

/* #main{
    position: sticky;
    top: 0;
} */

.response{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px 1px));
}

body{
    /* height: 50vh; */
    position: relative;
    overflow-x: hidden;
    /* position: fixed; */
    color: white;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.section{
    height: 100vh;
}
.inner-header{
    display: block;
    width: 1200px;
    height: 100%;
    position: sticky;
    margin: 0 auto;
    color: white;
    display: table;
}

.icons{
    position: relative;
    /* top: -300px; */
}

.name{
    position: relative;
    left: 30px;
    /* top: -300px; */
    display: table-cell;
    vertical-align: middle;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 30rem;
    
}

.name p{
    font: inherit;
    font-weight: 500;
    font-size: 20px;
}

section{
    display: table-cell;
    vertical-align: middle;
    
}

/* section a{
    float: left;
} */

section i{
    padding: 0 10px;
    display: inline;
    position: relative;
    color: whitesmoke;
    right: -550px;
}
.names p{
    position: absolute;
    bottom: -200px;
}
.names h1{
    position: absolute;
    bottom:-100px;
}
.main{
    position: relative;
    left: 200px;
    top: -200px;
   
}

.main h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 6rem;
    font-weight: 900;
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-style: italic;
}

.main p{
    color: white;
    font-size: 6rem;
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
}
.container{
    position: absolute;
    top: -570px;
    z-index: -2;
    height: 100%;
    
}


.text {
    width: 100vw;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: calc(50vh - -100px);
    z-index: 1000;
    font-size: 100px;
    transform-origin: 50% 50%;
  }

.text.a {
    color: #a94fe4;
  }

  .text.b {
    color: #68e4f1;
  }

  .text.c {
    color: #ffe773;
  }

  .text.d {
    color: #f544ad;
  }

img{
	height: 10vh;
}

.experence{
    position: absolute;
    top: -150px;
}
.img1{
    position: absolute;
  height: 100vh;
  left: 200px;
  top: -100px;
  /* width: 20rem; */
  /* border-radius: 60%; */
  opacity: 0.3;
  box-shadow: inset 1000px 1000px 250px #000000,inset -120px -100px 250px #000000;
}

.work{
    color: white;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2rem;
    position: absolute;
    top: 450px;
    left: 200px;
}

.work .d{
    position: relative;
    left: 70px;
}

.scroll{
    position: absolute;
    left: 0;
    bottom: 170px;
}

.scroll p{
    letter-spacing: 0.3em;
    transform: rotate(90deg);
}

.scroll p::after{
   display: inline-block;
   content: "";
   border-bottom: 2px solid #ffffff;
   width: 15px;
   height: 13px;
   margin: 0 10px 0 0;
}


span{
    position: absolute !important;
    left: -1300px !important;
    background: white !important;
    
}

.img2{
    position: relative;
    top: -50px;
    height: 100%;
    width: 50%;
    right: 120px;
    float: right;
    z-index: -2;
}

.projects h1{
    position: absolute;
    top: 300px;
    left: 100px;
    color: red;
    
}

.projects p{
    position: absolute;
    top: 200px;
    left: -60px;
    color: white;
    z-index: -3;
}

.number {
    position: relative;
    top: 250px;
    left: 1200px;
    font-style: unset;
    
}

.number p{
    color: red;
}

.websites{
    position: absolute;
    top: 400px;
}
.showmore a{
color: white;
}

.showmore button{
    
    background-color: red;
    border: none;
    padding: 20px 40px;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    font-size: 20px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.showmore button p:hover{
    transform: scale(1.2);
    transition: 1s;
}


.bottomicons{
    position: relative;
    left: -560px;
    margin-top: 70px;
    font-size: 20px;
}

.container2 .img2{
    cursor: pointer;
}

.section .container .img2{
    cursor: pointer;
}

.email p{
    cursor: pointer;
}

.last{
    margin-top: 80px;
    position: relative;
    left: 300px;
    top: 390px;
    
}

.last button{
    padding: 10px 20px;
}

.last button p a{ 
    font-size: 15px !important;
    
}

.last button p {
    color: white !important;
}

/* media */

@media(max-width:800px){

    body{
        margin: 0;
        padding: 0;
        position: absolute;
        left: -160px;
    }
    .inner-header{
        /* display: block; */
        width: 900px;
        height: 100%;
        position: sticky;
        margin: 0 auto;
        color: white;
        display: table;
     
    }

    .icons{
        position: relative;
        left: -600px;
        /* top: -300px; */
        z-index: 3;
    }

    .names p{
        position: absolute;
        bottom: -180px;
    }
    .names h1{
        position: absolute;
        bottom:-100px;
    }
    
    .main h1{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 3rem;
        font-weight: 900;
        color: white;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        font-style: italic;
    }
    
    .main p{
        color: white;
        font-size: 4rem;
        font-weight: 900;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-style: italic;
    }

    .projects h1{
        color : red;
    }

    .container{
        position: absolute;
        top: -570px;
        z-index: -2;
        /* height: 2vh; */
        
    }

    .container .text .img1{
        position: absolute;
        top: 0px;
        left: 120px;
        height: 80vh;
        width: 60vh;
    }
    
    .container .x{
        position: relative;
        top: 70px;
        left: 50px;
    }

    .experence .y{
        position: relative;
        top: 70px;
        left: 20px;
    }

    .work{
        color: white;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 2rem;
        position: absolute;
        top: 400px;
        left: 200px;
    }
    
    .work .d{
        position: relative;
        left: 70px;
    }
    
    span{
        position: absolute !important;
        left: -400px !important;
        background: white !important;
        display: inline !important;
        top: -200px !important;
        
    }

    
.img2{
    position: relative;
    z-index: -2;
    position: absolute;
    top: 70px;
    left: 350px;
    height: 70vh;
    width: 42vh;
    
}




.projects h1{
    position: absolute;
    top: 130px;
    left: 50px;
    color: red;
    
}

.projects p{
    position: absolute;
    top: 50px;
    left: -10px;
    color: white;
    z-index: -3;
}


.websites{
    position: absolute;
    top: 350px;
}

.showmore button{
    color: white;
    background-color: red;
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    font-size: 20px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.small {
    color: red;
}

.number {
    position: relative;
    top: 210px;
    left: 550px;
    font-style: unset;
    
}

.number p{
    color: red;
}

    .overlay{
    position: absolute;
    background: white;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


        /* position: relative; */
        /* z-index: -2; */
        /* position: absolute; */
        top: 70px;
        left: 350px;
        height: 70vh;
        width: 24.2%;
        
}

.overlay2{
    position: absolute;
    background: red;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


        /* position: relative; */
        /* z-index: -2; */
        /* position: absolute; */
        top: 70px;
        left: 400px;
        height: 70vh;
        width: 20%;
        
}

}


@media(min-width:800px){
.overlay{
    position: absolute;
    background: white;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


        /* position: relative; */
        /* z-index: -2; */
        /* position: absolute; */
        bottom: 115px;
        right: 120px;
        height: 70vh;
        width: 50%;
        
}

.overlay2{
    position: absolute;
    background: red;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


        /* position: relative; */
        /* z-index: -2; */
        /* position: absolute; */
        bottom: 115px;
        left: 633px;
        height: 70vh;
        width: 45%;
        
}
}



