@font-face {
    font-family: Volmi;
    src: url(/fonts/Volmi.otf);
   }

#navbar {
  background-color: rgba(3, 6, 10, 0.8);
  height: 90px;
  width: 100vw !important;
  z-index: 100;
}

#logo {
  width: 100%;
  height: 55px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/logo.png);
}

#logo-txt {
  color: white;
  font-family: 'Volmi', serif;
  font-size: 2rem;
  margin-left: 20px;
}

#app {
  overflow: hidden;
}
.nav-li {
  list-style-type: none;
  padding: 0;
}

.nav-li a, .nav-li a:active, .nav-li a:visited {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .nav-li a:hover {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #007bff;
    text-decoration: none;
  }

  .welcome-button {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 600;
    font-size: 1.3vw;
  }
}

.nav-active {
  color: #007bff !important;
  -moz-text-shadow:0 0 10px #007bff;
  -webkit-text-shadow:0 0 10px #007bff;
  text-shadow:0 0 10px #007bff;
}

.section {
  height: auto;
  padding-top: 90px;
  margin: 0;
  width: 100%;
}

.sectiong {
  height: auto;
  padding-top: 110px;
  margin: 0;
  width: 100%;
}

#welcome {
  background-color: rgba(3, 6, 10, 1);
  height: auto;
}

#welcome-bgs {
  height: 40vh;
  width: 100%;
}

.welcome-bg {
  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#welcome-bg-noblink {
  background-image: url(/images/welcome-bg.png);
  z-index: 1;
}

#welcome-bg-blink {
  background-image: url(/images/welcome-bg-blink.png);
  z-index: 2;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 0;
}

#welcome-info {
  width: 90%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}

#welcome-title-1 {
  font-size: 2.3vw;
  line-height: 1;
}

#welcome-title-2 {
  font-size: 1.4vw;
  line-height: 1;
}

#welcome-phone {
 font-size: 1.1rem;
}

#about {
  padding-top: 60px;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}

#stats {
  padding-top: 4vh;
  height: auto;
}

.stat {
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
  height: 13vh;
}

.stat-text {
  font-size: 1.4vw;
  font-weight: 600;
  text-align: center;
}

#stat-shipings {
  background-image: url(/images/stats/tick.png);
}

#stat-time {
  background-image: url(/images/stats/calendar.png);
}

#stat-truck {
  background-image: url(/images/stats/truck.png);
  background-size: auto 100% !important;
}

#stat-world {
  background-image: url(/images/stats/world.png);
}

#stat-euro {
  background-image: url(/images/stats/euro.png);
  background-size: auto 100% !important;
}

#stat-gps {
  background-image: url(/images/stats/gps.png);
  background-size: auto 100% !important;
}

#stat-insurance {
  background-image: url(/images/stats/insurance.png);
  background-size: auto 100% !important;
}

#stat-escort {
  background-image: url(/images/stats/escort.png);
  background-size: auto 100% !important;
}

#about-text {
  text-indent: 20px;
  text-align: justify;
  font-size: 1.25vw;
}

.job {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 0;
  margin-top: 10px;
}

.job-img {
  background-color: white;
  height: calc(13vw - 25px);
  cursor: zoom-in;
}

.job-img-inner {
  height: auto;
  width: 100%;
}

.job-auto {
  margin-bottom: 10px;
}

#info {
  height: auto;
  padding-top: 90px;
  margin: 0;
  width: 100%;
}

#schema {
  padding-left: 10%;
  padding-right: 10%;
}

.shema {
  transition: .3s ease 0s;
  margin-bottom: 20px;
}

.shema:hover {
  transform: translateX(30px);
}

.shema-point-info p {
margin: 0;
}

.shema-point-info h4 {
margin-bottom: 10px;
}

.schema-point-num {
font-size: 3rem;
font-weight: 100;
border-right: 1px solid black;
}

#questions {
  height: auto;
  padding-top: 90px;
  margin: 0;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.q-card-header {
  background-color: white;
  cursor: pointer;
  padding-left: 20px;
  padding-bottom: 15px;
}

.q-a {
  transition: .3s ease 0s;
}

.q-a:hover {
  color: #2997ff !important;
}

#accordionExample {
  padding-left: 5vw;
}

#contacts-inner {
  background-color: rgba(3, 6, 10, 1);
  padding-top: 60px;
}

#contacts {
  padding-top: 30px;
}

#contacts-content {
  padding-left: 15%;
  padding-right: 15%;
}

.contacts-a p a {
  color: white !important;
}

.contacts-a p a:hover {
  color: white !important;
}


.bounce-enter-active {
  animation: bounce-in .5s;
}
.bounce-leave-active {
  animation: bounce-in .5s reverse;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

#icon-viber {
  background-image: url(/images/icons/icon-viber.png);
}

#icon-whatsapp {
  background-image: url(/images/icons/icon-whatsapp.png);
}

#icon-back {
  background-image: url(/images/icons/back.png);
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.3rem;
  background-repeat: no-repeat;
  background-size: contain;
}

#furgon {
  background-image: url(/images/forms.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
  height: 20vw;
}

#furgon-info ul li {
  font-size: 2rem;
}

.shadowfilter {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(255,255,255,0) 85%);
}

.carousel-caption h5 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {

  #furgon-info ul li {
    font-size: 1.5rem;
  }

  #furgon {
    background-position: center !important;
    height: 40vw !important;
    background-size: 100% auto !important;
  }

  #welcome-phone {
    display: flex;
    flex-direction: column;
  }

  #nav-lis {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section {
    padding-top: 110px !important;
  }

  #navbar {
    height: 110px !important;
    background-color: rgba(35, 45, 57, 0.9);
  }

  .nav-li a {
    font-size: 4.7vw !important;
  }

  .welcome-bg {
    background-size: 90% auto;
  }

  #welcome {
    background-color: rgba(35, 45, 57, 1);
  }

  #welcome-bgs {
    display: none !important;
}

  #welcome-title-1 {
    font-size: 6.8vw;
  }
  #welcome-title-2 {
    font-size: 4vw;
  }

  .btn-lg {
    font-size: 5.5vw !important;
  }

  #logo {
    height: 45px !important;
  }

  .welcome-bg {
    display: none !important;
  }

  .stat {
    height: 27vw;
  }

  .stat-text {
    font-size: 3.1vw;
  }

  #slider {
    display: none;
  }

  #about-text {
    font-size: 3.7vw;
    margin-bottom: 0 !important;
  }

  .job-img {
    height: calc(40vw - 15px);
  }

  #accordionExample {
    padding-left: 0 !important;
  }

  #contacts {
    padding-top: 50px !important;
  }

}
