
@font-face {
    font-family: 'crupies';
    src: url(./assets/fonts/crupies.otf);
}
*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family:'crupies';
}
.main{
    background-image: url('./assets/img/bg-lines.png');
}
.ps-100{
    padding-left: 100px;
}
a{
    text-decoration: none;
}
h1{
    font-size: 289.78px;
    line-height: 318px;
    font-weight: 400;
    
}
h3{
    font-size: 97px;
    line-height: 107px;
    font-weight: 400;
}
h4{
    font-size: 143px;
    line-height: 92px;
}
.bg-primary{
    background-color: rgb(0 119 255) !important;
}
.btn-icon{
    width: 30px;
    height: 30px;
}
/* .btn-blusui{
    background: #fff;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px 0px #000;
    padding: 6px 10px;
    color: #000;
    font-size: 48px;
    font-weight: 400;
    line-height: 39px;
    cursor: pointer;
} */
.btn-shadow-wrapper {
    display: inline-block;
    box-shadow: 7px 7px 0 0 #000;
  }


  /* Border wrapper for the button */
  .btn-border-wrapper {
    position: relative;
    display: inline-block;
    padding: 4px; /* Adjust padding to act as the border space */
    background-color: #000; /* Color for the border */
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
    
  }
  .lead{
    font-size: 41px;
    line-height: 45px;
  }

  /* Actual Button */
  .btn-custom {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    font-size: 48px;
    font-weight: 400;
    line-height: 39px;
    text-transform: uppercase;
    cursor: pointer;
    border: none; /* No direct border */
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
  }
.rounded-box{
    border: 13px solid #000;
    border-radius: 129px;
    background: #fff;
    position: relative;
    height: 269px;
    padding: 0 100px;
}
.rounded-box p{
    font-size: 39px;
    font-weight: 400;
    line-height: 26px;
}
.rounded-box h3{
    font-size: 200px;
    line-height: 131.63px;
}

.token-address{
    padding: 100px 0;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.token-right-img{
    position: absolute;
    transform: translate(0px, -270px);
    height: 500px;
    width: 500px;
}
#inputField{
    border: 2px solid #000;
    height: 79px;
    box-shadow: 7px 7px 0 0 #000;
    position: absolute;
    width: 100%;
    padding-left: 100px;
}
.about-blusui h4{
    font-size: 143px;
    line-height: 92px;
}
.about-blusui p{
    font-size: 24px;
    line-height: 30px;
}
.about-blusui{
    position: relative;
}
.panel-img{
    position: absolute;
    top: 0;
    right: -99px;
    transform: translate(0px 187px);
    transform: translate(0px, -260px);
}
.copy-btn{
    border-right: 3px solid #000;
}
.copy-btn img{
    width: 63px;
    height: 63PX;
}
.about-blusui-row{
    height: 1000px;
}
.cool-content p{
    font-size: 44px;
    line-height: 48px;
}
.get-blusui{
    height: 800px;
}
.get-blusui p{
    font-size: 35px;
    line-height: 44px;
}
.get-border-bottom{
    position: absolute;
    bottom: -72px;
}
.map-row{
    border: 9px solid #000;
    border-radius: 94px;
    height: 340px;
    background: #fff;
    margin-top: 150px;
}
.road-map {
    height: 1185px;
    background-image: url('./assets/img/roadmap-bg.png');
    background-repeat: no-repeat;
}
.map-top-img{
    position: absolute;
    /* bottom: 0; */
    transform: translate(-206px, -278px);

}
.roadmap-left {
    position: absolute;
    top: -192px;

}
.line1:after {
    content: "";
    position: absolute;
    bottom: 50px;
    border-top: 10px solid #fffafa;
    z-index: -1;
    width: 725px;
    margin-left: 13px;
  }
  /* h3 {
    display: flex;
    align-items: center;
  }
  
  h3::after {
    content: '';
    margin-left: 1rem;
    height: 10px;
    background-color: #fff;
    position: absolute;
    width: 800px;
    bottom: 50px;
    z-index: -1;
  } */
  
.line2{
    font-size: 56px;
    line-height: 37px;
    position: relative;
}
.line2:after {
    content: "";
    position: absolute;
    bottom: 15px;
    border-top: 4px solid #000;
    width: 300px;
    margin-left: 13px;
}

.footer-top{
    position: absolute;
    transform: translate(0px, -60px);
    width: 100%;
    left: 0;
}
.footer-logo{
    padding-top: 100px;
}
.f-right-img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.f-left-img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.stage-bg-img{
    position: absolute;
    left: 0;
    bottom: -150px;
    height: 406px;
}
@media screen and (min-width: 1920px) {
  .container{
    max-width: 1720px !important;
  }
  }
  @media screen and (max-width: 1920px) {
    h1{
        font-size: 180px;
        line-height: 250px;
    }
    .rounded-box h3 {
        font-size: 165px;
        line-height: 115.63px;
    }
    .road-map {
        height: 1135px;
    }

    }