/*
 * Base structure
 */

@font-face {
  font-family: 'Rimma Sans Bold';
  src: url('../fonts/RIMMA_SANS-BOLD.TTF');
}

:root {
  --mvg-bg-color: #2A2A2A;
}

body.mvg {
  box-shadow: none;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  font-family: 'Rethink Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
.mvg b {
  font-weight: 600;
}
.mvg.bg-dark {
  background-color: var(--mvg-bg-color) !important;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .5rem 1.5vw;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

footer .nav-masthead .nav-link {
  padding: .5rem 1vw;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.mvg-menu {
  justify-content: end;
}
#mvg-mobile-menu {
  margin: 1rem;
}
#mvg-mobile-menu img {
  width: 32px;
}
.mvg-top-menu-dt {
  display: none;
}

@media (min-width: 790px) {
  .mvg-menu {
    justify-content: center !important;
  }

  .mvg-top-menu-dt {
    display: block !important;
  }

  #mvg-mobile-menu {
    display: none !important;
  }

  .mvg-title {
    font-size: 62px !important;
  }
  
  .mvg-action-text {
    font-size: 26px !important;
  }
  .mvg-action-text b {
    font-size:48px !important;
  }

  #mvg-features h3 {
    font-size: 36px !important;
  }
}


.nav-masthead .nav-link + .nav-link {
  margin-left: .5rem;
}

.mvg-splash {
  background: url('../img/splash-1920.jpg') no-repeat center center;
  background-size: cover;
  height: 60vw;
}

.mvg-menu {
  font-family: 'Rimma Sans Bold';
}

.mvg-title {
  font-family: 'Rimma Sans Bold', sans-serif;
  font-size: 42px;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: capitalize;
}

.mvg-widget-splash {
  margin-top: -75px;
}

.mvg-action {
  margin-top: -42px;
}
.mvg-action-arrow {
  width: 220px;
  height: 170px;
  background: transparent url('../img/red-arrow.png') top left no-repeat;
  background-size: contain;
  margin: 0 0 1rem 1rem;
}
.mvg-action-text {
  font-size: 26px;
  margin-bottom: 0;
}
.mvg-action-text b {
  font-size:40px;
}

.mvg-trailer {
  height: 52vw;
  max-height: 570px;
}

.mvg-with-dec {
  position:relative;
  overflow-x: clip;
  overflow-y: visible;
}

.mvg-dec {
  position: absolute;
  width: 25vw;
  height: 25vw;
  top: -12vw;
  right: 0;
  z-index: -1;
}

.mvg-dec.mvg-bug {
  background: transparent url('../img/dec-bug.png') top right no-repeat;
  background-size: contain;
}
.mvg-dec.mvg-zilla {
  background: transparent url('../img/dec-zilla.png') top left no-repeat;
  background-size: contain;
  right: auto;
  left: 0;
  top: -8vw;
  width: 18vw;
  height: 18vw;
}
.mvg-dec.mvg-spider {
  background: transparent url('../img/dec-spider.png') top left no-repeat;
  background-size: contain;
  top: 8vw;
  width: 6vw;
  height: 6vw;
  right: -10vw;
}
.mvg-dec.mvg-blick1 {
  background: transparent;
  background: radial-gradient(circle, rgb(204, 150, 71) 0%, rgba(204,150,71,0) 70%);
  transform: scaleY(0.5);
  width: 40vw;
  height: 40vw;
  right: -17vw;
  top: -17vw;
}
.mvg-dec.mvg-blick2 {
  background: transparent;
  background: radial-gradient(circle, rgb(204, 150, 71) 0%, rgba(204,150,71,0) 70%);
  transform: scaleY(0.4);
  width: 60vw;
  height: 60vw;
  left: -28vw;
  top: 53vw;
}

#mvg-features {
  font-size: 22px;
  position: relative;
  margin-bottom: 9vw;
}
#mvg-features h3 {
  font-family: 'Rimma Sans Bold', sans-serif;
  font-size: 26px;
}

.mvg-feature-gif {
  width: 100%;
}

.mvg-gallery-card a {
  display: block;
  overflow: hidden;
  width: 35vw;
}

.mvg-carousel .carousel-btn {
  border: none;
  background: transparent url("../img/icons.svg") no-repeat;
  color: #fff;
  font-size: 40px;
  margin: 1rem;
  flex-shrink: 0;
  width: 13px;
  height: 22px;
}

.mvg-carousel .carousel-btn.slick-prev {
  background-position: -48px 0;
}
.mvg-carousel .carousel-btn.slick-next {
  background-position: -98px 0;
}

.mvg-gallery-card {
  margin: 0 1rem;
}

.mvg-gallery-card img {
  width: 100%;
}

#mvg-media {
}

#mvg-media p {
  margin-bottom: 3rem;
  text-align: center;
}

#mvg-media .flex-row a {
  display:block;
  margin-bottom: 2rem;
}

.mvg-media-logo {
  display: block;
  height: 50px;
  margin: 0 1rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(255, 255, 255, .5);
}
