/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

svg {
  width: 100%;
}

text {
  transform: translate(20px, 202px);
  fill: #000;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  /*height: 710px;*/
  background: url(images/bg.jpg);
}

.logo-img {
  width: 26px;
  height: 35px;
  margin-right: 10px;
}

/* Header
-------------------------------------------------- */

.smash-navbar {
  padding: 25px;
  background-color: #ffffff;
  justify-content: flex-start;
}

/*.smash-navbar > div {*/
/*display: flex;*/
/*max-width: 960px;*/
/*flex: 1;*/
/*}*/

.nav-item {
  font-size: 18px;
}

.nav-link {
  color: #000 !important;
}

/*
-------------------------------------------------- */

.animate-section {
  position: relative;
  width: 100%;
  height: 450px;
  /*height: 740px;*/
  margin-top: 90px;
  overflow: hidden;
  margin-bottom: 16px;
}

.animate-section-small {
  height: 470px !important;
}

.animate-section-small .main-header {
  height: 100%;
}

.animate-section-small .header-line {
  line-height: 1.1;
}

.animate-container {
  display: flex;
  justify-content: center;
}

.content-header {
  color: #ffcc33;
  text-shadow: 0 0 8px #ffcc33;
  font-size: 40px;
  padding-top: 30px;
  padding-bottom: 45px;
  font-weight: 300;
  text-align: center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.1;
}

.content-header > a,
.content-header-long > a {
  color: #ffcc33;
  text-decoration: none;
}

.content-sub-header2 {
  transition: opacity 1s;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
}

.header-line-white {
  color: #fff;
  text-shadow: none;
  opacity: 0;
  transition: opacity 1s;
}

.header-line-white5 {
  font-size: 36px;
}

.content-header-long {
  padding-top: 10px;
}

.content-sub-header {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  line-height: 1.1;
}

.header-line {
  /*width: 750px;*/
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.2;
  text-align: left;
}

.animate-section-small #particles-js {
  height: 500px;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  /*background: #232021;*/
}

.content-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  /*height: 490px;*/

  /*display: flex;*/
  /*align-items: flex-end;*/
  /*border-bottom: 1px solid #232021;*/
}

.content-image-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.content-image > img,
.content-image-wrapper > img {
  max-height: 230px;
  /*max-height: 490px;*/
  max-width: 100%;
}

.visual-img {
  padding-bottom: 20px;
}

.animated-out > .content-header {
  top: -400px;
}

.animated-out > .content-sub-header {
  top: -400px;
}

.animated-out > .content-image {
  bottom: -500px;
}

.hide-header1 {
  animation: hide-header1 1.8s cubic-bezier(0.75, 0, 0.75, 0.9);
  animation-fill-mode: forwards;
}

.hide-header2 {
  animation-delay: 0.3s;
  animation: hide-header2 1.8s cubic-bezier(0.75, 0, 0.75, 0.9);
  animation-fill-mode: forwards;
}

.hide-image1 {
  animation-delay: 0.4s;
  animation: hide-image1 1.8s cubic-bezier(0.75, 0, 0.75, 0.9);
  animation-fill-mode: forwards;
}

.show-header1 {
  animation: show-header1 1.8s cubic-bezier(0.75, 0, 0.75, 0.9);
  animation-fill-mode: forwards;
}

.show-header2 {
  animation-delay: 0.3s;
  animation: show-header2 1.8s cubic-bezier(0.75, 0, 0.75, 0.9);
  animation-fill-mode: forwards;
}

.show-image1 {
  animation-delay: 0.4s;
  animation: show-image1 1.8s cubic-bezier(0.75, 0, 0.75, 0.9);
  animation-fill-mode: forwards;
}

.nav-dots {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  display: none;
  justify-content: center;
}

.nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.57);
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.5s;
}

.nav-dot.active {
  border-color: #fff;
  background: #fff;
}

.main-header {
  font-size: 45px;
  line-height: 1.3;
  color: #ffcc33;
  text-shadow: 0 0 8px #ffcc33;
  font-weight: 500;
  /*font-family: 'Ramabhadra', sans-serif;*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
}

.main-header1, .main-header2 {
  top: -400px;
  opacity: 0;
}

.hide-main-header {
  animation: hide-main-header 1.8s cubic-bezier(0.75, 0, 0.75, 0.9);
  animation-fill-mode: forwards;
}

.show-main-header {
  animation: show-main-header 1.8s cubic-bezier(0.75, 0, 0.75, 0.9);
  animation-fill-mode: forwards;
}

.detail-content p {
  text-align: justify;
  font-size: 20px;
}

.detail-content h4 {
  text-align: center;
}

.detail-content h4,
.news-link a {
  font-size: 32px;
  color: rgb(90, 90, 90);
  /*text-align: center;*/
}

/*.detail-content h4 {*/
  /*text-align: center;*/
/*}*/

.detail-content > .row {
  padding: 24px 0;
  position: relative;
}

.detail-content > .row:nth-child(odd) {
  background-color: #F9F9F9;
}

.detail-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-content-image > img {
  max-height: 300px;
  max-width: 80%;
  margin-bottom: 30px;
}

.detail-content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smash-color {
  color: #ff7f0e;
}

.blog-date-xs {
  position: absolute;
  top: 5px;
  right: 5px;
}

.blog-date {
  margin-bottom: -15px;
  display: none;
}

.news-link {
  padding: 24px 0;
}

.news-links > .row:nth-child(odd) {
  background-color: #F9F9F9;
}

.news-links > .row:last-child {
  margin-bottom: 50px;
}

.link-active {
  border-bottom: 2px solid #ff7f0e;
}

.company-message {
  font-family: "Roboto";
  font-size: 17px;
  padding: 12px 15px 0 15px;
  text-align: justify;
  margin-bottom: 32px;
  line-height: 1.6;
}

.request-demo {
  border: 1px solid #ffcc33;
  color: #ffcc33 !important;
  border-radius: 4px;
  padding: 6px 32px;
  position: absolute;
  left: 0;
  bottom: calc(-100% - 40px);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.75, 0, 0.75, 0.9);
  cursor: pointer;
  background: transparent;
  outline: none;
}

.linkedin {
  width: 22px;
  height: 22px;
  margin-top: -5px;
  margin-left: 2px;
}

ul > li {
  font-size: 18px;
  text-align-last: left;
  text-align: left;
}

iframe.map {
  width: 100%;
  height: 370px;
}

footer {
  text-align: center;
}

@-webkit-keyframes hide-main-header {
  0% {
    top: 0;
    opacity: 1
  }
  100% {
    top: -400px;
    opacity: 0
  }
}

@-webkit-keyframes show-main-header {
  0% {
    top: -400px;
    opacity: 0
  }
  100% {
    top: 0;
    opacity: 1
  }
}

@-webkit-keyframes hide-header1 {
  0% {
    top: 0;
    opacity: 1
  }
  100% {
    top: -200px;
    opacity: 0
  }
}

@-webkit-keyframes hide-header2 {
  0% {
    top: 150px;
    opacity: 1
  }
  100% {
    top: -400px;
    opacity: 0
  }
}

@-webkit-keyframes show-header1 {
  0% {
    top: -100px;
    opacity: 0
  }
  100% {
    top: 0;
    opacity: 1
  }
}

@-webkit-keyframes show-header2 {
  0% {
    top: -100px;
    opacity: 0
  }
  100% {
    top: 150px;
    opacity: 1
  }
}

@-webkit-keyframes hide-image1 {
  0% {
    bottom: 0;
    opacity: 1
  }
  100% {
    bottom: -400px;
    opacity: 0
  }
}

@-webkit-keyframes show-image1 {
  0% {
    bottom: -400px;
    opacity: 0
  }
  100% {
    bottom: 0;
    opacity: 1
  }
}

@media (min-width: 576px) {

  .main-header {
    font-size: 80px;
  }

  .smash-navbar {
    max-height: 90px;
    max-width: 100%;
  }

  .animate-section {
    height: 550px;
  }

  .background-image {
    height: 500px;
  }

  .content-image > img, .content-image-wrapper > img {
    max-height: 340px;
  }

  .visual-img {
    padding-bottom: 50px;
  }

  /*.content-header {*/
  /*padding-top: 30px;*/
  /*font-size: 42px;*/
  /*}*/
  /*.content-sub-header {*/
  /*line-height: initial;*/
  /*}*/
  /*.content-header-long {*/
  /*padding-top: 10px;*/
  /*}*/
  /*.main-header {*/
  /*font-size: 80px;*/
  /*}*/
}

@media (min-width: 665px) {

  .nav-dots {
    top: 90px;
  }

  .content-sub-header {
    top: 120px;
  }

  ul > li {
    font-size: 22px;
  }


  @-webkit-keyframes show-header2 {
    0% {
      top: -100px;
      opacity: 0
    }
    100% {
      top: 120px;
      opacity: 1
    }
  }


  @-webkit-keyframes hide-header2 {
    0% {
      top: 120px;
      opacity: 1
    }
    100% {
      top: -200px;
      opacity: 0
    }
  }
}

@media (min-width: 768px) {
  .animate-section {
    height: 650px;
  }

  .background-image {
    height: 600px;
  }

  .content-header {
    font-size: 46px;
    top: 20px;
  }

  .content-sub-header {
    font-size: 43px;
  }

  .nav-dots {
    top: 95px;
  }

  .content-image {
    height: 415px;
    max-width: initial;
  }

  .content-image > img, .content-image-wrapper > img {
    max-height: 415px;
  }

  .main-header {
    font-size: 102px;
  }

  .main-header1,
  .main-header2 {
    font-size: 48px;
  }

  .detail-content p {
    font-size: 24px;
  }

  .detail-content h4,
  .news-link a {
    font-size: 34px;
    margin-bottom: 0.75rem;
  }

  .request-demo {
    font-size: 36px;
  }
}

@media (min-width: 960px) {

}

@media (min-width: 992px) {

  .content-header {
    font-size: 58px;
  }

  .nav-dots {
    top: 115px;
  }

  .content-sub-header {
    top: 140px;
    font-size: 48px;
  }

  .main-header {
    font-size: 94px;
  }


  .detail-content p {
    /*font-size: 24px;*/
  }

  .detail-content h4,
  .news-link a {
    font-size: 40px;
    /*text-align: initial;*/
    margin-bottom: 1rem;
  }

  .detail-content > .row:nth-child(even) h4 {
    /*text-align: right;*/
    text-align: center;
    text-align-last: center;
  }

  .detail-content-image > img {
    margin-bottom: 0;
  }

  .detail-content > .row {
    padding: 48px 0;
  }

  .detail-content > .row > .container > .row > div:first-child {
    padding-right: 24px;
  }

  .detail-content > .row > .container > .row > div:last-child {
    padding-left: 24px;
  }

  .detail-content > .row:nth-child(even) > .container > .row > div:first-child {
    padding-left: 24px;
  }

  .detail-content > .row:nth-child(even) > .container > .row > div:last-child {
    padding-right: 24px;
  }

  .detail-content > .row:nth-child(even) > .container > .row {
    flex-direction: row-reverse;
    text-align: right;
    text-align-last: right;
  }

  .blog-date {
    display: block;
  }

  .blog-date-xs {
    display: none;
  }

  ul > li {
    font-size: 26px;
  }


  @-webkit-keyframes show-header2 {
    0% {
      top: -100px;
      opacity: 0
    }
    100% {
      top: 140px;
      opacity: 1
    }
  }

  @-webkit-keyframes hide-header2 {
    0% {
      top: 140px;
      opacity: 1
    }
    100% {
      top: -200px;
      opacity: 0
    }
  }

}

@media (min-width: 830px) {
  .content-header-long {
    padding-top: 30px;
    font-size: 54px;
  }
}

@media (min-width: 900px) {
  .content-header-long {
    padding-top: 30px;
    font-size: 59px;
  }
}

@media (min-width: 1100px) {
  .content-header {
    padding-top: 5px;
    font-size: 63px;
    line-height: 1.3;
  }

  .main-header1,
  .main-header2 {
    font-size: 75px;
  }

}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}