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

a {
  text-decoration: none;
}

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

body {
  position: relative;
  font-family: "Raleway", sans-serif;
  background-color: #ebecf2;
  scroll-margin-top: 172px;
}

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

.underline {
  margin: 0 auto 40px;
  width: 100px;
  height: 3px;
  background-color: #a413a3;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100vh;
  background-image: url("https://cdn.pixabay.com/photo/2021/03/21/12/45/background-6111960_1280.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
header .hero-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
header .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  z-index: 3;
}
header .hero-text h1 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #510437;
  -webkit-animation: fadeIn ease 2s 1s both;
          animation: fadeIn ease 2s 1s both;
}
header .hero-text h1 span {
  color: #f965f8;
  -webkit-animation: fadeIn ease 2s 1.5s both;
          animation: fadeIn ease 2s 1.5s both;
}
header .hero-text p {
  -webkit-animation: fadeIn ease 2s 2.5s both;
          animation: fadeIn ease 2s 2.5s both;
}

.hero-btn {
  margin-top: 20px;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-animation: fadeIn ease 2s 4s both;
          animation: fadeIn ease 2s 4s both;
}

.hero-icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  z-index: 4;
}
.hero-icon .fa-sort-down {
  font-size: 36px;
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar {
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.navbar a {
  color: #fff;
}
.navbar a:hover,
.navbar a:focus {
  color: #f965f8;
}
.navbar .navbar-brand {
  font-weight: 700;
}
.navbar .navbar-brand span {
  margin-right: 10px;
}
.navbar .nav-link.active {
  color: #f965f8;
}
.navbar .navbar-toggler {
  color: #fff;
}
.navbar .navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0.1rem;
          box-shadow: 0 0 0 0.1rem;
  border-radius: 0.2rem;
}

.about span {
  margin-top: 20px;
  font-size: 30px;
}
.about .about-card-title {
  font-size: 18px;
  text-transform: uppercase;
}
.about .about-card-box {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px 1px rgba(121, 119, 119, 0.477);
          box-shadow: 5px 5px 5px 1px rgba(121, 119, 119, 0.477);
  margin-bottom: 15px;
}
.about .about-card-text {
  font-size: 14px;
}
.about .about-hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.about .about-hover:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cta {
  background-color: #a413a3;
}
.cta .cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
}
.cta .cta-container .cta-text {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.cta .cta-container .cta-button {
  padding: 15px 15px;
  margin: 10px;
  border: 2px solid #fff;
  border-radius: 0.375rem;
  background-color: #fff;
  color: #a413a3;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.cta .cta-container .cta-button:hover {
  background-color: transparent;
  color: #fff;
}

.services {
  width: 100%;
  background-image: url("https://cdn.pixabay.com/photo/2021/03/21/12/45/background-6111960_1280.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.services .services-card p {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 20px 20px;
  margin-bottom: 0;
}
.services .services-card .services-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}
.services .services-card .services-img.left {
  background-image: url("https://cdn.pixabay.com/photo/2016/02/26/06/05/lens-1223583_1280.jpg");
}
.services .services-card .services-img.middle {
  background-image: url("https://cdn.pixabay.com/photo/2014/02/28/01/58/printing-house-276390_1280.jpg");
}
.services .services-card .services-img.right {
  background-image: url("https://cdn.pixabay.com/photo/2019/04/22/13/21/computer-4146579_1280.jpg");
}
.services .services-card .services-card-title {
  padding-top: 30px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.portfolio .carousel-item .carousel-caption {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}
.portfolio .portfolio-btn {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #a413a3;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.portfolio .portfolio-btn:hover {
  background-color: #7f0f7f;
}

#logo-carousel {
  background-color: #fff;
}
#logo-carousel h3 {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
#logo-carousel .logo-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#logo-carousel .logo-carousel .logo-img {
  width: 100%;
}
#logo-carousel .logo-carousel .logo-slide {
  padding: 30px;
}
#logo-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#logo-carousel .slick-list {
  padding-bottom: 20px;
}
#logo-carousel .slick-dots li button::before {
  font-size: 12px;
}
#logo-carousel .slick-dots li.slick-active button::before {
  color: #a413a3;
}

.contact .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 20px;
  margin-bottom: 15px;
  background-color: rgba(237, 195, 237, 0.3490196078);
  border-radius: 20px;
  border-top: 10px solid #a413a3;
}
.contact .contact-box h4 {
  margin: 30px 0;
  font-size: 22px;
  text-transform: uppercase;
}
.contact .contact-box a,
.contact .contact-box p {
  display: block;
  margin-bottom: 1rem;
  color: #555;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}
.contact .contact-box span {
  font-size: 30px;
  color: #fff;
}
.contact .contact-box .icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #a413a3;
}

@media (min-width: 375px) {
  header .hero-text {
    font-size: 16px;
  }
  header .hero-text h1 {
    font-size: 36px;
  }
  .cta .cta-container .cta-text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  header .hero-text {
    font-size: 20px;
  }
  header .hero-text h1 {
    font-size: 42px;
  }
}
@media (min-width: 1000px) {
  .cta .cta-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .cta .cta-container .cta-text {
    font-size: 26px;
  }
}/*# sourceMappingURL=style.css.map */