body{
    background: #FCF5FF;
    overflow-x: hidden;
    color: #1B1027;
}
:root{    --fcolor: #bf80f0;;
    --mcolor: #fff;
    --navcolor: #08070b;
    --btnbg: #0a090f;
    --scolor: #121318;
    --tcolor: #bf80f0;
    --tabline: #8e8e8e;
    --txtcolor: #605072;}
.banner {
    min-height: calc(100vh - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/coindcx-clone-script/banner-bg.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.p {
  color: #605072!important; 
}


.yellowt{
    color: #BF80F0;
}
.grat{
      background: linear-gradient(90deg, #BD7DF4 32.01%, #E4B7B1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
}
.h5{
    color: #B3BEC1 !important;
}
h2{
  font-size: 42px;
}
h3{
    font-size: 24px;
    margin-top: 10px;
}
.btn-outline-dark {
  background: linear-gradient(90deg, #BD7DF5 0%, #E4B7B1 100%);
  border-radius: 5px;
  backdrop-filter: blur(3px);
  min-width: 200px;
  color: #000;
  padding: 10px 8px;
}
.game_card .container{
    position: relative;
}
.org_bg {
    background: #121318;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 50px;
}
    .pt-lg-5 {
        padding-top: 4rem !important;
    }
    .lft_ball {
    position: absolute;
    left: -60px;
    bottom: 11px;
}
.rgt_ball {
    position: absolute;
    top: 0px;
    right: -90px;
}
.whitet {
    color: #fff;
}
owl-itemimg {
  width: 56px !important;
}
.owl-item .item{
  height: 100%;
}
.owl-prev {
    background: url(/images/coindcx-clone-script/left-arrow.png) !important;
    width: 60px;
    height: 60px;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0px !important;
}
.owl-next {
    background: url(/images/coindcx-clone-script/right-arrow.png) !important;
    width: 60px;
    height: 60px;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}
.owl-prev span, .owl-next span {
  display: none;
}
.owl-carousel {
    display: grid !important;
    position: relative;
}
.owl-theme .owl-nav {
    order: 2;
    position: absolute;
    top:-108px;
    right: 0px;
}
.caro_card h3 {
  line-height: normal;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.caro_card {
  background: #F7E4FF;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  padding: 30px 40px;
}
.caro_card:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.caro_card img{
  max-height:48px; 
}
.org_bg {
    background: url(/images/coindcx-clone-script/why-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 50px;
}
.nfl_card {
    background: #fcf5ff;
    border-radius: 16px;
    padding: 20px 28px;
    transition: .3s all ease;
    height: 100%;
    border: 2px solid #fcf5ff;
    position: relative;
}
.nfl_card:hover {
    background: #F5DEFF;
    border: 2px solid #fff;}
.hidep{
  display: none;
}
.nfl_card:hover .hidep {
    display: block !important;
}
.nfl_card:hover .hidepic {
    display: none !important;
}
.contentp{
      display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
}
.cards{
    
    padding: 32px 24px;
    height: 100%;
    min-height: 200px;
}
.bene_bg{
  background: url(/images/coindcx-clone-script/bene-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.line1 {
  border-right: 3px solid #EFE3F4;
    border-bottom: 3px solid #EFE3F4;
}
.line2{
  border-right: 3px solid #EFE3F4;
    
}
section.bene_bg .line1:last-child, section.bene_bg .line2:last-child {
    border-right: 0px;
}
.nfl_card{
  position: relative;
}
.cards p {
    visibility: hidden;
}
.cards:hover p {
    visibility: visible;
}
.cards.active p {
    visibility: visible;
}

.nfl_card::before {
    position: absolute;
    left: 0;
    height: 100px;
    width: 100px;
    content: "";
    border-top-left-radius: 20px;
    background: linear-gradient(314deg, #faf0ff, #fcf5ff, #ffffff 70%);
    z-index: -1;
    top: -5px;
    left: -5px;
}
.nfl_card::after {
    position: absolute;
    right: 0;
    height: 100px;
    width: 100px;
    content: "";
    background: linear-gradient(145deg, #faf0ff, #fcf5ff, #ffffff 70%);
    z-index: -1;
    bottom: -5px;
    right: -5px;
    /* border-radius: 20px; */
    border-bottom-right-radius: 20px;
}
.owl-itemimg {
    width: 56px !important;
}
.nfl_card:hover::after{
   bottom: -3px;
    right: -3px;
}
.nfl_card:hover::before{
   top: -3px;
    left: -3px;
}
.btn-outline-dark {
    
    border: 0px !important;
}
.btn-outline-dark:hover {
      
     border-color: none !important; 
}
.lightbg {
    background: #FCF5FF;
}
.exclam{
    position: relative;
}
.exclam img{
    position: absolute;
    top: -19px;
    left: -7px;
}
.icon-imgs{
    border: 3px solid black;
    border-radius: 50%;
    width: 70px;
}

 @media(max-width: 991px){
  h2 {
         font-size: 25px !important; 
    }
  .cards{
    min-height: 64px;
  }
  .owl-theme .owl-nav {
    position: static;
}
    .hidep{
  display: block;
}
.bene_bg{
  background: none;
  }
      .lft_ball {
    display: none;
}
.rgt_ball {
    display: none;
}
.hidepic {
    display: none;
}
.contentp{
  height: auto;
}
.line1,.line2 {
  border: 0px !important;
}
.cards p {
    visibility: visible !important;
}
}
