
body{
    padding: 0;
    margin: 0;
    background-color: #6b6be6;
}
nav{
    background-color: #800083;
}
.portfolio{
       display: flex;
       justify-content: space-between;

}
.portfolio p{
    font-size: 35px;
    color: white;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
    padding-left: 30px;
}
.link{
    margin-top: 35px; 
}
.portfolio a {
    font-size: 25px;
    color: white;
    text-decoration: none;
    padding: 20px;
    text-align: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.portfolio a:hover{

    text-shadow: 1px 1px 1px  #020238,
                  2px 2px 2px  #020238,
                  3px 3px 3px  #020238,
                  4px 4px 4px  #020238;
}   
.home{
    margin-top:250px;
    margin-bottom: 250px;
}
h3{
    color: #800083;
    justify-content: center;
    font-size: 60px;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 200px;
    text-shadow: 1px 1px 1px white ,
                  2px 2px 2px  white ,
                  3px 3px 3px white ,
                  4px 4px 4px white ;
}
h1{
    color: white;
    font-size: 60px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    align-items: center;
    height: 20px;
     text-shadow:
     1px 1px 1px black,
    2px 1px 2px black,
    3px 2px 3px black;
  }
h2 {
    font-size:50px;
    color:#800083;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    align-items: center;
    text-align: center;
    text-shadow:2px 2px 4px white;
}

.home h1{
    font-size: 65px;
    animation: zoom 3s infinite ;
}
.home h2{
    font-size: 55px;
    animation: zoom 3s infinite ;
}
@keyframes zoom {
    0%{transform: scale(0);}
    50%{transform: scale(1.4);}
    100%{transform:scale(1)}
}
.about{
     display: flex;
     justify-content: space-between;
     padding-left: 50px;
     padding-right: 50px;
     margin-bottom: 250px;
}
.abo{
    font-size: 90px;
    background-image: url(../assets/mixed\ color.webp);
    background-clip: text;
    color: transparent;
    animation: hello 5s infinite;
    margin-top: 0px;
    margin-bottom:0px;
}
@keyframes hello{
    0%{ transform:translateX(0%);}
    50%{transform:translateX(-50%);}
}
.ab {
    font-size:40px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    animation: apple 5s infinite;
    margin-bottom: 0px;
}
@keyframes apple{
    0%{ transform:translateX(0%);}
    50%{transform:translateX(-50%);}
}

.abou{
    color: white;
    font-size: 30px;
    margin-top: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    animation: bat 5s infinite;
}
@keyframes bat{
    0%{ transform:translateX(0%);}
    50%{transform:translateX(-50%);}
}

.aboutt{
    color:  #020238;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    animation: cat  5s infinite;
}
@keyframes cat{
    100%{transform: translateX(0%);}
    50%{ transform:translateX(50%);}

}
 .about-content button{
    background-image: url(../assets/purple2.webp);
    color:  white;
    text-align: center;
    border-radius: 70%;
    height: 60px;
    width: 140px;
    cursor: pointer;
    font-size: 23PX;
}
.about-content button:hover{
    background-image: url(../assets/mixed\ color.webp);
    box-shadow: 2px 3px 4px white;
}

.about-icon{
    color: antiquewhite;
    display: flex;
    transition: .5s ;
    padding-top: 5px;
    padding-left: 15px;
}
.about-icon img{
     height: 50px;
    width: 50px;
    padding-left: 25px;
    filter: drop-shadow(2px 3px 5px white);
}
.about-icon img:hover{
    filter: drop-shadow(3px 5px 6px  #020238);
}

.skills{
    display: grid;
    grid-template-columns: repeat(autofill,minmax (250px,250px));
     justify-content: center;
     display: flex;
     gap: 90px;
     margin-bottom: 250px;
}
.card{
    height: 250px;
    background-color: transparent;
    width: 250px;
    box-shadow: 0px 3px 4px 6px #800083;
    animation: eat 5s infinite;
}
@keyframes eat{
    0%{ transform:translateX(0%);}
    70%{transform:translateX(-70%);}
}
.card p a{
    color: white;
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    padding-left: 45px;
    font-weight: bolder;
    text-decoration: none;

}
.card:hover{
    transform: translateY(-20px);
}
.card a:hover{
       text-shadow:1px 1px 1px #800083,
                   2px 2px 2px #800083,
                   3px 3px 3px #800083 ;
}
.detail img{
    height: 700px;
    width: 700px;
    display: none;
}
.iconss img {
    height: 80px;
    width: 80px;
    margin-left: 70px;
    margin-bottom: 50px;
    border-radius: 50%;
    filter: drop-shadow(1px  15px 20px white);
}
.iconss img:hover{
    filter: drop-shadow(1px  15px 20px  #020238);
}
.education{
    height: 500px;
    background-color: transparent;
    width: 500px;
    box-shadow: 0px 3px 4px 6px #800083;
    margin-left: 430px;
    margin-bottom: 200px;
    padding-top: 15px;
}
.education ul {
     font-size: 30px;
     display: flex;
     color: white;
     list-style: disc;
}
.education span{
    color:  #020238;
    margin-left: 20px;
    font-size:30px ;
    
}
.languages{
    display: flex;
    justify-content:space-around;
    margin-bottom: 250px;
}
.languages p{
    color:  #020238;
    font-size: 50px;
    margin-bottom: 80px;
    justify-content: space-around;
}
.languages p:hover{
     text-shadow: 2px 3px 4px white;
    
}
.tech-skills img{
    height: 60px;
    width: 80px;
    padding-bottom: 50px;
    padding-left: 50px;

}
.tech-skills img:hover{
    filter: drop-shadow( 3px  15px 18px  #020238);
}

.nontech-skills ul li{
    margin-left: 100px;
     text-align:left;
     padding-bottom: 40px;
     list-style-type: square;
     font-size: 30px;
     color: white;
}
.contact{
    justify-items: center;
    align-items: center;
}
form{
    height: 370px;
    width: 300px;
    box-shadow: 0px 3px 4px 6px #800083;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    margin-bottom: 250px;
    animation: fish 5s ;
}
form input{
    color:  #020238;
    font-size: 15px;
    margin-left: 40px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 15px;
    background-color: transparent;
}
form label{
    color: white;
    margin-left: 15px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.contact p{
    font-size: 25px;
    padding-top: 20px;
    color:  #020238;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    text-shadow: 2px 3px 4px white;
}
.contact button{
    background-image: url(../assets/purple2.webp);
    color: white;
    height: 40px;
    width: 120px;
    cursor: pointer;
    margin-left: 80px;
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
}

@keyframes fish {
    0%{transform: scale(0);}
    50%{transform: scale(1.4);}
    70%{transform:scale(1)}
}
footer{
    background-color: #800083;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
    
}
.x p {
    padding-top: 30px;
    color: #01011d;
    font-size: 40px;
    font-style: italic;
    text-align: center;
    margin-bottom: 0px;
}
.y p{
     color: #0c0c42;
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 0px;
}
footer a{
    font-size: 30px;
    padding: 20px;
    text-decoration: none;
    color: white;
}
.footer-icons  img {
    height: 40px;
    width: 40px;
    padding-top: 20px;
    padding-left: 20px;
    align-content: center;
}
.z p{
     color:  #020238;
    font-size: 25px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
   
 