
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    background: 0;
    box-sizing: border-box;
    
}

/* some edit*/
body {

    background: #020817;
    font-family:"Montserrat", sans-serif ;
    color: #f0f0f0;
    
    

}

a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 18px;
}

/* some edit */


/* header start*/
 


.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
   

}

.logo  {
    display: flex;
    align-items: center;
    
}

.h1-logo {
    margin-left: 0px;
    
   
}

.img-logo {
    height: 70px;

}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    
    
    
}

.links {

    display: flex;
    padding: 12px 15px;
    font-weight: 500;
    justify-content: space-between;
}

.dropdown  {
    display: none;
}


.social {
    display: flex;
    gap:30px;
    margin-right: 15px;
    
    
}

.fa-brands {
    
    font-size: 25px;
}

@media (min-width:300px) and (max-width:1000px) {

        .nav {
            display: none;

        }

        .social {
            
            gap: 15px;
            
        }

        .fa-brands {
            font-size: 20px;
        }

        .dropdown {
            display: block;
            
            

        }

        .dropdown-links{

            display:none ;
            position: absolute;
            right:0;
            top: 80px;
            width: 100%;
            border-radius: 20px;
            background-color:#07111F ;
            

        }

        .ul-drop {

            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
            
        }

        .li-drop {

            padding: 7px 9px ;
            border-radius: 20px;
        }

       .dropdown:hover .dropdown-links {
            display: block;
        }

        .dropdown-links:hover a:hover {
            color: #006CFF;
            border-bottom:1px solid  #006CFF;
           
        }

        .h1-logo {
            font-size: 20px;
            margin-left: 0;
        }

        .img-logo {
            height: 40px;
        }

}

.fa-brands {

    transition: 0.5s;
}

.fa-brands:hover {
    
    
    scale: 1.4;
}

.links {
    transition: 0.5s linear 0s;
}

.links:hover {
    
    color: #006CFF;
    border-bottom: 1px solid #006CFF;

}



.header-content {
    
    min-height: 100vh;
    background-image:url("img/hero_background.png") ;
    background-attachment:fixed ;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-left:15px ;
    border-top: 2px solid #07111F;
    
    
    
   
    
    

    
}


.content-title {
     
    
    line-height: 15px;
    margin-bottom: 10px;

    
}

.title-text {
 color: #008CFF;
 font-size: 40px;
 font-weight: 600;

    
}

.h2-content span {

    color: #006CFF;
}

.h2-content {
    font-size: 50px ;
    font-weight: 900;
    


}


.domains-text {
    font-size: 20px;
    font-weight: 600;
}

.define {
   
    margin-top: 10px;
}

.define-text {

    font-size: 20px;
    font-weight: 600;
    padding-right: 52%;
    line-height: 30px;
}



.btn-view  {

    
    color: #f0f0f0;
    background-color: #008CFF;
    padding: 12px 15px ;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s linear 0s;
    
}

.btn-view:hover {

    background-color: transparent;
    border: 1px solid #fff;
    
}


@media (min-width:300px) and (max-width:1000px) {


       .define-text {

        padding-right: 20%;
        
       }

}

/* header end */


/* about start */

#about {
    background: #030D1C;
}

.container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-text {
    
    max-width:340px;
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
    
}

.about-text span {
    color: #006CFF;
    font-weight: 700;
}

.location_born-icons {

    display: flex;
    gap: 20px;
}

.location_born-icons .fa-solid {
    color: #006CFF;
    
    
}


.about-icons {
    display: flex;
    flex-direction: column;
    gap:25px ;
    font-size: 20px;
    font-weight: 600;
    border-left: 2px solid #081A32;
    padding-left: 100px;
}

.about-icons .fa-solid {
    color: #006CFF;
}

.about-icons .fa-graduation-cap {
    color: #006CFF;
}


.z-photo {

    margin-left: 30px;
}


.z-photo img {
 
        height: 250px;
        border-radius: 15px;
        transition: 0.5s linear;
 
}


.z-photo img:hover {

    
    cursor: pointer;
    scale: 1.03;
    box-shadow: 2px 3px 10px #fff;
}




@media (min-width:300px) and (max-width:1000px) {

    .z-photo {
        display: none;
    }
}

/* about end */


/* skills start */

#skills {
    background: #061226;
    min-height: 50vh;
}




.container3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.skill-cards {

          display: flex;
          flex-wrap: wrap;
          gap: 15px;
          justify-content: space-evenly;
          align-items: center;
          min-width: 100%;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.card i {

    font-size: 50px;
    color:#006CFF ;

}



.card {

    border: 2px solid #030D1C ;
    background: #081A32;
    border-radius: 15px;
    padding: 30px 35px;
    width: 125px;
    transition: 0.3s linear 0s;
}


.card:hover {
    scale: 1.06 ;
    border: 1px solid #030D1C ;
    cursor: pointer;
    box-shadow: 0 0 10px #fff;
}

/* skills end */

/* projects atart */

#projects {
    background: #030D1C;
    min-height: 95vh;
}

.container4 {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 80vh;
        

}


.project-cards {
                       display: flex;
                       flex-wrap: wrap;
                       gap:60px;
                       align-items: center;
                       justify-content: space-evenly;
                       min-width: 100%;
                       padding-top: 30px;
                       margin-bottom: 40px;
                       
                       
}

.p-card {
                 display: flex;
                 width: 350px;
                 flex-direction: column;
                 justify-content: center;
                 align-items: center;
                 background: #061226;
                 border-radius: 15px;
                 border: 1px solid #081A32;
                 transition: 0.5s ;
                 
}

.p-card:hover {
    box-shadow: 0 0 10px #fff;
    scale: 1.03;
}

.p-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
}

.p-text p {
    
    max-width: 220px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    
}


.p-card img {
    height: 150px ;
    margin-top: 30px;
    border-radius: 15px;
    border: 1px solid #030D1C;
}

.btn-projects {
    padding: 12px 15px ;
    background: #008CFF;
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;

}


.btn-projects:hover {
    
    background: transparent;
    color: #008CFF;
    scale: 0.9;
    border: 1px solid #f0f0f0;
}




@media (min-width:300px) and (max-width:700px) {


     .project-cards {

        gap: 50px;
     }



    .p-card {
        max-width: 280px;
    }
}

/* projects end */



/* footer start */




.container5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright span {
    color: #006CFF;
    font-weight: 900;
    letter-spacing: 2px;
    
}

.author-logo img {
    height: 50px;
}

.author {
    font-size: 20px;
    font-weight: 500;
}

footer {
    
    border-top:2px solid rgba(0, 217, 255, 0.20);
}

@media (min-width:300px) and (max-width:490px)  {

      .author {

        font-size: 16px;
        font-weight: 400;
      }

      .copyright {

        font-size: 16px;
      }

      .copyright span {
        letter-spacing: 1px;
      }

      .author-logo img {
          height: 25px;

      }

}


/* footer end */
