html,
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.logo{
  width: 240px;
  margin: 0 auto;
}
*{
  padding: 0;
  margin: 0;
}
@keyframes myopacity {
  from {opacity: 0;}
  to {opacity: .2;}
}
#index-page{
  background-color: #262626;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: url(../images/idx-bg3.jpg) no-repeat center bottom;
  background-size: cover;
}

.index-page-wrapper{
  padding: 60px 0 40px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column  ;
  justify-content: center;
  align-content: space-between;
  position: relative;
  z-index: 2;
}
#index-content{
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

#index-content > .row{
  align-items: center;
  height: 100%;
}
#index-page h1{
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 40px;
  text-shadow: 0 0 3px #595959;
  width: 100%;
}
#index-page h2{
  font-size: 25px;
  color: #ffe7a0;
  width: 100%;
}
.content-wrapper .box-left{
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.content-wrapper .btn{
  text-align: center;
  margin-bottom: 0;
}
.btn-register{
  display: inline-block;
  padding: 12px 64px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  transition: all .15s linear;
  text-transform: uppercase;
  font-weight: 500;
  background: #f43129;
}
.btn-register.animation{
  animation: rotateBtn .2s;
}
.btn-register:hover{
  background-color: rgb(244 49 41 / 70%);
  color: #fff;
}
@keyframes rotateBtn {
  0%{transform: rotate(5deg);}
  25%{transform: rotate(0);}
  50%{transform: rotate(5deg);}
  75%{transform: rotate(0);}
  100%{transform: rotate(5deg);}
}
.btn-login{
  display: inline-block;
  padding: 10px 50px;
  border: 2px solid #fff;
  margin-top: 0;
  border-radius: 3px;
  text-decoration: none;
  color: #dd2218;
  transition: all .15s linear;
  text-transform: uppercase;
  font-weight: 500;
  background: #fff;
}
.btn-login:hover{
  background-color: rgb(225 225 225 / 95%);
  color: #dd2218;
}
.social-icons a{
  font-size: 40px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background: #2861e5;
  border-radius: 5px;
  padding: 6px 10px;
  margin: 10px 0;
  width: 285px;
  color: #fff;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 32%);
}
.social-icons a span{
  font-size: 20px;
  margin-left: 15px;
  letter-spacing: 2px;
  font-weight: 500;
}
.social-icons a.btn-youtube{
  background: red;
}
.video-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container .decor-img.img1{
  position: absolute;
  left: 15%;
  transform: translateX(-50%);
  top: -145px;
  max-width: 190px;
}
#videoIntro{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ff4141;
  box-shadow: 0px 20px 30px #000;
  overflow: hidden;
  border-radius: 20px;
}
#footer{
  width: 100%;
  margin-top: 20px;
}
.footer-logo{
  padding: 15px 0;
  margin-top: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-logo img{
  max-width: 100px;
  margin: 0 auto;
  vertical-align: top;
}
.img-popup-js li{
  position: absolute;
}
.img-popup-js li:nth-child(1){
  left: 6vw;
  bottom: 0;
  /* opacity: .8; */
  max-width: 380px;
  /* animation: popup2 5s infinite; */
}
.img-popup-js li:nth-child(2){
  right: 4vw;
  bottom: 50px;
  max-width: 335px;
  animation: popup2 5s infinite;
}
@keyframes popup1 {
  0% {bottom: 80px;opacity: 1;}
  25% {bottom: 50px;opacity: .9;}
  50% {bottom: 80px;opacity: 1;}
  75% {bottom: 50px;opacity: .9;}
  100% {bottom: 80px;opacity: 1;}
}
@keyframes popup2 {
  0% {opacity: 1;}
  25% {opacity: .8;}
  50% {opacity: 1;}
  75% {opacity: .8;}
  100% {opacity: 1;}
}
/* Register page */
.register-bnr{
  max-height: 80vh;
  margin: 0 auto;
}
#decor{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
#decor .decor-img{
  position: absolute;
  bottom: 0;
  max-width: 350px;
}
#decor .img1{
  left: 0;
}
#decor .img2{
  right: 50px;
  bottom: -100px;
}
  /* Tablet */
@media only screen and (max-width: 1440px) {
  #index-page h1{
    font-size: 38px;
  }
  #index-page h2{
    font-size: 23px;
  }
  #decor .decor-img{
    max-width: 250px;
  }
}
/* Mobile */
@media only screen and (max-width: 992px) {
  #decor .decor-img{
    max-width: 160px;
  }
  #decor .img2 {
    right: 30px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .content-wrapper .btn{
    width: 100%;
  }
}
@media only screen and (max-width: 525px) {
  #index-page{
    background-position: -32vw bottom;
  }
  #index-page h2{
    font-size: 20px;
  }
  #decor .decor-img{
    max-width: 135px;
  }
  #decor .img2 {
    right: 0;
    bottom: -30px;
  }
}