/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
  background-color: #0e0e0e;
}

/* hero background image */
/* .bgimage {
    height: 100vh;
    background: url('images/header.jpeg');
    background-size: cover;
    position: relative;
} */

.bgimage2 {
  background: url("images/header.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  -webkit-animation: gradientAnimation 15s ease infinite;
  animation: gradientAnimation 15s ease infinite;
}
.bgimage {
  height: 100vh;
  background: url("images/header.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  -webkit-animation: gradientAnimation 15s ease infinite;
  animation: gradientAnimation 15s ease infinite;
}
@-webkit-keyframes gradientAnimation {
  0% {
    background-position: 0% 30%, 0 0;
  }
  50% {
    background-position: 100% 70%, 0 0;
  }
  100% {
    background-position: 0% 30%, 0 0;
  }
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 30%, 0 0;
  }
  50% {
    background-position: 100% 70%, 0 0;
  }
  100% {
    background-position: 0% 30%, 0 0;
  }
}

/* text css above hero image*/
.hero_title {
  font-size: 4.5rem;
}

.hero_desc {
  font-size: 2rem;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dfdfdf;
}

.link-text {
  background: none;
  border: none;
  color: #d7d7d7;
}

.link-text:hover {
  color: #dfdfdf;
}

.services-text {
  color: #dfdfdf;
}

.portfolio-text {
  color: #dfdfdf;
}

.about__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* spacing on all sections */
#services,
#contact,
#about {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


#contact {
  padding-top: 4rem;
  background-color: #121212;
  padding-bottom: 4rem;
}

#services {
  padding-top: 4rem;
  background-color: #121212;
  padding-bottom: 4rem;
}

#portfolio {
  padding-top: 4rem;
  background-color: #050505;
  padding-bottom: 4rem;
}

/* about section image css */
.imageAboutPage {
  width: 100%;
}

/* services section css */
.servicesText.card {
  height: 280px;
  cursor: pointer;
  border: 0px;
  background-color: #1e1e1e;
}

.servicesIcon {
  font-size: 36px;
  text-align: left;
  width: 100%;
  color: #dfdfdf;
}

.card-body:hover {
  background-color: #050505;
  border-radius: 25px;
  border: 0px;
  /* transform: scale(1.015); */
}

.card-title {
  text-align: left;
  font-size: 2rem;
}

.card:hover .servicesIcon {
  color: #dfdfdf;
}

.servicesText:hover {
  border: 0px solid #050505;
  border-radius: 25px;
}

/* portfolio section css */

.portfolioText.card {
  height: 245px;
  cursor: pointer;
  border: 0px;
  background-color: #050505;
  border-radius: 25px;
}

.card2 {
  background-color: #050505;
  border-radius: 25px;
  border: 0px;
}

.card-body2 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.card2:hover {
  /* transform: scale(1.015); */
  background-color: #050505;
  border-radius: 25px;
  border: 0px;
}

.portfolioText:hover {
  border: 0px solid #050505;
  border-radius: 25px;
}

/* footer styling */
#footer {
  background-color: #050505;
  text-align: center;
}


.social-icons-header {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons-header li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons-header a {
  color: #dfdfdf;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons-header a:hover {
  color: #212121;
  background-color: #212121;
}

.social-icons-header a.facebook:hover {
  background-color: #dfdfdf;
}

.social-icons-header a.twitter:hover {
  background-color: #dfdfdf;
}

.social-icons-header a.linkedin:hover {
  background-color: #dfdfdf;
}

.social-icons-header a.behance:hover {
  background-color: #dfdfdf;
}

.social-icons-header a.instagram:hover {
  background-color: #dfdfdf;
}

.social-icons-header a.github:hover {
  background-color: #dfdfdf;
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons a {
  color: #dfdfdf;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:hover {
  color: #dfdfdf;
  background-color: #212121;
}


.social-icons a.facebook:hover {
  background-color: #212121;
}

.social-icons a.twitter:hover {
  background-color: #212121;
}

.social-icons a.linkedin:hover {
  background-color: #212121;
}

.social-icons a.behance:hover {
  background-color: #212121;
}

.social-icons a.instagram:hover {
  background-color: #212121;
}

.social-icons a.github:hover {
  background-color: #212121;
}

.card-disabbled {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card-disabbled li {
  display: inline-flex;
  margin-bottom: 4px;
}

.card-disabbled a {
  background-color: #777777;
  color: #dfdfdf;
  display: inline-flex;
  text-align: center;
  margin-right: 8px;
  width: max-content;
}

.card-disabbled a:active,
.card-disabbled a:focus,
.card-disabbled a:hover {
  color: #dfdfdf;
  background-color: #777777;
}

.card-button {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card-button li {
  display: inline-flex;
  margin-bottom: 4px;
}

.card-button a {
  background-color: #dfdfdf;
  color: #121212;
  display: inline-flex;
  text-align: center;
  margin-right: 8px;
  width: max-content;
}

.card-button a:active,
.card-button a:focus,
.card-button a:hover {
  color: #dfdfdf;
  background-color: #212121;
}

.card-button a.facebook:hover {
  background-color: #212121;
}

.card-button a.twitter:hover {
  background-color: #212121;
}

.card-button a.linkedin:hover {
  background-color: #212121;
}

.card-button a.behance:hover {
  background-color: #212121;
}

.card-button a.instagram:hover {
  background-color: #212121;
}

.card-button a.github:hover {
  background-color: #212121;
}



.site-footer {
  background-color: #050505;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.site-footer hr {
  border-top-color: #dfdfdf;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #dfdfdf;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #dfdfdf;
}

.site-footer a:hover {
  color: #dfdfdf;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #dfdfdf;
}

.footer-links a:hover {
  color: #dfdfdf;
  text-decoration: none;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  color: #737373;
  background-color: #050505;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
