
* {
    padding: 0;
    margin: 0;
    font-family: poppins;
    scroll-behavior: smooth;
    color: #141414;
    user-select: none;
}


#res {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


.header-text .left-text .padding  p {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media (max-width: 770px) {
  #res {
    font-size: 50px;
  }
}

nav {
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  padding: 0 5%;
}
nav .links {
  padding: 0;
  margin: 0; 
  width: 60%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

nav .links li {
  list-style: none;
  display:table-cell;
  position: sticky;
}

nav .links a {
  display: block;
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  position: relative;
}

nav .links a:hover {
  color: #616cd1;
}
nav .links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #616cd1;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
nav .links a:hover::before {
  visibility: visible;
  transform: scaleX(1);
  color: #616cd1;
}
#nav-toggle {
  position: absolute;
  top: -100px;
}
nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: black;
  margin: 5px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  nav .logo {
    float: none;
    width: auto;
    justify-content: center;
  }
  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    background: #252524;
    top: 100px;
    bottom: 100%;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  nav .links a {
    font-size: 20px;
    color: white;
  }
  nav :checked ~ .links {
    bottom: 0;
  }
  nav .icon-burger {
    display: block;
  }
  nav :checked ~ .icon-burger .line:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(2) {
    opacity: 0;
  }
}

.header-text .left-text h1 {
  font-size: 70px;
}

#button-1 {
  color: black;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 10px;
  padding-top: 10px;
  font-weight: bold;
  transition: 0.7s ease;
  padding-bottom: 10px;
  letter-spacing: 1px;
  padding-left: 85px;
  padding-right: 85px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}


 #img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 112%;
 }

 
 

@media (max-width: 770px) {
  #img {
    width: 100%;
  }
}


.who-are-we .who-are-we-text h1 {
  font-size: 100px;
}

.who-are-we .who-are-we-right p {
  font-size: 20px;
}

#centar {
  display: block;
  margin-left: auto;
  width: 80%;
  margin-right: auto;
}

#servuce {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
  border-radius: 30px;
  padding-right: 60px;
  background: #F2B3D6;
  box-shadow:
  5.2px 9.8px 4.3px rgba(0, 0, 0, 0.474),
  9px 17.2px 16.3px rgba(0, 0, 0, 0.571),
  79px 150px 89px rgba(0, 0, 0, 0.8)
;
}

#servucee {
  background: #D1E956;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
  border-radius: 30px;
  padding-right: 60px;
  box-shadow:
  5.2px 9.8px 4.3px rgba(0, 0, 0, 0.474),
  9px 17.2px 16.3px rgba(0, 0, 0, 0.571),
  79px 150px 89px rgba(0, 0, 0, 0.8)
;
}

#servuceee {
  background: #FFBB01;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
  border-radius: 30px;
  box-shadow:
  5.2px 9.8px 4.3px rgba(0, 0, 0, 0.474),
  9px 17.2px 16.3px rgba(0, 0, 0, 0.571),
  79px 150px 89px rgba(0, 0, 0, 0.8)
;
  padding-right: 60px;
}

.slika {
  background: #1C1C1B;
}

.out-projects .left-side-project h1 {
  font-size: 60px;
}


#button-2 {
  color: black;
  background: #FFBB01;
  border: none;
  font-size: 30px;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 10px;
  padding-top: 10px;
  font-weight: bold;
  transition: 0.7s ease;
  padding-bottom: 10px;
  letter-spacing: 1px;
  padding-left: 85px;
  padding-right: 85px;
 }

#img-22 {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}


 #button-3 {
  color: white;
  background: #252524;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

  border: none;
  font-size: 30px;
  outline: none;
  border-radius: 10px;
  padding-top: 10px;
  font-weight: bold;
  transition: 0.7s ease;
  padding-bottom: 10px;
  letter-spacing: 1px;
  padding-left: 85px;
  padding-right: 85px;
 }



 .project-1 .right-side-project-1 h1 {
  font-size: 80px;
 }

 form div {
  position: relative;
}

form input,
form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid grey;
  color: black;
  width: 100%;
  font-family: "Monsterrat", sans-serif;
  font-size: 1em;
  padding: 8px;
  transition: all 0.5s;
}
.ok-icon::after {
  content: "";
  position: absolute;
  border-left: 4px solid #FE480D;
  border-bottom: 4px solid #FE480D;
  height: 12px;
  width: 18px;
  top: 26px;
  right: 20px;
  margin-top: 0;
  -webkit-transform: rotate(-54deg);
  transform: rotate(-54deg);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ok-icon::before {
  content: "*";
  opacity: 0;
  position: absolute;
  height: 10px;
  width: 10px;
  color: red;
  top: 26px;
  right: 20px;
  font-size: 1.4rem;
}
form input:focus {
  background-color: rgb(22, 22, 22);
  color: white;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
form input:invalid + .ok-icon::before,
form textarea:invalid + .ok-icon::before {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
}
form input:valid + .ok-icon::after,
form textarea:valid + .ok-icon::after {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

form textarea {
  height: 34px;
  padding-right: 40px;
  -webkit-transition: background-color 0.5s, height 0.5s;
  transition: background-color 0.5s, height 0.5s;
}
form textarea::-webkit-scrollbar {
  display: none;
}
form textarea:focus {
  height: 100px;
  -webkit-transition: background-color 0.5s, height 0.5s;
  transition: background-color 0.5s, height 0.5s;
  background-color: rgb(22, 22, 22);
  color: white;
}
form input:valid {
  background-color: rgb(22, 22, 22);
  border-radius: 30px;
  color: white;
}
form textarea:valid {
  min-height: 100px;
  background-color: rgb(22, 22, 22);
  color: white;
}
form label {
  visibility: hidden;
}
form button {
  color: white;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  border: none;
  border-radius: 30px;
  transition: 0.5s ease;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 8px;
  font-size: 1.12rem;
  background-color: #FE480D;
  margin-top: 40px;
}
form:valid button:hover {
  background-color: #D1E956;
  color: black;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
form button:disabled {
  background-color: lightgrey;
  cursor: default;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
form:valid button {
  background-color: #FFBB01;
  color: #0B0A0B;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
form:valid button:focus.show-outline {
  border: 3px solid rgb(22, 22, 22);
}
.confirmation {
  padding: 10px;
  border: 1px solid rgb(158, 25, 25);
  background-color: rgb(248, 177, 177);
  margin: 20px 0;
}


#sub {
  background: #252524;
  border-radius: 30px;
}

.sub h1 {
  padding-top: 40px;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
}

#input {
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#button-4 {
  border-radius: 10px;
  padding-top: 10px;
  color: white;
  background: #FE480D;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}


.fotter .left-fotter h1 {
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 20px;
}




@media (max-width: 770px) {
  #paddig {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 770px) {
  #imgss {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}



