* {
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: "Arial", sans-serif;
    letter-spacing: 1px;
    width: 100%;
    animation: slideIn  ease forwards 3s;
    background-color: rgb(255, 255, 255);
  }
  
  html {
    scroll-behavior:smooth;
  }


/* Navigation Section*/
    header {
        background-color: rgb(255, 255, 255);  
        position: fixed;
        top: 0;
        left: 0;
        width:100vw;
        transition: 0.5s;
        z-index:100;
    }
    header.scrolled {
      box-shadow: 0px 5px 10px rgb(114, 114, 114);
      border-bottom: none;
    }
    .nav-logo{
        color:rgb(200,200,200);
        font-size: 3rem;
        font-family: "Arial", sans-serif;
        transition: 0.5s;
    }
    .nav-logo.scrolled{
      font-size: 2rem;
      color:rgb(0,0,0);
  }
    .nav-links{
        width: 20px;
        height: 20px;
        
    }
    li {
        list-style: none;
        width: 100%;
        padding: 20px 0px;

        font-size: 20px;
    }

    a {
      color:black;
        text-decoration: none;
    }

    li:hover{
        letter-spacing: 10px;   
        background-color: rgb(245, 245, 245);     
        box-shadow: black -2px 2px 4px;
    }
    .navbar{
        min-height: 80px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        transition: 0.5s;
    }
        .navbar.scrolled{
          min-height: 50px;
       
    }
    .nav-menu{
        display:flex;
        justify-content: start;
        align-items: center;
        gap: 60px;
        position: fixed;
        left:-100%;
        top:70px;
        gap:0;
        flex-direction: column;
        background-color: rgb(255, 255, 255);

        width:100%;
        height: 100vh;
        text-align: center;
        transition: 0.5s;
        
    }
    .nav-menu.scrolled{
      top:50px;
     
  }
    .nav-menu.active{
        left:0;
    }

    .nav-link{
        transition: 0.7s ease;
    }
    .hamburger{
        display:block;
        cursor:pointer;
        
    }
    .bar{
        display:block;
        width: 25px;
        height:3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgb(200,200,200);
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }


/* Welcome Section*/

  #welcome {
    display: flex;
    margin-top:100px;
    flex-direction: column;
    align-items: end;
    gap: 3rem;
    height: 90vh;

    background-color: rgb(255, 255, 255);
    margin-bottom:100px;
  }
      #welcome .top_box{
    display: flex;
    align-items: end;
    flex-direction: column;
    width:100%;
                margin-top: 0px;
    padding:0px;
    gap:0px;
  }
  #welcome .title_top_top {
    font-size: 8rem;    
    font-family: "Arial", sans-serif;
    color: rgb(245,245,245);
    margin-top: 0px;
    margin-right: 10px;
    padding:0px;
    gap:0px;

letter-spacing: 0;
  }
  #welcome .title_top_top_2 {
    font-size: 3.5rem;    
    font-family: "Arial", sans-serif;
  color: rgb(245,245,245);
    margin-top: -30px;
        margin-right: 10px;
    padding:0px;
    gap:0px;

letter-spacing: 0;
  }
    #welcome .content_box{
    display: flex;
    justify-content: center;
    flex-direction: row;

width:100%;
  }

  #welcome .profile-pic {
    border-radius: 60px;
  }
  
  #welcome .section__pic-container {
    display: flex;
    height: 400px;
    margin: auto 50px;
    }
  
  #welcome .section__text {
    align-self: center;
    text-align: left;
    margin: auto 50px;
    background: none;
    }
   
    #welcome .section__text p {
    font-weight: 600;
  }
  #welcome .section__text h1 {
    letter-spacing: 3px;
  }
  #welcome .section__text__p1 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  
  #welcome .section__text__p2 {
    font-size: 1.75rem;

      margin-bottom: 2rem;
      color:rgb(87, 87, 87);
      letter-spacing: 1px;
  }
  #welcome .section__text__p3 {

    text-align: left;
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 2rem;
    letter-spacing: 1px;
  }
  #welcome .span1 {
     font-size: 2rem; 
     color: rgb(0, 0, 0);
  }
  #welcome .title {
    font-size: 3rem;
    color: rgb(0, 0, 0);

  }
    #welcome .title_top {
    font-size: 1.8rem;

    color: rgb(200,200,200);
    font-weight: 500;

     
  }
    #welcome .title_top2 {
    font-size: 1.3rem;

    color: rgb(200,200,200);
    font-weight: 500;
  }

  /* Buttons*/

.btn-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  
  .btn {
    font-weight: 600;
    font-size: 18px;
    transition: all 300ms ease;
    padding: 1rem;
    width: 10rem;
    border-radius: 2rem;
    background-color: rgb(10, 255, 255);
  }
  
  .btn-color-1,
  .btn-color-2 {
    border: rgb(22, 22, 22)0.1rem solid;
    background: rgb(22, 22, 22);
    letter-spacing: 1px;
  }
  .btn-color-3 {
    border:solid rgb(240,240,240) 1px;
    background-color: rgb(255, 255, 255);   
    letter-spacing: 1px;
    color:black;
    font-size: 1rem;
    font-family: "Trebuchet MS", sans-serif;
        border-radius: 15px;
  }
  
  .btn-color-1:hover,
  .btn-color-2:hover,
  .btn-color-3:hover {
    cursor: pointer;
    letter-spacing: 5px;
  }
  
  .btn-color-1,
  .btn-color-2:hover {
  
    color: white;
  }
  

  
  .btn-color-2 {
    background: none;
  }
  
  .btn-color-2:hover {
    border: rgb(255, 255, 255) 0.1rem solid;
  }
  
  .btn-container {
    gap: 1rem;
  }
  .btn-container-3 {
    gap: 0.2rem;
    margin-bottom: 10px;
  }

  /* About Section*/

  #about {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
    color: black;
    padding-bottom: 50px;
    background: url('./img/background_4.png');
    background-size: cover;
    padding-top:50px;
        font-size: 1.1rem;
  }

        #about .title_top_top {
    font-size: 10rem;    
    font-family: "Arial", sans-serif;
    color: rgb(230,230,230);
    padding-left: 20px;
          

          
  }

  #about .content_box{
    display: flex;
    justify-content: center;
    flex-direction: row;

  }
  #about .profile-pic {
    border-radius: 5px;
    border-top-right-radius: 25rem;
    border-bottom-right-radius: 25rem;
    border-top-left-radius: 25rem;
    border-bottom-left-radius: 25rem;
  }
  
  #about .section__pic-container {
    display: flex;
    height: 500px;
    width: 40%;
    margin: auto 0;
justify-content: center;
  }
  
  #about .section__text {
    align-self: center;
    text-align: start;
    width: 40%;

    }
  
    #about .section__text p {
    font-weight: 400;
  }
  
  #about .section__text__p1 {
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 400;
  }
  
  #about .section__text__p2 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-weight: 400;
  }
  #about .title_top2 {
    font-size: 1.1rem;
    color: rgb(200,200,200);

    margin-left:20px;


  }
    #about .title_top {
    font-size: 1.5rem;

color: rgb(200,200,200);

  }
  #about .title {
    font-size: 3rem;
    margin-bottom: 3rem;
    font-family: "Arial", sans-serif;

  }

  
  /* Services Section*/

  #services {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  padding-bottom: 50px;
    padding-top:50px;

  }
#services .title_top_top {
    font-size: 10rem;    
    font-family: "Arial", sans-serif;
    color: rgb(230,230,230);
    padding-left: 20px;
          align-items: start;

          
  }

  #services .service-container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width:100%;
flex-wrap:wrap ;
  }
  #services .service-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    width: 500px;
    height: 600px;
    padding:5px;
    margin-top:2rem;
    background-color: rgb(250, 250, 250);   
    border-radius: 20px;
    background: url('./img/background_4.png');
    background-size: cover;
  }


  #services .service-text{
width: 90%;
height: 60%;
display: flex;
flex-direction: column;
margin:1rem;
align-items: start;
  }
  #services .service-pic{
width:480px;
height:200px;
  }
  #services .service-pic img{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    object-fit: cover;
      }

  #services .profile-pic {
    border-radius: 5px;

    width:400px;
    height:400px;
  }
  #services .profile-pic img{
    object-fit: cover;
  }

  
  #services .section__text {
    align-self: center;
    text-align: center;
    width: 40vw;
    }
  
    #services .section__text p {
    font-weight: 200;
  }
  
  #services .section__text__p1 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  
  #services .section__text__p2 {
    font-size: 1rem;
    margin-bottom: 2rem;
    margin-left: 20px;
    text-align: start;
  }

  #services .service-text h2 {
    font-size: 1.8rem;
  }

  #services .title {

    text-align: center;
    margin-bottom: 1rem;
    color: rgb(200,200,200);
    text-transform: uppercase;
    }

    /* Contact Section*/

  #contact {
    display: flex;
    justify-content: center;
    align-items: start;
    padding:150px 0px;
    min-height:600px;

    flex-direction: column;
        background: url('./img/background_4.png');
    background-size: cover;
        padding-top:50px;
  }
  #contact .title_top_top {
    font-size: 10rem;    
    font-family: "Arial", sans-serif;
    color: rgb(230,230,230);
    padding-left: 20px;
          align-items: start;

          
  }
  #contact .overview-container{
    display: flex;
    justify-content: center;

    width:90vw;

  }
  #contact .contact-container{
    display: flex;
    justify-content: center;
    align-items: center;
width: 100%;
  }
  #contact .contact-box{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    width:60vw;
    height:100%;
    padding:5px;
    margin-top:5rem;

    transition: 0.3s;
    border-radius: 20px;

    background-color: rgb(250, 250, 250);   

  }


  #contact .contact-text{
width:90%;
display: flex;
flex-direction: column;
margin: 1rem;
align-items: start;

  }

  
  #contact .section__text {
    align-self: center;
    text-align: center;
    width: 40vw;
    }
  
    #contact .section__text p {
    font-weight: 200;
  }
  
  #contact .section__text__p1 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  
  #contact .section__text__p2 {
    font-size: 1.25rem;

    margin-bottom: 2rem;
    text-align: start;
  }
  #contact .contact-text h2 {
    font-size: 2.5rem;
    color: rgb(230,230,230);
    }
  #contact .title {
    font-size: 4rem;
    text-align: center;

    color: rgb(255,255,255);

 }

  #contact .contact_form {
    display: flex;
    justify-items: center;
    flex-direction: column;
    width:100%;

  }

  #contact .contact_form .contact_inputs{
width: 50%;
height:40px;
font-size: 1rem;
padding: 0px 5%;
margin: 5px;
border-radius: 15px;
border:solid rgb(240,240,240) 1px;
background-color: rgb(255,255,255);
color: rgb(0, 0, 0);
font-family: "Trebuchet MS", sans-serif;
  }
  #contact .contact_form .input_textfeld{
    width: 88%;
    height:200px;
    font-size: 1rem;
    padding: 5%;
    margin: 5px;
    border-radius: 15px;
    border:solid rgb(240,240,240) 1px;
    background-color: rgb(255,255,255);
    color: rgb(0, 0, 0);
    resize: none;
    font-family: "Trebuchet MS", sans-serif;
      }
  #contact .contact_form .contact_button{
    width: 50%;
    height:50px;
    font-size: 1rem;
    color: rgb(0, 0, 0);
    margin: 5px;
    border-radius: 15px;
    border:solid rgb(240,240,240) 1px;
    background-color: rgb(255,255,255);
    text-align: center;
    padding: 0px 5%;
    transition: 0.5s;
      }
      #contact .contact_form .contact_button:hover{
letter-spacing: 5px;

          }


          .copyrightText {
            padding: 8px 40px;
            border-top: 1px solid rgba(0, 0, 0, 0, 1);
            text-align: center;
            background-color: white;
          
            box-shadow: 0px 5px 10px rgb(14, 14, 14);
          }

         