.bounce-top {
  display: block;
  animation: bounce-top 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-2-25 16:40:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@keyframes bounce-top {
  0% {
    transform: translate(-50%, -45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translate(-50%, -24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translate(-50%, -12px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translate(-50%, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate(-50%, 0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ebecf2;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  position: relative;
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.9);
}

.underline {
  width: 60px;
  height: 4px;
  background-color: #039dff;
  margin: 0 auto 40px;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
}

nav {
  text-transform: uppercase;
  z-index: 5;
  width: 100vw;
  transition: background-color 0.6s;
}
nav .nav-link, nav .navbar-brand, nav .navbar-nav .nav-link.show, nav .fa-bars {
  color: #fff;
}
nav .logo-color, nav .nav-link:focus, nav .nav-link:hover, nav .navbar-nav .nav-link.active, nav .navbar-nav .show > .nav-link {
  color: #039dff;
}

header.hero-img {
  position: relative;
  height: 100vh;
  background-image: url("../img/hero-small.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}
header.hero-img .logo-color {
  color: #039dff;
}
header.hero-img h1 {
  text-transform: uppercase;
}
header.hero-img .hero-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.7);
}
header.hero-img .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
header.hero-img .fa-chevron-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 30px;
  color: #fff;
}

.aboutus {
  color: #000;
}
.aboutus i {
  margin-top: 20px;
  font-size: 30px;
}
.aboutus .aboutus-card-title {
  font-size: 18px;
  text-transform: uppercase;
}
.aboutus .aboutus-card-text {
  font-size: 14px;
}
.aboutus .aboutus-hover {
  transition: color 0.3s;
}
.aboutus .aboutus-hover:hover {
  color: #039dff;
}

.aboutus-hero {
  position: relative;
  background-image: url("../img/tech-small.jpg");
  background-size: cover;
  background-position: center;
  color: #ddd;
  z-index: 0;
}
.aboutus-hero i {
  font-size: 20px;
}
.aboutus-hero .aboutus-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.6);
}
.aboutus-hero .aboutus-hero-title {
  font-size: 24px;
}
.aboutus-hero .aboutus-hero-text {
  font-size: 18px;
}

.portfolio {
  color: #000;
}
.portfolio .carousel-item {
  height: 600px;
}
.portfolio .carousel-caption {
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  padding: 40px 0;
}
.portfolio .carousel-indicators {
  padding-bottom: 20px;
}

.prices {
  color: #000;
}
.prices .price-box {
  margin: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  padding: 30px;
  transition: scale 0.3s;
}
.prices .price-box span {
  font-weight: bold;
}
.prices .price-box i {
  padding: 0 5px;
  font-size: 24px;
}
.prices .price-box button {
  padding: 10px 20px;
  text-transform: uppercase;
}
.prices .price-box:hover {
  scale: 1.05;
}
.prices .price-title {
  color: #039dff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.prices .price-tag {
  font-weight: bold;
  font-size: 30px;
}
.prices .price-info {
  margin-top: 30px;
}
.prices .price-info a {
  text-decoration: none;
}

.team {
  position: relative;
  background-image: url("../img/biuro.jpg");
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.team .team-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.7);
}
.team .card {
  transition: scale 0.3s;
  margin-top: 20px;
  padding: 0 !important;
}
.team .card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .card i {
  padding: 10px;
}
.team .card-title {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.team .card:hover {
  scale: 0.96;
}

.achievements {
  color: #000;
}
.achievements i {
  color: #fff;
  font-size: 48px;
  padding: 10px;
  text-shadow: 0 0 5px #000;
}

.contact {
  position: relative;
  z-index: 0;
  background-image: url("../img/city.jpg");
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
}
.contact .contact-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: rgba(0, 9, 27, 0.85);
}
.contact .contact-us {
  display: flex;
  align-items: center;
}
.contact .contact-us .contact-item {
  margin: 30px 0;
}
.contact .contact-us .contact-item h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .contact-us .social-media {
  font-size: 26px;
}
.contact .contact-us .social-media a {
  padding: 10px;
  color: #fff;
  transition: color 0.3s;
}
.contact .contact-us .social-media a:hover {
  color: #039dff;
}

@media (min-width: 768) {
  .hero-text h1 {
    font-size: 42px;
  }
  .hero-text p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 74px;
  }
  .aboutus-hero {
    background-image: url("../img/tech-big.jpg");
  }
}
@media (min-width: 1200px) {
  header.hero-img {
    background-image: url("../img/hero-big.jpeg");
  }
}/*# sourceMappingURL=main.css.map */