.shake-vertical {
  animation: shake-vertical 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-6-28 7:34:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@keyframes shake-vertical {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  10%, 30%, 50%, 70% {
    transform: translate(-50%, -8px);
  }
  20%, 40%, 60% {
    transform: translate(-50%, 8px);
  }
  80% {
    transform: translate(-50%, 6.4px);
  }
  90% {
    transform: translate(-50%, -6.4px);
  }
}
.shake-horizontal {
  animation: shake-horizontal 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-6-28 7:42:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
* {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  scroll-behavior: smooth;
}

::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "Nunito", sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.section-padding {
  padding: 3em 2em;
}

.color-span {
  color: rgb(211, 175, 55);
}

.nav-background {
  background-color: black;
}

.section-title {
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.underline {
  background-color: #d3af37;
  height: 4px;
  width: 80px;
  margin: 0 auto 40px;
}

nav {
  transition: background-color 0.6s ease;
  z-index: 13;
  text-transform: uppercase;
}
nav .nav-background {
  background-color: black;
}
nav .navbar-toggler {
  padding: 10px 15px;
  border: 2px solid white;
}
nav .navbar-toggler:focus {
  box-shadow: none;
  border: 2px solid rgb(211, 175, 55);
}
nav .nav-link,
nav .navbar-brand,
nav .fa-bars {
  color: rgb(211, 175, 55);
  font-weight: bold;
}
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .nav-link.show {
  color: white;
}
nav .navbar-brand {
  letter-spacing: 1px;
}
nav .navbar-brand:hover {
  color: white;
}

header .fa-chevron-down {
  position: absolute;
  bottom: 5%;
  left: 50%;
  font-size: 30px;
  color: white;
  z-index: 3;
  transform: translateX(-50%);
}

.header-btn {
  width: 200px;
  text-align: center;
  text-decoration: none;
  padding: 0.5em;
  z-index: 1;
  border: 2px solid white;
  border-radius: 8px;
  background: none;
  color: white;
  text-transform: uppercase;
  align-self: center;
  transition: background-color 0.7s;
}
.header-btn:hover {
  background-color: rgb(211, 175, 55);
}

.hero-img {
  position: relative;
  background-image: url("../img/man-painting-walls-yellow.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  background-attachment: fixed;
  z-index: 0;
}

.hero-text {
  color: white;
  height: 100%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.hero-img::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
}

.about-us {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.about-us__boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: c;
}
.about-us__box {
  width: 100%;
  height: 100%;
}
.about-us__box-heading {
  text-transform: uppercase;
  margin-top: 0.5em;
  color: black;
  text-align: center;
  padding: 0.5em;
  font-size: 2rem;
}
.about-us__box-text {
  position: relative;
  z-index: 5;
  padding: 0.5em;
  font-size: 1.2rem;
  color: black;
  text-align: center;
}

.why-us-hero-img {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(45deg, rgba(28, 29, 31, 0.3), rgba(0, 0, 0, 0.3)), url("../img/job546-ku-07.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 0;
}

.why-us-item {
  margin: 10px 0;
}
.why-us-item .fa-brands {
  font-size: 30px;
}
.why-us-item .platforms-card-title {
  font-size: 18px;
  text-transform: uppercase;
}

.portfolio .carousel-item {
  height: 600px;
}
.portfolio .carousel-item img {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.portfolio .carousel-caption {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 40px 0;
}
.portfolio .carousel-indicators {
  padding-bottom: 10px;
}

.prices span {
  font-weight: bold;
}
.prices i {
  padding: 0 4px;
  font-size: 24px;
}
.prices .price-box {
  background-color: white;
  margin: 20px;
  padding: 30px;
  width: 250px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgb(211, 175, 55);
  transition: all 0.4s ease;
}
.prices .price-box:hover {
  transform: scale(1.05);
  background-color: #d3af37;
}
.prices .price-box:hover .device-tag,
.prices .price-box:hover .price-tag, .prices .price-box:hover .price-element {
  color: white;
}
.prices .price-box:hover .btn {
  background-color: white;
  color: #d3af37;
}
.prices .device-tag,
.prices .price-tag {
  color: #d3af37;
  font-weight: bold;
}
.prices .device-tag {
  text-transform: uppercase;
}
.prices .price-tag {
  font-size: 25px;
}
.prices .btn {
  text-transform: uppercase;
  padding: 10px 25px;
  background-color: #d3af37;
}
.prices .btn:hover {
  background-color: white;
  opacity: 0.7;
}
.prices .prices-footer {
  font-style: italic;
}

.why-us {
  overflow: hidden;
}
.why-us .accordion-body {
  background-color: antiquewhite;
}
.why-us__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-us__card-img {
  background-image: url("../img/210.jpg");
  background-size: cover;
  height: 300px;
  width: 300px;
  background-position: center;
}
.why-us__card-accordion {
  background-color: black;
  border-radius: 8px;
}

.services {
  overflow: hidden;
}
.services .title {
  font-size: 2rem;
  text-transform: uppercase;
}
.services .accordion-button {
  background-color: rgb(211, 175, 55);
  color: white;
  text-transform: uppercase;
}
.services hr {
  color: rgb(211, 175, 55);
}

.adv {
  position: relative;
  background-image: linear-gradient(45deg, rgba(14, 27, 47, 0.95), rgba(211, 175, 55, 0.75)), url(../img//painting2.jpg);
  background-size: cover;
  background-position: center;
}
.adv::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.adv .adv__hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  z-index: 1;
  padding: 3em;
}
.adv .adv__hero-heading {
  color: white;
  z-index: 1;
  text-align: center;
  margin-bottom: 1em;
  align-self: center;
}
.adv .adv__hero-btn {
  width: 200px;
  text-align: center;
  padding: 0.5em;
  z-index: 1;
  border: 2px solid white;
  border-radius: 8px;
  background: none;
  color: white;
  text-transform: uppercase;
  align-self: center;
  transition: background-color 0.7s;
}
.adv .adv__hero-btn:hover {
  background-color: rgb(211, 175, 55);
}

.reviews .section-heading {
  color: white;
}
.reviews__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reviews__card {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 3em;
  background: white;
  border-radius: 8px;
  box-shadow: 8px 8px 10px rgb(211, 175, 55);
  transition: all 0.7s;
}
.reviews__card:hover {
  background-color: rgb(211, 175, 55);
  color: white;
}
.reviews__card:hover .reviews__card-quote, .reviews__card:hover .reviews__card-name {
  color: white;
}
.reviews__card-img {
  position: absolute;
  top: 10px;
  right: 10px;
}
.reviews__card-img img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.reviews__card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
}
.reviews__card .rewiews__card-text {
  font-size: 1.2rem;
}
.reviews__card-quote {
  font-size: 2rem;
  color: rgba(209, 130, 11, 0.801);
}
.reviews__card-name {
  align-self: flex-end;
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(209, 130, 11, 0.801);
}

.contact {
  position: relative;
  background-color: black;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  z-index: 0;
}
.contact .section-title {
  color: white;
}
.contact .underline {
  background-color: rgb(211, 175, 55);
}
.contact i {
  font-size: 28px;
  color: white;
  margin-right: 1rem;
}
.contact i:hover {
  color: rgb(211, 175, 55);
}
.contact .card-title {
  color: rgb(211, 175, 55);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.contact .card-text {
  color: white;
}

footer {
  background-color: #d3af37;
}

@media (min-width: 1200px) {
  .hero-img {
    background-image: url("../img/man-painting-walls-yellow.jpg");
  }
}
@media (min-width: 768px) {
  .hero-text h1 {
    font-size: 48px;
  }
  .hero-text p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 55px;
  }
  .reviews__cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  header .fa-chevron-down {
    bottom: 15%;
  }
}
@media (max-width: 992px) {
  nav {
    background-color: black;
  }
}/*# sourceMappingURL=style.css.map */