html, body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-family: "Montserrat";
}

.section-bg {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-image: url('https://nvmee.id/bio_asset/bio_24/background.png');
  /*background: rgb(255,192,185);*/
  /*background: linear-gradient(180deg, rgba(255,192,185,1) 0%, rgba(255,215,203,1) 40%, rgba(254,204,169,1) 78%);*/
  background-size: cover;
  height: 100%;
}

.title-img {
    width: 120px;
    margin-top: 10px;
}

.title{
  font-size: 16px;
  font-weight: 700;
  /*color: #b097ce;*/
  color: #e6678d;
  margin-bottom: 15px;
}

/*.mb{*/
/*    margin-bottom: 35px !important;*/
/*}*/

.vote-img{
    width: 20%;
    position: absolute;
    top: 49%;
    left: 18%;
}

.claim-img{
    width: 15%;
    position: absolute;
    bottom: 1%;
    left: 29%;
}

/*.shop-now-img {*/
/*    width: 30%;*/
/*    position: absolute;*/
/*    top: 84%;*/
/*    left: 58%;*/
/*}*/

.shop-now-img {
    width: 30%;
    position: absolute;
    top: 80%;
    left: 59%;
}

.img-vote{
    width: 100%;
}

.img-claim{
    width: 200%;
    margin-left: 190%;
}
.relative{
    position: relative;
}

.btn-link{
    padding: 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Montserrat";
    background: #F583C7;
    border-radius: 50px;
    border: 2px solid #F583C7;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    width: 86%;
    box-shadow: 1px 5px #F583C7;
    cursor: pointer;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

/*.btn-link {*/
/*    padding: 15px;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 10px;*/
/*    font-family: "Montserrat";*/
/*    background: #e98096;*/
/*    border-radius: 50px;*/
/*    border: 2px solid #e98096;*/
/*    color: #fff;*/
/*    font-weight: 700;*/
/*    letter-spacing: 1px;*/
/*    font-size: 14px;*/
/*    width: 90%;*/
/*    box-shadow: 1px 5px #bf5b70;*/
/*    cursor: pointer;*/
/*    transition: all .2s ease-in-out;*/
/*}*/

.btn-link:hover{
  box-shadow: 1px 5px #826e9a;
  border: 2px solid #826e9a;
  background: #826e9a;
}

/*.btn-link:hover{*/
/*  box-shadow: 1px 5px #bf5b70;*/
/*  border: 2px solid #bf5b70;*/
/*  background: #bf5b70;*/
/*}*/

.btn-link-pink{
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Montserrat";
  background: #F583C7;
  border-radius: 50px;
  border: 2px solid #F583C7;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  width: 65%;
  box-shadow: 0px 0px #FFFFFF;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.btn-link-pink:hover{
  box-shadow: 1px 5px #F583C7;
  border: 2px solid #F583C7;
  background: #F583C7;
}

.w-100{
  width: 50%;
  margin: auto;
}

.banner-img {
    width: 100%;
}

.body-box{
  height: 100%;
  width: 100%;
}

.body-center{
  height: 86%;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-color: #b097ce;
}

.body-center::-webkit-scrollbar{
  width: 8px;
}

.body-center::-webkit-scrollbar-track{
  display: none;
}

.body-center::-webkit-scrollbar-thumb{
  display: none;
}

.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(
        90deg,
        #8FA0AD 0%,
        #7F909C 50%,
        #6F7F8A 100%
  );
  /*background: #e6678d;*/
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 450px) {
  .body-center{
    height: 86%;
  }
  
  .w-100 {
    width: 80%;
    margin: auto;
  }
  
  .footer{
      font-size: 14px;
  }
  
  .w-resp{
      width: 100% !important;
  }
  
    .body-center::-webkit-scrollbar{
        display: none;
    }
}