:root {
  --burlywood: #ecae80;
  --tomato: #f3655e;
}

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

h2 {
  color: #696969;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

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

h4 {
  color: #696969;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  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: #9d9d9d;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f3655e;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.button.button-more-margin {
  margin-right: 10px;
}

.banner {
  background-color: #000000c2;
  background-image: url('../images/slider3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.banner.inner-banner {
  background-color: #f3655e;
  background-image: none;
}

.navigation-bar {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.navigation-link {
  color: #fffc;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 12px;
  font-weight: 600;
  transition: all .5s;
}

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

.logo {
  padding-top: 16px;
}

.logo.logo-scroll {
  padding-top: 18px;
}

.arrow-drop-down {
  color: #fff;
  margin-top: 22.5px;
  margin-right: 0;
  font-size: 13px;
}

.drop-down-list.w--open {
  background-color: #000000d9;
  margin-top: 21px;
}

.drop-down-list.drop-down-scroll.w--open {
  margin-top: 5px;
}

.drop-down-link {
  color: #fff9;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s;
}

.drop-down-link:hover {
  color: #ffffffe6;
  background-color: #f3655e;
}

.service-section {
  padding-top: 120px;
  padding-bottom: 120px;
  transition: background-color .5s;
}

.service-icon {
  background-image: url('../images/ico1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
  border: 1px solid #afafaf;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: block;
}

.service-icon:hover {
  background-color: #f3655e;
  background-image: url('../images/ico1hover.png');
  border-color: #f3655e;
}

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

.service-icon.pixel:hover {
  background-image: url('../images/ico2hover.png');
}

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

.service-icon.phone:hover {
  background-image: url('../images/ico3hover.png');
}

.service-column {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.top-title {
  text-align: center;
  margin-bottom: 90px;
}

.top-title.less-space {
  margin-bottom: 50px;
}

.space {
  color: #5d5d5d;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.light {
  font-weight: 200;
}

.portfolio-image {
  text-align: center;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.portfolio-title {
  margin-top: 30px;
  margin-bottom: 10px;
}

.title {
  color: #696969;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.catergory {
  color: #b8b8b8;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 300;
}

.portfolio-overlay {
  opacity: 0;
  background-color: #000000b3;
  height: 100%;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 0;
}

.portfolio-overlay:hover {
  opacity: .96;
}

.icon-wrapper {
  margin-top: 45%;
  position: relative;
}

.icon-portfolio {
  margin-right: 10px;
}

.hero-section {
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-text {
  color: #9d9d9d;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 400;
}

.team-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sub-text {
  font-size: 17px;
  line-height: 30px;
}

.team-wrapper {
  text-align: center;
  margin-bottom: 35px;
}

.team-name {
  color: #3d3d3d;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.team-div {
  text-align: center;
}

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

.icon-social {
  text-align: center;
  background-color: #5d5d5d;
  border-radius: 100px;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  padding-top: 3px;
}

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

.icon-social.twitter:hover {
  background-color: #2aa9e0;
}

.icon-social.google-plus:hover {
  background-color: #bf3939;
}

.icon-social.rss:hover {
  background-color: #eb8a1c;
}

.icon-social.dribbble:hover {
  background-color: #e30282;
}

.process-section {
  background-image: url('../images/home-photo-31.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.fun-facts-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.fun-facts-text {
  color: #fff;
  margin-bottom: 50px;
  font-size: 80px;
  font-weight: 400;
}

.fun-facts-sub-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.fun-facts-block {
  text-align: center;
  background-color: #ffffff4d;
  width: 24.6%;
  margin-right: 3px;
  padding: 68px 10px 45px;
  display: inline-block;
}

.map-image {
  opacity: .3;
}

.pulse-wrapper {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 89px;
  left: 121px;
}

.pulse-wrapper.italy {
  top: 160px;
  left: 441px;
}

.pulse-wrapper.usa {
  position: relative;
  top: 367px;
  left: 722px;
}

.pulse-wrapper.russia {
  top: 362px;
  left: 243px;
}

.pulse-outer {
  background-color: #f9a5a196;
  border-radius: 101%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tooltip {
  color: #fff;
  background-color: #000000d9;
  border-radius: 34px;
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 5px;
  left: 58px;
}

.pulse-inner {
  background-color: #f3655e;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 33%;
  right: 32%;
}

.div-map {
  position: relative;
}

.logo-section {
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hide {
  display: none;
}

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

.footer {
  background-color: #fafafa;
  border-top: 2px solid #f3655e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.row-logo {
  opacity: .8;
  text-align: center;
}

.copyright {
  color: #969696;
  padding-top: 15px;
}

.top {
  background-color: #0000;
  background-image: url('../images/arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #afafaf;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: all .5s;
}

.top:hover {
  background-color: #f3655e;
  background-image: url('../images/arrowh.png');
  border-color: #f3655e #ec3c2a #ec3c2a;
  transform: rotate(360deg);
}

.top-column {
  text-align: right;
}

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

.slider-navigation-dots {
  font-size: 10px;
}

.arrow {
  opacity: .51;
  font-size: 30px;
  transition: all .5s;
}

.arrow:hover {
  opacity: 1;
}

.navigation-scroll {
  width: 100%;
  box-shadow: none;
  background-color: #f3655e;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: fixed;
}

.banner-div {
  padding-top: 0;
  padding-bottom: 1px;
}

.portfolio-section {
  padding-top: 0;
  padding-bottom: 0;
}

.big-title-banner {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Arvo, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.big-title-banner.title-inner {
  margin-bottom: 30px;
  font-size: 55px;
}

.sub-text-banner {
  color: #ffffffe6;
  text-align: center;
  text-transform: capitalize;
  font-family: Libre Baskerville, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.sub-text-banner.sub-text-inner {
  text-transform: capitalize;
  font-size: 20px;
}

.slider-container {
  margin-top: 250px;
  margin-bottom: 250px;
}

.slider-container.container-inner {
  margin-top: 75px;
  margin-bottom: 100px;
}

.another-button {
  text-align: center;
  margin-top: 40px;
}

.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.slider-project {
  height: auto;
}

.page-content {
  margin-top: 50px;
}

.project-title {
  color: #5d5d5d;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-family: Arvo, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.list {
  margin-bottom: 20px;
}

.list.another-list {
  margin-top: 20px;
}

.related-section {
  background-color: #f1f1f1;
  padding-top: 120px;
}

.button-section {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-project {
  text-align: right;
}

.contact-section {
  background-color: #f1f1f1;
  border-top: 1px solid #fff;
  padding-top: 120px;
  padding-bottom: 100px;
}

.text-field {
  color: #333;
  border-top-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #d6d6d6;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}

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

.text-field.text-area {
  margin-bottom: 20px;
  padding-bottom: 80px;
}

.success-message {
  text-align: center;
  padding: 30px;
}

.error-message {
  text-align: center;
  margin-top: 30px;
  padding: 13px;
}

.form-text {
  color: #f3655ead;
  margin-bottom: 0;
}

.contact-info {
  margin-bottom: 5px;
}

.icon-contact {
  display: inline-block;
}

.info {
  margin-left: 10px;
  display: inline-block;
}

.email {
  color: #9d9d9d;
  text-decoration: none;
}

.email:hover {
  color: #f3655e;
}

.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="rotate-drop-down-arrow-on-load"] {
  transform: rotate(-90deg);
}

html.w-mod-js [data-ix="slide-in-pulser-on-scroll"] {
  opacity: 0;
}

html.w-mod-js [data-ix="slide-out-tooltip-on-load"] {
  opacity: 0;
  transform: translate(-10px);
}

html.w-mod-js [data-ix="display-none-scroll-navigation-on-load"] {
  display: none;
}

html.w-mod-js [data-ix="slide-in-from-top-on-load"], html.w-mod-js [data-ix="slide-in-from-top-on-load-2"], html.w-mod-js [data-ix="slide-in-from-top-on-load-3"] {
  opacity: 0;
  transform: translate(0, -20px);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    max-width: 100%;
  }

  .arrow-drop-down {
    margin-right: 14px;
  }

  .drop-down {
    max-width: 100%;
  }

  .drop-down-list.w--open {
    width: 100%;
    position: relative;
  }

  .drop-down-link {
    width: 100%;
  }

  .service-column {
    margin-bottom: 50px;
  }

  .menu {
    z-index: 2;
    color: #fff;
    background-color: #f3655ee6;
    position: absolute;
  }

  .fun-facts-text {
    font-size: 71px;
  }

  .fun-facts-sub-text {
    font-size: 14px;
  }

  .fun-facts-block {
    width: 23.6%;
  }

  .pulse-wrapper.usa {
    top: 289px;
    left: 567px;
  }

  .big-title-banner {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .slider-container {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .row {
    text-align: center;
  }

  .column {
    margin-bottom: 30px;
  }

  .icon-device {
    color: #fff;
    background-color: #ffffff61;
  }

  .icon-device.w--open {
    background-color: #000000a6;
  }
}

@media screen and (max-width: 767px) {
  .logo.w--current {
    margin-left: 10px;
  }

  .arrow-drop-down {
    margin-right: 15px;
  }

  .space {
    line-height: 50px;
  }

  .sub-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fun-facts-block {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .pulse-wrapper {
    top: 60px;
    left: 49px;
  }

  .pulse-wrapper.italy {
    top: 100px;
    left: 262px;
  }

  .pulse-wrapper.usa {
    top: 239px;
    left: 424px;
  }

  .pulse-wrapper.russia {
    top: 221px;
    left: 132px;
  }

  .copyright {
    display: inline-block;
  }

  .top-column {
    text-align: center;
    display: inline;
  }

  .big-title-banner {
    font-size: 37px;
  }

  .big-title-banner.title-inner {
    font-size: 40px;
  }

  .sub-text-banner {
    font-size: 16px;
  }

  .sub-text-banner.sub-text-inner {
    font-size: 20px;
  }

  .slider-container {
    margin-bottom: 170px;
  }

  .column-project {
    text-align: center;
  }

  .icon-device {
    margin-right: 20px;
  }

  .column-device {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .light {
    display: block;
  }

  .pulse-wrapper {
    left: 30px;
  }

  .pulse-wrapper.italy {
    top: 69px;
    left: 150px;
  }

  .pulse-wrapper.usa {
    top: 150px;
    left: 240px;
  }

  .pulse-wrapper.russia {
    top: 128px;
    left: 63px;
  }

  .tooltip {
    display: none;
  }

  .big-title-banner {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 32px;
  }

  .big-title-banner.title-inner {
    line-height: 55px;
  }

  .sub-text-banner {
    padding-left: 20px;
    padding-right: 100px;
    font-size: 18px;
    line-height: 25px;
    display: none;
  }

  .slider-container {
    margin-bottom: 170px;
  }
}


