.banner {
    min-height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
    background: url(../images/tron-wallet-app/tron-pic.webp), url(../images/tron-wallet-app/tron-bg.webp);
    background-position: center bottom, center;
    background-repeat: no-repeat;
    background-size:80%, cover;
}
.purplebg
{
    background:#1D285E;
    border-radius: 60px 60px 0px 0px;
}
.purplebg h1
{
    color: #F1B5B4;
}
.service-bg {
    background: url(../images/tron-wallet-app/service-bg.webp);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 25px;
}
.service-bg p {
    color: #000;
}


.btn-outline-dark {
    background: #ffffff36;
    backdrop-filter: blur(3px);
    min-width: 160px;
    color: #000000;
    padding: 10px 8px;
   color: #ffffff;
    padding: 10px 8px;
    border: 1px solid #fff;
}
:root{--fcolor: #F1B5B4;--mcolor:#fff;--navcolor:#0a090f ;--btnbg:#0a090f;--scolor:#5d12eb;--tcolor:#5d12eb;--tabline:#5d12eb;--txtcolor:#ccc;}
body{
    background: #1D285E;
    color: #FFF;
}
.yellowt{
    color: #1D285E;
}
.card_dark{
    background: #0E0A14;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%
}
h3{
    font-size: 22px;
}
.bac_img{
    position: absolute;
    width: 100%;
    z-index: -1;
}
.card_bord{
    border: 1px solid rgba(250, 229, 58, 0.4);
    border-radius: 9px;
    padding: 32px 24px;
    height: 100%
}
.bord_dark{
    background: #06000F;
    border: 1px solid rgb(115 80 214 / 25%);
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%
}
.lit_gry{
    color: #CCC;
}
.ground_bg{
    background:  url(../images/fantasy-kabaddi-app/last-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ground_bg p{
  color: #fff
}
.bord_dark h3{
    color: #FFF;
    transition: all .3s ease;
}
.bord_dark:hover h3{
    color: #5d12eb;
}
.topmenu .megadropdown >li.select > a {
    background: url(../images/nextarrow.svg) #5d12eb;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 17px;
    border-radius: 4px;
    color: #fff !important;
}
.feat1 .cards {
    border:  1px solid rgb(115 80 214 / 25%);
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    transition: all .3s ease;
    background: #111737;
}
.feat1 .cards:hover{
    background: #F8DAD9;
    color: #111737 !important;
}
.feat1 .cards:hover h5,.feat1 .cards:hover p{
    color: #111737 !important;
}

.nav.nav-pills {
    width: fit-content;
    border: 1px solid rgba(255, 177, 27, 0.25);
    border-radius: 6px;
}
.nav-pills .nav-link.active {
    background: linear-gradient(92deg, #f8dad9 2.5%, #f8dad9 98.18%);
    border-radius: 6px;
    border: none;
}
  .nav-pills .nav-link{
    min-width: 200px;
    overflow: hidden;
    position: relative;
    border: none;
  }
  .nav-pills .nav-link{
    color: #c7c7c7;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #1d285e;
    background-color: #0d6efd;
}
.dev-box {

xbackground: #F8DAD9;


}
/*.dev-box:nth-child(even)
{background-color: #ffc9c6;

}*/
.innscroll {
    background-color: #F8DAD9;
    padding: 30px;
    height: 33vh;
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 15px;
}
.cir-li{
    position: relative;
}
.cir-li:after {
    position: absolute;
    content: "";
    left: 39px;
    top: 14px;
    width: 2px;
    height: 88%;
    background: #fff;
    z-index: -1;
}
.cir-li li {
    background: url(../images/tron-wallet-app/cir.webp);
    list-style: none;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 30px;
    background-position: left;
}
.nohid{overflow: inherit !important}
.dev-box p{
    color: #2B2E3E;
}
.dev-box h5 {
    color: #1D285E;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 100px;
}
::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #a4b2c7;
}
::-webkit-scrollbar-track {
    background: #6a7b95;
    border-radius: 100px;
}
.sticky-head {
    position: sticky;
    top: 26%;
    background: #1D285E;
    padding: 50px 0;
    margin-top: 3%;
}
.process-box {
    background: url(../images/tron-wallet-app/tron.webp);
    background-position: right center, center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 10vh 12px;
    background-size: 120px;
}
.process-box p{
    color: #000;
}
.process-box h5{
    color: #1D285E;
}
.process-bg {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}
.try-img {
    position: absolute;
    top: -310px;
    min-width: 880px;
    width: 100%;
    left: -110px;
    z-index: -1;
    width: 100%;
}
.process-card {
    background: #fff;
    max-height: 55vh;
    overflow: auto;
    background-size: cover;
    background-position: top left;
    padding: 40px;
    border: 14px solid #000000;
    border-radius: 40px;
    box-shadow: 0 0 0px 4px #fff;
}
@media (max-width: 991px){
    .banner {
        background: linear-gradient(0deg, #06000f, #23532d);
        background-size: 100%;
    }
    .ground_bg{
        background: none;
    }
}
@media (max-width:768px){
    .banner{
        background: #1D285E;
    }
    .btn-outline-dark {
    background: #ffffff36;
    backdrop-filter: blur(3px);
    min-width: 160px;
    color: #ffffff;
    padding: 10px 8px;
    border: 0px;
    border: 1px solid #fff;
    font-weight: normal !important;
}
.nav-item{
    width: 100%;
    text-align: center;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link{
    width: 100%;
}
.try-img{
    display: none;
}
.ms-auto{
    color: #fff !important;
    margin-bottom: 20px;
}
}