body{
    overflow-x: hidden;
    background: #FFF;
}
:root {
  --fcolor: #1635ff;
    --dcolor: #1b3587;
    --tcolor: #1635ff;
    --scolor: #1635ff;
    --tabline: #1635ff;
    --navcolor: #080b0e;}
.banner{
	min-height: 100vh;
	display: flex;
	justify-content: center;
	background: url(../images/11superrare_clone/superrare_banner.webp) center no-repeat;
    background-size: cover;
    padding-top: 68px;
}
h1{
    color: #000000;
}
h2{
    font-size: 48px;
}
h3{
    font-size: 24px;
    font-weight: 600;
}
p{
    color: #4A4A4A;
    font-size: 15px;
    line-height: 27px;
}
.text_lit{
    color: #0C0C0B;
}
.blue_txt{
    color: #1635FF;
}
.banner_p{
    font-size: 19px;
    line-height: 38px;
}
.btn.btn-outline-dark{
    background: #CEF75C;
    border-radius: 8px;
    min-width: 180px;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid transparent;
    color: #000;
    font-weight: 600;
    transition: all .3s ease;
}
.btn.btn-outline-dark:hover{
    background: transparent;
    border-color: #1634ff !important;
    box-shadow: 6px 6px 8px 0px #1634ff;
}

.bg_greey{
    background: #F5F6FD;
}
.container.max{
    max-width: 1600px;
    padding: 0 50px;
}
.stack-container {
    width: 100%;
  }

  .stack-card {
    position: sticky;
    top: 0;
    transform-origin: top center;
    transform: scale(1);
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease-out;
  }

  .stack-card:nth-child(1) {
    top: 70px;
  }
  .stack-card:nth-child(2) {
    top: 90px;
  }
  .stack-card:nth-child(3) {
    top: 110px;
  }
  .dummy{
    opacity: 0;
    z-index: -9;
  }
  .sub_heading{
    font-size: 30px;
    line-height: 40px;
    color: #797979;
  }
  .sec_bg1{
    background: url(../images/11superrare_clone/sec_bg1.webp) center no-repeat;
    background-size: cover;
  }
  .sec_bg2{
    background: url(../images/11superrare_clone/sec_bg2.webp) center no-repeat;
    background-size: cover;
  }
  .sec_bg3{
    background: url(../images/11superrare_clone/sec_bg3.webp) center no-repeat;
    background-size: cover;
  }
  .plain_card{
    background: #FFF;
    padding: 25px;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: .3s all ease;
  }
  .plain_card:hover{
    box-shadow: 0px 0px 30px #ECEEFF;
    border-radius: 18px;
  }
  .round_card{
    position: relative;
    min-width: 51px;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .round_card1{
    position: relative;
    min-width: 62px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .round_card:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #EBEDFD;
    border-radius: 50px;
    top: 0;
    left: 100%;
    z-index: -1;
    transition: .3s all ease;
  }
  .round_card1:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #DCE3FF;
    top: 0;
    left: 100%;
    z-index: -1;
    transition: .3s all ease;
  }
  .plain_card:hover .round_card:after{
    left: 0;
    background: #CEF75C;
  }
  .plain_card:hover .round_card1:after{
    border-radius: 50%;
    left: 0;
    background: #CEF75C;
  }
  .green_tab .nav.nav-pills{
    width: fit-content;
    background: #FEFEFE;
    padding: 0;
    margin: 0 auto;
    border-radius: 10px;
  }
  .green_tab .nav-link{
    border: 0;
    color: #2F2E2E;
    margin: 0;
    min-width: 215px;
    text-align: center;
    padding: 12px 10px;
    font-weight: 600;
  }
  .green_tab .nav-link.active{
    background: #CEF75C;
    border: 0;
    color: #2F2E2E;
    border-radius: 10px;
  }
  .tab-pane .plain_card img{
    width: 40px;
  }
  .shadow_img{
    transition: all .3s ease;
    box-shadow: 8px 8px 0 0  #DCE1FF;
  }
  .bottom_hov{
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
  }
  .bottom_hov:hover{
    border-bottom: 1px solid #1635FF;
  }
  .bottom_hov:hover .shadow_img{
    box-shadow: 8px 8px 0 0  #1635FF;
  }
  .num_card{
    position: relative;
    background: #FFF;
    border-radius: 20px;
    z-index: 1;
    transition: all .3s ease;
  }
  .num_card::after{
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    background: #CEF75C;
    border-radius: 50%;
    z-index: -1;
    left: 5px;
    top: 10px;
    opacity: 0;
    transition: all .3s ease;
  }
  .num_card:hover{
    box-shadow: 0px 0px 64px -10px rgba(0, 0, 0, 0.1);
  }
  .num_card:hover::after{
    opacity: 1;
  }
  .num_card .left{
    padding: 33px 0 10px 33px;
    flex-grow: 1;
  }
  .num_card .right{
    padding: 30px 40px;
    font-size: 64px;
    font-weight: 400;
    border-radius: 0px 20px 20px 0px;
    min-width: 117px;
  }
  .num_card:nth-of-type(odd) .right{
    background: #CEF75C;
    color: #000;
  }
  .num_card:nth-of-type(even) .right{
    background: #1635FF;
    color: #FFF;
  }
  .stack-card img {
    height: 70vh;
  }
  

@media (max-width: 1200px){
    h2{
        font-size: 42px;
    }
    .stack-card img {
      height: auto;
    }
}
@media (max-width: 991px){
    .banner_p{
        font-size: 18px;
        line-height: 32px;
    }
    h2{
        font-size: 33px;
    }
    .stack-card {
        position: unset;
    }
    .dummy{
        display: none;
    }
    .sub_heading{
        font-size: 23px;
        line-height: 32px;
      }
      .banner{
        background: none;
        min-height: 500px;
        height: auto;
      }
      .stack-card img {
        height: auto;
      }
    
}
@media (max-width: 768px){
    .banner_p{
        font-size: 16px;
        line-height: 24px;
    }
    h2{
        font-size: 24px;
    }
    p {
        color: #4A4A4A;
        font-size: 14px;
        line-height: 23px;
    }
    .sub_heading{
        font-size: 16px;
        line-height: 24px;
      }
      .num_card .right {
        padding: 20px;
        font-size: 34px;
        font-weight: 400;
        border-radius: 0px 20px 20px 0px;
        min-width: 60px;
    }
    .green_tab .nav.nav-pills{
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: auto;
    }
    h3 {
        font-size: 19px;
        font-weight: 600;
    }
    .container.max{
      max-width: 1600px;
      padding: 0 15px;
  }
}