.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;

}

.logotip {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap:5px;
}
.logotip img {
    width: 60px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* column-gap: 60px; */
    border-bottom: 1px solid #4f43434f;
}

.navbar h1 {
    color: #46A358;
}

.navbar_menu {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    list-style: none;
    column-gap: 40px;
}

.navbar_item a {
    text-decoration: none;
    outline: none;
    color: #3d3d3dd5;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 20.11px;
}

.navbar_item a:hover {
    font-size:19px ;
    font-weight: 900;
    color: rgb(0, 0, 0);
    border-bottom: 3px solid #46A358;
}

.navbar_login {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
}

.navbar_login button {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 35px;
    top: 25px;
    border-radius: 6px;
    color:#FFFFFF;
    
    background-color: #46A358;
    border:none;
transition: 0.2s all;

}
.navbar_login button:hover {
    width:110px; 
    height: 40px;
    border-radius:8px ;
   
    
  }
  .bowlby-one sc-regular {
    font-family: "Bowlby One SC", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  .hero{
    width: 1200px;
    height: 450px;
    margin-top: 40px;
    margin-left:40px;
background-color: rgba(245, 245, 245, 0.619);
display: flex;
justify-content:space-between;
align-items: center;
}
.hero_info{
    margin-top: 70px;
    margin-left: 40px;
    margin-bottom: 70px;
   
}
.hero_info h3 {
    /* font-family: Cera Pro; */
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #3D3D3D;

}
.hero_info h2{
    /* font-family: Cera Pro; */
font-size: 70px;
font-weight: 700;
line-height: 70px;
letter-spacing: 0em;
text-align: left;

}
.hero_info span{
    color: #46A358;
}
.hero_info h4{
    /* font-family: Cera Pro; */
font-size: 14px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #727272;
}
.hero_info button{
    width: 140px;
height: 40px;
top: 415px;
left: 161px;
border-radius: 6px;
border: none;
color: #FFFFFF;
background-color: #46A358;
transition-duration: 0.3s;
}
.hero_info button:hover{
width:150px ;
height:50px ;
border-radius:8px;
}
.hero_imgs{
    display: flex;
    flex-direction:row;
justify-content:center;
align-items: center;
column-gap: 5px;
}