
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,800;1,500&family=Reem+Kufi:wght@500&display=swap');



nav{
    position: absolute;
    right: 10px;
    position: fixed;

}
*{
    margin: 0;

}
nav a{
    text-decoration: none;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
}
section{
    background-color: plum;
    height: 100vh;
    width: 100%;
}
.home{
    display: flex;
    align-items: center;
    justify-content: center;

}
.section-text h2{
    font-size: 30px;
    font-family: 'Reem Kufi', sans-serif;
    
}

.section-text h1{
    font-size: 80px;
    font-family: 'Reem Kufi', sans-serif;
    font-weight: 700;
}
.primary-text{
    font-size: 40px;
    font-family: 'Reem Kufi', sans-serif;
    color: lightgrey;
}
.about{
    height: 100vh;
    width: 100%;
    background-color: purple;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.aboutimg{
    height: fit-content;
    width: 400px;
    margin-top: 20px;
}
.about p{
    font-size: 30px;
    font-family:'Reem Kufi', sans-serif;
    color: lightgray;
    width: 800px;
    text-align: center;
    font-weight: 100;

}

 .section-text svg{
    position: relative;
    left: 220px;
    top: 100px;
    animation: pop 2s ease-in-out infinite alternate;
    
}
@keyframes pop{
  from{
    transform: translateY(0);
  }
  to{
    transform: translateY(10px);
    
  }
}
/* .project-container{
    height: 100vh;
    width: 100%;
    background-color: rgb(227, 103, 147);
    align-items: center;
}
.contact-container{
    height: 100vh;
    width: 100%;
    background-color: rgb(235, 168, 211);
}
.project-container h1{
    align-items: center;
    font-family:'Reem Kufi', sans-serif; 
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 50px;
}

.project-container h2{
    font-family:'Reem Kufi', sans-serif; 
    justify-content: center;
    font-size: 40px;

} */

/* .project-container p{
    font-family:'Reem Kufi', sans-serif; 
    justify-content: center;
    font-size: 30px;
    display: flex;
    flex-direction: column;


} 

 */

.up{
    position: absolute;
    left: 1400px;
    top: 1075px;
}
.down{
    position: absolute;
    left: 1400px;
    top: 1125px;
}

.project-container{
    background-color: rgb(250, 196, 196);
    padding-top: 30px;
    height: 100vh;
    width: 100%;
}

.project-container h2{
    font-family: 'Merriweather', serif;
    font-size: 60px;
    padding-left: 600px;
    padding-top: 10px;
    padding-bottom: 50px;
    color: rgb(134, 51, 70);
}

.project-container img{
    height: 300px;
    width: 500px;
    margin-left: 100px;
    margin-top: -20px;
    
}

.details input{
    background-color: rgb(235, 168, 211);
    width: 150px;
    height: 40px;
    border-radius: 30px;
    padding-top: -198px;
    

}

.p1{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-evenly; */
}

.p1 h2{
    color: rgb(89, 9, 129);
    font-size: 50px;
    padding-left: 50px;
}

.details{
    padding-left: 160px;
}

.details a{
    padding-left: 50px;
}

.up1{
    position: absolute;
    left: 1400px;
    top: 1625px;
}
.down1{
    position: absolute;
    left: 1400px;
    top: 1700px;
}
.contact-container{
    justify-content: center;
    display: flex;
   align-items: center;
}


.contact-container{
    background-color: rgb(227, 103, 147);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly; 
       
}
.contact-container a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-container h2{
    font-size: 60px;
    color: darkblue;
    font-family: 'Tiro Devanagari Sanskrit', serif;
    align-items: center;
}
.up2{
    position: absolute;
    left: 1400px;
    top: 2200px;
}
  