.landing-line a {
  text-decoration: none;
}

.img-grid-container {
    width: 100%;
    height: 100%;
}
.img-grid-container ul {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
.img-grid-container li {
    position: relative;
    display: inline-block;
    background-color: #000000;
    flex-basis: calc((100% / 6));
}

.navbar-brand-landing {
  padding-bottom: 0!important;
  padding-top: 0!important;
  margin-right: 0!important;
  vertical-align: middle;
}

.logo-landing {
  background-image: url("../../assets/logo.svg");
}

.logo-light-landing {
  background-image: url("../../assets/logo-light.svg");
}

@media  (max-width: 1400px){
    .img-grid-container li {
        flex-basis: calc( (100% / 5) );
    }
}

@media  (max-width: 1025px){
    .img-grid-container li {
        flex-basis: calc( (100% / 4) );
    }
}

@media  (max-width: 800px){
    .img-grid-container li {
        flex-basis: calc( (100% / 3) );
    }
}
@media  (max-width: 500px){
    .img-grid-container li {
        flex-basis: calc( (100% / 2) );
    }
}

.img-grid-container li:hover img {
    opacity: 0.6;
}

.img-grid-container img{
    height: 100%;
    width: 100%;
    min-height: 150px;
    min-width: 150px;
    object-fit: cover;
    transition: opacity .2s linear;
}
.img-grid-container h2{
    position: absolute;
    display: inline-block;
    bottom: 10px;
    left:5px;
    padding: 0 2px;
    color: white;
    text-shadow: 0 0 2px  black;
    z-index: 999;
}

.landing-line {
    width: 100%;
}

.landing-text {
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    float: left;
}

.landing-page-button-arrow {
    width: 16px!important;
    margin-top: 0.5px!important;
}

.landing-page-button {
    margin-top: 0;
    border: 2px solid transparent;
    border-radius: 50px;
}

@media only screen and (min-width : 900px) {
  .landing-text {
      font-size: 28px;
      width: 65%;
      padding: 20px 20px 40px 20px;
      margin-left: 18%;
  }

  .img-grid-container h2 {
      font-size: 15px;
  }

  .landing-page-button-desktop {
    display: inline-block;
  }

  .landing-page-home-button-desktop {
    display: inline-block;
  }

  .landing-page-button-mobile {
    display: none;
  }

  .landing-line .arrows {
    display: block;
  }

  .landing-line {
    padding: 10px;
    display: flex;
    align-items: center;
  }

  .landing-navbar-left-list {
    margin-left: 25%;
  }

  .navbar-brand-landing {
    height: 42px;
    width: 145px;
  }

  .logo-landing {
    width: 142px;
    height: 54px;
    position: absolute;
    top: 10px;
  }

  .logo-light-landing {
    width: 145px;
    height: 62px;
    position: absolute;
    top: 7px;
  }
}

@media only screen and (min-width : 1325px) {
  .logo-landing {
    top: 11px;
  }
  .logo-light-landing {
    top: 9px;
  }
}

@media only screen and (max-width : 899px) {
  .landing-text {
      font-size: 20px;
      width: 100%;
      padding: 10px 5px 10px 5px;
  }

  .img-grid-container h2 {
      font-size: 14px;
  }

  .landing-page-home-button-desktop {
    display: none;
  }

  .landing-page-button-mobile {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .landing-line .arrows {
    display: none;
  }

  .landing-line {
      padding: 10px;
      margin-top: 30px;
      margin-bottom: 10px;
      display: inline-block;
  }

  .landing-navbar-left-list {
    margin: auto;
  }

  .landing-navbar-right-list {
    display: none;
  }
  .navbar-brand-landing {
    height: 42px;
    width: 110px;
  }

  .logo-landing {
    width: 110px;
    height: 40px;
    position: absolute;
    top: 16px;
  }

  .logo-light-landing {
    width: 110px;
    height: 50px;
    position: absolute;
    top: 15px;
  }
}


@media only screen and (min-width: 501px) {
  .landing-page-button-text-desktop {
    display: inline;
  }

  .landing-page-button-text-mobile {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .landing-page-button-text-desktop {
    display: none;
  }

  .landing-page-button-text-mobile {
    display: inline;
  }

  .landing-page-home-button {
    margin: 0 1px!important;
  }
}



@media only screen and (max-width: 360px) {
  .hide-xs {
    display: none;
  }

}

/* ARROWS */
.landing-line .arrows {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    align-self: baseline;
}
.landing-line .arrows:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 10px solid rgba(255, 172, 50, 0.7);
    border-top: 10px solid rgba(255, 172, 50, 0.7);
    transform: translate(10px, 40px) rotate(-45deg);
    animation: arrows 1.5s linear infinite;
}
.landing-line .arrows:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 10px solid rgba(255, 172, 50, 0.7);
    border-top: 10px solid rgba(255, 172, 50, 0.7);
    transform: translate(20px, 0px) rotate(-45deg);
    animation: arrows 1.5s linear infinite -0.75s;
}

@keyframes arrows {
	 0% {
      border-right: 10px solid rgba(0, 0, 0, 0);
      border-top: 10px solid rgba(0, 0, 0, 0);
      transform: translate(-5px, -20px) rotate(-45deg);
  }
	 10%, 90% {
      border-right: 10px solid rgba(0, 0, 0, 0);
      border-top: 10px solid rgba(0, 0, 0, 0);
	}
	 50% {
      border-right: 10px solid rgba(255, 172, 50, 0.7);
      border-top: 10px solid rgba(255, 172, 50, 0.7);
      transform: translate(-5px, 0px) rotate(-45deg);
	}
	 100% {
      border-right: 10px solid rgba(0, 0, 0, 0);
      border-top: 10px solid rgba(0, 0, 0, 0);
      transform: translate(-5px, 20px) rotate(-45deg);
	}
}

/* END ARROWS */
.landing-navbar-right-list {
  margin-right: 10%;
}

.landing-page-home-button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* FIGURES */
.landing-figure {
  position: absolute;
  z-index: 10000;
  background-repeat: no-repeat;
  top: 4px;
}
.landing-figure-left {
  background-image: url("../../assets/persons/person-right.svg");
  background-size: cover;
}

.landing-figure-right {
  background-image: url("../../assets/persons/devil-header.svg");
  background-size: cover;
}

.landing-figure-light {
  position: absolute;
  z-index: 10000;
  background-repeat: no-repeat;
}

.landing-figure-right-light {
  background-image: url("../../assets/persons/figure-light-her.png");
  transform: rotateY(180deg);
  background-size: cover;
}

.landing-figure-left-light {
  background-image: url("../../assets/persons/figure-light-him.png");
  background-size: cover;
}

@media only screen and (min-width: 1499px) {
  .landing-figure-right-light {
    right: 5% !important;
  }
  .landing-line .arrows {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1498px) {
  .landing-line .arrows {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .landing-figure-right {
    left: 4%;
    width: 120px;
    height: 255px;
  }

  .landing-figure-left {
    right: 4%;
    width: 102px;
    height: 255px;
  }

  .landing-figure-light {
    top: 10px;
  }

  .landing-figure-right-light {
    right: -1%;
    width: 190px;
    height: 234px;
  }

  .landing-figure-left-light {
    left: 5%;
    width: 190px;
    height: 234px;
  }

  .landing-line {
    min-height: 205px;
  }

}
@media only screen and (max-width: 1199px) {
  .landing-figure-right {
    left: 5%;
    width: 60px;
    height: 130px;
  }

  .landing-figure-left {
    right: 5%;
    width: 51px;
    height: 130px;
  }

  .landing-figure-light {
    top: 9px;
  }

  .landing-figure-right-light {
    right: 1%;
    width: 100px;
    height: 127px;
  }

  .landing-figure-left-light {
    left: 1%;
    width: 102px;
    height: 127px;
  }
  .landing-line .arrows {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 550px) {
  .landing-figure-right {
    left: 5%;
    width: 45px;
    height: 96px;
  }

  .landing-figure-left {
    right: 5%;
    width: 39px;
    height: 96px;
  }

  .landing-figure-right-light {
    width: 75px;
    height: 95px;
  }

  .landing-figure-left-light {
    width: 77px;
    height: 95px;
  }
}

@media only screen and (min-width: 1499px) {
  .landing-navbar-left-list {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1498px) {
  .landing-navbar-left-list {
    margin: auto auto auto 13%;
  }
}

/* END FIGURES */
.landing-navbar-position {
  position: absolute!important;
}
