*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
}
html{
    font-size: 70%;
}
:root{
    --bg-color:#1d1c1c;
    --sec-color:#141E30;
    --sec2-color:#151616b7;
    --main-color:#b334ee;
    --text-color:#f5f0f4;
    --main-color2:#9e077dd2;
    --blur-color:#1a1818a6;
    --jinlo-co:linear-gradient(to right, #080220 , #0c1f31, #220b0e);
}
body{
    background: linear-gradient(to right, #141E30,#243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#particles-js{
 
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--sec2-color);
    padding: 2.6rem 9%;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.images-loges img{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5rem;
    bottom: 2.8rem;
    
animation: jinwiil 2s linear infinite;
    
}
@keyframes jinwiil{
    from{
        rotate:0;
    }
    to{
        rotate:360deg;
    }
}
nav .logo{
    color: var(--main-color);
    font-size: 2rem;
    font-weight: 900;
}
.links{
    display: flex;
    align-items: center;
    
}
.links li{
    list-style: none;
    
}
.links li a{
   margin: 0 1rem;
   color: var(--text-color);
   font-size: 1.3rem;
   transition: .3s ease;
   
}
.links li a:hover{
    border-bottom: 3px solid var(--main-color);
    
    
}
.realTime{
    font-size: 1.4rem;
    font-weight: 700;
    /* background: var(--main-color); */
    padding: 0;
    color: var(--main-color);
    
}
.toggleMenu{
    border: 0;
    background: transparent;
    cursor: pointer;
    display: none;
}
.bar{
    display: block;
    height: 3px;
    width: 22px;
    background: var(--text-color);
    margin: 5px auto;
    
}
        section{
            min-height: 100vh;
            width: 100%;
            position: relative;
            

        }
      .bg-background{
      width: 100%;
      height: 100vh;
      position: absolute;
      z-index: -10;
       left: 0;
      right: 0;
}
   .bg-background video{
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100vh;

}
        .landing-home{
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            background: var();
            gap:3rem;
            

        }
        .landing-home .landing-page{
            width: 700px;
            text-align: center;
            margin-right: 4rem;
            color: var(--text-color);
            
        }
        .landing-page h1{
            text-align: center;
            font-size: 2.4rem;
            width: 100%;
            padding-bottom: 1.3rem;
            margin: 0 1rem;
            padding-top:3rem;
        }
        .landing-page p{
            text-align: left;
            padding-left: 1rem;
            line-height: 20px;
            letter-spacing: 1.2px;
            padding-bottom: 10px;
            font-size: 1.4rem;
        }
        .landing-page .hype-text{
            display:flex;
            gap: 3rem;
            padding: 1.4rem 1rem;
            
        }
        .hype-text h3{
            padding-top: 1rem;
            position: relative;
            width: 100%;
            text-align: center;
            font-size:1.5rem;
            
        }
        .hype-text h3:nth-child(1){
            margin-left: 2rem;
            
        }  
        .hype-text i{
            color:var(--main-color);
            margin-right: 6px;
            font-size: 1.4rem;
        }      
        .landing-page2{
            width: 300px;
            color: var(--text-color);
            padding-top: 2rem;
            
        }
        .landing-page2 h5{
        padding: 1.5rem;
        margin: 5px 0;
        background: var(--sec-color);
        border-radius: 10px;
        position: relative;
        font-size: 1.2rem;
        }
        .landing-page2 h5:nth-child(1)::before{
            content: '';
            height: 30px;
            width: 30px;
            position: absolute;
            background:var(--sec-color);
            left: -2.6rem;
            bottom: 1.3rem;
            border-top-left-radius:1rem ;
            border-bottom-left-radius:1rem ;
        }
        .landing-page2 h5:nth-child(2)::before{
            content: '';
            height: 30px;
            width: 30px;
            position: absolute;
            background:var(--sec-color);
            left: -2.6rem;
            bottom: 1.3rem;
            border-top-left-radius:1rem;
            border-bottom-left-radius:1rem ;
        }
        .landing-page2 h5:nth-child(3)::before{
            content: '';
            height: 30px;
            width: 30px;
            position: absolute;
            background:var(--sec-color);
            left: -2.6rem;
            bottom: 1.3rem;
            border-top-left-radius:1rem ;
            border-bottom-left-radius:1rem ;
        }
        .landing-page2 h5 img{
            position: absolute;
            width: 25px;
            height: 25px;
            margin-top: .4rem;
            left: -2.3rem;
        }
       .social-icons{
    display: inline-flex;
    padding: 10px 10px;
    text-align: center;
   
}
.social-icons a{
    background: transparent;
    padding: .8rem;
    align-items: center;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    margin: .6rem 0.2rem;
    font-size: 1rem;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    transition: .3s ease;
    
}
.social-icons a:hover{
    background: var(--main-color);
    color: var(--sec-color);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 0 25px var(--main-color);
}
.music button:hover{
   box-shadow: 0 0 25px var(--main-color);
}
.music img{
    width: 5vw;
    position: fixed;
    left: 15px;
    bottom: 8rem;
    z-index: 999;
}
#btn-toggle{
    background: var(--jinlo-co);
    padding: 10px 20px;
    left: 10px;
    bottom: 4rem;
    display: block;
    border: 2px solid var(--main-color);
    position: fixed;
    border-radius: 10px;
    color: var(--main-color);
    cursor: pointer;
    outline: none;
    transition: .3s ease-in-out;
    z-index: 999;

}
.audio-player{
    flex-direction:column;
    text-align: center;
    padding: 1.5vw 3vw 1vw;
    border-radius: 1rem;
    background:var(--jinlo-co);
    position: fixed;
    bottom: 4rem;
    left: 1rem;
    border: 2px solid var(--bg-color);
    box-shadow:  0 0 25px var(--main-color);
    z-index: 9999;

}
.audio-player img{
    height: 6vw;
    bottom: 1rem;
    width: 4vw;
    left: 0;
    position: absolute;
    z-index: 99;
}
.audio-player p{
    color: var(--main-color);
    top: 1.3rem;
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 9px;
    /* position: absolute; */
}
#Player{
    display:none;
    transition: .4s ease;
}
.audio-player h4{
    margin-bottom: 15px;
    color: var(--main-color);    

}
.controls button{
    padding:.7vw 1vw;
    margin: 3px;
    color: var(--main-color);
    background: var(--sec-color);
    border: none;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
    z-index: 9999;
}
.controls #prev-btn{
    z-index: 999999999;
} 
       @media(max-width:980px){
        section{
            overflow: hidden;
        }
        .landing-home{
            width: 100%;
            min-height: 100vh;
            gap:1rem;
           
        }
        .landing-home .landing-page{
            width: 100%;
            margin-right: 2rem;            
        }
        .landing-page h1{
            font-size: 1.8rem;
            width: 100%;
            padding: 1rem;
            font-size: 2rem;
            
        }
        .landing-page p{
            text-align: left;
            padding-left: 1.9rem;
            letter-spacing: 1.2px;
            padding-bottom: 0;
            width: 100%;
            padding-top: 1rem;
            margin-bottom: 2rem;
            font-size: 1.2rem;
            
        }
        .landing-page .hype-text{
            gap: 1rem;
            padding: 1.2rem .6rem;
            
        }
        .hype-text h3{
            padding-top: 1rem;
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 1.2rem;
            margin: 0;
        }
        
        .landing-page2{
            width: 400px;
            font-size: 1.2rem;
            color: var(--text-color);
            padding: 0;

            
        }
        
       }
       @media(max-width:780px){
        .learn{
            left: -.5rem;
            bottom: .5rem;
       }
        
       }
       @media(max-width:660px){
        section{
            font-size: 90%;
            overflow: hidden;
        }
        .landing-home{
            flex-direction: column;
            font-size: 80%;
            width: 100%;
        }
        .landing-page h1{
            font-size: 1.6rem;
            padding-top: 5.5rem;
            margin-top: 2.8rem;
        }
        .landing-page p{
            
            
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 2rem;
            width: 400px;
            
           
        }
        .landing-page2{
            width: 300px;
            color: var(--text-color);
            padding-bottom: 1rem;
            
        }
        .landing-page2 h5{
        font-size: 12px;
       
        }
        
      
        .landing-page2 h5:nth-child(1)::before{            
            top: 1.7rem;     
                   
        }
        
        .landing-page2 h5:nth-child(2)::before{            
            top: 1.7rem;       
        }
        .landing-page2 h5:nth-child(3)::before{            
            top: 1.7rem;            
        }
        .landing-page .hype-text{
            display:flex;
            gap: 2rem;
            padding: .5rem 1rem;
            margin-top: 2rem;

            
            
        }
        .hype-text h3{
            font-size: 1.3rem;
        }
       }


/* section{
    min-height: 100vh;
    width: 100%;
}
.Home{
    /* background: var(--jinlo-co); 
    color: var(--text-color);
    align-items: center;
    display: flex;
    justify-content:center ;
    flex-direction: column;
    width: 100%;

}
.image-land-pg img{
    width: 20vw;
    height: 12vw;
    margin-bottom: 50px;
    border-radius: 5%;
    right: 8rem;
    top: 10rem;
    position: absolute;
    animation: jinwii 9s linear infinite;
    /* z-index: -999; 
}
/* .image-land-pg img:nth-child(1){
    animation: ogi91 4s linear infinite;
    overflow: hidden;
    /* left: 10rem; 
} 

@keyframes jinwiil{
    from{
        rotate: 0;
    }
    to{
        rotate: 360deg;
    }
}
@keyframes ogi911{
    from{
        left: 4rem;
    }
    to{
       left: 50rem;
    }
}
.main-text{
    font-size: 3rem;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 8rem;
    font-weight: 500;
}
.social-icons{
    display: inline-flex;
    /* padding: 10px 10px; 
    text-align: center;
   
}
.social-icons a{
    background: transparent;
    padding: .8rem;
    align-items: center;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    margin: .6rem 0.2rem;
    font-size: 1rem;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    transition: .3s ease;
    
}
.social-icons a:hover{
    background: var(--main-color);
    color: var(--sec-color);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 0 25px var(--main-color);
}
.btn-group{
    display: block;
    /* background: var(--main-color); 
    margin-top: 30px;
    
    
}
.btn-group a{
    background: var(--jinlo-co);
    padding: 10px 20px;
    border: 2px solid var(--main-color);
    cursor: pointer;
    border-radius: 10px;
    color: var(--main-color);
    margin: 5px;
    transition: .3s ease-in-out;
    


}
.btn-group a:hover{
    box-shadow: 0 0 25px var(--main-color);
}
.music button:hover{
   box-shadow: 0 0 25px var(--main-color);
}
.music img{
    width: 5vw;
    position: fixed;
    left: 15px;
    bottom: 8rem;
}
#btn-toggle{
    background: var(--jinlo-co);
    padding: 10px 20px;
    left: 10px;
    bottom: 4rem;
    display: block;
    border: 2px solid var(--main-color);
    position: fixed;
    border-radius: 10px;
    color: var(--main-color);
    cursor: pointer;
    outline: none;
    transition: .3s ease-in-out;
    z-index: 999;

}
.bg-background{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -10;
    left: 0;
    right: 0;
}
.bg-background video{
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100vh;

}
.realTimeip{
    z-index: 9;
    left: 1rem;
    top: 9rem;
    font-size: 1.2rem;
    position: absolute;
    /* color: var(--main-color); 
    font-weight: 800;
    background: var(--blur-color);
    padding: 1rem 2rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
}
.realTimeip span{
    color: var(--main-color);
}

.audio-player{
    flex-direction:column;
    text-align: center;
    padding: 1.5vw 3vw 1vw;
    border-radius: 1rem;
    background:var(--jinlo-co);
    position: fixed;
    bottom: 4rem;
    left: 1rem;
    border: 2px solid var(--bg-color);
    box-shadow:  0 0 25px var(--main-color);
    z-index: 9999;

}
.audio-player img{
    height: 6vw;
    bottom: 1rem;
    width: 4vw;
    left: 0;
    position: absolute;
    z-index: 99;
}
.audio-player p{
    color: var(--main-color);
    top: 1.3rem;
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 9px;
    /* position: absolute; 
}
#Player{
    display:none;
    transition: .4s ease;
}
.audio-player h4{
    margin-bottom: 15px;
    color: var(--main-color);    

}
.controls button{
    padding:.7vw 1vw;
    margin: 3px;
    color: var(--main-color);
    background: var(--sec-color);
    border: none;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
    z-index: 9999;
}
.controls #prev-btn{
    z-index: 999999999;
} */
 .About{
    width: 100%;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.About h1{
    margin-bottom: 20px;
    font-size: 4rem;
}
.About span{
  color:  var(--main-color);
  font-weight: 800;
}
 .about-content{
    
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: zx;
    padding: 1rem;
    gap: 10rem;
 }
 .about-content img{
    width: 25vw;
    height: 40vh;
    /* margin-left: 5rem; */
    border-radius: 2rem;
    /* margin-right: -8rem; */
    
 }
.about-info{
    /* background: var(--blur-clor); */
    /* padding: 4rem 2rem; */
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 2rem;
    border-radius: 2rem;
    
}
.about-info h2{
    font-size: 3rem;
    margin-bottom: 1px;
}
.about-info h3{
    font-size: 2.2rem;
    margin-bottom: 5px;
}
.about-info p{
    font-size: 1.5rem;
    width: 400px;
}
.learning-from-me button{
    padding-top: 3rem 0;
    display: inline-flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: .6rem 2rem;
    border-radius: .6rem;
    border: 2px solid var(--main-color);
    background: var(--sec-color);
    transition: .3s ease;
}
.learning-from-me button:hover{
    box-shadow: 0 0 25px var(--main-color);
    background:var(--jinlo-co) ;
}
button a{
    text-decoration: none;
    color: var(--text-color);
}
.Skills-for-Me{
    margin-bottom: 10px;
    display: inline-flex;
    flex-direction: column;
}
.Skills-for-Me button{
  padding: .4rem 1rem;
  border: 2px solid var(--main-color);
  background: var(--blur-color);
  margin: 2px 1px;
  border-radius: 5px;
  transition: .3s ease;
}
.Skills-for-Me button:hover{
    box-shadow: 0 0 25px var(--main-color);
}

/* service styling starts here whatsapp me on +254769365617 or +254743711069*/

.Services{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    color: var(--text-color);
   
}
.Services .bg-background video{

}
.Services h1{
    padding-top: 0rem;
    margin-bottom: 20px;
    font-size: 4rem

}
span{
    color: var(--main-color);
}
.Some-services{
  display:grid;
  grid-template-columns:repeat(3,1fr) ;
  gap: 2rem;
  width: 100%;
  flex-direction: column;
  margin-top: 0;
  padding: 0 10%;

}
.project-card{
    background: var(--blur-color);
    padding: 2rem 5rem 2rem;
    color: var(--text-color);
    border-radius: 1rem;
    line-height: 16px;
    border: 2px solid var(--main-color);
}
.project-card h3{
  font-size: 2rem;
  color: var(--main-color2);
  margin-bottom: 13px;
  position: relative;
  text-align: center;
  
  

}
.project-card h3::after{
    content: "";
    width: 100px;
    height: 3px;
    bottom: -5px;
    position: absolute;
    background:var(--main-color2);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    

}
.project-card p{
    font-size: 1.3rem;
}
.project-card button{
    background: var(--jinlo-co);
    padding: .3rem 2rem;
    border-radius: 6px;
    border: 2px solid var(--main-color);
    margin-top: .3rem;
    position: relative;
    cursor: pointer;
}
/* project section here*/
.project911{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--jinlo-co);
    min-height: 100vh;
    width: 100%;
    flex-direction: column;
    animation: JinwiilImages 8s linear infinite;
}
@keyframes JinwiilImages{
            0%{background-image: url("./images/Jinwiil1 (83).jpg");}
            33%{background-image: url("./images/Jinwiil1 (84).jpg");}
            66%{background-image: url("./images/Jinwiil1 (85).jpg");}
            100%{background-image: url("./images/Jinwiil1 (86).jpg");}

        }
.project911 h1{
    font-size: 4rem;
    margin-bottom: 10px;
    color: var(--text-color);
}
.project-container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 2rem;
    /* overflow: hidden;*/
    width: 70%;
    transition: .2s;
    margin-bottom: 2rem;
    

}
.img-project img{
   width: 100%;
   height: 20rem;
   border-radius: 2rem;
   display: block;
   object-fit: cover;
   position: relative;
   
}
.project-content-card{
    border: 2px solid var(--main-color);
    border-radius: 2rem;
    position: relative;
    text-align: center;
    overflow: hidden;
    
}
.project-infoma{
    position: absolute;
    bottom: 0;
    background: var(--blur-color);
    width: 100%;
    height: 35%;
    padding: 2rem 10px;
    color: var(--text-color);
    transition: .5s ease;
}
.project-content-card:hover .project-infoma{
    height: 100%;
}
.project-infoma h2{
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.project-infoma p{
    font-size: 1.2rem;
}
.project-infoma button{
    padding: .5rem 2.3rem;
    background: var(--jinlo-co);
    margin-top: 2rem;
    border: 2px solid var(--main-color2);
    border-radius: 6px;
    transition: .3s ease;
    cursor: pointer;
}
.project-infoma button:hover{
    box-shadow:  0 0 25px var(--main-color);
    transform: scale(1.2);
}
.advice-icon{
    display: block;
    margin-top: 3rem;
    /* position: absolute;
    text-align: center;
   
    transform: translateX(15%); */
}
.advice-icon a{
    padding: 2px;
    
    background: transparent;
    
    border-radius: 45%;
    color: var(s);
    box-sizing: border-box;
    margin: 0 2px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    position: relative;
    transition: .3s ease;
    font-size: 1.4rem;
    
}
/* .advice-icon a i{
    text-align: center;
    font-size: 1.4rem;

} */
 .advice-icon a:hover{
    background: var(--main-color);
    color: var(--bg-color);
    transform: scale(1.2);
    box-shadow: 0 0 25px var(--main-color);
 }
 

 .footer{
    width: 100%;
    height: 100px;
    text-align: center;
    background: var(--sec-color);
 }
 .footer p{
    color: var(--text-color);
    font-size: 1.6rem;
    padding-top: 1rem;
 }
 .social-icons b{
    color: var(--text-color);
 }
/* Contributors sytles here*/


 .contributor{
    position: relative;
    
}
.contributor video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
     width: 100%;
     height: 100%;
     z-index: -1;
}
.contributor h1{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--text-color);
    padding-top: 9rem;
    
   
    
}
.contributors{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin: 0;

    
}
.sub-contributors{
    
    height: 400px;
    width: 600px;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    
}
.sub-contributors video{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.sub-contributors h2{
    position: absolute;
    bottom:10rem;
    left:2rem;
    font-size: 2rem;
    font-weight: 800;
}
.sub-contributors p{
    position: absolute;
    bottom: 3rem;
    left: 2rem;
    font-size: 2rem;
    padding-bottom: 1.9rem;
    /* color: var(--bg-color); */
    font-weight:600;
}
.sub-contributors a{
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    border-radius: 10px;
    font-size: 1.4rem;
    padding: 10px 2.5rem;
    text-decoration: none;
    background-color: var(--sec-color);
    color: var(--text-color);
    cursor: pointer;
    
}
.sub1-cobtributors{
    height: 400px;
    width: 300px;
}

.sub2-contributors{
    height: 50%;
    position: relative;
    padding-top: rem;
    border: 2px solid var(--main-color);
    margin: 5px;
    border-radius: 2rem;
}
.sub2-contributors h2{
    position: absolute;
    bottom:8rem;
    left:2rem;
    font-size: 2rem;
    font-weight: 600;
}
.sub2-contributors:nth-child(1){
    background-color: var(--bg-colo)
}
.sub2-contributors p{
    position: absolute;
    bottom: 4rem;
    left: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.sub2-contributors a{
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    text-decoration: none;
    padding: 10px 30px;
    background: var(--sec-color);
    border-radius: 10px;
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--text-color);
}
@media(max-width:980px){
.sub-contributors{
    
    height: 400px;
    width: 400px;
   
    
}
}
@media(max-width:723px){
.sub-contributors{
    
    height: 400px;
    width: 350px;
}
.sub-contributors h2{
    
}
.sub-contributors p{
  
    font-size: 1.8rem;
    padding-bottom: 2rem;
    /* color: var(--bg-color); */
    font-weight:520;
}
}
@media(max-width:680px){
    .contributor video {
    object-fit: cover;
     width: 100%;
     min-height: 130%;
}
.contributors{
    width:100%;
    flex-direction: column;
}
.sub-contributors{
    height: 350px;
    width: 300px;
}
.contributor h1{
    margin-bottom: 2rem
}
.sub-contributors h2{
    padding-bottom:2rem
}
.sub-contributors p{
  
    font-size: 1.9rem;
    padding-bottom: 1.9rem;
    /* color: var(--bg-color); */
    font-weight:520;
}
.sub2-contributors:nth-child(2){
    padding-bottom: 2rem;
}
.sub1-cobtributors{
    margin-bottom: 5rem;
}
}






/*Contributors style here*/












/* here is at media query for mobile phones  */
@media(max-width:1360px){
 .bg-background video{
    object-fit: cover;
    top: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    min-height: 100vh;
   
}
.audio-player img{
    height: 60px;
    bottom: 1rem;
    width: 40px;
    left: -2px;
    position: absolute;
}
}

@media(max-width:1024px){
    .textTimeHome{
        grid-template-columns:repeat( 2, 1fr);
    }
    nav{
        padding: 2.6rem 5%;
    }
    .image-land-pg img{
    width: 150px;
    height: 140px;
    margin-bottom: 20px;
    right: 2rem;
}
.bg-background video{
    object-fit: cover;
    top: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    min-height: 100vh;
   
}
.About{
    flex-direction:column;
    width: 100%;
}
.About h1{
    padding-top: 8rem;
    margin-bottom: 2px;
    font-size: 2.2rem;
}
.About span{
  color:  var(--main-color);
  font-weight: 800;
}
 .about-content{    
    flex-direction: column;
    gap: 10px;
    
 }
 .about-content img{
    width: 300px;
    height: 200px;
    border-radius: 2rem;
    margin-bottom: 20px;
    
 }
 .about-info{
    /* background: var(--blur-colo); */
    /* padding: 4rem 2rem; */
    padding-top: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 2rem;
    
}
.about-info h2{
    font-size: 2rem;
    margin-bottom: 0px;
}
.about-info h3{
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.about-info p{
    font-size: 1.5rem;
    width: 400px;
}
.learning-from-me button{
    padding-top: 1rem 0;
    display: inline-flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: .6rem 2rem;
    border-radius: .6rem;
    border: 2px solid var(--main-color);
    background: var(--sec-color);
}
button a{
    text-decoration: none;
    color: var(--text-color);
}
.Skills-for-Me{
    margin-bottom: 10px;
    display: inline-flex;
    flex-direction: column;
}
.Skills-for-Me button{
  padding: .4rem 1rem;
  border: 2px solid var(--main-color);
  background: var(--blur-color);
  margin: 2px 1px;
  border-radius: 5px;
}
.audio-player img{
    height: 50px;
    bottom: 1rem;
    width: 30px;
    left: -2px;
    position: absolute;
    z-index: -1;
}
.Some-services{
    grid-template-columns:repeat(2,1fr) ;
}
.project-container{
    grid-template-columns: repeat(2,1fr); 

}
.project911 h1{
    padding-top: 8rem;
}

}



@media(max-width:900px){
    .audio-player{

    }
    .audio-player img{
    height: 30px;
    bottom: 1rem;
    width: 20px;
    left: -5px;
    position: absolute;
}

.project-card p{
    font-size: 1.2rem;
 }
    .project-card p{
    font-size: 1.3rem;
}

}

@media(max-width:770px){
    .toggleMenu{
        display: block;
    }
    .links{
        top: 0;
        right: 0;
        position: absolute;
        display:none;
        align-items: flex-end;
        justify-content: flex-start;
        background: var(--blur-color);
        backdrop-filter: blur(10px);
        height: 250px;
        width: 200px;
        padding: 1rem 1rem;
        margin: 8.4rem 0;
        border-bottom-left-radius: 2rem;
        border-bottom: 2px solid var(--main-color);
        border-left: 2px solid var(--main-color);
        /* z-index: 999%; */

    }
    .links li{
        margin: 1.8rem 0;
        display: block;
    }
    .links.active{
        display: block;
    }
    .toggleMenu.active .bar:nth-child(2){
        opacity: 0;
    }
    .toggleMenu.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .toggleMenu.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    /* @media(max-width:1024px){
    .textTimeHome{
        grid-template-columns:repeat( 1, 1fr);
    } */
     .image-land-pg img{
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
.bg-background video{
    object-fit: cover;
    top: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    min-height: 100vh;
   
}
@keyframes ogi911{
    from{
        left: 4rem;
    }
    to{
       left: 30rem;
    }
}
.realTimeip{
    font-size: 90%;
    margin-top: 1.2rem;
    padding-bottom: 2rem;
}
.main-text{
    font-size: 25px;
    margin-bottom: rem;
}
.social-icons{
 border-bottom: 8rem;
}
.social-icons a{
    font-size: 90%;
    border:1px solid var(--main-color);
    
}
.btn-group{
    font-size: 90%
}
  .audio-player img{
    height: 12vw;
    bottom: 1rem;
    width: 8vw;
    left: -5px;
    position: absolute;
    z-index: -1;
}
.music img{
    width: 6vw;
    height: 109px;
    position: fixed;
    left: 15px;
    bottom: 8rem;
}
.Services h1{
    font-size: 2.3rem;
    padding-top: 5rem;
    margin-bottom: 5px;
}
.Some-services{
    grid-template-columns:repeat(1,1fr) ;
}
.project-card{
    gap: 1rem;
    margin: 0;
    padding:2rem 2rem 1rem;
}
/* .project-card{
    background: var(--blur-color);
    padding: 2rem 5rem 2rem;
    color: var(--text-color);
    border-radius: 2rem;
    line-height: 16px;
    border: 2px solid var(--main-color);
} */
.project-card p{
    font-size: 1.2rem;
    
}
.Services.bg-background video{
    object-fit: cover;
    top: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    min-height: 100vh;
   
}
.project-container{
    grid-template-columns: repeat(1,1fr); 

}
.images-loges img{
    
    left: 3rem;
}

}