/*
Pirates
Created by Abusayed Shuvo
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');


body {
    padding: 0px !important;
    margin: 0px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
 
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
}

a {
    text-decoration: none;
}

/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    text-align: center;
}

.preloader img {
    position: absolute;
    top: 48%;

}


/*END PRELOADER DESIGN*/

/* header area css*/
.fixed-top {
    transition: all 0.4s ease-in-out; 
    padding-right: 0px !important;
}

.navbar{
    background-color: #fff !important; 
}

.navbar.nav-sticky {
    background-color: #fff !important;
    padding: 5px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar-dark .navbar-brand {
    padding-right: 150px;
}

.navbar-brand img.logo-white {
    width: 60px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(4, 17, 29, 0.75);
    padding: 0px 16px;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link i {
    font-size: 24px;
}


.navbar-dark .navbar-nav .nav-link:hover {
    color: #8364e2;
}

.navbar-brand span {
    color: #212121;
    font-weight: 600;
    margin-left: 6px;
    font-size: 20px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #8364e2;
}

.dropdown-menu.nav-dropwodn {
    padding: 0;
    border: 0;
    background-color: #fff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
}

.dropdown-menu.profile {
    margin-left: -130px;
}

.nav-dropwodn li a {
    padding: 15px 30px 15px 15px;
    border-bottom: solid 1px #ddd;
    transition: all 0.2s;
}

.nav-dropwodn li a:hover {
    background-color: #f4f4f4;
    transition: all 0.2s;
}

.nav-dropwodn li a i {
    color: #8364e2;
    padding-right: 5px;
}

.nav-dropwodn li.dropdown-item {
    padding: 15px 30px 15px 15px; 
    transition: all 0.2s;
    margin-bottom: 0;
}

.nav-dropwodn li.dropdown-item:hover {
    background-color: #f4f4f4;
    transition: all 0.2s;
}

.nav-dropwodn li.dropdown-item i {
    color: #8364e2;
    padding-right: 5px;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #8364e2;
}

.dropdown-item.active, .dropdown-item:active {
    color: #8364e2;
    text-decoration: none;
    background-color: #f4f4f4;
}

.header__search {
    background: rgba(131, 100, 226, 0.1);
    height: 3rem;
    width: 25rem;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: solid 1px transparent;
}

.header__search:hover {
    background: white;
    box-shadow: 0px 17px 13px 0px #192c4b05;
    border: solid 1px #e2eef1;
}

.header__search input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none !important;
    padding-left: calc(2rem + 20px);
    border-radius: 6px;
}

.header__search input:focus {
    border: 0;
    outline: 0;
}

.header__search .header__result {
    border: none;
    background: #ffffff;
    border-radius: 200px;
    height: 2rem;
    width: 2rem;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__result .fa-search {
    position: relative;
    top: 1px;
}

.btn-main {
    padding: 10px 40px;
    border-radius: 6px;
    color: #fff;
    background-color: #8364e2;
    text-decoration: none;
    border: solid 1px #8364e2;
    font-weight: 600;
    transition: all 0.3s;
    text-align: center;
}

.btn-main:hover {
    color: #fff;
    background-color: #6c47de;
    box-shadow: 1px 2px 20px rgba(108, 71, 222, 0.3);
    transition: all 0.2s;
}

.btn-white {
    padding: 10px 40px;
    border-radius: 6px;
    color: #8364e2;
    background-color: #fff;
    text-decoration: none;
    border: solid 1px #8364e2;
    font-weight: 600;
    transition: all 0.3s;
    text-align: center;
}

.btn-white:hover {
    color: #6c47de;
    box-shadow: 2px 2px 20px rgba(108, 71, 222, 0.3);
    transition: all 0.2s;
}

.btn-area {
    display: flex;
    flex-flow: wrap;
}

.btn-white-sm {
    padding: 10px 20px; 
    width: calc(50% - 4px);
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.slider-area {
    padding-top: 100px;
}

/* header area end */


/* notable-area area css */

.notable-area .p-card {
    background-color: #f4f4f4;
    border-radius: 6px;
    text-align: center;
}

.notable-area .p-card img {
    width: 100%;
    border-radius: 6px;
}

.collections-area select {
    display: inline-block;
    width: auto;
    border: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #8364e2;
}

.collections-area select option {
    font-size: 16px;
}

.form-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}


/* css start */

.author_list {
    column-count: 4;
    column-gap: 20px;
}

.author_list li {
    position: relative;
    margin-bottom: 40px;
    min-height: 70px;
    border-bottom: solid 1px #ddd;
}

 

.author_list li a {
    color: #212121;
}

.author_list_pp {
    margin-top: 2px;
    position: absolute;
    display: inline-block;
    width: 50px;
    height: auto;
    margin-left: 10px;
    z-index: 10;
    background-size: cover;
}

.author_list_pp img {
    width: 100%;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    position: relative;
    z-index: 1;
}

.author_list_pp i {
    color: #ffffff;
    font-size: 10px;
    padding: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    z-index: 2;
    background-color: #8364e2;
}

.author_list_info {
    font-weight: bold;
    padding-left: 70px;
    background-size: cover;
}

.author_list_info a {
    color: #212121;
    text-decoration: none;
}

.author_list_info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
}

/* css start */

.trending-area .t-card {
    border: solid 1px #ddd;
    border-radius: 6px;
    position: relative;
    margin: 10px;
    transition: all 0.3s;
    overflow: hidden;
    min-height: 320px;
}

.trending-area .t-card:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.31);
    transition: all 0.3s;
}

.trending-area .t-card .img-box {
    overflow: hidden;
}

.trending-area .t-card img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    transition: 0.4s all ease-in-out;
    overflow: hidden;
    width: 100%;
}

.trending-area .t-card:hover img {
    transform: scale(1.1);
    transition: 0.4s all ease-in-out;
}

.trending-area .t-card .inner {
    align-items: center;
    margin-top: -40px;
    overflow: hidden;
}

.trending-area .t-card .inner img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    border: solid 3px #f4f4f4;
}

.trending-area .t-card .inner span {
    color: #8364e2;
    font-weight: 500;
}

.trending-area .fa-check-circle {
    color: #8364e2;
}
 

.trending-area .t-card a.main-url{
    color: #212121;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.trending-area .t-card a {
    color: #212121;
}

/* css start*/

.blog-area .b-card {
    border: solid 1px #ddd;
    border-radius: 6px;
    position: relative;
    margin: 10px;
    transition: all 0.3s;
    overflow: hidden;
    min-height: 320px;
}

.blog-area .b-card:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.31);
    transition: all 0.3s;
}

.blog-area .b-card .img-box {
    overflow: hidden;
}

.blog-area .b-card img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    transition: 0.4s all ease-in-out;
    overflow: hidden;
    width: 100%;
}

.blog-area .b-card a {
    color: #8364e2; 
}

.blog-area .b-card span {
    background-color: #8364e2; 
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 14px;
}

.blog-area .b-card:hover img {
    transform: scale(1.1);
    transition: 0.4s all ease-in-out;
}



/* css start */

.rn-service-one {
    text-align: left;
    padding: 70px 30px;
    transition: 0.4s all ease-in-out;
    position: relative;
    border-radius: 6px;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
    height: 100%;
    padding-bottom: 40px;
}

.rn-service-one:hover {
    transform: translateY(-15px); 
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.rn-service-one a.over-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.rn-service-one .inner .icon {
    position: absolute;
    z-index: 2;
    right: -15px;
    top: -30px;
}

.rn-service-one .inner > * {
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transform: translateY(10px);
}

.rn-service-one .inner .icon img {
    max-height: 85px;
}

.rn-service-one .inner .subtitle {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.rn-service-one .inner .content {
    padding-top: 20px;
}

.rn-service-one .inner .content .title a {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #212121;
    text-decoration: none;
}

.rn-service-one:hover .inner .content .title a {
    color: #8364e2;
}

.rn-service-one .inner .content p.description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.rn-service-one .inner .content .read-more-button {
    font-size: 24px;
    color: #212121;
}

.rn-service-one:hover .inner .content .read-more-button {
    color: #8364e2;
}

/* css strat*/

.icon-box.style-2 {
    border: none;
    background: rgba(131, 100, 226, 0.15);
    text-decoration: none;
    border-radius: 6px;
    transition: .3s;
}

.icon-box.style-2:hover {
    background: #8364e2;
}

.icon-box {
    display: block;
    text-align: center;
    border: solid 1px #dddddd;
    padding: 20px 0 20px 0;
    color: #8364e2;
    transition: 0.4s all ease-in-out;
}

.icon-box:hover {
    color: #ffffff;
    box-shadow: 5px 5px 30px 0px rgba(64, 63, 131, .3);
    transition: 0.3s all ease-in-out;
}

.icon-box i {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}

.icon-box span {
    display: block;
    color: #606060;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.4em;
}

.icon-box:hover span {
    color: #fff;
}

.bg-one {
    background-color: rgba(131, 100, 226, 0.1);
}

.footer-area {
    background-color: #f4f4f4;
}

.footer-area .form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: #8364e2;
    box-shadow: none;
}

.footer-area a {
    color: #8364e2;
}

.social-icon a {
    width: 50px;
    height: 50px;
    background-color: #8364e2;
    border-radius: 6px;
    font-size: 24px;
    margin: 10px;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    color: #fff;
    transition: 0.3s all ease-in-out;
}


.social-icon a:hover {
    color: #fff;
    background-color: #8364e2;
    box-shadow: 1px 2px 20px rgba(108, 71, 222, 0.3);
    transition: 0.3s all ease-in-out;
}

ul.footer-list {
    list-style: none;
    padding: 0;
}
ul.footer-list li {
    margin: 10px 0;
}

ul.footer-list a {
    text-decoration: none;
    color: #212121; 
    font-weight: 500;
    transition: 0.3s all ease-in-out;
}

ul.footer-list li:hover a {
    color: #8364e2;
    padding-left: 8px;
    transition: 0.3s all ease-in-out;
}


.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 88%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 85%;
    background-color: #8364e2; 
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    border-radius: 6px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top:hover {
    background-color: #8364e2;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #8364e2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
}


/* All Nft page css start */

.filter-area p a{
    color: #212121;
}

a .fa-minus{
    display: none;
}

a.collapsed .fa-minus{
    display: none;
}

p a[aria-expanded="true"] .fa-plus{
   display: none;
}

p a[aria-expanded="true"] .fa-minus{
   display: block;
}

.scroll-box {
    max-height: 220px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
}

.scrollbox-content {
    border-color: rgba(0, 0, 0, 0);
    overflow-y: auto;
    transition: 0.2s ease-in 0s;
}

.scrollbox-content img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}

.scrollbox-content button {
    border: 0;
    background: no-repeat;
    display: block;
    transition: 0.1s all ease-in-out;
}

.scrollbox-content button:hover img{
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
}

.scrollbox-content button .fa-check-circle {
    color: #8364e2;
}
 

/* range slider */

.first-checkbox .checkbox{
    display: inline-block;
    margin: 0px 10px ;
    text-transform: uppercase;
}

.checkbox label{
    color: #212121;
    cursor: pointer;
    width: 100%;
}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
    color: #fff;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(131, 100, 226, 0.9);
    background-color: rgba(131, 100, 226, 0.9);
    border-radius: .25em;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: .5em;
    color: #fff;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox i.fas {
    color: #8364e2; 
    margin-left: 8px;
}

.filter-area select {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

.filter-area .cselect {
    border: 1px solid #ced4da;
    border-radius: 6px;
    display: block;
    padding: 5px;
}

.filter-area .cselect__rendered { 
    font-size: 16px;
    font-weight: 500;
    color: #212121; 
}

.filter-area .form-select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.filter-area  option{
    padding: 10px 6px !important; 
}

.filter-area option:hover{
    background-color: #8364e2 !important;
    color: #fff;
}

 
/* css start */

.iteam p.small{
    font-size: 11px;
}

.iteam p.fw {
    font-weight: 600;
}

.iteam p.fw .fa-ethereum {
    color: #8364e2;
}

.iteam {
    border: solid 1px #ced4da;
    border-radius: 6px;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.iteam:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.iteam img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
}

.iteam p a {
    color: #8364e2;
    font-size: 14px;
    font-weight: 600;
}

 

.breadcrumb {
    background-image: url(../images/breadcum.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
    margin-top: 100px;
}

/* css start */

.de-table.table-rank th, 
.de-table.table-rank tr {
    border-bottom: solid 1px rgba(0, 0, 0, .1) !important;
}

.de-table.table-rank th, 
.de-table.table-rank td {
    padding: 30px 0;
}

.de-table.table-rank tbody th {
    position: relative;
    padding-left: 75px;
}

.coll_list_pp {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: auto;
    margin-left: 10px;
    margin-top: -12px;
    z-index: 10;
    left: 0;
}

.coll_list_pp img {
    width: 100%;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    position: relative;
    z-index: 1;
}

.coll_list_pp i {
    color: #ffffff;
    font-size: 10px;
    padding: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    z-index: 2;
    background-color: #8364e2;
}

.de-table.table-rank .d-plus {
    color: #34c77b;
}

.table>:not(:first-child) {
    border-top: 0;
}

.pagination .page-link {
    padding: 10px 25px;
    color: #8364e2;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #8364e2;
    border-color: #8364e2;
}

.de-table.table-rank .d-min {
    color: #eb5757;
}

/* css start */

.feature-box.f-boxed {
    overflow: hidden;
    padding: 50px;
    background: rgba(131, 100, 226, 0.1);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    overflow: hidden !important;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.feature-box.f-boxed p {
    margin-bottom: 30px;
}

.feature-box.f-boxed i {
    color: #8364e2; 
}

.feature-box.f-boxed:hover {
    background: rgba(131, 100, 226, 0.8);
    color: #fff; 
    transition: all 0.3s ease-in-out;
}

.feature-box.f-boxed:hover i {
    color: #fff; 
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #8364e2;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);
}

.wallet-area ul {
    list-style: none;
    border: solid 1px #ddd; 
    border-radius: 6px;
    padding: 0;
}

.wallet-area img{
    width: 25px;
    margin-right: 10px;
}

.wallet-area ul li {
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    padding: 15px;
    padding-left: 20px;
    transition: all 0.3s;
}

.wallet-area ul li a {
    width: 100%;
    color: #212121;
    display: block;
}

.wallet-area ul li:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

.create-area .text-red {
    color: red;
}

/* css start */

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-area .brows-file-wrapper {
    position: relative;
    border: 2px dashed #575767;
    border-radius: 5px;
    width: 50%;
}

.upload-area .brows-file-wrapper input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.upload-area .brows-file-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    cursor: pointer;
    border-radius: 5px;
    object-fit: cover;
}

[data-overlay="6"]:before, [data-black-overlay="6"]:before, [data-white-overlay="6"]:before {
    opacity: 0.6;
}
[data-black-overlay]:before {
    background-color: #000000;
}
[data-overlay]:before, [data-black-overlay]:before, [data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.upload-area .brows-file-wrapper label {
    position: relative;
    z-index: 10;
    transition: all 0.2s;
}

.upload-area label {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    margin-bottom: 15px;
}

.upload-area label p {
    font-size: 14px;
    font-weight: 300;
}

.upload-area label span {
    font-size: 20px;
}

.upload-area label i {
    font-size: 40px;
    stroke-width: 1px;
    color: #ddd;
    margin-bottom: 10px;
}

.create-area .form-control-lg {
    font-size: 16px;
    padding: 12px;
    border-radius: 6px;
}

.create-area .form-control-lg:focus {
    box-shadow: none;
}

.create-area .form-control-lg::placeholder {
    font-size: 14px;
}

.create-area .form-select {
    padding: 12px;
}

.create-area .form-select:focus {
    border: 1px solid #ced4da;
    border-radius: 6px;
}

/* css start */

.profile-area {
    margin-top: -70px;
}

.profile-area .p-id{
    border: solid 1px #ddd;
    padding: 8px 16px;
    border-radius: 40px;
}

.profile-area .cards-area{
    border: solid 1px #ddd;
    border-radius: 6px;
    margin-bottom: 30px;
}
    
.profile-area .cards{
    display: inline-block;
    padding: 20px 0;
    min-width: 150px; 
}

.profile-area .cards p {
    margin-bottom: 0;
}

.profile-main button.nav-link{
    color: #212121;
    font-weight: 600; 
}

.profile-main .nav-tabs {
    border: 0;
}

.profile-main .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
    outline: 0;
    border-color: transparent;
}

.profile-main li.nav-item:focus-within {
    border: 0;
    outline: 0;
    border-color: transparent;
}

.profile-main .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #8364e2;
    background-color: #fff;
    border: 0;
    outline: 0;
    border-color: transparent;
    border-bottom: solid 3px #8364e2 !important;
}


.setting-area .nav-pills .nav-link {
     border-radius: 6px;
    text-align: left;
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.setting-area .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #8364e2;
    width: 100%;
}

.setting-area input::placeholder{
    font-size: 16px;
}

.setting-area .links input{
    padding: 10px;
}

/* css start */

.tab-pane .border .item {
    display: flex;
}

.tab-pane .border .item .icon {
    padding-right: 20px;
    font-size: 24px;
    color: #8364e2;
}

.tab-pane .border .item {
    border-bottom: solid 1px #ddd;
    padding: 20px;
}

.iteam-area .single-item{
    border: solid 1px #ddd;
    border-radius: 6px;
}
 
.iteam-area .propertie{
    border: solid 1px #8364e2;
    background-color: rgba(131, 100, 226, 0.2);
    display: inline-block;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
}

.iteam-area .propertie p {
    margin-bottom: 0;
}

iframe {
   width: 100%;
    height: 450px;
}

.profile-main .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 0px solid transparent; 
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* css start */



.cselect {
    position: relative;
}
.cselect,
.cselect *,
.cselect *:before,
.cselect *:after {
    box-sizing: border-box;
}
.cselect__select {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.cselect__rendered {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 6px 12px;
    width: 100%; 
    font-size: 24px;
    font-weight: 600; 
    color: #8364e2;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    background: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}
.cselect__rendered:after {
    content: '▾';
    display: block;
    margin: 0 0 0 8px;
}
.cselect.is-open .cselect__rendered:after {
    content: '▴';
}
.cselect__rendered-text {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cselect__options {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 6px 0;
    padding: 0;
    width: 100%;
    max-height: 264px;
    color: #212121; 
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    visibility: hidden;
    overflow: auto;
    z-index: 999;
    background-color: #fff;
    transition: all 0.2s;
}
.cselect__options::-webkit-scrollbar {
    width: 4px;
}
.cselect__options::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}
.cselect__options::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}
.cselect__options::-webkit-scrollbar-thumb:hover {
    background: #777;
}
.cselect__options.is-on-top {
    top: auto;
    bottom: 100%;
}
.cselect.is-open .cselect__options {
    visibility: visible;
}
.cselect__search {
    display: none;
    margin: 0 0 6px;
    padding: 2px 6px;
    width: 100%;
    font: inherit;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
    background: #fff;
    border: 0;
    border-radius: 6px;
    transition: all 0.2s;
}
.cselect__option {
    display: block;
    padding: 6px;
    width: 100%;
    font: inherit;
    font-size: 16px;
    font-weight: normal;
    color: #212121;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    background: transparent;
    border: 0; 
    cursor: pointer;
    padding: 10px;
    border-bottom: solid 1px #ddd;
    transition: all 0.2s;
}
.cselect__option:hover {
    background: #ebebeb;
    color: #212121;
    transition: all 0.2s;
}
.cselect__option.is-selected {
    color: #999;
    background: transparent;
    cursor: default;
}
.cselect__option.is-hidden {
    display: none;
}

.cselect {
    display: inline-block;
}

/* css strat */

.counter-box p.h4 i{
    color: #8364e2;
}
 

.team-area img {
    filter: grayscale(100%);
    transition: all 0.2s;
}

.team-area img:hover {
    filter: grayscale(0);
    transition: all 0.3s;
}

.tesmonial-area .t-card img {
    width: 80px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.perks-area p.h3 i{
    color: #8364e2;
}

.perks-area p.h1 i{
    color: #8364e2;
}

.perks-area p.h3 {
    margin-bottom: 20px;
}

.perks-area .p-card {
    background-color: #f4f4f4;
    padding: 20px 10px;
    border-radius: 6px;
    transition: 0.4s all ease-in-out;
}

.perks-area .p-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.ventures-area .flex-shrink-0 i{
    color: #8364e2;
    font-size: 20px;
    padding-top: 5px;
}

.ventures-area .flex-shrink-0 {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.b-filter {
    display: none;
}

.pagination .page-link:focus { 
    box-shadow: none;
}

.table-rank a {
    width: 100%;
    height: 100%;
    color: #212121;
    display: block;
}

.font-color {
    color: #8364e2 !important;
}

.iteam p a.colle {
    font-size: 12px;
    color: #6c757d!important;
    font-weight: 400;
}

#navbar .navbar-toggler:focus { 
    box-shadow: none;
}

.navbar-dark .navbar-toggler { 
    border-color: transparent;
}

.accordion .accordion-button:focus { 
    border-color: #86b7fe; 
    box-shadow: none;
}
 
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/chevron-down.png);
    transform: rotate(-180deg);
}

.item .icon .checkbox .cr{
    position: relative;
    display: inline-block;
    border: 2px solid #8364e2;
    background-color: transparent;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 0.5em;
    color: #fff;
}

.item .icon .checkbox .cr .cr-icon {
    position: absolute;
    font-size: 15px;
    line-height: 0;
    top: 50%;
    left: 12%;
    color: #8364e2;
}