* {
    padding: 0;
    margin: 0;
    font-family: poppins;
    scroll-behavior: smooth;
    color: #D9D9D8;
    user-select: none;
}

::-webkit-scrollbar {
  width: 0;
}


nav {
    position: relative;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    padding: 0 5%;
  }
  nav .links {
    padding: 0;
    margin: 0;  
    background-color: #1C1C20;
    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: #fff;
    text-decoration: none;
    position: relative;
  }
  nav .links a:hover {
    color: white;
  }
  nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: white;
  }
  #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: #fff;
    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;
      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;
    }
    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-pre {
    text-align: center;
  }


  .header-pre .left-side h1 {
    font-size: 80px;
    color: #4C4C4C;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  #svg {
    background-color: #0D4D80;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #svg:hover {
    transform: scale(1.2);
  }

  .header-pre .right-side {
    text-align: center;
  }

  .header-pre .right-side p {
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
  }

 


  #button-1 {
  appearance: none;
  background-color: #E87A00;
  border-radius: 40em;
  border-style: none;
  box-shadow: #E87A00 0 -12px 6px inset;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  outline: none;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#hover {
  background-color: #E87A00;
}


#hover::after {
  background-color: #FFC229;
}

#button-1:hover {
  box-shadow: #FF6314 0 -6px 8px inset;
  transform: scale(1.125);
}

#button-1:active {
  transform: scale(1.025);
}

@media (min-width: 768px) {
  #button-1 {
    font-size: 1.5rem;
    padding: .75rem 2rem;
  }
}


.mega {
  background-color: #E87A00;
  border-radius: 30px;
  padding-bottom: 150px;
  padding-top: -150px;
}

#slika {
  display: block;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(90deg);
  width: 70%;
}


@media (max-width: 767px) {
  #slika {
      width: 130%;
  }
}



#ces {
  font-size: 50px
}

.projects .project-2 h1 {
  font-size: 80px;
}

.projects .project-1 p {
  padding-top: 40px;
  color: #4C4C4C;
}



.seo .cro h1 {
  text-transform: uppercase;
  font-size: 60px;
}



@media (max-width: 767px) {
  #video {
      width: 100%;
  }
}


@media (max-width: 767px) {
  #pading {
      padding-bottom: 50px;
  }
}

#red {
  background-color: #D6392D;
  border-radius: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  text-transform: uppercase;
  transition: 0.5s ease-in;
  padding-right: 30px;
  padding-top: 30px;
}

#red:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in;
}

.under-grid .red-grid h1 {
  font-size: 70px;
  color: #251A0D;
}


.under-grid .red-grid h3 {
  text-align: right;
  padding-top: 30px;
  color: #251A0D;
  font-size: 50px;
} 

#yellow {
  background-color: #F6BF00;
  border-radius: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  text-transform: uppercase;
  padding-right: 30px;
  transition: 0.3s ease-in;
  padding-top: 30px;
}

#yellow:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in;
}

#orange {
  background-color: #E97A01;
  border-radius: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  text-transform: uppercase;
  transition: 0.3s ease-in;
  padding-right: 30px;
  padding-top: 30px;
}

#orange:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in;
}

.under-grid .orange-grid h1 {
  font-size: 70px;
  color: #251A0D;
}

.under-grid .orange-grid h3 {
  text-align: right;
  padding-top: 30px;
  color: #251A0D;
  font-size: 50px;
}

.grid .right-grid h1 {
  color: #DDDCDE;
  padding-top: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 70px;
}

.grid .right-grid p {
  color: #4C4C4C;
}

@media (max-width: 767px) {
  #yellow {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}


@media (max-width: 767px) {
  #pic-111 {
    display: block;
    margin-left: auto;
   position: fixed;
    margin-right: auto;
    width: 100%;
  }
}

#pic-111:hover {
  transform: scale(1.2);
  transition: 0.4s ease-in;
}

.awards .left-side-award h1 {
  text-transform: uppercase;
  font-size: 60px;
}

.awards .middle-side-award p {
  color: #4C4C4C;
}

.awards .right-side-award {
  background-color: #0D4D80;
  padding-left: 50px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-radius: 30px;
}

.awards .right-side-award h3 {
  padding-left: 70px;
  font-size: 60px;
}

.backgorund .back {
  background-color: #323333;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
}


.backgorund .back h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: bold;
}


#button-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #818182;
  outline: none;
  text-transform: uppercase;
  padding-left: 10px;
  transition: 0.3s ease-in;
  color: #4C4C4C;
  padding-right: 10px;
}

#button-2:hover {
  border: 1px solid #D9D9D8;
  color: #D9D9D8;
  transition: 0.3s ease-in;
}

.team .more-team h1 {
  font-size: 70px;
  text-transform: uppercase;
}


.team .more-team p {
  color: #4C4C4C;
}


#button-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  padding-left: 40px;
  color: #1C1C20;
  border-radius: 30px;
  text-transform: uppercase;
  transition: 0.3s ease-in;
  padding-right: 40px;
}

#button-3:hover {
  background-color: #05608F;
  color: #D9D9D8;
  border: none;
  transition: 0.3s ease-in;
  outline: none;
}


.ready-for-project .ready {
  background-color: #05608F;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 30px;
}

#h1-res {
  font-size: 80px;
  text-transform: uppercase;
  padding-bottom: 80px;
  font-weight: bold;
}

#button-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  color: #05608F;
  transition: 0.4s ease-in;
  font-size: 40px;
  border: none;
  outline: none;
  border-radius: 30px;
}

#button-4:hover {
  background-color: #05608F;
  color: #D9D9D8;
  transition: 0.4s ease-in;
}


@media (max-width: 767px) {
  #h1-res {
   text-align: center;
   font-size: 50px;
  }
}


.fotter {
  text-align: center;
  padding-top: 100px;
}

.fotter .left-fotter h1 {
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 20px;
}


#dig {
  color: #4C4C4C;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: bold;
}

.fotter .left-fotter h3 {
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  #button-1 {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
  }
}


@media (max-width: 767px) {
  #centar {
   text-align: center;
  }
}




@media (max-width: 767px) {
  #padding-top {
   padding-top: 20px;
   padding-bottom: 20px;
  }
}


i:hover {
  color: #4C4C4C;
  transition: 0.3s ease-in;
}



@media (max-width: 767px) {
  #size {
    font-size: 50px;
  }
}



@media (max-width: 767px) {
  #h1-res {
    font-size: 30px;
    line-height: 40px;
  }
}


@media (max-width: 767px) {
  #button-4 {
    font-size: 30px;
  }
}


@media (max-width: 767px) {
  #none {
    display: none;
  }
}


