html{
    padding: 0;
    margin: 0;
    text-decoration: none;
}

body{
    font-family: "Titillium Web", Arial, sans-serif;
    background-color: #090C14;
    text-decoration: none;
}

/* splash screen css starts here  */
#loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #e4eff2 url("https://media.giphy.com/media/xTk9ZvMnbIiIew7IpW/giphy.gif") no-repeat center center;
    z-index: 99999;
}
/* splash screen css ends here  */

/* navbar css starts here  */
.bg-light{
    background-color: #13161F !important;
    padding-bottom: 10px;
}
.nav-link{
    color: white !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: medium !important;
}
/* navbar css ends here  */

/* here content css starts here  */
.hero-content{
    height: 84vh;
    margin-left: -50px;
    background-color: #13161F;
    color: #ffffff;
    padding: 2rem;
    margin-top: 25px;
    border-bottom-right-radius: 200rem;
    border-top-right-radius: 200rem;
    
}
.hero-content h1{
    
    font-size: 321.5%;
}
.hero-img{
    height: 78vh;
    width: 100%;
}

@media only screen and (max-width: 766px) {
    .hero-img {
      display: none;
    }
}

/*scrollbar starts here*/
::-webkit-scrollbar
  {
      width: 5px;
      background-color:black;
  }
  
::-webkit-scrollbar-thumb
  {
      border-radius: 800px;
      background-color: #F7931A;
  }
/*scrollbar ends here*/

.get-started{
    padding: 1rem 2rem;
    font-size: 160%;
    background: #F7931A;
    color: black;
    transition: 0.3s;
}

.get-started:hover{
    text-decoration: none;
    color: black;
}
/* here content css starts here  */

/* footer css starts here */
.foot{
    margin-top: 20px;
    padding: 25px 0;
    background-color: #13161F;
}

.container{
    max-width: 1230px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bottom{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    align-items: center;
}

.text{
    text-align: right;
    color: #fff;
}

.title{
    font-size: 100%;
    color: #FFFFFF;
    text-align: left;
    float: left;
}

.donate-btn {
    margin-top: -5px;
    width: 90px;
    height: 35px;
    margin-left: 10px;
    padding: 7px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    float: left;
    background: #F7931A;
    color:  black !important;
    text-decoration: none !important;
}
/* footer css ends here  */