@import url("code.css");

:root{
    --primary-grey-bg: #14141F;
    --secondary-grey-bg: #3C3C56;
    --writer: rgba(184 187 199, 1);
    --gradient-how-mint: linear-gradient( 227.3deg, #8A208C 0%, #181B81 100.84%);
    --box-shadow: rgb(51 61 74 / 20%) 0px 1px 2px 1px;
    --line-border-fill: #9c27b0;
    --line-border-empty: #bdbdbd;
}

html{
    overflow-x: hidden;
}

.bg-dark{
    background-color: #191E35 !important;
}
.bg-dark.dark-2{
    background-color: #14182a !important;
}
.bg-dark *:not(.form-control,.text-muted,a,.crowdfunding-area *){
    color: #fff !important;
}
.fw-semibold{
    font-weight: 600 !important;
}
.text-muted{
    color: rgba(255,255,255,.5) !important;
}
ul,
ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.mt-10{
    margin-top: 6rem;
}
.pb-10{
    padding-bottom: 6rem;
}
.gap-3{
    gap: .5rem;
}

@media (prefers-reduced-motion: no-preference){
    html {
        scroll-behavior: smooth;
    }
}
:target {
    scroll-margin-top: .8em;
}

a,
a:hover{
    color: #8D1CFE;
    text-decoration: none !important;
}
footer a{
    color: #fff;
}

/* Container custom 
-------------------------------------------------------------- */
.container{
    /* max-width: min(90%, 70.5rem) !important; */
    max-width: 1240px;
}
@media only screen and (max-width: 1199px){
    .container{
        max-width: 1240px;
        /* max-width: 100%; */
    }
}
@media only screen and (max-width: 991px){
    .container{
        max-width: 1240px;
    }
}
@media only screen and (max-width: 767px){
    .container{
        /*max-width: min(99%, 70.5rem);*/
        max-width: 740px;
    }
}

/* Generic section 
-------------------------------------------------------------- */
.brands-area__title{
    font-size: 14px;
    color: rgba(255,255,255,.08) !important;
    letter-spacing: 10px;
    text-align: center;
    position: relative;
    /* display: inline-block; */
}
.brands-area__title *{
    color: rgba(255,255,255,.7) !important;
}
.brands-area__title::before,
.brands-area__title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30%; /* ou o comprimento que você preferir */
    height: 2px; /* ou a espessura que você preferir */
    background-color: rgba(255,255,255,.08); /* ou a cor que você preferir */
}
.brands-area__title::before {
    left: 0;
}
.brands-area__title::after {
    right: 0;
}
.brand-area__items img{
    filter: grayscale(100%) brightness(200%);
}

@media(max-width: 767px){
    .brands-area__title{
        font-size: 12px;
    }
    .brands-area__title::before{
        content: none;
    }
    .brands-area__title::after {
        bottom: -1rem;
        width: 60%;
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}


/* PreLoad
-------------------------------------------------------------- */
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
}
/* line 601, ../../SAIFUL/Running_project/250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_common.scss */
.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: var(--primary-bg);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
/* line 622, ../../SAIFUL/Running_project/250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_common.scss */
.preloader .preloader-circle2 {
    border-top-color: #0078ff;
}
/* line 625, ../../SAIFUL/Running_project/250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_common.scss */
.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
/* line 643, ../../SAIFUL/Running_project/250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_common.scss */
.preloader .preloader-img img {
    max-width: 55px;
    display: inline-block !important;
}
/* line 646, ../../SAIFUL/Running_project/250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_common.scss */
.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase;
}
@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
   }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
   }
}
@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
   }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
   }
}

/* Header 
-------------------------------------------------------------- */
header{
    position: absolute;
    z-index: 100;
    width: 100%;
    /* height: 105px; */
}
header a{
    font-weight: 600 !important;
}
header .dropdown-menu a{
    font-size: 16px !important;
}

/* Banner 
-------------------------------------------------------------- */
.webdoor{
    padding: 120px 0 40px;
}
.webdoor h2{
    font-size: 72px;
    line-height: 4.625rem;
    color: #fff;
}
.webdoor .sub-heading{
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 500;
    color: rgba(255,255,255,.5) !important;
}
@media (max-width: 767px){
    .webdoor h2{
        font-size: 3rem;
        line-height: 3.75rem;
    }
    .webdoor-buttons{
        display: flex;
        flex-direction: column;
    }
}

/* General Sections
----------------------------------------------------------------*/
.title-section{
    font-size: 56px;
    font-weight:700; 
    line-height: 120%;
}
.section h2{
    font-size: 64px;
    line-height: 115%;
    font-weight: 700;
}
.section:not(.webdoor) h2{
    font-size: 42px;
}
.section .sub-heading{
    color: #333;
}
@media (max-width: 767px){
    .title-section{
        font-size: 28px;
        /* font-size: 35px; */
    }
    .section h2{
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
}

/* Botões with and without
----------------------------------------------------------------*/
.buttons-with-without{
    background-color: #ccc;
    padding: 5px;
    border-radius: 50px;
}
.buttons-with-without .btn{
    margin:0;
    font-weight: 600;
    background-color: #ccc;
    transition: .2s ease;
}
.buttons-with-without .btn:active,
.buttons-with-without .btn:focus{
    color: #333 !important;
    background-color: #e5e5e5 !important; 
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    outline: 0;
}
.buttons-with-without .btn.active{
    background-color: #e5e5e5;         
}

/* facil de instalar
---------------------------------------------------------------*/
.highlight{
    border-radius: 20px;
}
.chroma::-webkit-scrollbar {
    height: 5px;               /* width of the entire scrollbar */
}
.chroma::-webkit-scrollbar-thumb {
    background-color: #ccc;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
}
.highlight pre code{
    color: #fff !important;
}
.chroma .nt{
    /* color: #f92672; */
}

/* numbers area
----------------------------------------------------------------*/
.numbers__area{
    border-radius: 20px;
    /* background-color: var(--primary); */
}
.numbers__number{
    font-size: 2.75rem;
    font-weight: 700;
    /* line-height: 2.75rem; */
    color: #fff;
    /* background-image: linear-gradient(109.26deg,#e3fc6f -10.18%,#bee9ff 51.56%,#ffa6ba 110.78%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.numbers__number + h3{
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff !important;
}

/* contact
----------------------------------------------------------------*/
form .form-row{
    margin-top: 10px;
}
form .form-control{
    border-radius: 10px;
    padding: 28px 18px;
    font-weight: 600;
}
form label{
    font-weight: 600;
    color: #000;
}

/* Solicite uma demonstração secion
-----------------------------------------------------------------*/
.default-bg .card{
    border-radius: 20px;
}
.default-bg .card label{
    color: #333;
    font-weight: 700;
}
.default-bg .card .row{
    align-items: center;
}
.default-bg .card input{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    height: 50px;
    border-radius: 20px;
    color: #333;
}
.default-bg .card textarea{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-radius: 20px;
    color: #333;
}
.default-bg .card input:focus,
.default-bg .card textarea:focus{
    background-color: transparent;
}
.default-bg .card input::placeholder,
.default-bg .card textarea::placeholder{
    color: #777;
    opacity: .7;
}

/* paginas internas
---------------------------------------------------------------*/
.page-intern__header{
    padding: 120px 0 40px;
}
.page-intern__header h1{
    font-size: 48px;
    margin-bottom: 20px;
}
.page-intern__header .sub-heading{
    font-size: 24px;
}
.form-contact-area .card{
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 40px 20px;
    border-color: rgba(255,255,255,.08) !important;
    background-color: #191E35 !important;
}


/* Right modal 
----------------------------------------------------------------*/
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 420px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.right .modal-body {
	padding: 20px;
}
.modal.right.fade .modal-dialog {
	right: -420px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header {
	border-bottom-color: transparent;
	background-color: transparent;
	padding: 20px 30px 0;
}
.modal-header .close {
	color: #000;
	font-size: 35px;
	outline: 0 !important;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.modal-header .close:not(:disabled):not(.disabled):focus, .modal-header .close:not(:disabled):not(.disabled):hover {
	color: #ff6d34;
	text-decoration: none;
	opacity: 1;
}
.modal.right .modal-body p {
	margin-top: 20px;
}
.modal.right .modal-body ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.modal.right .modal-body .modal-contact-info {
	margin-top: 30px;
	margin-bottom: 20px;
}
.modal.right .modal-body .logo a {
	color: #283a5e;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
}
.modal.right .modal-body .logo a span {
	color: #ff6d34;
}
.modal.right .modal-body .modal-contact-info li {
	position: relative;
	padding-left: 45px;
	font-size: 18px;
	margin-bottom: 25px;
}
.modal.right .modal-body .modal-contact-info li b {
	display: block;
}
.modal.right .modal-body .modal-contact-info li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	color: #ff6d34;
}

/* Footer 
-----------------------------------------------------------------*/
footer{
    border-top: 1px solid #f3f3f3;
}

/* modal buy crypto
-----------------------------------------------------------------*/
#buyCrypto{
    padding-right: 0 !important;
    overflow-y: auto;
}
#buyCrypto .modal-dialog{
    /* margin: 0.5rem; */
}
#buyCrypto .modal-header{
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}
#buyCrypto .modal-content .modal-header{
    background-color: #fff;
}
#buyCrypto .modal-body{
    padding: 20px !important;
}
#buyCrypto .pre-step h3{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
#buyCrypto .pre-step p{
    font-size: 18px;
    letter-spacing: .031rem;
    text-align: center;
}
#buyCrypto .breadcrumb{
    margin-top: 1rem;
    padding: 0;
    border-radius: 10px;
}
#buyCrypto .breadcrumb{
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    width: 100%;
    font-size: 18px;
}
#buyCrypto .nav-fill .nav-item{
    flex: 0 0 50%;
}

#buyCrypto .nav-pills .nav-link{
    font-weight: 700;
    color: var(--black);
}

#buyCrypto .nav-pills .nav-link.active{
    background-color: var(--primary-bg);
    color: var(--black);
}

#buyCrypto label{
    font-weight: 600;
    color: #000;
}
#buyCrypto input{
    height: 50px;
}
#buyCrypto input[type='checkbox']{
    height: 20px !important;
    width: 20px !important;
}
#buyCrypto input::placeholder{
    color: #ccc;
}
#buyCrypto h6{
    color: #000;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
}

#buyCrypto .see-fee{
    cursor: pointer;
}

#buyCrypto .btn-check{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

#buyCrypto .header-success-step-modal h3:first-of-type{
    margin-bottom: 2.5rem;
}

#buyCrypto .header-success-step-modal h3{
    color: #333;
    font-weight: 700;
}
#buyCrypto .header-success-step-modal h3 span{
    color: #828893;
    font-weight: 500;
    font-size: 18px;
}
#buyCrypto .header-success-step-modal p{
    margin: 1rem;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 500;
}
#buyCrypto .bottom-success-step-modal p{
    opacity: 0.2;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    transition: .2s ease;
}
#buyCrypto .bottom-success-step-modal p.done{
    opacity: 1;
}
.custom__select-criptos,
.custom__select-criptos-cc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid rgba(138, 138, 160, 0.3);
    border-radius: 5px;
    cursor: pointer;
    color: #495057;
}
.custom__select-criptos-list,
.custom__select-criptos-list-cc{
    list-style: none;
    margin: 0;
    position: absolute;
    background-color: #fff;
    padding: 10px 0;
    min-width: 320px;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.custom__select-criptos-list-item,
.custom__select-criptos-list-item-cc{
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;

    display: flex;
    gap: 1rem;
    align-items: center;
}
.custom__select-criptos-list-item:hover,
.custom__select-criptos-list-item-cc:hover{
    background-color: #e9ecef;
}
.custom__select-criptos-list-item img,
.custom__select-criptos img,
.custom__select-criptos-list-item-cc img,
.custom__select-criptos-cc img{
    width: 18px;
}
.dropdown-cripto-item,
.dropdown-cripto-item-cc{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.no-weight{
    font-weight: 400 !important;
}
/* loader modal pix
------------------------------------------------------------------*/
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0,0,0, 0.2);
    border-right: 1.1em solid rgba(0,0,0, 0.2);
    border-bottom: 1.1em solid rgba(0,0,0, 0.2);
    border-left: 1.1em solid #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/** steps progress 
----------------------------------------------------------------------------*/
#buyCrypto .progress-container{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 350px;
}
#buyCrypto .progress-container::before{
    content: "";
    background-color: var(--line-border-empty);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: 1;
    transition: 0.4s ease;
}
#buyCrypto .progress{
    background-color: var(--dark);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: 1;
    transition: 0.4s ease;
}
#buyCrypto .progress-circle{
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 3px solid #b2bec3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    position: relative;
    z-index: 2;
}
#buyCrypto .progress-circle.progress-active{
    border-color: var(--dark);
    background-color: var(--dark);
    color: #fff;
}

/* modal buy crypto 
---------------------------------------------------------------*/
.modal .btn-show-wallet-info-area{
    display: none !important;
}
.modal form .form-control{
    padding: 0 18px;
}
.modal .custom__select-criptos{
    border-radius: 10px;
}
.modal .btn-primary{
    width: 100% !important ;
    border: none;
    padding: 16px 18px;
    font-size: 18px;
    line-height: 1.4666666667;
    border-radius: 4px;
    margin: 10px 0;
    border-radius: 40px;
    background-color: var(--primary) !important;
    color: #fff !important;
}
.modal .btn-primary:hover{
    opacity: .9 !important;
}
/* .modal .btn-primary:not(button) {
    border-radius: 40px;
    font-size: 16px;
} */
.modal img.img-fluid{
    display: block;
    margin: 0 auto;
}
.modal .close{
    position: absolute;
    z-index: 9999999;
    right: 1rem;
}
.uYscM{
    z-index: 99999999 !important;
}
.successClaim :is(h3.text-dark,p.text-warning),
.step-pix-success-buy-crypto :is(h3, p.text-success){
    font-size: 45px;
    text-align: center;
}
.step-pix-success-buy-crypto p{
    text-align: center;
}
.step-pix-success-new{
    text-align: center;
}
#buyCrypto .step-pix-success-new .btn-secondary:hover,
#buyCrypto .btn-primary:hover{
    background-color: var(--dark) !important;
    color: #fff !important;
}

#buyCrypto .header-success-step-modal h3:first-of-type{
    margin-bottom: 2.5rem;
}

#buyCrypto .header-success-step-modal h3{
    color: #333;
    font-weight: 700;
}
#buyCrypto .header-success-step-modal h3 span{
    color: #828893;
    font-weight: 500;
    font-size: 18px;
}
#buyCrypto .header-success-step-modal p{
    margin: 1rem;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 500;
}
#buyCrypto .bottom-success-step-modal p{
    opacity: 0.2;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    transition: .2s ease;
}
#buyCrypto .bottom-success-step-modal p.done{
    opacity: 1;
}
#buyCrypto .btn-primary:active,
#buyCrypto .btn-primary:focus{
    background-color: var(--dark);
    color: #fff;
}

/** steps progress 
----------------------------------------------------------------------------*/
#buyCrypto .progress-container{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 350px;
}
#buyCrypto .progress-container::before{
    content: "";
    background-color: var(--line-border-empty);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: 1;
    transition: 0.4s ease;
}
#buyCrypto .progress{
    background-color: var(--dark);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: 1;
    transition: 0.4s ease;
}
#buyCrypto .progress-circle{
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 3px solid #b2bec3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    position: relative;
    z-index: 2;
}
#buyCrypto .progress-circle.progress-active{
    border-color: var(--dark);
    background-color: var(--dark);
    color: #fff;
}

/** nova homepage
----------------------------------------------*/
.header{
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}

.btn-gradient{
    background: linear-gradient(112.62deg, #8D1CFE 29.4%, #0038ED 105.15%) !important;
    border: none !important;
    border-color: transparent !important;
    color: #fff !important;
    border-radius: 12px;
}
.btn-gradient:hover{
    opacity: .9;
}
.btn-lg{
    border-radius: 16px;
}
.bg-dark .btn-link{
    color: #fff;
}
.blur {
    mix-blend-mode: revert;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.blur img {
    position: absolute;
    right: 0;
    top: -15%;
    filter: blur(150px);
    z-index: 0;
}
.header .navbar-nav li .nav-link{
    color: #fff;
    border: none !important;
}
.header .navbar-nav li .nav-link:hover,
.header .navbar-nav li .nav-link:active,
.header .navbar-nav li .nav-link:focus,
.header .navbar-nav li .show > a,
.header .navbar-nav li li a.show,
.header .navbar-nav li .active > a,
.header .navbar-nav li li a.active{
    background-color: transparent !important;
    border-bottom-color: none !important;
    border-right: none !important;
    border-left: none !important;
}
.show .dropdown.show{
    background-color: transparent;
}
.swiper-container.partner-carousel {
    padding-top: 60px;
}
.partner-carousel .swiper-button-next.swiper-button-disabled, .partner-carousel .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.partner-carousel .swiper-button-next:after, .partner-carousel .swiper-button-prev:after{
    font-size: 20px;
    font-weight: 600;
    color: #3697d9;
}
.partner-carousel .swiper-button-prev.active:after,
.partner-carousel .swiper-button-next.active:after{
    color: #3697d9;
}
.partner-carousel .swiper-button-prev,
.partner-carousel .swiper-button-next{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);
    -webkit-transition: all 0.3s ease-in-out;
    border: 2px solid #3697d9;
}
.partner-carousel .swiper-button-prev.active,
.partner-carousel .swiper-button-next.active{
    background: #fff;
    color: #3697d9;
}
.partner-carousel .swiper-button-next{
    right: 0;
    top: 30px;
}
.partner-carousel .swiper-button-prev{
    right: 56px;
    left: auto;
    top: 30px;
}
.partner__media > div{
    position: absolute;
    bottom: 10px;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner__media > div span{
    background: #be0027;
    padding: 5px;
    font-size: 10px;
    font-weight:600;
    color:#fff;
    border-radius: 16px;
}
.partner__media{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.partner__media::after{
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -35px;
    right: -35px;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    background-color: #191E35;
}
.partner__info h5{
    font-size: 28px;
    font-weight: 400 !important;
    text-transform: none !important;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-buttons-area{
    padding: 0 50px;
    display: flex;
    align-items: center;
    position: relative;
}
.swiper-buttons-area > div{
    position: static !important;
}
.cut-box{
    max-width: 380px;
    width: 100%;
    height: 96px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: rgba(255,255,255,.05);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background: linear-gradient(#191E35, #191E35) padding-box,
              linear-gradient(to right, #15BFFD, #9C37FD) border-box;
    border: 1px solid transparent;
}
.cut-box:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(5.5px);
    filter: opacity(0.05);
}
/* .cut-box::after{
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -35px;
    right: -35px;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    background-color: #191E35;
    background: rgba(255, 255, 255, 0.04);
} */
.blur-layer{
    position: relative;
}
.blur-layer::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(5.5px);
    top: 0;
    left: 0;
}
.container{
    position: relative;
    z-index: 10;
}
.with-without{
    padding: 20px;
    border-radius: 50px;
    background-color: #3F2BF5;
    width: 100%;
    max-width: 475px;
    display: flex;
    gap: .75rem;
    justify-content: center;
    font-size: 28px;
}
.with-without > div{
    border: 0;
    outline: 0;
    box-shadow: none !important;
    cursor: pointer;
    /* transition: 0.3s ease-out; */
}
.with-without div.active{
    border-bottom: 2px solid white;
}
.with-without-box{
    width: 100%;
    border-radius: 24px;
    border: 1px solid white;
    padding: 26px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(5.5px);
    display: flex;
    flex-direction: column;
}
.with-without-box span:nth-child(1){
    font-size: 64px;
}
.with-without-box span:nth-child(2){
    font-size: 32px;
}
.without-area .col{
    max-width: fit-content !important;
}
.card-steps{
    border-radius: 16px;
    background-color: #3497D8;
    padding: 16px 105px;
}
.card-steps::after{
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -35px;
    right: -35px;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    background-color: #191E35;
    /* background: rgba(255, 255, 255, 0.04); */
}
.card-steps div:nth-child(2){
    font-size: 24px;
    margin-top: 20px;
}
.install__title{
    border-radius: 16px;
    border: 1px solid #3497D8;
    background-color: transparent;
    padding: 15px 35px;
    width: fit-content;
}
.install__title h3{
    margin: 0 !important;
}
.install .col{
    max-width: fit-content !important;
}
.chroma{
    width: 70%;
    overflow: hidden;
    white-space: unset;
}
.highlight{
    padding: 3.5rem;
}
.footer{
    background-color: #131728;
}
footer{
    border-top: none !important;
}
.subfooter{
    background-color: #131728;
    border-top: 1px solid rgba(0,0,0, 0.2);
}
.footer-content .nav.flex-column > li > a,
.footer li{
    color: #fff;
}
.footer-content h4.title{
    font-weight: 700;
    color: #fff !important;
    font-size: 32px;
}
.fixed-header-on .header .navbar-nav li .nav-link{
    color:#fff;
}
.header{
    z-index: 9999;
}
.header .navbar-nav li .nav-link.dropdown-language:hover{
    background-color: #fff !important;
}
.fixed-header-on .header.fixed:not(.dark) {
    border-bottom: 1px solid rgba(1,1,1,.2) !important;
    background-color: transparent !important;
}
.backdrop-blur{
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: transparent !important;
}
@media(max-width:767px){
    .chroma{
        width: 100%;
        overflow: auto;
    }
    .highlight{
        padding: 1.5rem;
    }
    .header{
        background-color: transparent !important;
        border-bottom: 1px solid rgba(1,1,1,.2) !important;
        z-index: 9999;
    }
    .header .navbar-nav li .nav-link{
        color: #fff;
        padding-left: 0 !important;
    }
    .webdoor{
        padding-top: 160px !important;
        height: auto !important;
    }
    .webdoor svg{
        top: -58px !important;
        left: -177px !important;
        width: 100%;
    }
    .partner__info h5{
        font-size: 18px;
        height: 60px
    }
    .partner__info a{
        font-size: 12px;
        width: 100%;
        padding: 10px 5px;
    }
    .cut-box{
        font-size: 26px;
    }
    .with-without{
        font-size: 18px;
    }
    /* .with-without-box span:nth-child(1){
        font-size: 48px;
    } */
    .with-without-box span:nth-child(2){
        font-size: 30px;
    }
    .card-steps{
        padding: 16px;
        width: 90%;
        position: relative;
    }
    .card-steps img{
        width: 80px !important;
    }
    .with-area .col,
    .without-area .col,
    .install .col{
        max-width: 100% !important;
    }
    .install__title{
        width: 100%;;
    }
    .svg-section-where-use{
        display: none !important;
    }
    .nav-link.dropdown-language{
        width: fit-content;
    }
    .header .btn-gradient{
        margin: 0 0 15px 0 !important;
        width: 100%;
    }
    .mobile-area .btn-gradient{
        width: auto !important;
        margin: 0 !important;
    }
    .navbar .navbar-toggler{
        background-color: #fafafa;
    }
    .header .dropdown-menu{
        margin-bottom: 15px;
    }
}

.header .navbar-nav .dropdown-toggle.dropdown-language::after{
    content: none !important;
}
.nav-link.dropdown-language{
    padding: 12px !important;
    color: #292b2c !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 400 !important;
    font-size: .85rem !important;
    display: flex;
    align-items: center;
}
.nav-link.dropdown-language:hover{
    color: #292b2c !important;
    background-color: #e6e5e5 !important;
    border-color: #adadad !important;
}
header .dropdown-menu.dropdown-language__options a{
    font-size: 13px !important;
}

@media(max-width:991px){
    .navbar-nav{
        align-items: normal !important;
    }
}

@media(max-width:767px){
    .navbar-nav{
        align-items: normal !important;
    }
}

/* custom 26082023 */
.dropdown-menu{
    padding: 0 !important;
}
.dropdown-menu::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 6px 0 0;
    position: absolute;
    top: -10px;
    left: 32px;
    transform: rotate(45deg);
}

.dropdown-menu-custom{
    padding: 20px 20px 10px 20px;
    gap: 1rem;
}

.dropdown-menu-custom i{
    background-image: linear-gradient(112.62deg, #8D1CFE 29.4%, #0038ED 105.15%) !important;
    font-size: 22px;
    -webkit-background-clip: text; /* Para navegadores baseados em Webkit, como Chrome e Safari */
    background-clip: text;
    color: transparent;
}

.text-overtitle{
    background-image: linear-gradient(112.62deg, #8D1CFE 5%, #0038ED 55.15%) !important;
    font-size: 22px;
    -webkit-background-clip: text; /* Para navegadores baseados em Webkit, como Chrome e Safari */
    background-clip: text;
    color: transparent !important;
}
.text-gradient{
    background-image: linear-gradient(112.62deg, #8D1CFE 5%, #0038ED 55.15%) !important;
    -webkit-background-clip: text; /* Para navegadores baseados em Webkit, como Chrome e Safari */
    background-clip: text;
    color: transparent !important;
}
.text-default{
    color: #8D1CFE !important;
}
a.text-default *{
    color: #8D1CFE !important;
}

.dropdown-menu-custom > div:nth-child(2) > span:first-child{
    color: #333333;
}

.dropdown-menu-custom > div:nth-child(2) > span:last-child{
    font-size: 13px;
}

.dropdown-language__options{
    position: absolute;
    right: 0px !important;
    top: 5rem !important;
    right: 0px !important;
    transform: none !important;
    left: auto !important;
}
.dropdown-language__options::before{
    left: auto;
    right: 32px;
}

.feature-item{
    height: 100%;
    background-color: var(--primary-grey-bg);
    border: 1px solid rgba(173,198,255,.16);
    border-radius: 16px;
    padding: 32px 36px 24px;
    position: relative;
}
.feature-item-media{
    margin-bottom: 1rem;
}
.feature-item-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 1rem;
}
.navbar-light .navbar-toggler, 
.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus{
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}
.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
section.section{
    border: none !important;
}

@media(max-width: 767px){
    section.section{
        padding: 90px 0 !important;
    }
}

.featured-list-lg li{
    display: flex;
    gap: .7rem;

    font-size: 17px;
    font-weight: 600;
    margin-bottom: .5rem;
}
.crowdfunding-area{
    min-height: 360px;
    border-radius: 16px;
    padding: 42px 65px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    background-color: #191E35;
    /* background-image: url(https://agendacrypto-ticket-dev.mobiup.io/ticket_assets/img/6309293b9da426b3235ae01b_read-next-bg.png);
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: cover; */
    transition: all .7s cubic-bezier(.25, .46, .45, .94);
    /* cursor: pointer; */

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.crowdfunding-area:hover{
    transform: scale(1.02);
}
.crowdfunding-area img{
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 16px 0;
}

@media(max-width: 767px){
    .crowdfunding-area{
        min-height: 620px;
        padding: 16px 16px 0 16px;
        align-items: flex-start !important;
    }
    .crowdfunding-area img{
        position: relative;
        right: 0;
        bottom: 0;
        border-radius: 0 0 16px 0;
    }
}


