/*Heading*/
@import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');
/* Sub Heading*/
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great&display=swap');
/* para */
@import url('https://fonts.googleapis.com/css?family=Dokdo&display=swap');
/*qoutes */
@import url('https://fonts.googleapis.com/css?family=Bahianita&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

  .preLoader
  {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #fbb471 url(images/tennis.gif) no-repeat center;
      z-index: 99999;
  }
  .LoadingLogo
  {
      color: #000;
      font-family: 'Luckiest Guy', cursive;
      text-align: center;
      position: relative;
      top: 200px;
  }
  

.navbar{
    background-color: #444a4e;
}
.navbar-brand{
    color: #fff;
    font-size: 40px;
    font-family: 'Bahianita';
}
.navbar ul li{
    list-style: none;
    display: inline-block;
    font-family: 'Bahianita';
}
.navbar li p{
    color: #fff;
    font-size: 40px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.navbar-brand:hover{
    transition: 0.7s;
    animation: none;
}


.main{
    height: 100vh;
    text-align: center;
    background-image: url(Nett.jpg);
    background-attachment: fixed;
    background-size: cover;
}
#box{
    position: relative;
    top: 100px;
    text-align: center; 
}

.main{
    height: 100vh;;
}
.qoute{
    width: 50%;
    margin: 0 auto;
}
.qoute h1{
    color: #fff;    
    font-size: 120px;
    font-family: 'Bahianita';
}

.unique{
    height: 100vh;
}
.reward h1{
    font-family: 'Fredericka the Great';
    text-decoration-line: underline;
}
.reward li{
    color: salmon;
    list-style: none;
    font-size: 30px;
    font-family: 'Bahianita';
    margin: 20px;
}
.reward b{
    color: #000;
}




@media (max-aspect-ratio: 16/9) {
    .qoute h1{
        font-size: 50px;
    }
}



