@font-face {
  font-family: "Poiret";
  src: url(../fonts/PoiretOne-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  src: url(../fonts/Raleway-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
body,
html {
  font-family: "OpenSans";
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: black;
}
body *,
html * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "OpenSans";
}

h2 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 50px;
  }
}

p {
  z-index: 1;
  text-align: justify;
}

ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
}

div,
.container {
  position: relative;
}

.phone {
  -ms-flex-item-align: center;
      align-self: center;
}
.phone a {
  font-weight: bold;
  font-size: 20px;
}
.phone a:hover {
  color: #cc9832;
}
.phone a i {
  font-size: 31px;
}

nav {
  color: #000;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #cc9832;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
nav .nav-links {
  text-transform: uppercase;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
nav .nav-links .link-h a {
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2px;
  padding-bottom: 5px;
  color: #cc9832;
  width: 100%;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bolder;
}
nav .nav-links .link-h a:hover {
  color: black;
}
nav .phone {
  margin: auto;
}
nav a {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
nav img {
  height: 48px;
  margin: auto;
  margin: 3px 0;
}
nav p {
  margin: auto;
  font-size: 20px;
  margin-left: 20px;
}

#navbar {
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
}

.show {
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -webkit-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
}

.hide {
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(0, -50px) !important;
  -moz-transform: translate(0, -50px) !important;
  -webkit-transform: translate(0, -50px) !important;
  -o-transform: translate(0, -50px) !important;
  -ms-transform: translate(0, -50px) !important;
}

.toggler {
  display: none;
}

.active {
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -webkit-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
}

main {
  padding-top: 100px;
}

#s-hero {
  position: relative;
  background: url(../slike/ns1.jpg) center no-repeat;
  background-color: rgba(0, 0, 0, 0.652);
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: color;
  background-position: bottom right;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

#hero {
  margin: auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
}
#hero h1 {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
#hero h1 strong {
  display: contents;
  font-weight: bolder;
  font-family: "Raleway", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 7rem;
  color: #cc9832;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #hero h1 {
    font-size: 2.7rem;
  }
  #hero h1 strong {
    font-size: 4rem;
  }
}
#hero p {
  width: -webkit-fill-available;
  margin-top: 50px;
  font-size: 1.9rem;
  text-align: left;
}
#hero a {
  padding: 5px 20px;
  font-size: 1.6rem;
  background-color: rgba(0, 0, 0, 0.2039215686);
  border: 1px solid #ff9700;
  margin-top: 20px;
}
#hero a:hover {
  color: #ff9700;
  background-color: rgba(0, 0, 0, 0.3019607843);
}

.hint {
  font-size: 3rem;
  width: 100%;
  text-align: center;
  padding: 100px 50px;
}

#about {
  display: block;
}
#about h2 {
  text-align: right;
  margin-right: 36%;
}
#about h2::before {
  position: absolute;
  content: "";
  bottom: -70px;
  left: 39%;
  width: 490px;
  height: 760px;
  border: 4px solid #cc9832;
  z-index: -1;
}
#about .h-about {
  margin-bottom: 150px;
}
#about .h-img {
  opacity: 0;
}
#about .h-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  height: auto;
  width: -webkit-fill-available;
}
#about h3 {
  font-size: 1.9rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #about h3 {
    font-size: 1.2rem;
  }
}
#about .ho-about {
  opacity: 0;
  padding-left: 30px;
  position: relative;
  z-index: 5;
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .numbers {
  margin: 8px;
  border-radius: 4px;
  padding: 20px;
  font-size: 5rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9254901961);
}
@media (max-width: 1200px) {
  #about .numbers {
    font-size: 3rem;
  }
}
#about .h-number {
  background: url(../slike/ns1.jpg) center no-repeat;
  background-color: rgba(0, 0, 0, 0.652);
  background-blend-mode: color;
  background-attachment: fixed;
  padding: 50px 0;
}

.text {
  background: white;
  padding: 10px 30px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .text {
    font-size: 15px;
  }
}

#project .sj {
  font-size: 4.3rem;
  margin-bottom: 250px;
  font-weight: bold;
  text-transform: uppercase;
}
#project .sj strong {
  font-size: 2.5rem;
}
#project .text {
  padding: 50px;
  background-color: rgba(235, 226, 220, 0.541);
}
#project .h-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#project .h-img {
  top: 0;
  right: 10%;
  width: 80%;
  height: auto;
  border-radius: 8px;
  z-index: 0;
}
#project .h-img img {
  height: auto;
  width: -webkit-fill-available;
}
#project h3 {
  text-align: left;
  font-size: 3rem;
  text-decoration: underline;
}
#project h3 :hover {
  color: #ff9700;
}
#project h3 span {
  color: #cc9832;
}
#project h4 {
  text-align: center;
  font-size: 3rem;
}
#project #proj-up,
#project #proj-down {
  height: 787px;
  margin-bottom: 300px;
}
#project #proj-up .h-txt,
#project #proj-down .h-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#project #proj-up .h-txt .text,
#project #proj-down .h-txt .text {
  margin-top: -200px;
  border: 8px solid white;
  border-right: 18px solid #cc9832;
  padding: 50px;
}
#project #proj-up .h-txt .text strong,
#project #proj-down .h-txt .text strong {
  font-size: 2rem;
}
#project #proj-up .h-txt:nth-child(3) .text,
#project #proj-down .h-txt:nth-child(3) .text {
  border-right: none;
  border-left: 18px solid #cc9832;
  margin-top: unset;
  margin-bottom: -180px;
  padding: 50px;
}
#project #proj-up::after,
#project #proj-down::after {
  position: absolute;
  top: 0;
  right: 17%;
  width: 60%;
  height: 99%;
  background-image: url(../slike/hero1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
}
#project #proj-up img {
  opacity: 0;
  width: 80%;
  height: 100%;
  right: 10%;
  position: absolute;
}
#project #proj-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 250px;
  height: 600px;
}
#project #proj-down .h-txt .text {
  padding: 50px;
}
#project #proj-down .h-txt:nth-child(1) .text {
  margin-top: -150px;
  margin-bottom: unset;
}
#project #proj-down .h-txt:nth-child(3) .text {
  margin-bottom: -180px;
}
#project #proj-down::after {
  right: 10%;
  height: 100%;
  width: 80%;
  background-image: url(../slike/hero2.jpg);
  background-size: cover;
  z-index: 0;
}
#project #proj-down img {
  opacity: 0;
  position: absolute;
  right: 10%;
  height: 100%;
  width: 80%;
}

#projects {
  position: relative;
  margin-top: 100px;
}
#projects h2 {
  margin-top: 0;
  margin-bottom: 100px;
}
#projects .proj-head {
  font-size: 25px;
  margin-bottom: 50px;
  padding-right: 20px;
  border-right: 16px solid #cc9832;
}
#projects .proj-head strong {
  font-size: 40px;
  color: #cc9832;
}
#projects .proj-head:first-of-type {
  padding-right: 0;
  padding-left: 20px;
  border-right: none;
  border-left: 16px solid #cc9832;
}
#projects .phone {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
#projects .phone a {
  font-weight: bold;
  font-size: 30px;
}

.proj-row {
  padding: 30px;
  border-radius: 8px;
  background-color: whitesmoke;
  margin-bottom: 50px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.proj-row h3 {
  font-weight: bold;
  padding: 50px 0;
  font-size: 2.4rem;
  color: #cc9832;
}
.proj-row .proj-info {
  padding: 20px;
  border-top: 1px solid black;
}
.proj-row .proj-data div {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.proj-row .proj-data div:nth-of-type(2) {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

.proj-carousel {
  height: 650px;
}
.proj-carousel img {
  margin: auto;
  height: 600px;
  width: 100%;
}
.proj-carousel .carousel-inner {
  border-radius: 8px;
  width: 80%;
  margin: auto;
}

.info-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.7rem;
  font-weight: bold;
  padding: 30px;
  background-color: whitesmoke;
}
.info-bar span {
  color: rgba(0, 0, 0, 0.2274509804);
  width: 30%;
  font-size: 1rem;
}
.info-bar span.dostupnost {
  color: #000000;
}
.info-bar .col-md-5 {
  -ms-flex-item-align: center;
      align-self: center;
  justify-items: end;
}
.info-bar .col-md-7 strong {
  display: block;
  color: #cc9832;
}
.info-bar .col-md-7 strong::first-letter {
  text-transform: capitalize;
}

.act-btn {
  padding: 5px 20px;
  font-size: 1.6rem;
  border-radius: 4px;
  border: 2px solid #cc9832;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto;
}
.act-btn:hover {
  color: #cc9832;
  background-color: rgba(0, 0, 0, 0.8431372549);
}

#stanovi .h-stan {
  -webkit-box-shadow: 0 -7px 15px -12px #938686;
          box-shadow: 0 -7px 15px -12px #938686;
  width: 90%;
  margin-left: auto;
  margin-bottom: 50px;
}
#stanovi .h-stan:hover img {
  border-radius: 8px;
  position: relative !important;
  width: 90% !important;
  opacity: 1 !important;
  height: 100% !important;
  margin: auto;
}
#stanovi .h-stan:hover img:left {
  z-index: -1;
  position: absolute;
  opacity: 0 !important;
}
#stanovi .h-stan img {
  margin: auto;
  z-index: -1;
  height: 1px;
  width: 1px;
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  opacity: 0;
}
#stanovi .lokacija {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 10px 0;
  margin-bottom: 50px;
  border-bottom: 4px solid black;
}
#stanovi .lokacija span {
  margin-left: auto;
}
#stanovi .info-stan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}
#stanovi .info-stan h4 {
  font-weight: 700;
  border-left: 4px solid #cc9832;
}
#stanovi .info-stan h4 span {
  font-weight: 400;
  display: block;
  color: rgba(0, 0, 0, 0.7960784314);
}
#stanovi .phone {
  margin: 200px 0;
  text-align: center;
  font-size: 25px;
}
#stanovi .phone a {
  font-size: 25px;
}

#contact {
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: url(../slike/ns2.jpg);
  background-attachment: fixed;
  position: relative;
}
#contact h2 {
  margin-bottom: 100px;
  color: white;
}
#contact .hint {
  font-size: 1.2em;
  text-align: left;
}
#contact h6.section-heading {
  color: #cc9832;
}
@media (max-width: 767px) {
  #contact {
    margin-top: 80px;
  }
}
#contact .contact-h {
  padding: 60px 30px;
  background-color: whitesmoke;
  border-radius: 8px;
}
#contact h6 {
  text-transform: uppercase;
  font-family: "Raleway";
  margin-bottom: 0;
}
#contact .kont-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#contact .kont-h i {
  min-width: 52px;
  margin-right: 20px;
  font-size: 40px;
}
#contact a {
  color: inherit;
}
#contact a:hover {
  text-decoration: none;
  color: #cc9832;
}

footer {
  background-color: #0d0d0d;
  border-top: 1px solid #cc9832;
  font-size: 12px;
  color: #ff9700;
}
footer a img {
  margin: auto;
  height: 40px;
}

.menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-nav {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.panel-nav a {
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 10px 10px;
  background: #cc9832;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.panel-nav a:hover {
  color: #ff9700;
  background: black;
}
.panel-nav .home-btn {
  padding: 20px 10px;
}

.edituser,
.editproject,
.editstan,
.newproject,
.newstan,
.newuser {
  padding: 20px;
  border-radius: 6px;
  margin: 20px;
  margin-bottom: 50px;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.edituser .form-group,
.editproject .form-group,
.editstan .form-group,
.newproject .form-group,
.newstan .form-group,
.newuser .form-group {
  padding: 0 5px;
}
.edituser .form-group p,
.editproject .form-group p,
.editstan .form-group p,
.newproject .form-group p,
.newstan .form-group p,
.newuser .form-group p {
  color: red;
}
.edituser .form-control,
.editproject .form-control,
.editstan .form-control,
.newproject .form-control,
.newstan .form-control,
.newuser .form-control {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.edituser label,
.editproject label,
.editstan label,
.newproject label,
.newstan label,
.newuser label {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway";
}
.edituser .form-check,
.editproject .form-check,
.editstan .form-check,
.newproject .form-check,
.newstan .form-check,
.newuser .form-check {
  padding-left: 1.8em;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 20px;
}
.edituser .form-check label,
.editproject .form-check label,
.editstan .form-check label,
.newproject .form-check label,
.newstan .form-check label,
.newuser .form-check label {
  margin-left: 5px;
}
.edituser .form-check input,
.editproject .form-check input,
.editstan .form-check input,
.newproject .form-check input,
.newstan .form-check input,
.newuser .form-check input {
  margin-top: 13px;
}
.edituser h3,
.editproject h3,
.editstan h3,
.newproject h3,
.newstan h3,
.newuser h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.edituser .img-holder,
.editproject .img-holder,
.editstan .img-holder,
.newproject .img-holder,
.newstan .img-holder,
.newuser .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: end;
      align-self: end;
  margin-bottom: 6px;
}
.edituser .confirm-btn,
.editproject .confirm-btn,
.editstan .confirm-btn,
.newproject .confirm-btn,
.newstan .confirm-btn,
.newuser .confirm-btn {
  -ms-flex-line-pack: end;
      align-content: end;
}

@-webkit-keyframes anima-left {
  0% {
    -webkit-transform: rotate(0) translateX(-90px);
            transform: rotate(0) translateX(-90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes anima-left {
  0% {
    -webkit-transform: rotate(0) translateX(-90px);
            transform: rotate(0) translateX(-90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.anima-left {
  -webkit-animation: anima-left 2s forwards 0s linear;
  animation: anima-left 2s forwards 0s linear;
}

@-webkit-keyframes anima-naslov {
  0% {
    -webkit-transform: rotate(0) translateY(-120px);
            transform: rotate(0) translateY(-120px);
    font-size: 1px;
    opacity: 0;
  }
  100% {
    font-size: 3.7rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes anima-naslov {
  0% {
    -webkit-transform: rotate(0) translateY(-120px);
            transform: rotate(0) translateY(-120px);
    height: 1%;
    opacity: 0;
  }
  100% {
    height: 100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.anima-naslov {
  -webkit-animation: anima-naslov 1s forwards 0s linear;
  animation: anima-naslov 1s forwards 0s linear;
}

@-webkit-keyframes anima-up-down {
  0% {
    -webkit-transform: rotate(0) translateY(-20px);
            transform: rotate(0) translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes anima-up-down {
  0% {
    -webkit-transform: rotate(0) translateY(20px);
            transform: rotate(0) translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.anima-up-down {
  -webkit-animation: anima-up-down 1s forwards 0s linear;
  animation: anima-up-down 1s forwards 0s linear;
}

@-webkit-keyframes small-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes small-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
.small-in {
  -webkit-animation: small-in 2s forwards 0s ease;
  animation: small-in 2s forwards 0s ease;
}

@-webkit-keyframes anima-hero {
  0% {
    -webkit-transform: scale(0.2) skewX(-9deg);
            transform: scale(0.2) skewX(-9deg);
    -webkit-transform-origin: 70% -50%;
            transform-origin: 70% -50%;
    opacity: 0.1;
  }
}
@keyframes anima-hero {
  0% {
    -webkit-transform: scale(0.2) skewX(-9deg);
            transform: scale(0.2) skewX(-9deg);
    -webkit-transform-origin: 70% -50%;
            transform-origin: 70% -50%;
    opacity: 0.1;
  }
}
.anima-hero {
  -webkit-animation: anima-hero 3s forwards 0s linear;
  animation: anima-hero 3s forwards 0s linear;
}

@-webkit-keyframes animaright {
  0% {
    -webkit-transform: rotate(0) translateX(150px);
    transform: rotate(0) translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes animaright {
  0% {
    -webkit-transform: rotate(0) translateX(100%);
    transform: rotate(0) translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
*.animaright {
  -webkit-animation: animaright 1.5s forwards 0s ease;
  animation: animaright 1.5s forwards 0s ease;
}

@-webkit-keyframes animaleft {
  0% {
    -webkit-transform: rotate(0) translateX(-100%);
    transform: rotate(0) translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes animaleft {
  0% {
    -webkit-transform: rotate(0) translateX(-100%);
    transform: rotate(0) translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
*.animaleft {
  -webkit-animation: animaleft 1.5s forwards 0s ease;
  animation: animaleft 1.5s forwards 0s ease;
}

@-webkit-keyframes animatop {
  0% {
    -webkit-transform: rotate(0) translateY(-150px);
    transform: rotate(0) translateY(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes animatop {
  0% {
    -webkit-transform: rotate(0) translateY(-150px);
    transform: rotate(0) translateY(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
*.animatop {
  -webkit-animation: animatop 1.5s forwards 0s ease;
  animation: animatop 1.5s forwards 0s ease;
}

@-webkit-keyframes animaimg {
  0% {
    -webkit-transform: rotate(0) scale(0.3);
    transform: rotate(0) scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes animaimg {
  0% {
    -webkit-transform: rotate(0) scale(0.3);
    transform: rotate(0) scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
*.animaimg {
  -webkit-animation: animaimg 1.5s forwards 0s ease;
  animation: animaimg 1.5s forwards 0s ease;
}/*# sourceMappingURL=app.css.map */