body{
    padding: 0px;
    margin: 0px;
}
.nav-wrapper{
    display:flex;
    justify-content:flex-start ;
    padding: 20px;
    background-color: #F5F5F5;
    position: sticky;
    top: 0;
    z-index: 1; 
    opacity: 1; 
}
.nav-wrapper> div {
    margin-right: 20px;
    font-size: 1em; 
    text-transform: uppercase;
    
}
.nav-link-wrapper a {
    color:#13112a53;
    text-decoration: none;
    transition: color 0.5s;
 
}
.nav-link-wrapper:hover {
    border-bottom:1px solid black;
    font-weight: bold;
    
}
.nav-link-wrapper a:hover {
        color: black;
    }

.sticky {
        position: fixed;
        top: 0;
        width: 100%;
      }

.container1 {
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 0;
  }
  
  .container1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 93%;
    background-image: url('./image/1.jpg');
    opacity: 0.6; 
    z-index: -1; 
    margin-bottom: 0px;
  }
  
  .container1 h1 {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0d2840;
    font-size: 50px;
    font-family: 'PT Serif', serif;
  }
  .container1 h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0d2840;
    font-size: 30px;
    font-family: 'PT Serif', serif;
  }
  .container1 a {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #bbbbbb;
    font-size: 15px;
    font-family: 'PT Serif', serif;
    background-color: #0d2840;
    text-decoration: none;
    overflow: hidden;
    padding:5px 25px;
  }
  #section2{
    margin-top: -55px;
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #d1cdc9;
    background-size: cover;
  }
  .myImg{
  max-width: 100%;
  height: auto;
  display: block; 
  margin: 0 auto; 
   
  }
  .myImg img{
    
    height: 100vh;

  }
  .about{
    position: relative;
    top:10%;
    color: #1c0d3b;
    
    left:-10%;
    
    
  }

  .about-text{
    font-size: 300%;
    flex:1;
    margin-bottom: 5%;
    font-family:Ubuntu;


  }
  .about-me-text{
    position: relative;
    text-align: justify;
    color: #1c0d3b;
    font-size: 110%;
    font-family:Ubuntu;
   

  }
  
 

  #section3{
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #aaaaaa;
    margin-top:-22px;
    display:flex; 

  }
 .left{
  flex: 1;
 }
.left img{
  margin-top: 35vh;

  width:50%;
  margin-left: 20%;
}


.right{
 
  padding-top: 5%;
  padding-left: 2%;
  
  border:2px solid #1c0d3b;
  flex: 1;
}
.right h1{
  text-align: left;


}
.right h3{
  text-align: left;
  padding-left: 10%;

}
.right li{
 
  padding-left: 20%;
}
.rr{
  display: flex;
}
.rtlt{
  flex: 1;
}
.rtrt{
  flex: 1;
}
.rrr{
  flex:1;
}
.downside{
  display: flex;
}
.ll , .lr , .lrr{
  flex:1;
}

#section4{
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #bbbbbb;
  display:flex;

  
}
.left_section4{
  margin-top: 40vh;
  flex:1;
  margin-left: 20%;
}
.left_section4 img{
  width: 15%;
  margin-left: 30px;

}
.right_section4{
  flex: 1;
  display: flex;
  justify-content:flex-start;
  margin-top: 15%;
  
  
}
.year{
  margin-left: -30%;
}
.description{
  margin-left: 20%;
}
.description a{
  text-decoration: none;
  color: black;
}


.about {
  max-width: 800px;
  margin: 0 auto;
}

.about-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-me-text {
  font-size: 18px;
  line-height: 1.5;
  visibility: hidden;
  white-space: pre-wrap;
}
