body{
    margin: 0px;
    font-family: 'Lustria', serif;

    background-color: #060606;
}
strong{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color:#020a47;
    font-weight: 50px;
}
#body-header{
    height: 40vh;
    background-image: url(vani2.png);
    background-size: cover;
    background-position: center;
}

.bars{
    color: blue;
    margin: 10px;
    margin-top: 5%;
    margin-right: 5%;
    display: none;
}

.bars i {
    font-size: 2rem;
}
.dropdown-list{
    margin: 0;
    background-color:black;
    box-shadow: 4px 4px 8px 1px #5f6387;
    display: none;
}

.dropdown-list ul{
    margin: 0.2rem 0.2rem;
    text-align: left;
    padding: 0px 0.8rem;
    list-style: none;
}

.bars:hover .dropdown-list{
    display: block;
    position: absolute;
    right: 3%;
}

.dropdown-list li{
    margin: 0.4rem 0px;
    font-weight: bold;
}
.dropdown-list li a:hover{
    color: aqua;
    text-decoration: none;
}


.horizontal-list{
    list-style-type: none;
    padding-top: 5px ;
    padding-left: 0px;
    margin: 0px;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.horizontal-list li{
    display: inline-block;
    margin: 0px 8px 8px 0px;
}

.horizontal-list li a{
    color:white;
    text-decoration: none;
}
.horizontal-list li a:hover{
    color:  #2A42F6;
    transition: color 0.5s , border-bottom 0.5s;
    padding-right: 20px;
    padding-left: 20px;
}

.name{
    color: white;
    padding-left: 0px;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding: 20px;
}
.name:hover{
    color: #2A42F6;
    transition: color 0.5s , border-bottom 0.5s;
}

#lightbox{
    height: 0;
    width: 0;
    top:0;
    left:0;
    overflow: hidden;
    position: fixed;
    transition: all 2s ease-in-out;
}
@media  screen and  (min-width:400px) {
#lightbox:target{
    height: 100%;
    width: 100%;
    top: 25%;
    left: 25%;
}
}

@media  (max-width:400px){
    #lightbox:target{
        padding: 10px;
        height: 100%;
        width: 100%;
        top: 25%;
        left: 5%;
    }
}



.social-icons li a i{
    margin-right : 5px;
    margin-left : 5px;
    padding: 10px;
    font-size: 1rem;
    border-radius: 40%;
}
.social-icons li a i:hover{
    box-shadow: 0px 0px 4px  #2A42F6;
}

section{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section:target{
    box-shadow: 0px 0px 20px #2A42F6;
    position: relative;
}

section:nth-child(2n){
    background-image: linear-gradient(to top right,#061798,#5f6387) ;
}
section:nth-child(2n+1){
    background-color:  #060606;
}

#about{
    height: auto;
    width: 100%;
    position: relative;
}

#my-image{
    height: 12rem;
    width: 12rem;
    margin: auto;
    margin-top: -5vh;
}
#my-image img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

#my-image img:hover{
    box-shadow: 0px 0px 10px #2A42F6;
}

#about p{
    text-align: justify;
    margin-left: 60px;
    margin-right: 60px;
    color: white;
    padding: 20px;
}

.skill{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.skills-display{
    margin: 20px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.skill-img{
   width: 20%;
   
}
.skill-img img{
    width: 120px;
   height: 75px;
   border: #2A42F6 solid 5px;
}

.skill-progress{
    background-color: black;
    width: 10rem;
    height: 1.4rem;
    border-radius: 0.8rem;
    text-overflow: hidden;
}
.skills-display .skill-progress #div1{
    background-color: #2A42F6;
    width: 8rem;
    height: 1.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
    text-align: center;
}
.skills-display .skill-progress #div2{
    background-color: #2A42F6;
    width: 7rem;
    height: 1.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
    text-align: center;
}
.skills-display .skill-progress #div3{
    background-color: #2A42F6;
    width: 6rem;
    height: 1.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
    text-align: center;
}
.skills-display .skill-progress #div4{
    background-color: #2A42F6;
    width: 7rem;
    height: 1.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
    text-align: center;
}
.skills-display .skill-progress #div5{
    background-color: #2A42F6;
    width: 8rem;
    height: 1.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
    text-align: center;
}
.skills-display .skill-progress #div6{
    background-color: #2A42F6;
    width: 5rem;
    height: 1.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
    text-align: center;
}
.skills-display .skill-progress div span{
  color: white;
  padding: 30px;
}
.contact-card{
    display: flex;
    height: auto;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
}

#div1{
    width: 50%;
    text-align: center;
}

#div1 form input{
  background:transparent;
  border-width: 0px 0px 2px 0px;
  border-color :white;
  color: white;
  margin: 20px;
  width: 70%;
}
#div1 form textarea{
    background:transparent;
    border-width: 0px 0px 2px 0px;
    border-color :white;
    color: white;
    margin: 20px;
    width: 70%;
}
#div1 form button{
    background:transparent;
    border-width: 2px 2px 2px 2px;
    border-color :white;
    color: white;
    padding: 5px;
    margin: 20px;
    text-align: center;
}
#div1 form button:hover{
    background-color: white;
    border-width: 2px 2px 2px 2px;
    color: black;
    font-weight: bold;
    padding: 5px;
    margin: 20px;
    text-align: center;
}

#div2c{
    color: white;
    width: 50%;
    margin-right: 30px;;
}

.timeline{
    position: relative;
    width: 90%;
}

.timeline-box{
    position: relative;
    margin: 30px;
    width: 40%;
    height: auto;
    background-color:  rgb(1, 2, 43);
}

.timeline-box:nth-child(2n){
    left:50%
}

/* .timeline-box:nth-child(2n+1):after{
    content: '';
    border-radius: 50%;
    position: absolute;
    top:17%;
    right: -17.3%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #061798;
}
.timeline-box:nth-child(2n)::after{
    content: '';
    border-radius: 50%;
    position: absolute;
    top:17%;
    left: -10%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #061798;
} */

.timeline-box h4{
    padding-top: 20px;
    margin-right: 20px;
    color: #b3bbf8;
    font-weight: bolder;
    font-size: large;
    text-align: right;
}
.timeline-box h5{
    margin-right: 20px;
    color: #5b6df4;
    font-weight: bold;
    font-size: medium;
    text-align: right;
    margin-top: 0%;
    padding: 5px;
}
.timeline-box h5 img{
   margin:10px;
}
.timeline-box h6{
    margin-right: 20px;
    color: #5b6df4;
    font-weight: bold;
    font-size: medium;
    text-align: right;
    margin-top: 0%;
    padding: 5px;
}
.timeline-box ul{
    margin-left: 10px;
    margin-right: 20px;
    color: white;
    line-height: 20px;
    padding-bottom: 20px;
}
.timeline-box ul li{
    padding: 5px;
}
.timeline-divider{
    position: absolute;
    height: 66%;
    width: 0;
    border: 1px dashed #061798;
    top:10%;
    left: 50%;
}

.timeline-traveller{
    position: sticky;
    top:145px;
    z-index: 2;
}
.timeline-traveller i{
    transform: rotate(90deg);
    margin-top: -25px;
    display: block;
    color: #b3bbf8;
    font-size: 25px;
}


@media  screen and  (max-width:900px){
    .timeline{
        position: relative;
        width: 100%;
        margin-left: 20%;
    }
    
    .timeline-box{
        position: relative;
        width: 50%;
        height: auto;
        background-color:  rgb(1, 2, 43);
    }
    
    .timeline-box:nth-child(2n){
        left:0%
    }

    .timeline-box h4{
        padding-top: 20px;
        margin-right: 20px;
        color: #b3bbf8;
        font-weight: bolder;
        font-size: large;
        text-align: right;
    }
    .timeline-box h5{
        margin-right: 20px;
        color: #5a6cf4;
        font-weight: bold;
        font-size: medium;
        text-align: right;
        margin-top: 0%;
        padding: 5px;
    }
    .timeline-box h5 img{
        margin: 10px;
    }
    .timeline-box h6{
        margin-right: 20px;
        color: #5b6df4;
        font-weight: bold;
        font-size: medium;
        text-align: right;
        margin-top: 0%;
        padding: 5px;
    }
    .timeline-box ul{
        margin-left: 10px;
        margin-right: 20px;
        color: white;
        line-height: 20px;
        padding-bottom: 20px;
        margin-top: 0%;
    }
    .timeline-box ul li{
        padding: 5px;
    }
    .timeline-divider{
        position: absolute;
        height: 66%;
        width: 0;
        border: 1px dashed #061798;
        top:10%;
        left: 80%;
    }
    
    .timeline-traveller{
        position: sticky;
        top:145px;
        z-index: 2;
    }
    .timeline-traveller i{
        transform: rotate(90deg);
        margin-top: -25px;
        display: block;
        color: #b3bbf8;
        font-size: 25px;
    }
    
    
    .contact-card{
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    
    #div1{
        width: 50%;
        text-align: center;
    }
    
    #div1 form input{
      background:transparent;
      border-width: 0px 0px 2px 0px;
      border-color :white;
      color: white;
      margin: 20px;
      width: 70%;
    }
    #div1 form textarea{
        background:transparent;
        border-width: 0px 0px 2px 0px;
        border-color :white;
        color: white;
        margin: 20px;
        width: 70%;
    }
    #div1 form button{
        background:transparent;
        border-width: 2px 2px 2px 2px;
        border-color :white;
        color: white;
        padding: 5px;
        margin: 20px;
        text-align: center;
    }
    #div1 form button:hover{
        background-color: white;
        border-width: 2px 2px 2px 2px;
        color: black;
        font-weight: bold;
        padding: 5px;
        margin: 20px;
        text-align: center;
    }
    
    #div2c{
        color: white;
        width: 50%;
        margin-left: 30px;
        text-align: center;
    }

    .name{
        color: white;
        padding-left: 0px;
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }
    .name:hover{
        color: #2A42F6;
        transition: color 0.5s , border-bottom 0.5s;
    }
    
}

@media only screen and (max-width: 572px) {
    
    .bars{
        display: block;
    }
    .nav-menu {
        display: none;
    } 
    .timeline{
        margin-left: 0%;
    }
    .timeline-box{
        width: 80%;
    }
    .timeline-divider
    {
        display: none;
    }
    .timeline-traveller
    {
        display: none;
    }
}

:root {
    --jumbotron-padding-y: 3rem;
  }
  
  .jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
  }
  @media (min-width: 768px) {
    .jumbotron {
      padding-top: calc(var(--jumbotron-padding-y) * 2);
      padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
  }
  
  .jumbotron p:last-child {
    margin-bottom: 0;
  }
  
  .jumbotron-heading {
    font-weight: 300;
  }
  
  .jumbotron .container {
    max-width: 40rem;
  }