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

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  letter-spacing: 0.03em;
}

a {
  color: #585858;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

section {
  width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

.purple {
  color: #341d47;
}

.pink {
  color: #ff2a75;
}

.orange {
  color: #f5a68f;
}

.blue {
  color: #5bc0de;
}

.white {
  color: #fff;
}

/* Header Section */
header.hero {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100px;
  background: url(../assets/bg-pat.png) #5bc0de repeat;
  color: #fff;
  padding-bottom: 80px;
}

header.hero .hero-text {
  margin-top: 20%;
  margin-bottom: 20%;
}

header.hero .row {
  position: relative;
}

.half {
  width: 50%;
}

a.menu {
  position: absolute;
  right: 0;
  top: 3em;
}

a.menu img {
  max-width: 40px;
}

a.menu:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}

#domov.h1 {
  text-shadow: 2px 2px #e73e1d;
}

header.hero h1 span,
header.hero h3 {
  font-weight: 300;
}

header.hero .btn {
  cursor: initial;
  color: #585858;
  background-color: yellow;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

header.hero .btn a {
  cursor: initial;
  color: #585858;
}

header.hero .btn:focus, header.hero .btn:active {
  outline: none;
}

header.hero .btn:hover {
  transform: none;
  -webkit-transform: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  transform: none;
  -webkit-transform: none;
}

ul.social-links li {
  display: inline-block;
}

ul.social-links li a {
  padding: 5px;
  opacity: 0.6;
}

ul.social-links li.label {
  font-size: 20px;
  opacity: 0.6;
  font-weight: 400;
}

ul.social-links li a:hover {
  opacity: 1;
}

ul.social-links li a img {
  max-height: 30px;
}

/* Gear */
ul.gear-list li {
  list-style: circle;
  margin-left: 2em;
}

/* Gallery */
.lightbox-gallery {
  background-color: #000;
  color: #fff;
  overflow-x: hidden
}

.lightbox-gallery p {
  color: #fff
}

.lightbox-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #fff
}

@media (max-width:767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px
  }
}

.lightbox-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px
}

.lightbox-gallery .intro p {
  margin-bottom: 0
}

.lightbox-gallery .photos {
  padding-bottom: 20px
}

.lightbox-gallery .item {
  padding-bottom: 30px
}


/* Intro & info */
.intro-info {
  color: white;
  padding-top: 100px;
  background-color: #f66363;
  text-align: center;
}

h4.sub-heading {
  text-transform: uppercase;
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  color: #4e4c58;
}

h1.heading {
  font-family: 'Pacifico', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  font-size: 2em;
  position: relative;
  padding-bottom: 10px;
}

h1.heading span {
  font-weight: 400;
}

h1.heading:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100px;
}

h1.heading.purple:after {
  background-color: #341d47;
}

h1.heading.pink:after {
  background-color: #ff2a75;
}


.swiper-container {
  width: 100%;
  height: 100%;
  padding: 4em 1em;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
}

.client-box {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  padding: 3.5em 2em;
  border-radius: 5px;
  border: 1px solid #eee;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.client-box .client-logo {
  max-height: 120px;
}

.client-box h3.title {
  color: #4e4c58;
  margin-bottom: 2em;
}

.client-box p.tag {
  color: #585858;
  font-family: 'Pacifico', sans-serif;
  margin-bottom: 1em;
}

.client-box a {
  color: #333;
  font-style: italic;
  opacity: 0.5;
}

.client-box.swiper-slide-next {
  -ms-transform: scale(1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15);
  /* Safari */
  transform: scale(1.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.swiper-button-next,
.swiper-button-prev {
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  border-radius: 5em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../assets/arrow-right.png);
  right: -40px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../assets/arrow-left.png);
  left: -40px;
}


/* Testimonial */
.testimonial-box {
  padding: 2em;
  color: #fff;
  border-radius: 5px;
  font-weight: 300;
  min-height: 400px;
}

.testimonial-box h1 {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
}

.testimonial-box p.name {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0;
}

.testimonial-box p.designation {
  font-family: 'Pacifico', sans-serif;
  margin-bottom: 0;
}

.testimonial-box.yellow {
  background-color: #ffbe61;
}

.testimonial-box.purple {
  background-color: #7b32d5;
}

.testimonial-box.blue {
  background-color: #5bc0de;
}

.testimonial-box.pink {
  background-color: #ff2a75;
}


/* Statistics */
.stats {
  margin: 2em 0;
}

.stat-box {
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.stat-box h1 {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  font-size: 3em;
}

.stat-box h3 {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  color: #4e4c58;
  font-size: 2em;
}


/* Contact */
.contact-banner {
  background: url(../assets/bg-pat.png) #664fee repeat;
  color: #fff;
  padding: 6em;
}

.contact-banner h1 {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 1em;
}

label {
  font-weight: 400;
}

.error {
  color:#FB8B68;
}


/* Footer */
.footer {
  background-color: #37324b;
  padding: 5em;
}

.footer h1 {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  font-size: 3em;
  color: #a3a1ac;
  margin-bottom: 2em;
}

.footer h1 span {
  color: #fff;
  font-weight: 300;
}

.footer h1:after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #5bc0de;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-40px, 10px);
}

.footer ul.social-links li a {
  padding-left: 12px;
  padding-right: 12px;
}

.footer ul.social-links li a img {
  max-height: 40px;
}

.basic-info p {
  color: white;
}

.call {
  display: none;
}

.intro-info .btn {
  cursor: initial;
  color: #585858;
  background-color: yellow;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

#submit.btn:focus, .intro-info .btn:focus, #submit.btn:active {
  outline: none;
}

.disabled{
  pointer-events: none;
}

.intro-info .btn:hover {
  transform: none;
  -webkit-transform: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}


.white.logo {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  color: #fff;
  text-shadow: 2px 2px #4095d7;
}

/* Sub-footer */
.sub-footer {
  background-color: #322e45;
  padding: 2em;
  color: #a3a1ac;
  font-weight: 300;
}

.sub-footer p {
  margin: 0;
  font-size: 0.7em;
}

.sub-footer p a {
  color: #fff;
}

.sub-footer p a:hover {
  opacity: 0.8;
}


/* Main navigation */
nav {
  height: 40px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 3em;
  cursor: pointer;
  transition: .25s ease-in-out;
}

#menu-toggle {
  display: none;
  /*only on  small screen*/
  width: 40px;
  clear: both;
  float: right;
}

#menu-toggle span.line {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #fff;
  transition: .25s ease-in-out;
}

#menu-toggle .hamburger span.line {
  margin-bottom: 0.45em;
  clear: both;
  float: right;
}

#menu-toggle .hamburger span.line:nth-child(1) {
  width: 30px;
  transition-delay: .25s;
}

#menu-toggle .hamburger span.line:nth-child(2) {
  transition-delay: .325s;
}

#menu-toggle .hamburger span.line:nth-child(3) {
  width: 20px;
  transition-delay: .475s;
}

#menu-toggle .cross span.line {
  width: 0px;
  position: absolute;
  top: 10px;
  right: 0;
}

#menu-toggle .cross span.line:nth-child(1) {
  transform: rotate(45deg);
  transition-delay: .0s;
}

#menu-toggle .cross span.line:nth-child(2) {
  transform: rotate(-45deg);
  transition-delay: .25s;
}

#menu-toggle.open .hamburger span.line {
  width: 0px;
}

#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}

#menu-toggle.open .cross span.line:nth-child(1) {
  width: 40px;
  transition-delay: 1s;
}

#menu-toggle.open .cross span.line:nth-child(2) {
  width: 40px;
  transition-delay: 1.25s;
}

ul.main-nav {
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: .25s all;
}

ul.main-nav li {
  display: inline-block;
}

ul.main-nav li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
}

ul.main-nav li a:hover {
  color: #585858;
}

ul.main-nav.show-it {
  opacity: 1;
  visibility: visible;
  transition-delay: .25s;
}

/* Let's optimise it for mobile devices */

@media (max-width: 720px) {

  .half {
    width:100%
  }
  nav {
    top: 0;
    height: 220px;
    line-height: 2em;
    background: url(../assets/bg-pat.png) #5bc0de repeat;
    z-index: 2;
  }

  .nav-close {
    height: 0px;
    background: none;
  }
  .hamburger {
    position: absolute;
    top: 10px;
  }
  ul.main-nav {
    flex-flow: column wrap;
  }

  #menu-toggle {
    display: block;
    /*only on small screen*/
  }

  .btn-lg {
    padding: .8em 3em;
    font-size: .8em;
  }

  h1.heading {
    font-size: 2em;
  }

  header.hero {
    text-align: center;
    padding-bottom: 0;
  }

  header.hero h1 {
    font-size: 2em;
    margin-top: 1.5em;
  }

  header.hero h3 {
    font-size: 1.2em;
    line-height: 1.6em;
  }

  ul.social-links li.label {
    display: block;
    font-size: 16px;
    margin-bottom: 1em;
  }

  ul.social-links li a {
    opacity: 1;
  }

  .testimonial {
    padding-top: 3rem;
  }

  .intro-info .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-info .col-md-12 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  .call {
    display: initial;
  }

  /*Swiper classes*/
  .client-box.swiper-slide-next {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swiper-container {
    padding: 4em 0em;
  }

  .client-box {
    padding: 1em;
    text-align: center;
  }

  .stat-box {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .stat-box h1 {
    font-size: 2.6em;
  }

  .stat-box h3 {
    font-size: 1.4em;
  }

  .contact-banner {
    padding: 2em;
  }

  .contact-banner h1 {
    font-size: 2em;
  }

  .sticker {
    display: none;
  }

  .footer {
    padding: 1em 0em;
  }
}