.bounce-top {
  -webkit-animation: bounce-top 2s ease-in-out infinite both;
          animation: bounce-top 2s ease-in-out infinite both;
  display: block;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-8-10 20:11:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    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;
  background-color: rgb(225, 225, 225);
}

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

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

.underline-small {
  margin: 0 auto 40px;
  width: 90%;
  height: 1px;
  background-color: rgb(202, 202, 202);
}

.blue-text {
  color: #039dff;
}

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

nav {
  text-transform: uppercase;
  z-index: 1;
  transition: background-color 0.6s;
}
nav a,
nav i {
  color: #fff;
}
nav a:hover,
nav i:hover {
  color: #039dff;
}
nav .fa-bars {
  padding: 10px;
}
nav .fa-bars:active {
  border: none;
}
nav .navbar-brand {
  font-weight: bold;
}
nav .active {
  color: #039dff;
}

header {
  color: #fff;
}
header h1 {
  text-transform: uppercase;
  font-size: 30px;
}
header p {
  font-size: 14px;
}
header .hero-img {
  position: relative;
  height: 100vh;
  background-image: url("../img/cat-gc43a125f1_640.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
header .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -10;
}
header .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-align: center;
  z-index: 5;
}

.aboutus i {
  font-size: 30px;
  padding-top: 30px;
}
.aboutus .aboutus-card-title {
  font-size: 18px;
  text-transform: uppercase;
}
.aboutus .aboutus-card-text {
  font-size: 14px;
}

.aboutus-hover {
  transition: color 0.5s;
}

.aboutus-hover:hover {
  color: #039dff;
}

.hero-aboutus {
  color: rgb(202, 202, 202);
  position: relative;
  height: 100p;
  background-image: url("../img/maine-coon-g19817a554_640.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  z-index: 0;
}
.hero-aboutus i {
  margin-top: 20px;
  font-size: 30px;
}
.hero-aboutus .aboutus-card-title {
  padding-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
}
.hero-aboutus .aboutus-card-text {
  font-size: 14px;
}
.hero-aboutus .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.584);
  z-index: -10;
}

.portfolio {
  position: relative;
}
.portfolio .carousel-caption {
  background: rgba(0, 0, 0, 0.576);
  position: absolute;
  left: 0;
  right: 0;
}
.portfolio .carousel-indicators {
  padding-bottom: 10px;
}
.portfolio .card {
  margin: 20px;
}

.prices {
  color: rgb(66, 66, 66);
}
.prices .btn:hover {
  background-color: #039dff;
}
.prices .p-3 {
  background-color: #fff;
  box-shadow: 3px 3px 5px rgb(109, 109, 109);
  transition: transform 0.5s;
}
.prices .p-3:hover {
  transform: scale(1.05);
}
.prices h3 {
  color: #039dff;
  text-transform: uppercase;
}
.prices i {
  font-size: 24px;
}
.prices .price {
  font-size: 24px;
  font-weight: bold;
}
.prices a {
  text-decoration: none;
  color: #039dff;
}

.team {
  height: 700px;
  position: relative;
  color: rgb(66, 66, 66);
  height: 100p;
  background-image: url("../img/team/home-office-g0f5172eae_1920.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.team h2 {
  color: rgb(202, 202, 202);
}
.team .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.778);
  z-index: -10;
}
.team .card {
  height: 500px;
  transition: transform 0.3s;
}
.team .card:hover {
  transform: scale(0.95);
}
.team .card-title {
  text-align: center;
  text-transform: uppercase;
}
.team .card-footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.team img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team i {
  font-size: 30px;
  padding: 10px;
  color: #039dff;
}
.team button {
  border: none;
}

.achievments {
  color: rgb(66, 66, 66);
}
.achievments i {
  font-size: 36px;
  padding-top: 50px;
  color: white;
  text-shadow: 0 0 5px black;
  transition: color 0.3s;
}
.achievments .col-12:hover > p i {
  color: #039dff;
}
.achievments .achevment-card-title {
  font-size: 20px;
  font-weight: bold;
}
.achievments .achevment-card-text {
  text-transform: uppercase;
}

.contact {
  color: rgb(202, 202, 202);
  position: relative;
  background-image: url("../img/hd-wallpaper-g70a6a2eb5_1920.jpg");
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.contact h2 {
  font-weight: bold;
  font-size: 28px;
}
.contact h3 {
  text-transform: uppercase;
}
.contact a {
  color: rgb(202, 202, 202);
  font-size: 28px;
  padding: 15px;
}
.contact a:hover {
  color: #fff;
}
.contact .contact-shadow {
  background-color: rgba(5, 0, 49, 0.678);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -10;
}
.contact .underline {
  background-color: rgb(202, 202, 202);
}

@media (min-width: 375px) {
  header h1 {
    font-size: 36px;
  }
  header p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  header h1 {
    font-size: 48px;
  }
  header p {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 72px;
  }
  .prices .prices-text-first-line {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  header .hero-img {
    background-image: url("../img/cat-g6282a30d5_1920.jpg");
  }
  .hero-aboutus {
    background-image: url("../img/maine-coon-gc832a969d_1920.jpg");
  }
}
.btn-outline-light {
  text-transform: uppercase;
}

.fa-chevron-down {
  font-size: 30px;
  bottom: 20px;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  transition: color 0.5s;
}

.fa-chevron-down:hover {
  color: #039dff;
}/*# sourceMappingURL=main.css.map */