body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: linear-gradient(45deg, rgb(255, 255, 255) 30%, rgb(219, 219, 219) 50%, rgb(255, 255, 255) 70%);
  background-repeat: no-repeat;
}
body .globe {
  position: absolute;
  color: #fff;
  top: 3%;
  right: 2%;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
body .globe:hover {
  color: #00f9ff;
}
body #google_translate_element {
  position: absolute;
  top: 2%;
  right: 2%;
  display: inline;
}
body #google_translate_element .goog-te-gadget-simple {
  background-color: transparent;
  border: 0;
}
body #google_translate_element .goog-te-menu-value {
  display: none;
}
body #google_translate_element img {
  display: none;
}

* {
  outline: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #00f9ff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.6);
}

.backToTop {
  opacity: 0;
}
.backToTop img {
  width: 50px;
  position: fixed;
  z-index: 1000000;
  bottom: 3vh;
  right: 2vw;
  background-color: #00f9ff;
  padding: 1rem;
  border-radius: 1000px;
  cursor: pointer;
}

.nastaniHero {
  background-image: url(../../../../img/projects/nastani/gradimeMostovi/gradimeMostoviHero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.nastaniHero .nastaniHeroCol {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20vh;
  text-align: center;
}
.nastaniHero .nastaniHeroCol h1 {
  font-family: Mont;
  font-size: 12rem !important;
  color: #e6e6e6;
}
.nastaniHero .nastaniHeroCol h1 span {
  background-image: linear-gradient(90deg, #00f9ff, #095ab0);
  background-size: 0% 5px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-position-y: 48px;
}
.nastaniHero .scrollIndicatorLink {
  border: 0;
  background-color: transparent;
}
.nastaniHero .scrollIndicatorLink img {
  width: 3%;
  position: absolute;
  bottom: 5vh;
  left: 48%;
  right: auto;
  transition: bottom 0.3s ease-in-out;
}
.nastaniHero .scrollIndicatorLink img:hover {
  bottom: 3vh;
}

.zaNastanot {
  padding-top: 5rem;
}
.zaNastanot .container-fluid {
  padding: 0 20rem !important;
}
.zaNastanot .zaNastanotCol {
  text-align: center;
}
.zaNastanot .zaNastanotCol h2 {
  font-family: Mont;
  font-size: 8rem;
  padding-bottom: 1rem;
}
.zaNastanot .zaNastanotCol h2 span {
  background-image: linear-gradient(90deg, #00f9ff, #095ab0);
  background-size: 100% 15px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-position-y: 138px;
}
.zaNastanot .zaNastanotCol p {
  font-size: 2.5rem;
  font-family: Inter;
  font-weight: 600;
}
.zaNastanot .nastaniPara2 {
  margin-top: 7rem;
  padding: 0 10rem;
}
.zaNastanot .nastaniPara2 .zaNastanotCol {
  text-align: left;
}
.zaNastanot .nastaniPara2 .zaNastanotCol h3 {
  font-family: Mont;
  font-size: 5rem;
  padding-bottom: 1rem;
}
.zaNastanot .nastaniPara2 .zaNastanotCol h3 span {
  background-image: linear-gradient(90deg, #00f9ff, #095ab0);
  background-size: 100% 12px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-position-y: 85px;
}
.zaNastanot .nastaniPara2 .nastaniTextRight {
  text-align: right;
}

@font-face {
  font-family: Mont;
  src: url(../../../../fonts/Mont.otf);
}
.zaNastanotColImg {
  display: flex;
  justify-content: center;
}
.zaNastanotColImg .resizedImg {
  width: 40%;
  display: inline-block;
}
.zaNastanotColImg .resizedImg2 {
  text-align: center;
  width: 70%;
}

footer {
  text-align: center;
}
footer .copyright p {
  font-family: Roboto;
  font-weight: 100;
  font-size: 3.5rem;
  margin-top: 2.5rem;
  margin-bottom: 0%;
}
footer .iconsCredits {
  opacity: 0.7;
  font-size: 1.5rem;
}
footer .iconsCredits a {
  text-decoration: none;
  color: #000000;
}/*# sourceMappingURL=nastanGradimeMostovi.css.map */