/* navbar star */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Playwrite+AR:wght@100..400&family=Playwrite+BE+VLG:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik+Wet+Paint&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playwrite+AR:wght@100..400&family=Playwrite+BE+VLG:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik+Wet+Paint&display=swap');

*{
    font-family: "Poppins", sans-serif;
    /* border: 1px solid white; */
}
*:root{
 
    --grey-clr:#898989;
    --dark-blue-clr:#141f2b;
    --sky-clr:#1e93f3;
--dark-grey-clr:#233244;
--white-clr:#ffffff;
}

.bg-grey{
    background: var(--grey-clr);
}.bg-dark-grey{
  background: var(--dark-grey-clr);
}
.bg-sky{
    background: var(--sky-clr);
}.bg-dark-blue{
    background: var(--dark-blue-clr);
}
.txt-blue{
    color: var(--dark-blue-clr);
}

.txt-sky{
    color: var(--sky-clr);
}
.txt-grey{
    color: var(--grey-clr);
}
img{
max-width: 100%;
height: auto;

}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.text1{
 font-family: "Rubik Wet Paint", system-ui;
}.text-color{
    font-weight: bold;
   
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 2.5rem;
    position: static;
}.navlink{
    color: white;
}
.nav-link:hover{
  background: transparent;
  color: var(--sky-clr) !important;
}

.image-container{
width: 20rem;
aspect-ratio: 1;
border-radius: 50%;
border-top: 0.1rem solid white;
border-bottom: 0.1rem solid white;
background-image: url(images/image1.jpeg);
background-position: center;
background-size: 100%;
box-shadow: 

0 0 2rem white,
inset 0 0 2rem white,
0 0 2rem var(--sky-clr),
inset 0 0 2rem var(--sky-clr),
0 0 7rem var(--sky-clr),
inset 0 0 4rem var(--sky-clr);
}.home-section{
    min-height: 85vh;
}
h2{
    font-size: 4rem;
    font-family: "Merriweather", serif ;
}
p{
    font-size: .95rem;

}
.para{
    max-width: 500px;
    left: 0;
}
h2{
    font-size: 4rem;
    font-family: "Merriweather",serif;
}


@media screen and (max-width:650px;){
    h2{
        font-size: 2.2rem ;
    }
    .image2-container{
width: 22rem;
    }
    
    .home-section{
        min-height: 72vh;
    }
   

}

.image2-container{
    width: 22rem;
aspect-ratio: 1;
border-radius: 50%;
border-top: 0.1rem solid white;
border-bottom: 0.1rem solid white;
background-image: url(images/image2.jpeg);
background-position: center;
background-size: 100%;
box-shadow: 

0 0 2rem white,
inset 0 0 2rem white,
0 0 2rem var(--sky-clr),
inset 0 0 2rem var(--sky-clr),
0 0 7rem var(--sky-clr),
inset 0 0 4rem var(--sky-clr);
}
.section-container{
    padding-block: 4rem;
}
.about-section{
    min-height: 85vh;
}
@media screen and (max-width:650px;){
   
    .about-section{
        min-height: 72vh;
    }
    .about-me{
        width: 23rem;
        margin: 0 auto;
    }
    .skill{
        width: 100%;
    }
    .contact{
        width: 100%;
    }

}

/* skill-start */
*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
}
.body{
 
    text-transform: uppercase;
}
h1{
    text-align: center !important;
}
h3{
    margin:5px;
}
 .skill{
    width: 100%;
    margin: 60px auto;
    color: #fff;
    padding: 20px;
   border-radius: 20PX;
    background: linear-gradient(90deg, rgb(88, 116, 245) 0%, rgb(35, 143, 231) 0%, rgba(26, 30, 250, 0.431) 47%, rgba(3, 45, 124, 0.452) 100%);
}

.html{
    width: 90%;
    animation: html 3s;
       background: linear-gradient(90deg, rgb(42, 42, 48) 0%, rgb(81, 80, 83) 0%, rgba(79,75,78,1) 99%);
    
    box-shadow: 2px 2px 2px ;
}
.css{
    width: 85%;
    animation: css 3s;
      background: linear-gradient(90deg, rgb(42, 42, 48) 0%, rgb(81, 80, 83) 0%, rgba(79,75,78,1) 99%);
    box-shadow: 2px 2px 2px ;
    
}
.javascript{
    width: 80%;
    animation: javascript 3s;
 
    box-shadow: 2px 2px 2px ;
    background: linear-gradient(90deg, rgb(42, 42, 48) 0%, rgb(81, 80, 83) 0%, rgba(79,75,78,1) 99%);
}
.bootstrep{
    width: 70%;
    animation: bootstrep 3s;
       background: linear-gradient(90deg, rgb(42, 42, 48) 0%, rgb(81, 80, 83) 0%, rgba(79,75,78,1) 99%);
    box-shadow: 2px 2px 2px ;
    
}
.canva{
    width: 90%;
    animation: canva 3s;
       background: linear-gradient(90deg, rgb(42, 42, 48) 0%, rgb(81, 80, 83) 0%, rgba(79,75,78,1) 99%);
    box-shadow: 2px 2px 2px ;
    
    
}

 @keyframes html{
    0%{
        width: 0%;
    
    }
    100%{
        width: 90%;
    }
}
@keyframes css{
    0%{
        width: 0%;
    }
    100%{
        width: 85%;
    }
}
@keyframes javascript{
    0%{
        width: 0%;
    }
    100%{
        width: 80%;
    }
}@keyframes bootstrep{
    0%{
        width: 0%;
    }
    100%{
        width: 70%;
    }
}
@keyframes canva{
    0%{
        width: 0%;
    }
    100%{
        width: 90%;
    }
} 
@media screen and (max-width:320px;){
   
    .html{
        width: 90%;
        animation: html 3s;
    }
    .css{
        width: 85%;
        animation: css 3s;
    }
    .javascript{
        width: 80%;
        animation: javascript 3s;
    }
    .bootstrep{
        width: 70%;
        animation: bootstrep 3s;
    }
    .canva{
        width: 90%;
        animation: canva 3s;
    }
} 
.hover-card:hover{
    background: var(--sky-clr);
}
.hover-card:hover *{
color: black !important;
}
.glow{
    position: relative;
}
.glow::before{
    content:"" ;
    background: var(--sky-clr);
    inset: 5rem;
    left: 0;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    filter: blur(70px);
}
.my-card{
    width: 21rem;
    transition: transform .5s ease-in-out;
}
.my-card:hover{
    transform: scale(1);
}
/* form{
    width: 33rem;
} */
.mybtn{
    border:.1rem solid var(--sky-clr) !important ;
    padding: .5rem 1.6rem;
}

.mybtn:hover{
    background: transparent;
    color: var(--white-clr) !important;

   
}
.card-img-top{
    justify-content: center ;
}
/*  */
.line{
    background: rgb(85, 84, 84);
    height: .1rem;
    width: 100%;
}
 


.contact{
    width: 100%;
    margin: 60px auto;
    color: #fff;
    padding: 20px;
  border-radius: 20px;
    background: linear-gradient(90deg, rgb(0, 38, 44) 0%, rgb(3, 86, 141) 0%, rgb(26, 163, 187) 47%, rgb(37, 38, 39) 100%);
}
.navbar-hovar{
  border:.1rem solid var(--sky-clr) !important ;
  padding: .5rem 1.6rem;
}
.navbar-hover:hover{
  background: transparent;
  color: var(--sky-clr) !important;
 
}


