/*
Theme Name: IT Fusion sourcing
Theme URI: https://slobodanmiric.in.rs
Author: Sloba & WW Ekipa
Author URI: https://slobodanmiric.in.rs
Description: Intermediate WP theme
Version: 1
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

img {
  width: 100%;
  display: block;
}

.bg-red {
  background: #ee666c;
  color: #fff;
}

.bg-blue {
  background: #25235b;
  color: #fff;
}

.bg-gray {
  background: #f3f3f2;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

header img {
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(50%);
}
@media (max-width: 767px) {
  header img {
    height: 45vh;
  }
}
header h1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  background: rgba(238, 102, 108, 0.8);
  padding: 25px 50px;
  letter-spacing: 2px;
}

.btn {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  padding: 15px 30px;
}

.btn-danger {
  background: #ee666c;
}
.btn-danger:hover {
  background: #25235b;
}

nav.bg-dark {
  background: transparent !important;
  padding-top: 20px;
}
nav.bg-dark .navbar-brand img {
  width: 150px;
}
nav.bg-dark .nav-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
}
nav.bg-dark .nav-link:hover {
  text-shadow: 0 0 10px #ee666c;
}
nav.bg-dark .active .nav-link {
  color: #ee666c !important;
}

nav.bg-dark.sticky {
  background: #25235b !important;
  box-shadow: 0 2px 10px #282d31;
  transition: 0.5s ease;
  padding-top: 10px;
}

.main-header img {
  height: 60vh;
}
@media (max-width: 767px) {
  .main-header img {
    height: 45vh;
  }
}

.header-single img {
  height: 70vh;
}
@media (max-width: 767px) {
  .header-single img {
    height: 45vh;
  }
}

.baner {
  background: #25235b;
  margin-top: -150px;
}
.baner h1 {
  font-size: 7rem;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  margin-top: -160px;
  text-shadow: 0 0 10px #ee666c;
}
@media (max-width: 767px) {
  .baner h1 {
    font-size: 4rem;
    margin-top: -110px;
  }
}
.baner .element {
  font-size: 1.7rem;
  font-weight: 800;
  color: #ee666c;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.baner .typed-cursor {
  font-size: 1.7rem;
  font-weight: 800;
  color: #ee666c;
}

.services .col-md-4 > div {
  padding: 40px;
}
.services .col-md-4:nth-child(2) {
  margin-top: 70px;
}
.services .col-md-4:nth-child(3) {
  margin-top: 140px;
}
.services .col-md-4 h3 {
  font-weight: 800;
}

.about {
  background: linear-gradient(90deg, #ee666c 30%, #fff 30%);
}
.about h2 {
  transform: rotate(270deg);
  font-size: 6rem;
  margin-top: 150px;
  font-weight: 800;
}

footer {
  padding: 100px 0;
  background: linear-gradient(90deg, #fff 67%, #ee666c 67%);
}
footer h3 {
  font-weight: 800;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
footer ul {
  line-height: 2;
}
footer a {
  color: #212529;
  font-size: 2rem;
  margin-right: 20px;
}
footer a:hover {
  color: #383f45;
}
footer a:hover:hover i {
  animation: footer 0.7s ease;
}
@keyframes footer {
  100% {
    transform: rotate(360deg);
  }
}

.how-do-we-work h2 {
  font-size: 6rem;
  font-weight: 800;
  transform: rotate(-90deg);
}
.how-do-we-work .service {
  border-bottom: 2px solid #ee666c;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.how-do-we-work .service:last-child {
  border: none;
}
.how-do-we-work .service h3 {
  font-weight: 800;
  font-size: 2rem;
}

.education img, .blog img {
  width: 100%;
  height: auto;
  transition: 0.5s ease;
}
.education img:hover, .blog img:hover {
  transform: scale(120%);
}

.blog .meta {
  margin-top: 30px;
}
.blog .meta::after {
  background: #ee666c;
  display: block;
  content: "";
  height: 2px;
  width: 20%;
  margin: 20px auto;
}
.blog h3 {
  color: #25235b;
}
.blog h3:hover {
  text-shadow: 0 0 10px #ee666c;
}
.blog img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */