* {
    padding:0;
    margin:0;
   
    

}
body{
    overflow-x: hidden ;
    box-sizing:border-box;

}


#Preloader{
    background: black url(../images/loading.gif) no-repeat center center;
    background-size: 5%;
    width:100%;
    height:100vh;
    position:fixed;
    z-index:999;
}

.sub{
    height:100vh;
    display: flex;
    width:100%;
    overflow-x: hidden;
    align-items: center;
    scroll-snap-align: start;
}
.menu{
    display: none;
    position: absolute;
    right: 20px;
    
}
.menuicon{
    width:35px;
}

.me{
    background-color: black;
    justify-content: center;
    
    
}

.project{
    background: linear-gradient( #ff9500, #FFA800);
    justify-content: center;
}

.contact{
    background-color: black;
    justify-content: center;
}


.wordart{
    width: 55%;
    position: absolute;
    left:0px;
    bottom: 0px;
    z-index: 1;
    height: 100%;
    width: auto;
    

}
.welcome{
    background-color:black;
}

.wording{
    font-size: 50px;
    z-index: 10;
    position: absolute;
    display: flexbox;
    width: 100%;
    text-align: center;
    
    
    
}

.wordingback{
    font-size: 50px;
    z-index: 10;
    position: absolute;
}
.frontWording{
    background: linear-gradient(to right, #ff6200, #ff8c00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
    
}

.backWording{
    background: linear-gradient(to right, #ff8c00, #FFA800);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.dot{
  
    color: aliceblue;
}
.profileImage{
    width: 50%;
}

.Im{
    font-family: 'Dancing Script';font-size: 22px;
    color: aliceblue;
    font-size:8vw;
    font-weight: bold;
    margin: 0%;
}
.fullstack{
    color: aliceblue;
    font: size 1.5em;
    font-weight: bold;
    margin: -5px;

}
.navbar{
    z-index: 80;
    position: absolute;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100vw;
    align-items: center;
    box-sizing: border-box;
}

.navbar a{
    color: aliceblue;
    

}
.navbar .logo{
    font-size: 2em;
    font-weight: bold;
    color: #FFA800;
    margin-left: 20px;
    margin-right:auto;
    left: 0;
}
.navbar .nav-links ul{
    display: flex ;
}
.navbar .nav-links ul li{
    margin: 0px 30px;
    list-style: none;
    
}
.navbar .nav-links ul li a{
    text-decoration: none;
    font-weight:500;
    
}
.navbar .nav-links ul li a:hover{
    color: #FFA800;
    
    
}
.descriptionAbout{
    text-align: left;
    margin-top: 40px;
    padding-top:20px;
    padding-left: 10%;
    color: rgba(255, 255, 255, 0.331);
}
.inputrow input{
    color: rgba(240, 248, 255, 0.634);
    border-radius: 5px;
    z-index: 4;
    width: 100%;
    height:40px;
    background-color: #585858;
    
}
.contact textarea{
    color: rgba(240, 248, 255, 0.634);
    z-index: 4;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    background-color: #585858
    
}
.buttonrow{
    text-align: right;
}
.lableText{
    color: rgba(240, 248, 255, 0.714);
}
.bgLogo{
    max-width: 50%;
    opacity: 80%;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    display: flex;
} 
.fromcontact{
    border-radius: 10px;
    background-color: #81848f37;
    z-index: 6;
    width: 70%;
}
.Greeting{
    margin-top:10px;
    z-index: 4;
    font-size: 3em;
    color: aliceblue;
}

.contactForm{
    z-index: 90;
    position: absolute;
}

.Cvbutton{
 margin-top: 20px;

 background: linear-gradient(to right, #ffa200, #FFA800);
 border-radius: 3px;
 padding-top:5px;
 padding-bottom: 5px;
 padding-left: 40px;
 padding-right: 40px;
}
.Cvbutton:hover{
    border-color: #FFF;
    color: #FFF;
}

.resetButton{
    background-color:aliceblue;
    border-radius: 3px;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;

}

.submitButton{
    background: linear-gradient(to right, #ffa200, #FFA800);
    border-radius: 3px;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
    margin: 20px 0px;
}
.submitButton:hover{
    border-color: #FFF;
    color: white;
}

.main{
    
    width: 100%;
    height: 100vh;
    position: absolute;
}

.mainImages{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.details{
    padding-right: 30px;
}
.mainImages li {
    position:absolute;
    display: block;
    list-style: none;
    width: 30px;
    height: 30px;
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.mainContainer{
    display: flex;
    flex-wrap: wrap;
}

.mainImages li:nth-child(1){
    left:11%;
    width: 35px;
    height: 35px;
    animation-delay: 2s;
}
.mainImages li:nth-child(2){
    left:22%;
    width: 30px;
    height: 30px;
    animation-delay: 16s;
}


.mainImages li:nth-child(3){
    left:33%;
    width: 40px;
    height: 40px;
    animation-delay: 8s;
}
.mainImages li:nth-child(4){
    left:45%;
    width: 35px;
    height: 35px;
    animation-delay: 20s;
}
.mainImages li:nth-child(5){
    left:56%;
    width: 30px;
    height: 30px;
    animation-delay: 4s;
}
.mainImages li:nth-child(6){
    left:67%;
    width: 30px;
    height: 30px;
    animation-delay: 13s;
}


.mainImages li:nth-child(7){
    left:78%;
    width: 35px;
    height: 35px;
    animation-delay: 34s;
}
.mainImages li:nth-child(8){
    left:89%;
    width: 30px;
    height: 30px;
    animation-delay: 24s;
}
.mainImages li:nth-child(9){
    left:9%;
    width: 40px;
    height: 40px;
    animation-delay: 12s;
}
.mainImages li:nth-child(10){
    left:18%;
    width: 35px;
    height: 35px;
    animation-delay: 30s;
}
.mainImages li:nth-child(11){
    left:27%;
    width: 30px;
    height: 30px;
    animation-delay: 18s;
}
.mainImages li:nth-child(13){
    left:36%;
    width: 40px;
    height: 40px;
    animation-delay: 22s;
}
.mainImages li:nth-child(14){
    left:45%;
    width: 35px;
    height: 35px;
    animation-delay: 5s;
}
.mainImages li:nth-child(15){
    left:54%;
    width: 30px;
    height: 30px;
    animation-delay: 32s;
}
.mainImages li:nth-child(16){
    left:63%;
    width: 40px;
    height: 40px;
    animation-delay: 26s;
}
.mainImages li:nth-child(17){
    left:72%;
    width: 35px;
    height: 35px;
    animation-delay: 16s;
}
.mainImages li:nth-child(18){
    left:91%;
    width: 30px;
    height: 30px;
    animation-delay: 10s;
}

.iconImages{
    width: 100%;
    height: 100%;
} 

@keyframes animate{
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 0;
    }
}







.User-card{
    padding:2em;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap:wrap;
    min-height: 100vh;
}

.card{
    margin: 1em 1em 5em 1em;
    max-width: 60em;
    background: rgba(171, 171, 171, 0.1);
    color: #FFF;
    padding: 2em;
    text-align: center;
    position: relative;
    backdrop-filter: blur(4px);
    border: 1px #555 solid;
    width:300px;
}

.card::before{
    content: '';
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%);
    background:linear-gradient(
        0deg,
        #000000,
        #36363653
    );
    width: 0;
    height: 0;
    z-index: -1;
    border-radius: inherit;

}

.icon-img{
    width:6em;
    height: 6em;
    margin: -4em auto 0 auto;
    border-radius: 50%;
    background: linear-gradient(
        0deg,
        #000000,
        #000000
        

    );
    display: flex;
    justify-content:center;
    align-items: center;
    box-shadow: 0 0 0 0.5em #ffffff;


}

.icon-img img{
    width: 90%;
    height:90%;
    border-radius:inherit;
}


.card h2{
    margin: 1em 0 0 0 ;

}

.card h3{
    color:#FFf;
    margin: 2em 0 0.5em 0;
    font-weight: 400;
}

.card p{
    color: #81848f;
    font-size: 0.9em;
    line-height: 27px;
    max-width: 20em;
    margin: 0.2em auto 2em auto;

}


.card small{
    color: #646771;
}


.card p ,
card small{
    transition: 0.2s;

}

.card button{
    background:rgba(171, 171, 171, 0.2);
    border: none;
    border-radius: 3em;
    padding: 0.8em 2em;
    color: #fff;
    cursor:pointer;
    text-transform: uppercase;
    transition: 0.3s;

}

.card:hover button{
    background:#fff;
    color: #111;
}


.card:hover p,
.card:hover small{
    color: #fff;

}

.card:hover::before{
    animation:fill 1s ease-in-out forwards;
}

@keyframes fill{
    40%{
        width: 100%;
        height: 0.5em;
    }
    50%{
        width:100%;
        height:0.5em;
    }
    100%{
        width:100%;
        height:100%;
    }
}

@media screen and (max-width:450px) {

    .Greeting {
       
        font-size: 1.5em;
       
    }
}

@media screen and (max-width:689px) {

    .Greeting {
       
        font-size: 2em;
       
    }
}

@media screen and (max-width:768px) {
    
    .navbar{
        padding:0;
    }
    .navbar .mobileMenu{
        margin-left:0% ;
    }
    .navbar .nav-links ul li{
        margin: 25% 0px;
        font-size: 2em;
    }
    .navbar .nav-links ul li:hover{
        color: #FFA800;
        font-size: 3em;
    }
    
    
    

    .nav-links{
        top:0;
        left:0; 
        margin-left: -100%;
        position: absolute;
        width: 100%;
        height: 100vh ;
        background-color: rgba(255, 255, 255, 0.437);
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(7px);
       
        
    }
    .nav-links li{
        list-style: none;
    }
    .menu{
        display: block;

    }
    .nav-links ul{
        display: flex;
        flex-direction: column;
        align-items: center ;
      
    }


    
   
 }

 @media screen and (max-width:865px) {
    .me{
        height:750px ;
    }
    
    .contact{
        height: 1000px;
    }
    .wordart{
        height: auto;
        width: 80%;
       }
 }

 
 
 @media screen and (max-width:1060px){
    .project{
        height: 1600px;
    }
   
 }