body{
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: 'Merienda', cursive;
    background:linear-gradient(to top left,white 40%,white);
  /*  background-color: #f5f6fa;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
#navbar{
    background:gray;
    color:white;
    font-size:2rem;
    position:fixed;
    z-index:1;
    top:0px;
    width:100%;
}
#welcome-section{
    padding:5px;
}
a{
    color:black;
}
h1{
    margin-top:3%;
    font-size:4rem;
    color:black;
}

#about-content{
    text-align: center;
    font-weight:1000;
    font-size:2rem;
    padding:0px 80px;
}
#one{
    font-size:3rem;
    color:blue;
    animation-name:design;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition:0.5s linear all;
}
#profile-link{
    font-size:2rem;
    color:black;
    
}
#profile_img{
    display:block;
    border-radius:100%;
    width:20%;
    margin-top:12%;
    margin-left:auto;
    margin-right:auto;
    box-shadow:1px 1px 1px 1px white;
}
@keyframes design{
    0%{
        color:blue;
    }
    50%{
        color:red;
    }
    100%{
        color:blue;
    }
}
#projects{
   /* background-color:#1B9CFC ; */
    background-color: white;
    margin-top:8%;
    text-align: center;
    padding-bottom: 100px;
}
#title{
    padding:103px;
    font-size:3rem;
    color:black;
    background-color: #1B9CFC; 
    height:400px;
    z-index: -1;
    text-align: center;
    text-decoration: underline;
}
#my-project{
    margin-left:5%;
    margin-top:-100px;
    z-index:1;
}
.cone .card{
    box-shadow:4px 4px 2px gray;
    border-bottom-color:#1B9CFC;
    border-top-color:gray;
    border-left-color:gray;
    border-right-color:gray;
    border-width:3.6px;
    border-bottom-width: 6px;
    transition:0.5s linear all;
}
.card{
    background-color:white;
}
img{
    height:250px;
    padding:3px;
}

#footer{
    color:white;
    padding-top:20px;
    padding-left:30px;
    padding-bottom: 10px;
  /*  background-color: white; */
    background-color:#1B9CFC ;
    
}

h3{
    margin-bottom:80px;
    color:yellow;
    font-size:3rem;
    font-family: cursive;
}
/* Layer */
.layer{
    padding: 0px;
    text-align:center;
    position:sticky;
    max-height:40px;
    max-width:40px;
    border-radius: 5px;
    transition: 0.01s linear all;
}
#lay{
    display:none;
}
.layer:hover{
    transform: rotateZ(315deg);
    box-shadow:-4px 2px 4px red,
                -8px 2px 4px blue,
                -12px 2px 4px white;
}
.layer:hover #lay{
    display:block;
}
#concept{
    margin-top: 10%;
}
/* Education */
#education{
    background: white;
}
#e-card{
    width:28rem;
    box-shadow:2px 2px 8px gray;
    border-radius: 4px;
    border-bottom-color:#1B9CFC;
    border-bottom-width:5px;
   
}
#e-card:hover{
    box-shadow:4px 10px 14px gray;
}
#education-header{
    background-color:#1B9CFC;
    height:400px;
    border:2px solid white;
    text-align:center;
    
    z-index:-1;
    padding:120px 0px;
}
#education-header h2{
    font-size:3rem;
}
#education-header{
    z-index:-1;
}
#my-education{
    margin-left:6%;    
    margin-top:-120px;
    z-index:1;
    padding-bottom:100px;
}
.e-img{
    width:170px;
    height:170px;
    padding:0px;
    border-radius: 20px;
    margin-left:140px;
    margin-top:-50px;
    box-shadow:4px 4px 14px gray;
    
}
.a-img{
    width:27.5rem;
    height:370px;
    padding:0px;
  
}

/* Accomplishements Section */
#accomplishments{
    background-color:#f5f6fa;
}
#a-header{
    background-color:#1B9CFC;
    height:400px;
    border:2px solid white;
    text-align:center;
    
    z-index:-1;
    padding:120px 0px;
}
#my-accomplishments{
    margin-top:-120px;
    z-index:1;
    padding-bottom:100px;
    margin-left:100px;
}
#a-card{
    margin-top:30px;
    width:28rem;
    border-top-color:gray;
    border-left-color:gray;
    border-right-color:gray;
    border-width:3.6px;
    border-bottom-color:#1B9CFC;
    border-bottom-width:6px;
    box-shadow:2px 2px 8px gray;
     
}
#a-card:hover{
    box-shadow:4px 10px 14px gray;
}
/* Skills Section */
#skills{
    background-color:#f5f6fa;
    
}
#skill-header{
    background-color:#1B9CFC;
    height:400px;
    border:2px solid white;
    text-align:center;
    
    z-index:-1;
    padding:120px 0px;
}
#skill-header h2{
    font-size:3rem;
    
}
#skill-header{
    z-index:-1;
}
#skill-container{
  width:90%;
  padding:20px;
  border-radius:10px;
  margin-top:-140px;
  background-color: white;
  border-radius: 4px;
  border-bottom: 5px solid;
  border-image: linear-gradient(to left, red, yellow, lime, aqua, blue, magenta, red) 1;
  box-shadow: 0px 0px 10px 2px gray;
}
#skill-title{
    margin-top:80px;
}
/* progress bar */
.progress{
    
    width: 120px;
    height: 120px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 14px;
    color: #fff;
    line-height: 115px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
.progress.red .progress-bar{
    border-color: red;
}
.progress.red .progress-left .progress-bar{
    animation: loading-6 1s linear forwards 1.8s;
}
/* Second Row Frameworks */
.progress.blue1 .progress-bar{
    border-color: #049dff;
}
.progress.blue1 .progress-left .progress-bar{
    animation: loading-21 1.5s linear forwards 1.8s;
}
.progress.yellow1 .progress-bar{
    border-color: #fdba04;
}
.progress.yellow1 .progress-left .progress-bar{
    animation: loading-31 1s linear forwards 1.8s;
}
.progress.pink1 .progress-bar{
    border-color: #ed687c;
}
.progress.pink1 .progress-left .progress-bar{
    animation: loading-41 0.4s linear forwards 1.8s;
}
.progress.green1 .progress-bar{
    border-color: #1abc9c;
}
.progress.green1 .progress-left .progress-bar{
    animation: loading-51 1.2s linear forwards 1.8s;
}
.progress.red1 .progress-bar{
    border-color: red;
}
.progress.red1 .progress-left .progress-bar{
    animation: loading-61 1s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(174deg);
        transform: rotate(174deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(172deg);
        transform: rotate(172deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(156deg);
        transform: rotate(156deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@keyframes loading-6{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
/* Frameworks */
@keyframes loading-21{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(174deg);
        transform: rotate(174deg);
    }
}
@keyframes loading-31{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(132deg);
        transform: rotate(132deg);
    }
}
@keyframes loading-41{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(166deg);
        transform: rotate(166deg);
    }
}
@keyframes loading-51{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(136deg);
        transform: rotate(136deg);
    }
}
@keyframes loading-61{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(116deg);
        transform: rotate(116deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}
@media screen and (min-width:400px) and (max-width:1100px){
    body,html{
        overflow-x: hidden;
    }
    #navbar{
        font-size:1.2rem;
    }
    h1{
        font-size:2.5rem;
        margin-top: 5%;
    }
    
    #profile_img{
        width:100%;
        margin-top:55%;
        padding:0px 30%;
        box-shadow:none;
    }
    #about-content{
        text-align: center;
        font-weight:1000;
        font-size:1.5rem;
        padding:0px 20px;
    }
    #one{
        font-size:1.8rem;
    }
    
    #projects{

        margin-top:8%;
    }
    #my-project{
        margin-left:12%;
    }
  .card{
     width:16rem;
    }
    #my-accomplishments{
      margin-left:0%;
    }
    #a-card{
        min-width:24rem;
        margin-top:30px;
    }
    .a-img{
        display:block;
        min-width:23.5rem;
        height:300px;
        margin-left:auto;
    
    }
 
     #my-education{
         margin-left:12%;
         margin-top: -180px;
     }
     #my-accomplishments{
         margin-top:-180px;
     }
    #e-card{
     width:18rem;
     text-align:center;
     margin-top:80px;
    }
   .e-img{
    width:80px;
    height:80px;
     margin-left:100px;
    margin-top:-50px;
    box-shadow:4px 4px 14px gray;
    }

}

@media screen and (min-width:330px)  and (max-width:400px){
    body,html{
        overflow-x: hidden;
    }
    #navbar{
        font-size:1.2rem;
    }
    h1{
        font-size:2.5rem;
        margin-top: 10%;
    }
    #about-content{
        text-align: center;
        font-weight:1000;
        font-size:1.5rem;
        padding:0px 20px;
    }
    #profile_img{
        width:100%;
        margin-top:22%;
        padding:0px 20%;
        box-shadow:none;
    }
    #one{
        font-size:1.8rem;
    }
    
    #projects{

        margin-top:10%;
    }
    
   
  .card{
     width:16rem;
    }
    #my-accomplishments{
      margin-left:1px;
      
    }
    #a-card{
    max-width:21rem;
    margin-top:30px; 
    }
    .a-img{
        width:20.5rem;
        height:300px;
        margin-left:auto;
    
    }
    #a-card:nth-child(1){
        margin-top:40px;
    }
    #a-card:nth-child(2){
        margin-top:40px;
    }
    #a-card:nth-child(3){
        margin-top:40px;
    }
   
    #my-project{
        margin-left:6%;
    }
 
     #my-education{
         margin-top: -180px;
     }
     #my-accomplishments{
         margin-top:-180px;
     }
    #e-card{
     width:18rem;
     text-align:center;
     margin-top:80px;
    }
   .e-img{
    width:80px;
    height:80px;
    
    margin-left:100px;
    margin-top:-50px;
    box-shadow:4px 4px 14px gray;
    }


}
@media screen and (max-width:330px){
    body,html{
        overflow-x: hidden;
    }
    #navbar{
        margin-left:0px;
        font-size:1rem;
    }
    #profile_img{
        width:100%;
        margin-top:20%;
        padding:0px 20%;
        box-shadow:none;
    }
    h1{
        font-size:2.5rem;
        margin-top: 20%;
    }
    #one{
        font-size:1.8rem;
    }
    #about-content{
        padding-left:5px;
        padding-right: 5px;
    }
   
    #projects{
        margin-top:15%;
    
    }
    
    .row{
        margin-left:0%;
    }
    #my-project{
        margin-left:1%;
    }
    #a-card{
        display:block;
        width:15rem;
        margin-left:-50px;
        
    }
    
    #e-card{
        
        width:16rem;
    }
    .e-img{
        width:120px;
        margin-left:65px;
        
    }
    #e-card:nth-child(1){
        margin-top:100px;
    }
    #my-education{
        padding:0px 30px;
        margin-left:-4%;
    }
    #skills{
        margin-top:40px;
    }
    #my-accomplishments{
        margin-left:15.5%;
    }
    #a-card{
        width:18rem;
    }
    .a-img{
        width:17.6rem;
    }
    #a-card:nth-child(1){
        margin-top:40px;
    }
    #a-card:nth-child(2){
        margin-top:40px;
    }
    #a-card:nth-child(3){
        margin-top:40px;
    }
   
}
