
*{
 font-family:"Poppins",sans-serif; 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
list-style: none;
text-decoration: none;
color: rgb(255, 255, 255);
border-radius: 10px;
text-align: center;
transition: 0.3s ease;



}
html{
    background-image: url(../img/n.png);
    scroll-behavior: smooth;
    overflow-x: hidden;
    
   
    
}
body{
    margin: 0 10px 0 10px;

    padding-top: 10px;
    
}
/* section-1 */
.spiral{

margin: -100px 0px 0px 0px;
width: 100%;
}
.section_1{
    width: 100%;
    height: 25%;
    color: white;
    position: relative;

}
.fade-in { opacity: 0; transform: translateY(20px); transition: all 0.6s ease-out; }
.fade-in.show { opacity: 1; transform: translateY(0); }


nav,.nav{
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    font-size: 20px;
    border: none;
    z-index:1000;
   

}

a{
 
    color: white;
    border-bottom: #ffffff;
    
    
}
.menu:hover{
    background: linear-gradient(90deg, #a915e4, #2109ff);
    background-clip: text;
  -webkit-text-fill-color: transparent;

  
}
.ham{
    display: none;
    
}

 



.logo{
   font-family: Verdana, Geneva, Tahoma, sans-serif;position: relative;left: 20px;top: -10px;
   font-size: larger;
}
.slogan{
    font-family: "Noto Sans","Google sans", sans-serif;
    text-shadow: -2px 5px 13px rgba(0, 0, 0, 0.62);
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    color: hsl(0, 0%, 100%);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.buttn{
    font-size: 20px;
   padding: 2%;
    color: rgb(255, 255, 255);
    background-color: blue;
    width: 150px;
    text-align: center;
    border-radius: 40px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    

}
/* section-2 */
.design{
    /* section2_img1 */
    width: 100%;
    height: auto;  
}
.section_2{margin-top: 100px;width: 100%;height: 800px;
    margin-bottom: 100px;
  

}
.bento_side_l{
    background-color: rgba(56, 54, 54, 0);
        width:29.5%;
        height: 300px;
    z-index: 0;
    
}

.sec3_para{
    width: 80%;
    height: auto;
    margin: 20px auto;
    font-size: 18px;
    word-spacing: 8px;
    line-height: 1.6;
    text-align: justify;
    padding: 10px;
    color: white; 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.8); 
    padding: 20px;
        margin: 10px auto; 
    text-align: center;
    z-index: 1000;


}

.sec3_para2{
    width: 90%;
    height: auto;
    font-size: 18px;
    word-spacing: 8px;
    line-height: 1.8;
 padding: 20px;          /*here sec3_para is txt of sec2 */
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    text-align: center;
}
.bento_bottom_l{
    width: 29.5%;
    position: relative;
    top:-200px;
    left: 69.5%;
height:300px;
}
 /* section2_img2 */
#ui{
width: 100%;
height: auto;
}    
   

/* section-3_ABOUT */

.section_3{
    width: 100%;
    height: auto;
    background-image: url(../img/u.png);
    
    background-size: cover;
    margin-top: 10px;
    display: flex;
  
}
.s3_img{
    width: 100%;
    height: 460px;
    position: relative;
    top: 20px;
    left: 20px;
}

.s3_txt{
    background: rgba( 255, 255, 255, 0.1 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
   height:auto;
    margin:10px 20px 0 20px;
    width: 70%;
    font-weight:0;
    
    color: antiquewhite;
    position: relative;
    padding: 1%;
    font-size: 20px;
    line-height: 30px;
  word-spacing: 10px;
  transition: 1s ease;
 
}
.s3_txt:hover{
      box-shadow: 0 8px 32px 0 blueviolet;
}
.s3_txt:hover{
    z-index: 1000;
    
}
.card_link_s3{
                font-size: 20px;
                padding: 2%;
                 color: rgb(0, 0, 0);
                 background-color: rgb(255, 255, 255);
                 width: 150px;
                 text-align: center;
                 border-radius: 40px;
                 font-weight: 900;
               
                 position: relative;
                 top:0; 
                 left: 0%;
                 transform: translate(-50%, -50%);
                 list-style: none;
}
/* section4_contact_redirection */
.section_4{
    width: 100%;
    height:auto;
background-image: url(../img/nnnoise.png);
    margin-top: 10px;
    display: flex;
}
.s4_img{
    width: 100%;
    height: auto;
    position: relative;
    top: -20px;
    left: 20px;
   
    
    
}
form{
    position: relative;
    width: 100%;
    top: 100px;
    left: 10%;
    font-size: 3vh;
}
.form_lable{
    font-size: 20px;
    position: relative;
    right:20%;
    bottom:10px;
}
.email{
    width: 400px;
    position: relative;
    top: 0%;
    left: 30%;
    border-radius: 10px;
    border: none;
    height: 40px;
    background-color: white;
    height: 40px;
    color: rgb(92, 91, 91);
    font-size: 15px;
    text-align: center;

}
.username{
    text-align:  center;
    font-size: 15px;
    width: 400px;
    position: relative;
    left: 30%;
    border-radius: 10px;
    border: none;
    background-color: white;
    height: 40px;
    color: rgb(83, 82, 82);

}
.email:focus{
    outline:1px solid rgb(155, 1, 185);
}
.username:focus{
    outline:1px solid rgb(155, 1, 185);
}
.send{
    font-size: 20px;
    padding: 1%;
     color: rgb(255, 255, 255);
     background-color: blue;
     width:150px;
     text-align: center;
     border-radius: 40px;
     /* position: absolute;
     top: 0%; */
     /* left:57%;
     border: none;
     transform: translate(-50%, -50%); */
}
/* section_footer */
footer{
    width: 100%;
    height: 500px;
    
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    
}
/* section_skills */
.section_skills{
    width: 100%;
    height: 700px;
    background-image: url(../img/llline.png);
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 2em;
    background-position: center;
 background-size: cover;
 align-items: center;
 text-align: center;
 list-style: disc;
}

.card{
    width: 25%;
    height: 600px;
background: rgba(255, 254, 254, 0.199);
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur(0px );
-webkit-backdrop-filter: blur( 0px);
    margin-top: 50px;
    padding: 10px;
    border:1px solid blueviolet
}
.card_link_li{
    list-style-type: none;
    
}
.card:hover{
    width: 26%;
   box-shadow: 0 8px 32px 0 blueviolet; 
}


.card>ul>li{
list-style: disc;
    padding-right: 50px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
    text-align:center;
    
}
.card_link{
    font-size: 20px;
                padding: 5%;
                 color: rgb(0, 0, 0);
                 background-color: rgb(255, 255, 255);
                 width: 150px;
                 text-align: center;
                 border-radius: 40px;
                 font-weight: 900;
                 position: absolute;
                 top: 87%;
                 left: 50%;
                 transform: translate(-50%, -50%);
             list-style: none;
}


.card_link:hover{
    background-color: black;
    color: aliceblue;
}
.card_link_s3:hover{
    background-color: black;
    color: aliceblue;
}
.section_about{
    width: 100%;
    height: 500px;
    background-color: rgb(150, 150, 150);
    margin-top: 10px;
     
}
/* social media  icons*/
.social-footer {
  
  border-radius: none;
  padding: 20px 20px;
  text-align: center;
}

.social-footer h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.social-icons a img {
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.social-icons a:hover img {
  transform: scale(1.2);
}
