/*!
 * it_BAND 2019 v1 (https://itband.eu)
 * Copyright 2019-siempre it_BAND
 */

body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

#products:before {
  content: '';
  background: url(/images/mch-bg.webp) 0 0 no-repeat;
  background-size: cover;
  height: 81px;
  width: 88px;
  top: 31px;
  left: 50%;
  margin-left: -156px;
  display: block;
  position: absolute;
  opacity: .2;
}

.cursor {
  position: absolute;
  pointer-events: none;
}

.cursor:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border: 6px solid #7f1b5e;
  border-radius: 50%;
  opacity: .5;
  top: -5px;
  left: -5px;
  animation: cursorAnim .5s infinite alternate;
}

@keyframes cursorAnim {
  from {
      transform: scale(1);
      border: 6px solid #d72b95;
      opacity: .7;
  }
  to {
      transform: scale(.4);
  }
}

.modal {
  background: #00000085;
}

.modal-content {
  border-radius: 0;
}

.modal .alert {
  display: none;
}

.btn-primary {
  background: #a074c4;
  border: 0;
  position: relative;
  transition: background-color 0.5s ease;
}

.itb-style-2 .btn-primary,
.itb-style-3 .btn-primary {
  background: #d72b95;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #d72b95 !important;
}

.itb-style-2 .btn-primary:hover,
.itb-style-2 .btn-primary:focus,
.itb-style-4 .btn-primary:hover,
.itb-style-4 .btn-primary:focus,
.itb-style-5 .btn-primary:hover,
.itb-style-5 .btn-primary:focus {
  background: #7f1b5e !important;
}

.itb-style-3 .btn-primary:hover,
.itb-style-3 .btn-primary:focus {
  background: #a074c4 !important;
}

.btn-primary:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 201, 176, .5) !important;
}

.btn-success {
  background: #57ccb4;
  border: 0;
  position: relative;
  transition: background-color 0.5s ease;
}

.btn-success:hover,
.btn-success:focus {
  background: #7f1b5e !important;
}

.itb-style-2 .btn-success:hover,
.itb-style-2 .btn-success:focus {
  background: #a074c4 !important;
}

.itb-style-4 .btn-success:hover,
.itb-style-4 .btn-success:focus {
  background: #9cdcfe !important;
}

.itb-style-5 .btn-success:hover,
.itb-style-5 .btn-success:focus {
  background: #ce9178 !important;
}

.btn-success:focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 156, 214, 0.50) !important;
}

.btn-secondary {
  background: #fff;
  color: #6a6a6a;
  border: 1px solid #eaeaea;
  position: relative;
  transition: background-color 0.5s ease;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #6a6a6a !important;
  color: #fff;
}

.btn-secondary:focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.50) !important;
}

.border-secondary {
  border-color: #eaeaea !important;
}

.navbar {
  font-weight: 700;
  box-shadow: 1px 15px 50px 0px rgba(0,0,0,0.15);
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar .navbar-nav a.nav-link {
  padding: 0;
  color: #aeafad;
  transition: all ease-in-out .7s;
  border-bottom: 1px solid transparent;
}

.navbar .navbar-nav a.nav-link.active {
  color: #a074c4;
}

.itb-style-2 .navbar .navbar-nav a.nav-link.active,
.itb-style-3 .navbar .navbar-nav a.nav-link.active,
.navbar .navbar-nav a.nav-link:hover {
  color: #d72b95;
}

.itb-style-2 .navbar .navbar-nav a.nav-link:hover,
.itb-style-4 .navbar .navbar-nav a.nav-link:hover,
.itb-style-5 .navbar .navbar-nav a.nav-link:hover {
  color: #7f1b5e;
}

.itb-style-3 .navbar .navbar-nav a.nav-link:hover {
  color: #a074c4;
}

.navbar-lang {
  background: #00000012;
  padding-right: 10px;
  border-radius: 3px;
}

.navbar-lang a.nav-link {
  margin-left: 10px;
}

.navbar .navbar-nav a.nav-link span {
  position: relative;
}

.navbar .navbar-nav a.nav-link span:before {
  content: "";
  background: transparent;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  transition: background-color .7s ease;
}

.navbar .navbar-nav a.nav-link:hover span:before {
  background: #d72b95;
}

.itb-style-2 .navbar .navbar-nav a.nav-link:hover span:before,
.itb-style-4 .navbar .navbar-nav a.nav-link:hover span:before,
.itb-style-5 .navbar .navbar-nav a.nav-link:hover span:before {
  background: #7f1b5e;
}

.itb-style-3 .navbar .navbar-nav a.nav-link:hover span:before {
  background: #a074c4;
}

.navbar-brand {
  overflow: hidden;
  width: 140px;
  height: 20px;
  top: 3px;
  position: relative;
}

.navbar-brand img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#hero {
  background: url('/images/hero.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  padding-top: 50px;
}

#hero h1{
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
  margin: 0;
}

#products{
  position: relative;
  overflow: hidden;
}

#products h2{
  padding: 3.5rem 0;
  font-weight: 400;
  color: #d72b95;
}

#products .card {
  border: 1px solid #ececec;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
}

#packaging {
  position: relative;
}

#packaging {
  background-color: #fff8fc;
}

#packaging:before {
  content: '';
  width: 650px;
  height: 400px;
  top: 0;
  right: 0;
  position: absolute;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
  background: url('/images/balicek.jpg') no-repeat center right;
}

#packaging:before {
  left: 0;
  right: auto;
  background: url('/images/balicek.jpg') no-repeat center left;
}

#products h3,
#other-products .intro{
  font-size: 1.8rem;
  color: #474747;
}

#products .card-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #666666;
  margin-bottom: 0;
}

#products .card-text.itb-price {
    zoom: 120%;
    color: #7f1b5e;
    margin-top: 13px;
}

.btn.icon-right-small, 
.btn.icon-chat {
  font-size: 1rem;
  font-weight: 600;
  padding: 1.1875rem 2.25rem;
  padding-right: 4.2rem;
  line-height: .8rem;
}

.btn.icon-right-small:before {
  position: absolute;
  right: 1.3rem;
  top: 1.1rem;
}

.btn.icon-chat:before {
  position: absolute;
  right: 1.6rem;
  top: 1rem;
}

.btn.icon-right-small:hover:before{
  right: 1rem;
}

.btn.icon-chat:hover:before{
  zoom: 1.3;
  right: 1.4rem;
  top: .8rem;
}

.btn-secondary.icon-right-small {
  padding: .9rem 2.3rem .9rem 1.4rem;
  font-size: 0.75rem;
}

.btn-secondary.icon-right-small:before{
  position: absolute;
  right: .8rem;
  top: .85rem;
  zoom: 1.3;
}

.btn-secondary.icon-right-small:hover:before{
  right: .5rem;
}

#other-products .intro {
  padding: 2.3rem 0 1rem;
  font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#other-products .intro .btn {
  font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

#other-products a {
  text-decoration: underline;
}

#orders {
  background: #eaeaea;
}

#technology-cloud p {
  margin: 5px 0;
}

#technology-cloud p>span {
  margin: 5px 10px;
}

#php {
  color: #3ab5ff;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
}

#laravel {
  color: #ec4e43;
  font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;
}

#jquery {
  color: #0769ad;
  font-family: 'Roboto', sans-serif;
}

#vue {
  color: #3fb37f;
  font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;
}

#wordpress {
  color: #ff9800;
  font-size: 0.75rem;
  font-family: 'Roboto', sans-serif;
}

#pwa {
  color: #5a0fc8;
  font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;
}

#presta {
  color: #e40b70;
  font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;
}

#nette {
  color: #dd4814;
  font-family: 'Roboto', sans-serif;
}

#orders .title{
  color: #d72b95;
  font-weight: 700;
  font-size: 1.375rem;
  margin-right: 14px;
}

.itb-style-2 #orders .title {
  color: #d72b95;
}

.itb-style-3 #orders .title {
  color: #a074c4;
}

.itb-style-4 #orders .title,
.itb-style-5 #orders .title {
  color: #7f1b5e;
}

#orders{
  font-family: 'Roboto', sans-serif;
  color: #333333;
  line-height: 1.375rem;
}

#references {
  padding-top: 2.3rem;
  overflow: hidden;
}

#references .reference-row img {
  max-width: 100%;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
}

#references .reference-row .content {
  padding-left: 50px;
}

#references .reference-row .content .text {
  color: #666;
  font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#references .reference-row .content .speaker {
  color: #474747;
  font-weight: 700;
  margin-bottom: 5px;
}

#references .reference-row .content .company {
  font-size: 0.75rem;
  color: #aeafad;
  font-weight: 700;
}

#references .company a,
.itb-style-3 #references .company a:hover {
  color: #a074c4;
  transition: all 1s ease;  
}

.itb-style-2 #references .company a,
.itb-style-3 #references .company a,
#references .company a:hover {
  color: #d72b95; 
}

.itb-style-2 #references .company a:hover,
.itb-style-4 #references .company a:hover,
.itb-style-5 #references .company a:hover {
  color: #7f1b5e;
}

#references .reference-row .content:before {
  content: '\f10e';
  color: #edf9f7;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: -1;
  font-size: 7rem;
  top: 50%;
  left: 7px;
  margin-top: -55px;
}

#logos {
  margin-top: 2.625rem;
}

#logos .reference-tab:not(.active) {
  cursor: pointer;
}

#logos .active:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #7f1b5e;
}

.itb-style-2 #logos .active:before {
  background: #a074c4;
}

.itb-style-3 #logos .active:before {
  background: #7f1b5e;
}

.itb-style-4 #logos .active:before {
  background: #9cdcfe;
}

.itb-style-5 #logos .active:before {
  background: #ce9178;
}

#logos img {
  width: 90%;
}

#logos div:not(.active) img {
  filter: grayscale(100%);
  opacity: .4;
  transition: all 1s ease;
}

#logos div:not(.active):hover>img {
  filter: grayscale(0%);
  opacity: 1;
}

#whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

footer {
  padding: 3.4rem 0 2.5rem 0;
  background: #081826;
  color: #fff;
}

footer h2,
#footer-intro,
footer h3 {
  font-weight: 300;
}

#footer-intro {
  font-family: 'Roboto', sans-serif;
  margin: .9rem 0 1.4rem 0;
}

footer h3 {
  font-size: 1.375rem;
  margin: 3.5rem 0 1.3rem 0;
}

footer a,
footer a:hover {
  color: #fff;
}

footer .phone,
footer .email, 
#copyright {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

footer .email {
  zoom: 1.2;
}

#copyright {
  opacity: .4;
}

footer .phone {
  margin-bottom: 1rem;
}

footer .linkedin {
  font-size: 2rem;
  margin: 2.9rem 0 2.8rem 0;
}

footer .logo {
  margin-bottom: .5rem;
}

.whatsappme__box {
  background: #e6e6e6;
}

@media (max-width: 575px){
  #hero {
    height: auto;
    padding-top: 80px;
  }

  #hero h1 {
    font-size: 2.2rem;
  }

  #hero .card-text {
    margin-bottom: 15px;
  }

  #orders .benefit {
    text-align: center;
  }

  #orders .benefit .title {
    display: block;
  }

  #itb-products-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px){
  #packaging {
    height: 400px;
  }

  .navbar-brand {
    width: 170px;
  }
}

@media (max-width: 991px){
  .navbar-lang .navbar-nav {
    display: block;
  }

  .navbar-lang .navbar-nav .nav-item{
    display: inline-block;
  }

  #navbar-main ul {
    border-top: 1px solid #7f1b5e;
  }

  .navbar .logo-wrapper {
    width: 100%;
  }

  #packaging:before {
    opacity: .4;
    filter: blur(3px);
    -webkit-filter: blur(3px);
  }

  #logos .reference-tab {
    max-width: 33.33%;
  }

  #orders {
    padding: 15px 0;
  }

  #orders .benefit {
    width: 100%;
  }

  #orders .benefit>div {
    margin: 10px auto;
  }

  #references .reference-row .content {
    padding-left: 40px;
    padding-right: 40px;
  }  
}

@media (min-width: 992px){
  .itb-col-20 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }

  #packaging {
    margin-top: 3.75rem;
  }

  #products .card {
    max-width: 38.4rem;
  }

  #orders #itb-orders-wrapper {
    height: 160px;
  }

  #logos {
    height: 70px;
  }

  #references {
    margin-bottom: 30px;
  }

  #references .reference-row {
    height: 401px;
  }

  #references .reference-row .content:before {  
    font-size: 11rem;
    margin: 0;
    top: 34px;
    left: 0;
  }

  #other-products .intro {
    padding: 2.8rem 0;
  }

  #orders .itb-margin {
    margin-right: 2.649%;
  }
}

@media (min-width: 1200px){
  #orders .itb-margin{
    margin-right: 7.649%;
  }

  #references {
    padding-top: 3.75rem;
  }

  #logos {
    height: 75px;
  }

  footer .phone {
    margin-bottom: .5rem;
  }

  #products:before {
    height: 372px;
    width: 407px;
    top: 62px;
    left: 0;
    margin-left: 15px;
  }
}
