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

/* ----------------------------------------------
 * Generated by Animista on 2023-4-26 13:38:23
 * 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: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 82px;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
}

h2 {
  text-align: center;
  text-transform: uppercase;
}

.line {
  width: 80px;
  height: 3px;
  margin: 10px auto 30px;
  background-color: #f85134;
}

.text-tomato {
  color: #f85134;
  font-weight: bold;
}

.nav-bg {
  background-color: #141414;
}

.navbar {
  width: 100%;
  z-index: 1;
  transition: background-color 0.5s;
}
.navbar .container .fa-icons {
  margin-right: 3px;
}
.navbar .container a {
  color: white;
}
.navbar .container .active {
  color: #f85134;
}
.navbar .container .nav-link:hover {
  color: #f85134;
}
.navbar .container .fa-bars {
  padding: 10px;
  color: white;
  margin-right: 0;
}
.navbar .container .collapse {
  text-transform: uppercase;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.home-img {
  position: relative;
  height: 100vh;
  color: white;
  background-image: url(../img/home-1280.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.home-img .home-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.849);
  z-index: -5;
}
.home-img .home-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  height: 100%;
  z-index: 10;
}
.home-img .home-text .navbar-brand {
  color: white;
  font-size: 40px;
}
.home-img .home-text h1 {
  text-transform: uppercase;
  font-size: 30px;
}
.home-img .home-text p {
  font-size: 14px;
}
.home-img .home-text .btn {
  background-color: #f85134;
  border: none;
}
.home-img .home-text .btn:hover {
  background-color: white;
}
.home-img .fa-angles-down {
  position: absolute;
  transform: translateX(-50%);
  font-size: 30px;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  color: white;
}

.aboutus .aboutus-title {
  text-transform: uppercase;
  font-size: 18px;
}
.aboutus i {
  font-size: 45px;
  color: #f85134;
}
.aboutus .aboutus-text {
  font-size: 15px;
}

.portfolio {
  background-color: #ddd;
}
.portfolio .carousel-item {
  position: relative;
  height: 600px;
}
.portfolio .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.portfolio .carousel-item h5 {
  text-transform: uppercase;
}
.portfolio .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.801);
}
.portfolio .carousel-indicators {
  padding: 10px;
}
.portfolio .card-group {
  position: relative;
}
.portfolio .card-group img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.prices-section .prices {
  justify-content: center;
}
.prices-section .prices .line-smale {
  height: 2px;
  width: 100%;
  background-color: #ddd;
}
.prices-section .prices .prices-show {
  margin: 5px;
  box-shadow: 0 0 70px #ddd;
  border: 1px solid #ddd;
  border-radius: 30px;
}
.prices-section .prices .prices-show h3 {
  text-transform: uppercase;
  color: #f85134;
}
.prices-section .prices .prices-show span {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.prices-section .prices .prices-show i {
  font-size: 30px;
}
.prices-section .prices .btn-top {
  background-color: #f85134;
  color: white;
}
.prices-section .prices button {
  border: none;
}
.prices-section .prices button a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.prices-section .prices button:hover {
  background-color: #f85134;
  border: none;
  font-size: 15px;
}
.prices-section .text-product {
  font-size: 18px;
}
.prices-section .text-product a {
  color: #f85134;
  text-decoration: none;
}

.teams {
  background-color: #ddd;
}
.teams .card-group .card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.teams .card-group .card .card-title {
  text-transform: uppercase;
  font-weight: bold;
}
.teams .card-group .card .card-text-profession {
  color: #a7a6a6;
}
.teams .card-group .card .card-footer .fa-brands {
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
  color: #f85134;
}
.teams .card-group .card .card-footer .fa-brands:hover {
  color: white;
  background-color: #f85134;
}

.achievements {
  background-color: #f7f6f6;
}
.achievements .fa-regular {
  font-size: 40px;
  color: #f85134;
  margin-bottom: 8px;
}
.achievements .namber {
  font-size: 20px;
  font-weight: bold;
}

.contact {
  position: relative;
  background-image: url(../img/contact_1280.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: white;
  z-index: 0;
}
.contact .contact-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.87);
  z-index: -1;
}
.contact .logo {
  font-size: 35px;
}
.contact h4 {
  text-transform: uppercase;
  font-weight: bold;
}
.contact .sm .fa-brands {
  font-size: 20px;
  padding: 10px;
  color: #f85134;
}
.contact .sm .fa-brands:hover {
  color: white;
  background-color: #f85134;
}
.contact p {
  font-size: 20px;
}
.contact .sc-icon {
  padding: 10px;
}

footer {
  background-color: #141414;
}

@media (min-width: 375px) {
  .home-img .home-text h1 {
    font-size: 32px;
  }
  .home-img .home-text p {
    font-size: 16px;
  }
  .portfolio .card-group img {
    height: 300px;
  }
}
@media (min-width: 450px) {
  .contact .logo {
    font-size: 52px;
  }
}
@media (min-width: 500px) {
  .contact .logo {
    font-size: 60px;
  }
  .home-img .home-text .navbar-brand {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .home-img .home-text h1 {
    font-size: 42px;
  }
  .home-img .home-text p {
    font-size: 20px;
  }
  .prices-section .text-product {
    font-size: 16px;
  }
  .achievements .fa-regular {
    font-size: 50px;
  }
  .achievements .namber {
    font-size: 23px;
  }
  .contact .logo {
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 72px;
  }
  .home-img {
    background-image: url(../img/home-1920.jpg);
  }
  .contact .logo {
    font-size: 65px;
  }
  .contact {
    background-image: url(../img/contact_1920.jpg);
  }
}/*# sourceMappingURL=main.css.map */