:root {
  --white: white;
  --black: black;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #818181;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 26px;
}

a {
  color: #333;
  text-decoration: none;
}

.button {
  color: #bfbfbf;
  text-align: center;
  background-color: #242424;
  padding: 20px 43px;
  font-size: 15px;
  text-decoration: none;
  transition: transform .6s linear;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #5c5c5c;
}

.button.button-line {
  background-color: #0000;
  box-shadow: 0 0 0 1px #bfbfbf;
}

.button.button-line:hover {
  box-shadow: 0 0 0 1px #fff;
}

.header {
  background-color: #fffffff7;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  box-shadow: 0 1px 8px #0000001a;
}

.header.header-relative {
  position: relative;
}

.banner {
  background-image: linear-gradient(#0b0b0be6, #0b0b0be6), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
}

.navigation-link {
  color: #a6a6a6;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  transition: color .4s ease-in-out;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #0a0a0a;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.gray {
  background-color: #fafafa;
}

.section.parallax {
  background-image: linear-gradient(#282828e6, #282828e6), url('../images/parallax.jpg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.dark-color {
  background-color: #242424;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-title {
  text-transform: uppercase;
  border-left: 2px solid #0b0b0b;
  margin-bottom: 50px;
  padding-left: 20px;
}

.top-title.title-white {
  color: #fff;
  border-left-color: #fff;
}

.top-small-text {
  text-transform: none;
  font-size: 16px;
}

.skills-bar {
  margin-bottom: 15px;
}

.skills-text {
  color: #a8a8a8;
  text-transform: uppercase;
  font-size: 14px;
}

.percent-bar {
  background-color: #e3e3e3;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  position: relative;
}

.bar-overlay {
  background-color: #363636;
  width: 80%;
  height: 100%;
  position: absolute;
}

.bar-overlay.bar-2 {
  width: 100%;
}

.bar-overlay.bar-3 {
  width: 65%;
}

.bar-overlay.bar-4 {
  width: 47%;
}

.bar-overlay.bar-5 {
  width: 92%;
}

.service-title {
  text-transform: uppercase;
}

.small-divider {
  background-color: #363636;
  width: 25%;
  height: 3px;
  margin-bottom: 20px;
}

.service-content {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.service-icon {
  float: left;
  background-image: url('../images/paint-brush_363636_101paint-brush_363636_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.service-icon.icon-2 {
  background-image: url('../images/print_363636_101print_363636_100.png');
}

.service-icon.icon-3 {
  background-image: url('../images/code_333333_101code_333333_100.png');
}

.service-icon.icon-4 {
  background-image: url('../images/magic_333333_101magic_333333_100.png');
}

.service-icon.icon-5 {
  background-image: url('../images/camera-retro_363636_101camera-retro_363636_100.png');
}

.service-icon.icon-6 {
  background-image: url('../images/heart_363636_101heart_363636_100.png');
}

.read-more-link {
  color: #b3b3b3;
  transition: background-color .3s ease-in-out;
  position: relative;
  top: 2px;
}

.read-more-link:hover {
  color: #5c5c5c;
}

.space {
  margin-top: 50px;
}

.space.center {
  text-align: center;
}

.fun-facts-wrapper {
  color: #fffffff2;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fun-facts-icon {
  background-image: url('../images/rocket_ffffff_100-1_1rocket_ffffff_100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px solid #ffffff4a;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fun-facts-icon.icon-2 {
  background-image: url('../images/magic_ffffff_101magic_ffffff_100.png');
}

.fun-facts-icon.icon-3 {
  background-image: url('../images/users_ffffff_101users_ffffff_100.png');
}

.fun-facts-icon.icon-4 {
  background-image: url('../images/coffee_ffffff_101coffee_ffffff_100.png');
}

.features-title {
  text-transform: uppercase;
}

.features-icon {
  float: left;
  background-image: url('../images/globe_363636_101globe_363636_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 44px;
  height: 65px;
  margin-right: 5px;
}

.features-icon.icon-2 {
  background-image: url('../images/star_363636_101star_363636_100.png');
}

.features-icon.icon-3 {
  background-image: url('../images/cogs_363636_101cogs_363636_100.png');
}

.features-black-icon {
  float: left;
  background-color: #242424;
  background-image: url('../images/mobile-phone_ffffff_101mobile-phone_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 55px;
  height: 55px;
  margin-right: 15px;
}

.features-black-icon.icon-2 {
  background-image: url('../images/header_ffffff_101header_ffffff_100.png');
  background-size: 20px;
}

.features-black-icon.icon-3 {
  background-image: url('../images/eye-slash_ffffff_101eye-slash_ffffff_100.png');
  background-size: 20px;
}

.features-black-icon.icon-4 {
  background-image: url('../images/font_ffffff_101font_ffffff_100.png');
  background-size: 20px;
}

.features-black-icon.icon-5 {
  background-image: url('../images/paragraph_ffffff_101paragraph_ffffff_100.png');
  background-size: 20px;
}

.features-black-icon.icon-6 {
  background-image: url('../images/magic_ffffff_101magic_ffffff_100.png');
  background-size: 20px;
}

.features-black-icon.icon-7 {
  background-image: url('../images/code_ffffff_101code_ffffff_100.png');
  background-size: 20px;
}

.features-black-icon.icon-8 {
  background-image: url('../images/phone_ffffff_101phone_ffffff_100.png');
  background-size: 20px;
}

.features-black-icon.icon-9 {
  background-image: url('../images/facebook_ffffff_101facebook_ffffff_100.png');
  background-size: 20px;
}

.features-content {
  text-align: left;
  text-transform: none;
  position: relative;
  overflow: hidden;
}

.testimonials-title {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.slider-arrow {
  opacity: .3;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 19px;
  line-height: 48px;
  transition: opacity .5s ease-in-out;
}

.slider-arrow:hover {
  opacity: 1;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
}

.testimonials-content {
  text-align: center;
  margin-left: 75px;
  margin-right: 75px;
}

.testimonials-paragraph {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.testimonials-photo {
  background-image: url('../images/cleint3.jpg');
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin: 30px auto 15px;
  display: block;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/client2.jpg');
}

.testimonials-name {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.portfolio-wrapper {
  float: left;
  background-color: #0000;
  border: 2px solid #fff;
  width: 25%;
}

.portfolio-content {
  background-color: #4a4a4a;
  position: relative;
  overflow: hidden;
}

.testimonials-big-title {
  margin-top: 0;
}

.portfolio-overlay {
  opacity: .01;
  background-color: #282828e6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio-title {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.logo-wrapper {
  width: 20%;
  padding: 10px;
}

.team-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.team-content {
  text-align: left;
  text-transform: uppercase;
  border-left: 2px solid #0b0b0b;
  padding-left: 20px;
}

.team-proffesion {
  color: #858585;
  margin-top: -5px;
  margin-bottom: 15px;
}

.team-social {
  margin-top: 15px;
}

.social-icon {
  float: left;
  background-color: #242424;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  transition: background-color .5s ease-in-out;
}

.social-icon:hover {
  background-color: #3b5998;
}

.social-icon.twitter {
  background-image: url('../images/twitter.svg');
}

.social-icon.twitter:hover {
  background-color: #00aced;
}

.social-icon.linkdin {
  background-image: url('../images/linkedin_footer-w.svg');
}

.social-icon.linkdin:hover {
  background-color: #007bb6;
}

.social-icon.pinsteret {
  background-image: url('../images/pin.svg');
}

.social-icon.pinsteret:hover {
  background-color: #cb2027;
}

.info-wrapper {
  text-align: center;
}

.info-icon {
  background-color: #242424;
  background-image: url('../images/phone_ffffff_101phone_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info-icon.icon-2 {
  background-image: url('../images/envelope_ffffff_101envelope_ffffff_100.png');
}

.info-icon.icon-3 {
  background-image: url('../images/map-marker_ffffff_100-1_1map-marker_ffffff_100 (1).png');
}

.info-text {
  color: #858585;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26px;
}

.text-field {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e3e3e3;
  border-left-style: none;
  border-right-style: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 0;
}

.text-field:focus {
  color: #313131;
  border-bottom-color: #262626;
}

.text-field.text-area {
  padding-bottom: 100px;
}

.success-message {
  text-align: center;
  background-color: #50cc9a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-form {
  color: #fff;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.error-message {
  text-align: center;
  background-color: #e37b7b;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer {
  background-color: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
}

.footer-wrapper {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-title {
  margin-bottom: 20px;
}

.paragraph-lighter {
  color: #d4d4d4;
  margin-bottom: 0;
}

.footer-content {
  margin-bottom: 20px;
}

.support-link {
  color: #d4d4d4;
  transition: color .5s ease-in-out;
}

.support-link:hover {
  color: #fff;
}

.bottom-footer {
  background-color: #0d0d0d;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-center {
  text-align: center;
}

.brand {
  margin-top: 12px;
}

.big-slider {
  background-color: #0000;
  height: 100%;
}

.dots-navigation {
  padding-top: 2px;
  font-size: 10px;
}

.right-arrow, .left-arrow {
  width: 120px;
}

.slider-container {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-big-text {
  font-size: 50px;
  line-height: 55px;
}

.slider-small-text {
  color: #ffffffa1;
  letter-spacing: 3px;
  margin-top: 15px;
  font-size: 16px;
}

.inner-banner {
  background-image: linear-gradient(#0b0b0be6, #0b0b0be6), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 30%;
  position: relative;
}

.inner-title {
  letter-spacing: 1px;
  font-size: 25px;
}

.small-space {
  margin-top: 20px;
}

.project-info {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.code-embed {
  color: #000;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #4353ff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

html.w-mod-js [data-ix="fade-in-portfolio-title-on-hover"] {
  opacity: 0;
  transform: scale(.5);
}

@media screen and (max-width: 991px) {
  .header {
    position: relative;
  }

  .banner {
    height: 70%;
    min-height: 700px;
  }

  .navigation-link:hover, .navigation-link.w--current {
    color: #fff;
  }

  .portfolio-wrapper {
    width: 50%;
  }

  .slider-big-text {
    font-size: 40px;
  }

  .hamburger {
    color: #1c1c1c;
  }

  .hamburger.w--open {
    background-color: #1c1c1c;
  }

  .navigation-menu {
    background-color: #000000e0;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 50%;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-wrapper, .fun-facts-wrapper {
    margin-bottom: 30px;
  }

  .portfolio-wrapper {
    border-width: 8px;
    width: 100%;
  }

  .logo-wrapper {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .team-wrapper, .info-wrapper, .footer-wrapper {
    margin-bottom: 30px;
  }

  .slider-big-text {
    line-height: 60px;
  }

  .slider-small-text {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section.dark-color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-name {
    line-height: 26px;
  }

  .slider-big-text {
    font-size: 42px;
  }

  .slider-small-text {
    font-size: 13px;
  }
}


