* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: inter;
  user-select: none;
  color: #D9D9D8;
  scroll-behavior: smooth;
}

header {
  background: rgb(0,8,45);
background: linear-gradient(180deg, rgba(0,8,45,1) 0%, rgba(0,8,45,1) 18%, rgba(7,30,183,1) 100%);
padding-bottom: 30px;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

#cont {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    box-shadow: 0px 5px 10px 0px rgb(0,8,45);
    position: fixed;
    width: 100%;
    color: #BEC0C2;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    padding-top: 30px;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: #BEC0C2;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s ease;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #D7F034;
    transition: 0.5s ease;
}

@media (max-width: 768px){
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: black;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        padding-right: 100px;
        border-radius: 20px;
        flex-direction: column;
        margin-left: -50px;
        padding-left: 50px;
        transition: transform 0.5s ease-in-out;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}


#goals {
  color: #D9D9D8;
  padding-top: 80px;
  font-weight: bold;
  font-size: 100px;
  padding-bottom: 100px;
}


@media (max-width: 767px) {
  #goals {
   font-size: 70px;
   text-align: center;

  }
}

#button-1 {
  color: #D9D9D8;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  background: transparent;
  transition: 0.3s ease-in;
  border: 2px solid #A2A9A3;
  border-radius: 15px;
  font-size: 30px;
}

#button-1:hover {
  border: 5px solid #A2A9A3;
  transition: 0.3s ease-in;
}

.third {
  padding-top: 70px;
}

.third h1 {
  font-weight: bold;
} 

.green {
  padding-top: 80px;
}

.green .BORDER {
  background: #D7F034;
  border-radius: 30px;
  padding-bottom: 100px;
  text-align: center;
}

.green .BORDER h1 {
  color: #050701;
  padding-top: 100px;
  padding-bottom: 50px;
  font-size: 60px;
  font-weight: bold;
}


#button-2 {
  color: #050701;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background: #FEFFFD;
  border: none;
  transition: 0.3s ease-in;
  outline: none;
  border-radius: 40px;
  font-size: 20px;
}

#button-3:hover {
  color: #0525CF;
  transition: 0.3s ease-in;
}


#button-4:hover {
  color: #D7F034;
  transition: 0.3s ease-in;
}

#button-5:hover {
  color: #0525CF;
  transition: 0.3s ease-in;
}


.left-side-tide {
  background: #FEFFFE;
  padding-top: 80px;
  padding-bottom: 108px;
  border-radius: 30px;
}

.left-side-1 .left-side-tide h1 {
  padding-bottom: 80px;
  color: #050701;
}

.left-side-1 .left-side-tide h2 {
  color: #050701;
  font-size: 40px;
  margin-left: 30px;
} 

.become {
  padding-top: 100px;
  
}

.become .become-left h1 {
  color: #050701;
  font-size: 60px;
}

.become .become-roght p {
  padding-top: 50px;
  text-align: center;
  color: #050701;
  font-size: 20px;
}


#button-3 {
  color: #050701;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  background: transparent;
  border: 2px solid #050701;
  border-radius: 15px;
  font-size: 30px;
}



.left-side-1 .right-side-tide {
  background: #FEFFFD;
  padding-top: 80px;
  padding-bottom: 100px;
  border-radius: 30px;
}

.left-side-1 .right-side-tide h1 {
  color: #050701;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 20px;
  padding-bottom: 80px;
}

.left-side-1 .right-side-tide h2 {
  color: #050701;
}

#back {
  background: #010001;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #A2A9A3;
  border-radius: 30px;
}

#suc {
  background: #010001;
  text-align: left;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 150px;
  border-radius: 30px;
}

#h2 {
  font-size: 50px;
}


.social-succes .left-side-succes h3 {
  color: #010001;
  padding-top: 15px;
  font-weight: bold;
  padding-bottom: 15px;
} 

#people {
  color: #010001;
  font-weight: bold;
  font-size: 60px;
}

#span-2 {
  background: #D7F034;
  color: #010001;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  padding-right: 10px;
  border-radius: 20px;
}


#button-4 {
  color: #050701;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background: transparent;
  border: 2px solid #050701;
  border-radius: 15px;
  font-size: 30px;
}


@media (max-width: 767px) {
  #padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


@media (max-width: 767px) {
  #centar {
    text-align: center;
  }
}


@media (max-width: 767px) {
  #margin {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}



@media (max-width: 767px) {
  #people {
   font-size: 50px;
  }
}


@media (max-width: 767px) {
  #img {
   width: 90%;
  }
}

.looking  .looking-left h1 {
  color: #010001;
  font-size: 100px;
}

.looking  .looking-left p {
  color: #010001;
}

#button-5 {
  color: #010001;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  background: transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid #050701;
  padding-left: 20px;
}



@media (max-width: 767px) {
  #law {
   font-size: 70px;
   padding-bottom: 50px;
  }
}



@media (max-width: 767px) {
  #padding-2 {
   padding-top: 20px;
   padding-bottom: 20px;
  }
}



#pre-fotter {
  background: #D7F034;
  border-radius: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
}

.pre-footer .left-pre-footer h1 {
  color: #010001;
  padding-top: 20px;
  font-weight: bold;
  font-size: 60px;
}

.pre-footer .middle-pre-footer p {
  color: #010001;
  padding-top: 20px;
  font-weight: 500;
}


footer {
  padding-top: 100px;
  padding-bottom: 100px;
}


.footer .the-close h1 {
  color: #010001;
  font-weight: bold;
}


.footer .the-close i {
  padding-top: 20px;
  letter-spacing: 20px;
  font-size: 30px;
  color: #010001;
}

.footer .about-us h4 {
  color: #010001;
}

#bold {
  font-weight: bold;
  font-size: 30px;
}
