body{
    padding: 0px;
    margin: 0px;
}
.main{
}
.bannerImg{
    background-image: url(../img/main-desk.jpg);
    background-position: center;
    background-size: cover;   
    padding-top: 80px; 
    padding-bottom: 80px;
    padding: 80px 20px 80px 20px;
}
.banner-box{
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.banner-box .img img{
    width: 100%;
}
.banner-content h2{
    color: #fff;
    font-size: 100px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 12px;
    letter-spacing: -3px;
    border-radius: 30px;
    padding: 10px;
    font-size: 55px;
    margin-top: 0px;
}
.banner-content h2 span{
    color:#FFEB3B ;
}
.banner-content p{
    font-weight: 600;
    color: #ededed;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.6;
    font-family: system-ui;
}
 .bannerBtn{
    margin-top: 18px;
    max-width: 300px;
    margin: 0 auto;
}
 .bannerBtn a{
    padding:10px 30px;
    display: flex;
    border-radius: 2.5rem;
    transition: 0.5s;
    font-family: math;
    font-size: 20px;
    background-image: linear-gradient(to right, #f9e499, #f6e395, #fae8a1, #f9e9a3, #f0db95, #f4da8a, #f2db8c, #e9d38c, #efce7d, #e7c46f, #e6c068, #e7c272
    );
    color: rgb(20, 19, 19);
    animation: blurr 2s;
    animation-iteration-count: infinite;
    outline: none;
    cursor: pointer;
    border: none;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}
@keyframes blurr {
    0%,
    100% {
      box-shadow: 0 0 10px hsl(40, 100%, 66%);
    }
  
    50% {
      box-shadow: 0 0 36px hsl(40, 100%, 66%);
    }
  }
  
  @keyframes fade {
    0% {
      opacity: 100%;
    }
    100% {
      opacity: 0%;
    }
  }
  .page-content{
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-content .page-cont-box{
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .page-content .page-cont-box h2{
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 10px;
    color: #FFEB3B;
    line-height: 1.4em;
    font-weight: 800;
    letter-spacing: -2px;
    font-family: math;
    margin-top: 0px;
  }
  .page-content .page-cont-box p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: system-ui;
  }
  .page-content .page-cont-box h5{
    font-size: 24px;
    font-weight: 500;
    color:rgb(255, 167, 0);
    line-height: 29px;
    font-family: system-ui;  
    margin-top: 24px;  
    margin-bottom: 70px;
  }
  .page-cont-box .img-box img{
    width: 100%;
  }
  .disclaimer{
    background-color: #000;
    box-shadow: 0px -1px 9px 0px #333333;
    padding: 20px 100px 70px;
    text-align: center;
  }
  .disclaimer p{
    color: #fff;
    margin: 0px;
    font-family: system-ui; 
    margin-bottom: 40px;
  }
  .Copyright{
    border-top: 1px #494949 solid;
    padding: 20px 0px;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
  .bottom-btn{
    position: fixed;
    bottom: 0;
    background-color: #fcc608;
    padding: 25px 0;
    z-index: 2;
    width: 100%;
    text-align: center;
  }
  .bottom-btn a{
    text-decoration: none;
    color: #fefefe;
    font-size: 1rem;
    font-weight: 500;
    background-image: -webkit-linear-gradient(169deg, #122487, #040404);
    padding: .938rem 2.25rem;
    border-radius: 1.563rem;
    border: .125rem solid #f9de16;
    background-image: -ms-linear-gradient(0deg, transparent 0, transparent 100%);
    transition: all .3s ease-in;
    font-family: system-ui; 
  }

  @media(max-width:820px){
    .banner-box{
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .page-content .page-cont-box{
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
      }
      .disclaimer {
        background-color: #000;
        box-shadow: 0px -1px 9px 0px #333333;
        padding: 20px 20px 70px;
        text-align: center;
    }
  }
 