@font-face {
  font-family: "Industry-Medium";
  src: url("../fonts/Industry-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Industry-Black";
  src: url("../fonts/Industry-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Industry-bold";
  src: url("../fonts/Industry-Bold.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
  background: #171717;
}

#navbar {
  position: fixed;
  height: auto;
  background: transparent linear-gradient(89deg, #000000 0%, #494949 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  min-width: 320px;
  z-index: 100;
}

.navbar-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-family: "Industry-Black";
}

.navbar-inner h1 {
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

.active {
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
}

.accent-text,
.bait-text {
  color: #D90A0A !important;
}
.line{
  background: #D90A0A;
  max-width: 800px;
  height: 10px;
  margin: 0 auto;
}
.navbar-inner button {
  font-size: 25px;
  width: 320px;
  color: white;
  background: #D90A0A;
  padding: 13px;
  margin-left: auto;
  border: none;
  text-transform: uppercase;
  font-family: "Industry-bold";
  transition: all 0.25s;
  cursor: pointer;
}

.navbar-inner button:hover,
.video-content button:hover,
.footer-tagline button:hover,
.last-btn button:hover {
  outline: none;
  background-color: white;
  color: black;
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 900px;
  background-image: url("../images/background.png");
  background-size: cover;
  background-position: center ;
  padding-top: 69px;
}

.video-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}

.video-content .logo {
  margin: 0 auto;
  width: 345px;
  height: 164px;
  background-image: url("../images/logo-desktop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.video-content video {
  max-width: 800px;
  max-height: 500px;
  height: 100%;
  width: 100%;
  outline: 4px solid white;
}

.video-content button,
.footer-tagline button,
.footer-tagline button {
  font-family: "Industry-bold";
  font-size: 45px;
  color: white;
  background-color: #D90A0A;
  padding: 15px;
  margin: 25px auto;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s;
}
.footer-tagline {
  text-align: center;
  padding-bottom: 84px;
}

.footer-tagline h1 {
  text-transform: uppercase;
  font-family: "Industry-Bold";
  color: white;
  font-size: 50px;
}

.footer-tagline:first-of-type {
  padding: 84px 0;
}

.steps{
  margin: 70px 0 150px 0;
  background: transparent linear-gradient(90deg, #000000 0%, #494949 100%) 0% 0% no-repeat padding-box;
}
.step-one-content{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.step-two-content{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}
.step-img{
  margin-top: -20px;
}
.step-img img{
  width: 100%;
}

.footer-step-text{
  margin:10px;
  padding:10px;
}

.footer-content h3.long-text {
  font-size: 45px;
}

.footer-step-text h1 {
  font-family: "Industry-Black";
  font-size: 129px;
  color: white;
  text-transform: uppercase;
}

.fr .footer-step-text h1 {
  font-size: 50px;
}

.footer-step-text h3 {
  font-family: "Industry-Medium";
  font-size: 50px;
  color: white;
}

.footer-step-text h5 {
  font-family: "Industry-Medium";
  font-size: 30px;
  color: white;
}

.footer-step-text span,
.footer-tagline span {
  color: #D90A0A;
}

.footer-step-image img {
  max-width: 528px;
  width: 100%;
}

.footer-item ~ .footer-item .footer-step-image img {
  outline: 4px solid #f5cd09;
}

.footer-step-image {
  height: 372px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.last-div{
  margin:50px 0;
  background-image: url("../images/last-div.png");
  height: auto;
  background-position: center;
  background-size: cover;
  display: flex
}
.last-div img{
  width: 100%;
}
.footer-last-step-text{
  width: 35%;
  margin: 200px 75px 200px auto;
}
.footer-last-step-text h1 {
  font-family: "Industry-Black";
  font-size: 50px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.last-btn button {
  font-family: "Industry-bold";
  font-size: 34px;
  color: white;
  background-color: #D90A0A;
  padding: 15px;
  margin: 25px auto 0;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s;
}

/* .fr .footer-last-step-text h1 {
  font-size: 50px;
} */

.footer-last-step-text h3 {
  font-family: "Industry-Medium";
  font-size: 50px;
  color: white;
}

.footer-last-step-text h5 {
  font-family: "Industry-Medium";
  font-size: 30px;
  color: white;
}

.footer-last-step-text span,
.footer-tagline span {
  color: #D90A0A;
}

.container {
  margin: 0 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#video-player-container {
  position: relative;
  cursor: pointer;
}

#control-button {
  max-width: 150px;
  max-height: 150px;
  height: 100%;
  width: 100%;
  background-image: url("../images/play.png");
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.25s;
}

.playing #control-button {
  background-image: url("../images/pause.png");
  opacity: 0;
}

.playing:hover #control-button {
  opacity: 1;
}
@media (max-width: 1640px) {
  .footer-step-text h3 {
    font-size: 40px;
  }

  .footer-content h3.long-text {
    font-size: 30px;
  }

  .footer-step-text h5 {
    font-size: 20px;
  }
  .video-content video {
    max-width: 650px;
    max-height: 400px;
    height: 100%;
    width: 100%;
    outline: 4px solid white;
  }
}

@media (max-width: 1420px) {
  .video-container {
    background-image: url("../images/background-2.jpg");
  }
  .video-content video {
    max-width: 550px;
    max-height: 400px;
    height: 100%;
    width: 100%;
    outline: 4px solid white;
  }

}

@media (max-width: 1500px) {
  .last-div{
    background-image: url("../images/img-footer.jpg");
  }
  .footer-last-step-text{
    background: #00000087;
    padding: 10px 0 20px;
  }

}


@media (max-width: 1000px) {

  .footer-step-text h1 {
    font-size: 95px;
  }

  .fr .footer-step-text h1 {
    font-size: 35px;
  }

  .footer-step-text h3 {
    font-size: 28px;
  }

  .footer-content h3.long-text {
    font-size: 25px;
  }

  .footer-step-text h5 {
    font-size: 20px;
  }

  .footer-step-image img {
    max-width: 415px;
  }
}

@media (max-width: 768px) {
  .navbar-inner button {
    display: none;
  }
  .navbar-inner h1 {
    font-size: 32px;
    color: white;
  }


  .step-one-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
  }

  .step-two-content{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
  }
  .step-img{
    margin-top: 0px;
  }
  .footer-step-text{
    text-align: center;
    margin: 20px 0;
  }
  .footer-step-text{
    text-align: center;
  }
  .line{
    width: 300px;
  }

  .footer-tagline h1,
  .footer-tagline:first-of-type h1 {
    font-size: 43px;
  }

  .footer-tagline:first-of-type {
    padding: 28px 0;
  }

  .footer-item {
    height: auto;
  }

  .video-content button,
  .footer-tagline button {
    font-size: 39px;
  }

  .navbar-inner .container {
    text-align: center;
  }

  .video-container {
    height: 100vh;
    min-height: 550px;
  }

  .footer-step-text h1 {
    font-size: 66px;
    text-shadow: 2px 2px #000000;
  }

  .fr .footer-step-text h1 {
    font-size: 35px;
  }

  .footer-content h3.long-text,
  .footer-step-text h3 {
    font-size: 29px;
    text-shadow: 2px 2px #000000;
  }

  .footer-step-text h5 {
    font-size: 18px;
    text-shadow: 2px 2px #000000;
  }

  .footer-item .footer-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }


  .footer-step-image {
    height: auto;
    margin: 20px 0;
  }

  .footer-item:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .footer-tagline {
    padding-bottom: 28px;
  }

  .footer-item:nth-child(odd) .footer-content .footer-step-image,
  .footer-item:nth-child(even) .footer-content .footer-step-text {
    margin-left: 0;
  }

  .video-container {
    padding-top: 100px;
  }

  #control-button {
    max-height: 100px;
    max-width: 100px;
  }

  .footer-item:nth-child(odd) .footer-content .footer-step-image img {
    margin-left: 0;
  }

  .footer-item:nth-child(even) .footer-content .footer-step-image img {
    margin-right: 0;
  }
}
@media (max-width: 950px) {
  .navbar-inner button {
    display: none;
  }
  .container {
    padding: 20px;
  }
  .video-container {
    background-image: url("../images/background-3.jpg");
  }



}
@media (max-width: 820px) {
  .footer-last-step-text h1 {
    font-family: "Industry-Black";
    font-size: 40px;
    text-align: center;
    color: white;
    text-transform: uppercase;
  }
  .last-btn button {
    font-family: "Industry-bold";
    font-size: 22px;
    color: white;
    background-color: #D90A0A;
    padding: 15px;
    margin: 25px auto 0;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s;
  }

}

@media (max-width: 576px) {
  .navbar-inner h1 {
    font-size: 24px;
  }
  .video-content .logo {
    width: 141px;
    height: 136px;
    background-image: url("../images/logo-mobile.png");
  }
  .footer-last-step-text{
    width: 50%;
    margin: 150px auto;
  }
  .last-div{
    background-position: 30%;
  }

  .video-container {
    height: 70vh;
  }
  .video-content button,
  .footer-tagline button {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .video-container {
    background-image: url("../images/backround-mobile.jpg");
  }
}
@media (max-width: 400px) {
  .footer-last-step-text{
    width: 73%;
    margin: 150px auto;
  }
}
