body{
    background: #000000;
}
.metabanner{
    background-image: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/meme-banner.webp);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1{
    font-size: 80px;
    font-weight: 700;
}
h2{
    font-size: 55px;
    font-weight: 700;
}
h3{
    font-size: 35px;
    font-weight: 700;
}
.wt{
    color: #FFFFFF;
}
.ot{
    color: #FF9A2C
}
p{
    font-size: 18px;
    line-height: 30px;
}
.sos1{
    background: linear-gradient(90deg, #000000 25.53%, #60CFFF 195.26%);
    border: 1px solid #01374F;
    border-radius: 50px;
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none !important;
}
.sos2{
    background: linear-gradient(90deg, #000000 25.53%, #FF9A2C 195.26%);
    border: 1px solid #251F18;
    border-radius: 50px;
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none !important;
    min-width: 180px;
}
section{
    padding: 5vh 0;
}
.color-div {
    background: linear-gradient(90deg, #FF9A2C -50%, #0000006b 53%, #FF9A2C 110%);
    padding: 1px;
    border-radius: 30px;
}
.statis {
    background: #17191c;
    padding: 50px;
    text-align: center;
    border-radius: 30px;
}
.site-btn {
    background: linear-gradient(180deg, #3D2000 0%, #FF9A2C 49.5%, #3D2000 100%);
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    border: 0;
}
.lt{
    color: #B7C2D9;
}
.mission {
    background: url(../images/meme-mission.webp);
    min-height: 45vh;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.theme-div {
    background: linear-gradient(180deg, #000000 57%, #666666 94%);
    border-radius: 15px;
    padding: 1px;
    height: 100%;
}
.tri {
    background: url(../images/bad.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    transition: 0.5s all;
    height: 100%;
}
.tri:hover{
    background: #FF9A2C;
}
.tri:hover .opa{
    opacity: 0;
}
.tri p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    opacity: 0;
    transition: 0.5s all;
}
.tri:hover p{
    opacity: 1;
}
.different .card{
    background:linear-gradient(180.29deg, #47443F 0.25%, #000000 57.57%, #000000 99.75%); 
    border-radius: 30px 30px 0px 0px;
    border-bottom: 0;
    margin-bottom: 10px;
}
.different .card button{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    background: url(../images/downs.png);
    background-repeat: no-repeat;
    background-position: 99%;
    background-size: 30px;
}
.different .card button[aria-expanded="true"]{
    background: url(../images/side.png);
    background-repeat: no-repeat;
    background-position: 99%;
    background-size: 30px;
}
.different .card:has([aria-expanded="true"]){
    background: linear-gradient(180.29deg, #FF9A2C 0.25%, #000000 57.57%, #000000 99.75%);
}
.card-header{
    border-bottom: 0;
}
.id1,.id2,.id3,.id4{
    display: none;
}
.id1.active,.id2.active,.id3.active,.id4.active{
    display: block;
}
.number{
    position: relative;
    border-bottom: 1px solid #FF9A2C;
    padding-right: 60px;
    margin-top: 30px;
}
.nue {
    background: #FF9A2C;
    border-radius: 30px 30px 0px 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
.hei{
    max-height: 300px;
    overflow-y: auto;
}
.progress{
    height: 6px;
    background: #312E2C;
}
.progress-bar{
    background: #FF9A2C;
}
/* width */
.hei::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.hei::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.hei::-webkit-scrollbar-thumb {
  background: #FF9A2C; 
  border-radius: 10px;
}

/* Handle on hover */
.hei::-webkit-scrollbar-thumb:hover {
  background: #FF9A2C; 
}
.pick{
    padding: 20px;
    min-height: 25vh;
}
.pickone{
    padding: 20px;
    background: linear-gradient(123.8deg, #000000 59%, #3F3932 98.02%);
    border-radius: 20px;
    min-height: 25vh;
}
.coin-div{
    background: #252525;
    border-radius: 20px;
    padding: 30px;
}
.d-ment{
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.d-ment:after {
    position: sticky;
    content: "";
    width: 100%;
    height: 20vh;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    display: block;
}
.line-bg {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/meme-support.webp);
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 40px 40px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cutting{
    display: flex;
    justify-content: center;
    gap:20px;
    max-height: 550px;
    overflow-y: hidden;
    position: relative;
}
/* width */
.cutting::-webkit-scrollbar {
  display: none;
}
.cutting:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.cutting:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 20vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 9;
}




.moving-div div,.moving-div1 div{
    margin-top: 20px;
}
.cutting  img{
    max-width: 150px;
    width: 100%;
}
.moving-div{
    animation: moveContinuous 20s linear infinite;
}
@keyframes moveContinuous{
    0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-100%);
}
}

.moving-div1{
    animation: moveContinuous1 20s linear infinite;
}
@keyframes moveContinuous1{
    0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0%);
}
}
.owl-carousel .owl-item img{
    width: auto;
    display: inline-block;
}
.ico {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/ico-meme.webp);
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.begin {
    background-image: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/begin-bg.webp);
    background-position: center;
    background-size: cover;
    min-height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 260px;
    margin-top: 30px;    
}
.line-div{
    width: 100%;
    height: 2px;
    background: #FF9A2C;
    border-radius: 10px;
}
#accordion3 button {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/plush.webp);
    border-radius: 6px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    text-align: left;
    text-decoration: none;
    color: #fff;   
    font-size: 20px;
    font-weight: 500; 
}
#accordion3 .card-header{
    background-color: #2C2722;
    border:1px solid #3F3932;
 }
 #accordion3 .card{
    border:0px;
    background:transparent;
    margin-bottom: 20px;
 }
 #accordion3 button[aria-expanded="true"]{
   background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/minus.webp);
   background-repeat: no-repeat;
    background-position: right; 
 }
 
 #accordion2 button {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/circle-plus.png);
    border-radius: 6px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    text-decoration: none;
    color: #fff;   
    font-size: 20px;
    font-weight: 500; 
    padding-left: 35px;
    background-size: 25px;
}
#accordion2 .card-header{
    background-color: transparent;
    border:0px;
 }
 #accordion2 .card{
    border:0px;
    background:transparent;
    margin-bottom: 20px;
    border-bottom: 1px solid #2B3447;
 }
 #accordion2 button[aria-expanded="true"]{
   background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/circle-minus.png);
   background-repeat: no-repeat;
    background-position: left; 
    background-size: 25px;
 }
  #accordion4 button {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/circle-plus.png);
    border-radius: 6px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    text-decoration: none;
    color: #fff;   
    font-size: 20px;
    font-weight: 500; 
    padding-left: 35px;
    background-size: 25px;
}
#accordion4 .card-header{
    background-color: transparent;
    border:0px;
 }
 #accordion4 .card{
    border:0px;
    background:transparent;
    margin-bottom: 20px;
    border-bottom: 1px solid #2B3447;
 }
 #accordion4 button[aria-expanded="true"]{
   background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/circle-minus.png);
   background-repeat: no-repeat;
    background-position: left; 
    background-size: 25px;
 }
 @keyframes floating {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

 .img1{
    position: absolute;
    left: 0%;
    top: 40%;
    animation: floating 3s ease-in-out infinite;
 }
  @keyframes zoom {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

 .img2{
    position: absolute;
    right: 0%;
    top: 40%;
    animation: zoom 3s ease-in-out infinite;
 }
 .multi{
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/multichain.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 }
 .r-line {
    position: absolute;
    right: 0;
    top: 0%;
}
.l-line {
    position: absolute;
    left: 0%;
    top: 0%;
}
@media(max-width: 1500px){
    p{
        font-size: 16px;
    }
    h1 {
    font-size: 60px;
    font-weight: 700;
}
h2{
    font-size: 45px;
}
h3{
    font-size: 30px;
}
.l-line{
    max-width: 300px;
}
.r-line{
    max-width: 300px;
}
}
@media(max-width: 768px){
        h1 {
        font-size: 40px;
        font-weight: 700;
    }
    h2 {
        font-size: 30px;
    }
    h3{
        font-size: 20px;
    }
    p {
        font-size: 15px;
    }
    .sos1{
        width: 100%;
         text-align: center;
    }
    .sos2{
        width: 100%;
        text-align: center;
    }
    .statis{
        padding: 10px;
    }
    .container{
        max-width: 100% !important;
    }
    .l-line,.r-line{
        display: none;
    }
    .begin{
        border-radius: 20px;
    }
    #meme .item{
        text-align: center;
    }
    #accordion3 button{
        font-size: 16px;
    }
}
/*--------------home form css========================*/

.position_bx {
    width: 100%;
    background: #000000;
    position: absolute;
    left: -8%;
    border: 1px solid #ffffff59;
    top: -10%;
    border-radius: 10px 0;
}
.hov_round {
    height: 300px;
    width: 378px;
    background: linear-gradient(to bottom, #faae2e 23.64%, #e43377 48.36%, #faae2e 73.15%);
    background-size: 400%;
    animation: 4s linear infinite clocki;
    left: -73%;
    top: -43%;
    position: absolute;
}

@keyframes clocki {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.corn_bx {
    border-radius: 0 4px 0 0;
    top: -14%;
    right: 4%;
}

.corn_bx,
.corn_bx_bottom {
    width: 150px;
    height: 107px;
    z-index: 0;
    overflow: hidden;
}

.corn_bx_bottom {
    background: #f91942;
    border-radius: 0 0 0 4px;
    bottom: 6%;
    left: -12%;
}

.corn_bx,
.corn_bx_bottom {
    width: 150px;
    height: 107px;
    z-index: 0;
    overflow: hidden;
}

.titlec {
    color: #fff;
    font-size: 35px;
}

.position_bx h3,
.position_bx p,
.position_bx span,
.darkblue p {
    color: #fff;
    text-align: left;
}

.position_bx hr {
    border-top: 2px solid #FF9800 !important;
}

.ico_scl {
    height: 35px;
    min-width: 35px;
    align-items: center;
    justify-content: center;
}

.ico_scl,
.ico_scl1 {
    border-radius: 50%;
    display: flex;
}

.darkblue h2 {
    color: #fff;
}

.darkblue .form-control {
    background: transparent;
    border: 1px solid #ffffff26;
}

.darkblue .form-control {
    color: #fff;
}

/*.darkblue option:nth-child(1){
    color: red;
}*/
.darkblue #phone_number {
    background: #030303;
}

.darkblue .input-group ul {
    background: transparent;
    border-bottom: 1px solid #ffffff26 !important;
    border: 1px solid #ffffff26;
}

.social-select i {
    height: auto;
}

.darkblue .init span {
    position: relative;
    left: 0px;
}

.darkblue span {
    position: relative;
    left: 5px;
}

.darkblue span span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.darkblue .init::after {
    right: 8px;
}

.darkblue .btn {
    border: 2px solid #FF9800;
    background: transparent;
}
.darkblue select option {
    color: #000;
}

::placeholder {
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff !important;
}

.init::after {
    left: 37px !important;
}
.con-div .bot-btn{
    position: absolute;
    bottom: 30px;
}
.breadcrumbwl a::after {
    content: "";
    background: #ff9a2c;
    width: 21px;
    height: 19px;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    right: -11px;
    z-index: 99;
}
.breadcrumbwl a::before {
    content: "";
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    top: 6px;
    left: -9px;
}
.relative-section li a {
    color: #fff;
    background: #ff9a2c;
}
.hov_round {
    height: 300px;
    width: 378px;
    background: linear-gradient(to bottom, #ff9a2c 23.64%, #c97010 48.36%, #9d580d 73.15%);
    background-size: 400%;
    animation: 4s linear infinite clocki;
    left: -73%;
    top: -43%;
    position: absolute;
}
/*--------------------end----------------------------*/