@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=League+Spartan:wght@100..900&family=Manrope:wght@200..800&family=Outfit:wght@100..900&family=Space+Grotesk:wght@300..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
 body{
      font-family: "DM Sans", sans-serif;
      padding: 0;
      margin: 0;

 }
 .container,.res-cont{
    max-width:85%!important;
 }
 .wrapper{
    max-width: 93%!important;
 }

 section{
    padding: 5vh 0vh;
 }
 .header-bg{
    background-image: url('https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/header.webp');
  height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 }
 .breadcrumbwl{
        width: 100%;
    display: inline-block;

 }
 .header-title1{
        font-weight: 400;
font-size:55px;
line-height: 60px;
color: #000000;

 }
.header-title{
    font-weight: 900;
font-size:60px;
line-height: 75px;
color: #000000;

}
.content{
    font-weight:400;
font-size: 18px;
line-height: 25px;
color:#222222;

}
.sc{
    font-size: 13px;
}
.pl{
background: linear-gradient(90deg, #FFFFFF 53.37%, #EEE1FF 100%);
border: 1px solid #E1CBFF;
border-radius: 0px;
font-weight:500;
transition: box-shadow 0.2s ease;
padding: 10px 5px!important;
height: 100%;

}

.header-btn{
background: #000000;
  transition: background-color 0.3s ease;


}
.header-btn:hover{
    background-color: white;
    color: black!important;
    /* font-weight:500!important; */
  
}
.card-header h3{
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}






.cl{
   
   border-radius: 15px;
   padding: 10px;
}


.title{
font-weight: 700;
font-size:33px;
line-height:50px;
text-transform: capitalize;
color: #000000;
}
.clone-bg{
    background-color: #E8DBFF;
}
.tt{
    font-size: 15px;
    font-weight: 600;
}


.tab-title{
font-size: 20px;
line-height: 30px;
    font-weight: 700;
    color: black!important;
}
.breadcrumbwl a, .cat span {
    background: #b2a2fb;
    color: #000 !important;
}
.card-hover:hover {
    background: #806197;
    border-radius: 5px;
    color: white;
    box-shadow: 0 4px 8px rgba(108, 30, 160, 0.849);
}
.card-hover:hover .hov-con{
    color: white!important;
}
.card-hover:hover h3{
    color: white!important;
}  
::-webkit-scrollbar {
  display: none!important;
}
.m-c {
  background: linear-gradient(125.98deg, #F8F1FC 17.7%, #FFFFFF 59.11%, #E8DBFF 100.53%);
  box-shadow: 0px 10px 20px rgba(128, 97, 151, 0.5);
  border-radius:10px;
  height: 100%;
}

.col-d{
    color: black!important;
}





.owl-dots{
    display: none;
}
.caro-titles{
    gap: 15px;
}
.caro-card-container1{
    border-radius: 15px;
    background-color: #DBE7FF;
        display: flex!important;
    flex-direction: column!important;
    flex: 1 !important;

}
.caro-card-container2{
background-color: #FFDECD;
    border-radius: 15px;
         display: flex!important;
    flex-direction: column!important;
    flex: 1 !important;

}
.icons {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #5A91FF;

}
.i-co1{
    background-color: #FFAB81;
}
.i-col2{
    background-color: #58A585;
}
.i-col3{
    background-color:#FFAB81;
}
.caro-card-container3{
    background-color: #CCE9DD;
        border-radius: 15px;
             display: flex!important;
    flex-direction: column!important;
    flex: 1 !important;

}
.caro-card-container4{
    background-color:#FFDECD;
        border-radius: 15px;
             display: flex!important;
    flex-direction: column!important;
    flex: 1 !important;

}
.caro-card-container5{
      background-color: #E4DEBC;
        border-radius: 15px;
}
.i-col4{
    background-color: #8E834B;
}



.m-c:hover{
    box-shadow: none!important;
}


.tab-tit{
    font-size: 20px;
    color:#000000;
}

.bc{
    border-radius: 5px !important;
}
.btn-block{
    position: relative;
    font-weight: bold;

}
.btn-block::after   {
          content: "\f078"; 
      font-family: "Font Awesome 5 Free";
      font-weight: 900; 
      position: absolute;
      right: 10px;
      color: #000000;
      
      
      transition: transform 0.3s ease;


} 

.btn-block:not(.collapsed) {
    background-color: #806197!important;
    color: white!important;
    border-radius: 0px;
}
.btn-block:not(.collapsed)::after  {
  color: white!important;
  transform: rotate(90deg);

}

.cb{
    background-color: #806197;
    color: white!important;
  
}
.ddisclaimer{
    background: #462a5f;
}
.faq .card-header h3 {
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/downarrow-b.webp) right center / 25px no-repeat;
    background-position: 100% 4px;
}
.btn-link{
color: #000!important;
text-decoration: none!important;
font-weight: bold;
}

.lib{
    background-color: #E8DBFF;
    padding:10px 10px 10px 30px;
    position: relative;
    transition: background-color 0.2s ease;
    height: 100%;
   
}
.lib::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #806197;
    top: 18px;
    left: 12px;
}
.libc{
     background-color:white;
     padding:10px 0px 10px 30px;
    position: relative;
     transition: background-color 0.2s ease;
     height: 100%;
     margin-bottom: 10px;

}
.libc::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #806197;
    top: 18px;
    left: 12px;
}

.icons img {
  width: 20px !important;
  height: 20px;
}

.lib:hover,.libc:hover{
    background-color: #806197;
    color: white!important;
    font-weight: bold;
}
.pl:hover{
   background: linear-gradient(280deg, #FFFFFF 40.37%, #9a86b4 100%);
   border: 1px solid #9a86b4 ;
       box-shadow: rgb(134 0 247 / 35%) -2px -4px 20px 2px;
      


   
}
.btn-link:hover{
     background: linear-gradient(280deg, #FFFFFF 40.37%, #9a86b4 100%)!important;

}



.no-js .owl-carousel, .owl-carousel.owl-loaded{
    display: flex!important;
}
.owl-carousel .owl-item{
    display: flex!important;
}
.owl-carousel .owl-stage {
    display: flex !important;
}
.owl-carousel .item {
    display: flex !important;
    flex: 1 1 auto !important;
}

@media(max-width:1450px){
    .res-cont{
        max-width: 90%!important;
    }
    .content{
        font-size: 15px;
        
    }
    .title{
        line-height: 40px;
    }
}
@media(max-width:1130px){
    .stack-img-con{
        flex-wrap: wrap;
        justify-content: center!important;
    }

}
@media(max-width:992px){
    .create-bg1{
        display:none;
    }
    .feauture-bg {
    height: auto;
}
.benefits-bg{
    height: auto;
}

.card-header h3{
    font-size:16px; 
    text-wrap:auto; 
}
.content{
    font-size: 15px;
}
   .tab-con {
    font-size: 19px;
    line-height: 25px;
   
}
.header-title1 {
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
   
}
    .header-title {
    font-size: 48px;
    line-height: 64px;
 
}

.title {
    line-height: 40px!important;
    font-size:30px!important;
  
}
section{
    padding:3vh 0;
}

}



@media (max-width:576px){
    .container{
        max-width:100%!important;
    }
    .header-title1 {
  line-height: 40px;
    font-size: 32px;
   
}
    .title {
        line-height: 37px !important;
        font-size: 27px !important;
    }
        .header-title {
        font-size: 37px;
        line-height: 51px;
    }
    
.tab-con {
    font-size: 19px;
    line-height: 26px;
 
}
.create-bg{
    background: none;
}
.button-group{
    display: flex;
    justify-content: center;
}
    
}
@media(max-width:320px){
       .header-title {
        font-size: 27px;
        line-height: 38px;
    }
 
}
.breadcrumbwl a{
	margin-left: 10px;
}
.faq_binance .card{
	background: #0e0e0e;
}
.faq_binance .btn-link{
    color: #fff;
}

.faq .card-header h5[aria-expanded=true]{background:url(../images/b-up.webp) right center/20px no-repeat}

.faq .card-header h5 {
    background: url(../images/b-down.webp) right center/20px no-repeat;
}

/*--------------home form css========================*/
/* .darkblue {
    background: ;
} */

.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, #806197 23.64%, #b490ed 48.36%, #cfb0fc 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: -2%;
    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 #006bde !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: #272727;
} 

.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: 7px;
}


.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 #065dbb;
    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;
}
  #accordion .card-header{
    background:linear-gradient(125.98deg, #F8F1FC 17.7%, #FFFFFF 59.11%, #E8DBFF 100.53%);
}
#accordion .card{
    border:0px;
}
#accordion .card button{
    color: #fff;
}
#accordion .card-body{
    background: #806197;
    color: #fff;
}
#accordion .card-body p{
    color: #fff;
    
}
/*--------------------end----------------------------*/

    






