*{
    background-attachment: fixed;

}
* body{
    margin: 0px;

}
#body-header{
    height: 70vh;
    background-image: url("https://unsplash.com/photos/aJYO8JmVodY");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} */
body{
    margin: 0px;
     
}
/* body-header */
#body-header{
    height: 65vh;
    background-image: url(" https://images.unsplash.com/photo-1511593358241-7eea1f3c84e5?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1674&q=80");
    background-position: center;
    background-attachment: fixed;
    opacity: 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;

}
/* .horizontal-list */
.horizontal-list{
    list-style: none;
    padding-left: 0px;
}

.horizontal-list li{
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
.horizontal-list li a{
    color: black;
    text-decoration: none;
}
.nav-menu li a{
    transition: color 0.5s, border-bottom 4s;
}
.horizontal-list li a:hover{
    color: red;
    border-bottom: 1px solid blue;
}
.text-center{
    text-align: center;
}
#my-name{
    padding-top: 50px;
    font-size: 3rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: ease-in-out;
}
#my-name:hover{
    color: #ec4d1c;
    transform: scale(1.5);
    transition: 1.5s;
}

.icon{
    height: 40px;
    width: auto;
    border-radius: 50%;
    padding: 10px;

}
.icon:hover{
    /* box-shadow: 0px 0px 6px 4px red; */
    transform: scale(1.25);
    transition: 0.3s;
    text-shadow: 0px 0px 20px #a59f9f;
    box-shadow: 0px 0px 6px 4px red;
}
#my-image{
    border-radius: 50%;
    height: 12rem;
    width: 12rem;
    margin: auto;
    margin-top: -17vh;
    position: relative;
}
#my-image img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 4px violet;

}
#my-image img:hover{
    
    transition: cubic-bezier(0.075, 0.82, 0.165, 3);

      border-radius: 80%;
      transform: scale(1.2);
      box-shadow: #1262b3;
      transition: 3s;
      text-shadow: 0px 0px 20px #a59f9f;
      box-shadow: 0px 0px 6px 4px red;

}
/* about */
#about #ab p{

    display: inline-block;

    text-align: left;
    width: 500px;


    text-align: center;


    line-height: 28px;
    font-weight: 900;
    color: black;
    font-size: 1.1rem;
    position: relative;
    left: -150px;



   
}
#about p span{
    color: blue;;
}
/* section  */
section {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}

section:nth-child(2n) {
    background-color: #9e9b9b29;
}

section:nth-child(2n + 1) {
    background-color: white;
}


.section-heading {
    width: auto;
    padding: 20px 10px 10px;
    font-weight: 400;
    margin: 50px auto;


     

}

.section-heading span {
    font-size: 40px;
    color: #2857a4;
    display: inline-block;
    padding-top: 200px;
    margin-right: 0.5rem;
    font-weight: 900;



    
}



#image{
    margin-right: 10px;
}

/* skills */
#s1{
    position: relative;
    top: -200px;
}
#sk{
    background-image: url("https://images.unsplash.com/photo-1535868463750-c78d9543614f?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2076&q=80");
    margin-top: 200px;
    margin-bottom: 200px;
    padding-top: 40px;
    background-size: cover;
    background-attachment: fixed;
}
#sk span{
    color: white;
}
#sk  h1  :hover{
    color: gold;
    transform: scale(1.5);
    transition: 1.5s;
}
 
.skills-display {
    width: 75%;
    padding: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    top: -100px;
}

.skill-progress {
    width: 11rem;
    height: 2.2rem;
    background-color: lightgrey;
    border-radius: 1rem;
    box-shadow: 1px 1px 2px 1px #b9b9b9 inset;
    margin: 25px;
    overflow: hidden;
   transition: ease-in-out;
}
.skill-progress:hover{
    /* border-radius: 80%; */
      transition: 0.3s;
      text-shadow: 0px 0px 20px #a59f9f;
      box-shadow: 0px 0px 6px 4px burlywood;
      transform: scale(1.5);
      

      
}

.skill-progress > div {
    border-radius: 20px 0px 0px 20px;
    box-shadow: 1px 1px 5px 2px #989882;
}

.skill-name span {
    color: white;
    font-size: 1rem;
    margin-left: 10px;
    vertical-align: middle;
}
.mb-blue {
    background-color: #2857a4;
}

.mb-orange {
    background-color: #ec4d1c;
    transition: 3s;
}

.mb-teal {
    background-color: #0b8176;
}

.mb-light-purple {
    background-color: #93738c;
}



.eighty-five-percent:hover {
    height: inherit;
    width: 85%;
    transition: 3s;

    

}

.eighty-percent {
    height: inherit;
    width: 80%;
    transition: 3s;

}

.fifty-percent {
    height: inherit;
    width: 50%;
    transition: 3s;

}
.ninety-percent{
    height: inherit;
    width: 90%;
    transition: 3s;

}


/* portfolio */

#pf{
    position: relative;
    top: -200px;
}
#portfolio{

   background-repeat: no-repeat, repeat;
   background-size: cover;
   position: relative;
   top: -200px;
}
.imgdiv {
    height: 400px;
    width: 300px;
    
  }
  .imgdiv .imagefix {
    height: 100%;
    width: 100%;
    
  }
  .imgdiv .imagefixpy{
      height: 100%;
      width: 90%;
  }
  .projects span {
    font-weight: 800;
    font-size: xx-large;
    position: relative;
    left: -24rem;
    top: 2px;
    text-decoration: none;
  }
  .projects span a:hover {
    color: royalblue;
    text-decoration: none;
  }
  .projects h1{
      color: black;
      
  }
 
  .projects h1:hover{
      color: red;
     transform: scale(1.5);
     transition: 1.5s;
  }
  .projects .imagefix:hover
  {
    transition: cubic-bezier(0.075, 0.82, 0.165, 3);

      border-radius: 80%;
      transform: scale(1.2);
      box-shadow: #1262b3;
      transition: 3s;
      text-shadow: 0px 0px 20px #a59f9f;
      box-shadow: 0px 0px 6px 4px red;
  
  }
  .projects .imagefixpy:hover
  {
      transition: cubic-bezier(0.075, 0.82, 0.165, 3);
      border-radius: 80%;
      transition: 3s ;
      text-shadow: 0px 0px 20px #a59f9f;
      box-shadow: 0px 0px 6px 4px red;
  
  }
  .projects {
    display: flex;
    justify-content: space-between;
    width: 70vw;
    height: 600px;
    flex-wrap: wrap;
    align-items: space-between;
    position: relative;
    top: -100px;

  

  }
  .red span{
    color: #0b8176;
    font-weight: 900;
}
.imgdiv h1{
    text-align: center;
}
/* contact */
#contact h1{
    font-weight: 900;
    font-size: 50px;
    color: #93738c;
    font-style: inherit;
    size: 100px;
    text-align: center;
    
    
}

  
  .section-heading {
    margin: 4rem 0;
    font-size: 2.5em;
    color: #1262b3;
  }
  
  
  #contact {
    /* background-image: linear-gradient(to top right, #2857a4, #403066); */
    background-image: url("https://images.unsplash.com/photo-1597773150796-e5c14ebecbf5?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2070&q=80");
    background-repeat: no-repeat;
    color: white;
    font-size: 1rem;
    /* position: relative;
    top: -130px; */
    margin-top: 10px;
    background-size: 100% 100%;
    background-attachment: fixed;





    
  }
  
  #contact .section-heading {
    color: white !important;
  }
  
  #contact .social-links i:hover {
    transform: scale(1.25);
    transition: 0.3s;
    text-shadow: 0px 0px 20px #a59f9f;
  }
  
  .contact-container {
    width: 90%;
    min-width: 725px;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 1.25em;
  }
  
  .contact-container .contact-form-container, .contact-container .address-container {
    flex-basis: 40%;
    overflow-x: hidden;
  }
  
  .contact-container .contact-form-container .input-field {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 1rem;
    border: none;
    height: 2.5rem;
    font-size: 1em;
    color: white;
    border-bottom: 3px solid white;
    background-color: #0000;
  }
  
  .contact-container .contact-form-container textarea.input-field {
    height: 4rem;
    resize: none;
  }
  
  .contact-container .contact-form-container .input-field:focus {
    outline: none;
    border-bottom: 3px solid #bebebe;
  }
  
  .contact-container .contact-form-container .input-field::placeholder {
    color: #bebebe;
  }
  
  .contact-container .contact-form-container #submit {
    display: block;
    margin: 0 auto;
    font-size: 0.75em;
    padding: 0.5rem 1rem;
  }
  
  .contact-container .contact-form-container #submit:hover {
    color: red;
  }
  
  .contact-container .address-container h2, .contact-container .address-container div {
    margin: 0.8rem 0;
  }
  
  .contact-container .address-container div, .contact-container .address-container p {
    font-size: 0.85em;
  }

  .bottom-list .horizontal-list text-center social-links{
      color: white;
  }


/* work experience */
/* timeline */
#Experience {
background-image: url("https://images.unsplash.com/photo-1513002749550-c59d786b8e6c?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=987&q=80");
background-repeat: no-repeat
;
background-size: cover;
background-attachment: fixed;

}

#Experience h1 span{
    color: black;
}


.timeline{
    position: relative;
    width: 75%;
    /* border: 2px solid black; */

}
.timeline-box{
    position: relative;
    width: 30%;
    left: 5%;
    min-height: 150px;
    /* border: 2px solid black ; */
margin: 5px;
}
.timeline-box:nth-child(2n){
    left: 53%;

}
.timeline-box:nth-child(2n+1)::after{
    content: '';
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: red;
    position:absolute;
    top: 30%;
    right: -80%;
}
.timeline-box:nth-child(2n)::after{
    content: '';
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: red;
    position:absolute;
    top: 30%;
    left: -15%;
    z-index: 5;
}
.timeline-divider{
    position: absolute;
    height: 75%;
    width: 0;
    border: 3px dashed #0096fa6b;
    top: 40%;
    left: 50%;
   
}

@media screen and (max-width:800px) {
    .timeline-divider {

        left: 5%;
      }
}

.timeline-traveller{
    position: sticky;
    top: 25%;
    transform: rotate(90deg);
    color: black;
}



/* education */
.timeline{
    position: relative;
    width: 75%;
    /* border: 2px solid black; */

}
.timeline-box{
    position: relative;
    width: 30%;
    left: 5%;
    min-height: 150px;
    /* border: 2px solid black ; */
margin: 5px;
text-align: center;
}
.timeline-box:nth-child(2n){
    left: 53%;

}
.timeline-box h2{
color: #ec4d1c;

}
.timeline-box h4{
    color: #1262b3;
    font-weight: 900;
    
    }
.timeline-box:nth-child(2n+1)::after{
    content: '';
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: red;
    position:absolute;
    top: 30%;
    right: -50%;
}
.timeline-box:nth-child(2n)::after{
    content: '';
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: red;
    position:absolute;
    top: 30%;
    left: -12.5%;
    z-index: 5;
}
.timeline-divider{
    position: absolute;
    height: 75%;
    width: 0;
    border: 3px dashed #0096fa6b;
    top: 10%;
    left: 50%;
   
}
.timeline-traveller{
    position: sticky;
    top: 25%;
    transform: rotate(90deg);
    color: black;
}




