@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body{
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
    
}
.nav-logo{
    width: 5%;
}

.nav{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    padding-top: 2%;
    font-weight: 300;
    font-size: 1.2em;
}
.hero{
    width:80%;
    height: 100%;
    padding-top: 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin:0 auto;
    flex-direction: column;
}
.title{
    padding-bottom: 3%;
    margin: 0 auto;
    font-size: 3em;
    font-weight: 500;

}
.hero_second{
    padding-top: 100px;
    color: rgb(135, 135, 135);
    line-height: 2;
    font-weight: 300;
    font-size:1.5em;
    
}
.hero-img{
    width: 90%;
}
#hero_second{
    padding-top: 40px;
    color: black;
    font-size: 1.3em;
    padding-bottom: 8%;
}
#first{
    margin-right: 50px;
}
#title{
    padding-top: 10%;
    font-size: 2,5em;
}
.box{
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.box-text{
    font-size: 1,5em;
}
.box-title{
    font-size:2.7rem;
    padding-bottom: 40px;
}
#box-text{
    font-weight: 100;
    line-height: 1.9;
    font-size: 1,7em;
}
#box{
    height: 450px;
    display: flex;
    flex-direction: column;
    color: white;
    background-color: #0033ff;
}
.box-final-text{
    font-weight: 100;
    padding-top: 100px;
}

  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:5.5;
    stroke-linecap:round;
  }
 
  .ham6 .top {
    stroke-dasharray: 40 172;
  }
  .ham6 .middle {
    stroke-dasharray: 40 111;
  }
  .ham6 .bottom {
    stroke-dasharray: 40 172;
  }
  .ham6.active .top {
    stroke-dashoffset: -132px;
  }
  .ham6.active .middle {
    stroke-dashoffset: -71px;
  }
  .ham6.active .bottom {
    stroke-dashoffset: -132px;
  }
  
  @media screen and (max-width: 900px) {
    
    .ham{
        display: block;
    }
    .nav{
        display: none;
    }
    .open-burger{

    }
  }
  @media screen and (max-width: 975px) {
    .open-burger{
        display: none;
    }
  }
  .open-burger{
    display: none;
    width: 100%;
    height: 200px;
    padding-bottom: 50px;
    background-color:white;
    color: black;
 
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid gray;
  }
  #burger-logo{
    width: 8%;
    /* margin-left:50%; */

  }
  a{
    text-decoration: none;
    color: #000;
  }
 #contact{
    padding-bottom: 50px;
    padding-top: 50px;
 }
 #contact-1{
    padding-bottom: 50px;
  
 }
 #contact-2{
    padding-bottom: 50px;
   
 }