html .main{
  scroll-behavior: smooth !important;
  overflow: hidden;
}

/* Firefox */
* {

  scrollbar-width: 0px;
  margin: 0;
  padding: 0;
}

.section-end
{
  height: 100vh;

}

.section-end .container
{
  margin-top: -5%;
}

.slideContainer {
  
  overflow-y: scroll;
  max-height: 100vh;

scroll-behavior: smooth;

}

section {
  scroll-behavior: smooth;
  /*height: 100vh; */

  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
scroll-snap-stop: always;
}

.one .container .content2 .imgMain{
    animation: 1s cubic-bezier(0.4, 0, 1, 1) 0s 1 loadInAnimationIMG;
}

.one .container .content1 h2{
    animation: 1s ease-out 0s 1 loadInAnimationTEXT;
}

@keyframes loadInAnimationTEXT {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes loadInAnimationIMG {
  0% {
    opacity: 0;

  }
  100% {
    opacity: 1;

  }
}

.two {

}

.three {

}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0px;
}

.freeze {
  overflow: hidden;
}

body {
  background: rgb(22,20,65);
  background: -moz-linear-gradient(180deg, rgba(22,20,65,1) 23%, rgba(213,56,73,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(22,20,65,1) 23%, rgba(213,56,73,1) 100%);
  background: linear-gradient(180deg, rgba(22,20,65,1) 23%, rgba(213,56,73,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161441",endColorstr="#d53849",GradientType=1);



    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    font-family: DINBold;
    background-attachment: fixed;
    background-size: 180% 180%;
    animation: gradient-animation 6s ease infinite;

    overscroll-behavior-y: none;
}


@keyframes gradient-animation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.four
{


}



.footer {
  width: 100%;
  height: 100px;
  background-color: rgba(0,0,0,0.5);
  color: white;
  text-align: center;
}

.footer .menu {
  width: 100%;
  pointer-events: all;
  line-height: 100px;
}

.footer .menu li {
  list-style: none;
  display: inline-block;
}

.footer .menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  margin-left: 25px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.footer h2
{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: 'DINBold';
     src: url('../FONTS/DINBold.otf') format('opentype');
     font-weight: normal;
     font-style: normal;
}

@font-face {
  font-family: 'GoodTimes';
     src: url('../FONTS/good times rg.otf') format('opentype');
     font-weight: normal;
     font-style: normal;
}

#logo
{
  font-family: DINBold;
}

.logoIMG
{
  width: 200px;
  height: 70px;
  transition: all .25s ease-out;
  pointer-events: all;
  cursor: pointer;
}

.logoIMG:hover
{
  transform: scale(1.1);
  filter: brightness(1.1);
}

.logoText h2
{
  font-family: GoodTimes;
  color: #fff;
}

.logoText
{
  width: 40%;
  text-align: center;
}

.logo{
  width: 30%;

}


/* NAV BAR */

.navbar {
  position: fixed;
  width: 100%;
  z-index: 3;
  padding: 50px 0;
  font-family: DINBold;
  transition: all 0.3s ease;
overflow: hidden;


}

.navbar .max-width {
  max-width: 1300px;
  padding: 0 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar.Sticky
{
  padding: 30px 0px;

background-color:rgba(0, 0, 0, 0.5);


}

.navbar .logo a{
  font-size: 35px;
  font-weight: 600;
  color: #fff;

  text-decoration: none;
}

.navbar .logo a span {
  color: #ffc800;
  transition: all 0.3s ease;
}

.navbar .menu {
  width: 30%;
  text-align: right;
  pointer-events: all;
}

.navbar .menu li {
  list-style: none;
  display: inline-block;
}

.navbar .menu li a {
  display: block;
  color: #fff;
text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  margin-left: 25px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.navbar .menu li a:hover {
  color: #5598E1;

}


.navbar-logo
{
  width: 200px;
}


.menu-btn {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  display: none;
  text-align: right;
  width: 30%;
  pointer-events: all;
}


.videoLayer img {
  width: 480px;
}


section {
  min-height: 100vh;

}

.banner-container{
  position: relative;
  width: 100%;
  height: 100vh;

  /* BACKGROUND IMAGE WAS HERE */
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 60%;
  height: calc(100vh - 60px);
  color: #fff;
}

.banner h1 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px auto;
  font-weight: 100;
  line-height: 25px;
}

.banner p {
  margin: 20px auto;
  font-weight: 100;
  line-height: 25px
}

.btn {
  width: 200px;
  padding: 15px;
  margin: 20px 10px;
  background: #ffc800;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #ffc800;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn:hover
{
  background-color: #d9aa00;
  border-color: #cca000;
}



@media (max-width:991px){
  .navbar .max-width{
    padding: 0 50px;
  }
}

@media (max-width: 947px){
  .menu-btn{
    display: block;
    z-index: 5;
  }

  .banner{
    max-width: 930px;
  }
  .banner h1 {
    font-size: 70px;
  }
  .banner p {
    font-size: 20px;
  }
  .banner .btn{
    font-size: 20px;
  }
  .menu-btn i.active::before{
    content: "\f00d";
  }
  .navbar .menu{
    position: fixed;
    height: 100vh;

    left: -100%;
    top: 0;
    background-color:rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    overflow: hidden;
    text-align: left;
    padding-top: 80px;
    transition: all 0.3s ease;
  }
  .navbar .menu.active{
    left: 0;
    width: 100vw;
    margin: auto;
  }

  .navbar .menu.active li a{
    text-align: left;
  }
  .navbar .menu li {
    display: block;

    margin-left: 5%;
  }
  .navbar .menu li a {
    display: inline-block;
    margin: 10px 0;
    font-size: 45px;
  }

}





/* DISPLAY GRID */

@keyframes fadeInAnimation {
    0% {
        opacity: 0;

      }
    100% {
        opacity: 1;
        transform: translateY(50px);
     }

}

.main-block
{

}

.container{
  padding-top: 120px;
  margin: auto;
  display: grid;
  gap: 5em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  max-width: 95% !important;
  justify-items: right;
  overflow: hidden;
  height: 100vh;

  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  
}

.one .container
{
  justify-items: normal;
}

.one .content1{
width: 70%;
}

.one .content2{
margin-left: auto;
}

.content1 .singleHeader{
  color: white;
  font-size: 4em;
  height: 100%;
  margin-top: 35%;
}

.content1 h2 {
color: white;
font-size: 2em;
transition: all .25s ease;
padding-bottom: 25px;
}

.content1 p {
  color: white;
  font-size: 35px;

}

.content2 video
{
  width: 450px;

  transition: all .25s ease;
  position: relative;

}

.content2 .imgMain {
  width: 40vw;
    filter: drop-shadow(0 0 2rem rgba(0,0, 0,0.2));
  transition: all .25s ease;
  position: relative;

/*
  animation: fadeInAnimation ease 1s;
   animation-iteration-count: 1;
   animation-fill-mode: forwards;
   */
}

.two .container .content1
{
  grid-row: 1;
  width: 60%;
  font-size: 2em;
  justify-content: center;
  margin-right: 2em;
}

.two .container .content2
{
   margin-right: auto;
}

.two .container .content1 h2
{
  grid-row: 1;
  margin-top: 15%;

}

.two .container
{
  /*justify-items: left;*/
}

.three .container {
  justify-items: normal;
}

.three .container .content2 {
      margin-left: auto;
}

.three img
{
      filter: drop-shadow(0 0 2rem rgba(0,0, 0,0.2));

}

.three .container .content1 {
  color: white;
  font-size: 2em;
  height: 100%;
  margin-top: 0%;
  width: 70%;
  text-align: left;
}

.playStoreIMG
{
  padding-top: 50px;
  width: 200px;
}

.content2 .imgMain {
  width: 400px;

}

.about-content h1
{
  font-size: 2em;
      line-height: 80px;
}


.about-content
{
  color: white;
  font-size: 20px;
  width: 70%;
  padding-top: 10%;
  opacity: .86;
  line-height: 31px;
}

@media (max-width:1146px){
  section {

  }


  .about-content
  {
    padding-top: 120px;
  }



  .about-content h1
  {
    font-size: 1.5em;
        line-height: 50px;
  }

    .content2 .imgMain {
      width: 40vw;
      position: relative;
      height: 100%;
    }

    .content2  video {
      width: 40vw;

    }

    .videoLayer  img {
      width: 40vw;

    }
}

@media (max-width:1400px){
    .content2 .imgMain {
      width: 400px;

    }



}

@media (max-width: 1399px) {
    /* some CSS for small resolution */

    .videoLayer img {
      width: 480px;
    }
}

@media (max-width:1151px){

  .contact-content
  {
    padding-top: 300px;
  }

  .about-content
  {
    padding-top: 120px;
  }

  .about-content h1
  {
    font-size: 1.5em;
        line-height: 50px;
  }

  .content2 .imgMain {
    width: 60vw;
    position: relative;
    height: 100%;
  }

  .playStoreIMG
  {
    width: 150px;
    padding-top: 25px;
  }

  .content1 .singleHeader{
    color: white;
    font-size: 6vw;
    height: 100%;
    margin-top: 0%;
    text-align: center;
  }

  .content1 h2 {
    color: white;
    font-size: 6vw;
      padding-bottom: 30px;
  }
  .content1 p {
    color: white;
    font-size: 4vw;
  }

  .content2
  {
    grid-row: 2;
  }

  .two .container .content2
  {
    margin-right: 0;
  }

  .three .container
  {

    justify-content: center;
    justify-items: center;
  }

  .three .container .content2
  {
margin-left: unset;
  }

  .container{
    justify-content: center;
    justify-items: center;
  }


  .one .container
  {
    padding-top: 5%;
    justify-items: center;
    justify-content: center;
  }

  .one .container .content2
  {
    margin-left: unset;
  }

  .one .container .content1
  {
    padding-top: 45px;
    width: 80%;
  }


  .content2  video {
    width: 60vw;

  }

  .videoLayer img
  {
    width: 63vw;
  }

}







/* PROGRESS INDICATOR */


.progressIndicatorContainer
{
  right: 20px;
  margin: auto;

  overflow: hidden;
  position:absolute;
  border-radius: 25px;
  height: 300px;
  width: 10px;
  background: rgba(255,255,255,0.2);
  transition: all .5s ease;
}

.progressIndicatorContainer:hover
{
  transform: scale(1.05, 1.05);
}

.progressIndicatorHitBox
{
  right: -50px;
  top: 30%;
  overflow: hidden;
z-index: 999;
  position: fixed;
  height: 300px;
  display: block;
  padding: 70px;

  transition: all .5s ease;
}

.progressIndicatorHitBox:hover
{
  right: 0;
}

.progressScroll
{
  right: 0;
}

.progressIndicator
{
  position:relative;
  border-radius: 25px;
  top: 0%;
  height: 10%;
  width: 10px;
  background: rgba(255,255,255,1);
    transition: all .25s ease;
}

.progressIndicator:hover
{
  height: 20%;
  transform: translateY(-10%);
}

.progressIndicator:active
{
  height: 15%;
  transform: translateY(-7.5%);
}





.about-content ul,ol
{
  margin-left: 30px;
margin-bottom: 30px;

list-style: decimal;
list-style-position: outside;
}

.about-content p
{
  font-size: .75em;
  padding-bottom: 27px;
}

.about-content li
{
  font-size: .75em;
}


.about-content strong
{
  font-size: 1.25em;
  color: a;
}

.about-content a
{
  text-decoration: none;
  color: #5598E1;
}

.about-content-master
{
  width: 100%;
  display: flex;
justify-content: center;
justify-items: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}

.about {
  background: linear-gradient(45deg, rgb(34 71 119) 0%, rgb(6 10 15) 100%);
  overflow: hidden;
  transition: all 1s ease;

  overscroll-behavior-y: none;

  animation: 1s background-load-animation ease-in

}

.about-page-divider
{
  width: 100%;
}



@keyframes background-load-animation {
  0% {
    opacity: 0
  }
  100% {
opacity: 1;
  }
}

.mainPage {
  overflow: hidden;
}

.one {
  padding-top: 40px;
}

.contact
{
  animation: 1s background-load-animation ease-in;
}

.contact-content-master
{


  width: 100%;
  display: flex;
justify-content: center;
justify-items: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}

.contact-content
{
  color: white;
  font-size: 20px;
  width: 70%;
  padding-top: 200px;
  opacity: .86;
  line-height: 31px;
}

.contact-content a
{
  text-decoration: none;
  color: #5598E1;
}

.contact-content strong
{
  font-size: 30px;
}

.contactButton
{
  margin-top: 50px;
  font-size: 20px;
  color: #00224E;
  width: 150px;
  font-family: DINBold;
  height: 60px;
  border: none;
  border-radius: 25px;
  background-color: white;
    filter: drop-shadow(0 0 2rem rgba(0,0, 0,0.2));


  transition: all .1s ease-in;
}

.contactButton:hover
{
  transform: scale(1.05);

}

.contactButton:active
{
  transform: scale(.95);
  opacity: .6;
}




/* ANIMATED SLIDES */
.slideRightAnimate
{
    animation: .5s rightAnimation ease-out;
    animation-fill-mode: forwards;
}

.slideLeftAnimate
{
    animation: .5s leftAnimation ease-out;
    animation-fill-mode: forwards;
}


.wallpapers
{
      transform: translate(20%, 0);
      opacity: 0;
}

.widgets
{
    transform: translate(-20%, 0);
      opacity: 0;
}

.dynamicLock
{
  transform: translate(20%, 0);
  opacity: 0;
}

.news
{
  transform: translate(-20%, 0);
  opacity: 0;
}

.games
{
  transform: translate(20%, 0);
  opacity: 0;
}

.apps
{
  transform: translate(-20%, 0);
  opacity: 0;
}

.listen
{
  transform: translate(20%, 0);
  opacity: 0;
}




@keyframes rightAnimation {
  0% {
        transform: translate(20%, 0);
        opacity: 0;
  }
  100% {
        transform: translate(0%, 0);
          opacity: 1;
  }
}

@keyframes leftAnimation {
  0% {
        transform: translate(-20%, 0);
        opacity: 0;
  }
  100% {
        transform: translate(0%, 0);
          opacity: 1;
  }
}

.newsTAB
{
  background: url("../IMAGES/news.jpg");
  background-position: center;
background-size: cover;

}

.sportsTAB
{
  background: url("../IMAGES/sports.jpg");
  background-position: center;
background-size: cover;
}

.videoLayer
{
    position: revert-layer;
    z-index: 1;
    width: 100%;

}

.videoController video {
  position: absolute;
   left: 10px;
   top: 2px;
   border-radius: 50px;
   z-index: -1;
}
