
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest:wght@100..900&display=swap');

:root {
    --dark: var(--dark-1);
    --dark-1: #030413;
    --dark-2: #18181a;
    --dark-3: #0f1012;
    --dark-4: #080a0a;
    
    
    --bs-body-bg: var(--dark-4);
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 300;
    --bs-body-color: #fff;
    --border-color: #fff1;
    --text-light: #9c9da4;
}

body {
    font-family: "Inter", serif;
    font-family: "Bricolage Grotesque", serif;
    font-family: "Onest", serif;
}

.navbar .navbar-collapse {
    flex-grow: inherit;
}
.f-bg-blue {
    background: radial-gradient(50% 50% at 50% 50%, rgba(92, 195, 250, 0.28) 0%, rgba(92, 195, 250, 0) 100%);
    opacity: 0.8;
    width: 1845px;
    height: 1230px;
}
.f-bg-pink {
    background: radial-gradient(50% 50% at 50% 50%, rgba(250, 117, 248, 0.28) 0%, rgba(250, 117, 248, 0) 100%);
    opacity: 0.7;
    width: 1845px;
    height: 1230px;
}
.f-bg-purple {
    background: radial-gradient(50% 50% at 50% 50%, rgba(158, 110, 230, 0.28) 0%, rgba(158, 110, 230, 0) 100%);
    opacity: 0.8;
    width: 1845px;
    height: 1230px;
}
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #fff2;
    z-index: 99;
}
.header nav.navbar {
    padding: 1.15rem 0;
}
.header a.nav-link {
    color: #fff;
    font-size: 16px;
    font-family: "Inter",
    serif;
    font-weight: 300;
}
.header ul.navbar-nav {
    gap: 1.75rem;
}

.btn {
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.575rem;
    --bs-btn-font-family: "Inter", serif;
    --bs-btn-font-size: 15px;
    --bs-btn-font-weight: 300;
    --bs-btn-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: fit-content;
}
.navbar-brand {
    font-family: "Bricolage Grotesque", serif;
    font-size: 32px;
}
.is-relative {
    position: relative;
}
section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-120 {
    padding-top: 120px;
}
.home-section {
    padding-top: 180px;
    overflow: hidden;
    padding-bottom: 0;
}
.home-section .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}
.home-section .text-wrapper h2 {
    font-size: 62px;
    font-family: "Bricolage Grotesque", serif;
    margin-bottom: 1.5rem;
}
.home-section .text-wrapper p {
    font-size: 20px;
    color: #fff8;
    font-weight: 400;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.abs-bg {
    position: absolute;
}
.home-section .hs-img img {
    height: 700px;
    width: 100%;
    object-fit: contain;
}
.home-section .hs-img  {
    position: relative;
    z-index: 3;
    margin-top: 6rem;
    margin-bottom: -50px;
}
.grid-cols-1 {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1300px));
    grid-gap: 15px 15px;
    justify-content: center;
}

.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 750px));
    justify-content: center;
}

.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 550px));
    justify-content: center;
}

.grid-cols-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 550px));
    justify-content: center;
}

.grid-cols-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(100px, 550px));
    justify-content: center;
}

.grid-cols-6 {
    display: grid;
    grid-template-columns: repeat(6, minmax(100px, 550px));
    justify-content: center;
}

.grid-cols-7 {
    display: grid;
    grid-template-columns: repeat(7, minmax(75px, 550px));
    justify-content: center;
}

.grid-cols-8 {
    display: grid;
    grid-template-columns: repeat(8, minmax(50px, 550px));
    justify-content: center;
}

.grid-cols-9 {
    display: grid;
    grid-template-columns: repeat(9, minmax(20px, 550px));
    justify-content: center;
}

.grid-cols-10 {
    display: grid;
    grid-template-columns: repeat(10, minmax(20px, 550px));
    justify-content: center;
}

.grid-cols-11 {
    display: grid;
    grid-template-columns: repeat(11, minmax(20px, 550px));
    justify-content: center;
}

.grid-cols-12 {
    display: grid;
    grid-template-columns: repeat(12, minmax(20px, 550px));
    justify-content: center;
}
.s-title {
    font-size: 54px;
    font-family: "Bricolage Grotesque", serif;
    margin-bottom: 1.25rem;
    background: linear-gradient(105deg, rgb(255 255 255) 0%, rgb(97, 106, 115) 100%) text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    color: unset;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Bricolage Grotesque", serif;
}
.border-field {
    border: 1px solid var(--border-color);
    border-radius: 22px;
}
.border-field .f-item {
    padding: 2.5rem 2rem;
}
.border-field .f-item:not(:last-child) {
    border-right: 1px solid var(--border-color);
}
.f-item .label {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1rem;
}
.f-item :is(.text, p) {
    color: var(--text-light);
}
.f-item .icon {
    --size: 44px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #ffffff0f;
    background: linear-gradient(105deg, rgb(40 40 40) 0%, rgb(10 14 17) 100%);
    font-size: 25px;
}
.gr-title {
    background: linear-gradient(105deg, rgb(255 255 255) 0%, rgb(97, 106, 115) 100%) text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    color: unset;
}
.s-text {
    font-size: 18px;
    color: #fff8;
}
.f-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.justify-between{
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.btn.btn-sm {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: "Inter", serif;
    --bs-btn-font-size: 12px;
}
.btn-dark {
    background: linear-gradient(105deg, rgb(36 36 36) 0%, rgb(10 14 17) 100%);
}
.ps-1 {
    height: auto;
    left: -732px;
    position: absolute;
    top: 540px;
    width: auto;
}
.ps-2 {
    height: auto;
    left: 231px;
    position: absolute;
    top: 416px;
    width: auto;
}
.ps-3 {
    left: -650px;
    position: absolute;
    top: 16px;
    width: auto;
}
.w-section :is(.content, .img) {
    flex: 1;
}
.w-section {
    display: flex;
    gap: 2rem;
    padding: 10px;
}
.border-field .w-section:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}
.w-section .content {
    padding: 3rem;
}
.w-section .img {
    background: #e9e9ff08;
    border-radius: 14px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.w-section p.text {
    color: var(--text-light);
    margin-top: .75rem;
}
.justify-center {
    justify-content: center;
}
.circle {
    --size: 44px;
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.circle.sm {
    --size: 25px;
    font-size: 18px;
}
.bg-light-success {
    background-color: #64ff8c0f;
    color: #00ff42;
    background: #d9dfea0f;
}
.bg-light-danger {
    background-color: #ff64640f;
    color: #dc5617;
    background: #d9dfea0f;
}
table.table,
table.table :is(thead, tbody, tr, th, td) {
    background: transparent;
}
.table :is(td, th) {
    padding: 1.5rem 1.5rem;
}
.table tbody tr:last-child {
    border-color: transparent;
}
table.table {
    margin-bottom: 0;
    border-color: var(--border-color);
}
table.table-center :is(thead tr th:not(:first-child), tbody tr td:not(:first-child)) {
    text-align: center;
}
table.table-center .circle {
    margin: auto;
}
.w-fit {
    width: fit-content !important;
}
.circle.w-fit {
    padding: 0 .75rem;
    font-size: 14px;
}
table.table tr:hover {
    background-color: #ffffff05;
}
.o-hidden {
    overflow: hidden;
}
.ver-border {
    padding: 5rem 0;
    position: relative;
}
.shadow-border {
    width: 100%;
    height: 3px;
    background-color: #b3bdff;
    /* -webkit-mask-image: radial-gradient(circle, #000, transparent 100%); */
    /* mask-image: radial-gradient(circle, #000, transparent 100%); */
    margin: auto;
    box-shadow: 0 0 32px 0px #b3bdff;
}
.shadow-border-mask {
    -webkit-mask-image: linear-gradient(90deg, transparent, #0000003d, #000, #0000003d, transparent 100%); 
    mask-image: linear-gradient(90deg, transparent, #0000003d, #000, #0000003d, transparent 100%); 
    margin: auto;
    width: 36%;
    height: 80px;
    display: flex;
    align-items: center;
}
.bg-wrapper {
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 1px solid var(--border-color);
}
.bg-wrapper .content-wrapper {
    display: flex;
    padding: 4rem;
    background: linear-gradient(90deg, #08080e 0%, #050509f7 40%, transparent);
}
.bg-wrapper .content-wrapper .content {
    width: 50%;
}
.pricing-card :is(.head, .body) {
    padding: 2.2rem;
    position: relative;
    z-index: 2;
}
.pricing-card {
    border-radius: 20px;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}
.rg-pink {
    background: radial-gradient(65% 26% at top, #e91e63c2, #e91e6375, #e91e6329, #060707);
    background: radial-gradient(65% 26% at top, #e91e6380, #e91e6336, #e91e630f, #060707);
}
.rg-blue {
    background: radial-gradient(65% 26% at top, #03a9f4d4, #03a9f487, #03a9f421, #060707);
    background: radial-gradient(65% 26% at top, #03a9f496, #03a9f447, #03a9f414, #060707);
}
.rg-yellow {
    background: radial-gradient(65% 26% at top, #ffeb3bcf, #ffeb3b59, #ffeb3b21, #060707);
    background: radial-gradient(65% 26% at top, #ffeb3b73, #ffeb3b30, #ffeb3b0f, #060707);
}
.dot-mask {
    background-size: 110px;
    background-repeat: repeat;
    background-image: url('../img/bg-filter.png');
    opacity: .323;
    border-radius: 0;
    mask-image: radial-gradient(36% 24% at 50% 10%, #a183fc94 35%, #c1acff70 0, #0b111b00 100%);
    -webkit-mask-image: radial-gradient(36% 24% at 50% 10%, #a183fc94 35%, #c1acff70 0, #0b111b00 100%);
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
}
.pricing-card .pr-title {
    background: linear-gradient(105deg, rgb(255 255 255) 0%, rgb(97, 106, 115) 100%) text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    color: unset;
    width: fit-content;
}
.pricing-card p {
    color: var(--text-light);
}
.pricing-card .pricing {
    display: flex;
    gap: .75rem;
}
.pricing-card .pricing h3 {
    margin: 0;
    font-size: 50px;
}
.pricing-card .pricing .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem;
}
.pricing-card .pricing .text span {
    font-size: 12px;
    color: var(--text-light);
}
.border-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
}
.border-title span {
    font-size: 14px;
    color: var(--text-light);
}
.border-title::after, .border-title::before {
    content: "";
    flex: 1;
    display: inline;
    height: 1px;
    background-color: var(--text-light);
    opacity: 0.6;
}
.pricing-card .body {
    padding-top: 0;
}
.pricing-card .border-title {
    margin-bottom: 2rem;
}
.pricing-card .btn {
    width: 100%;
    margin-bottom: .5rem;
    margin-top: 1rem;
    --bs-btn-padding-y: 0.675rem;
}
.fs-13 {
    font-size: 13px;
}
.checklist {
    list-style: none;
    padding-left: 0;
}
.checklist li {
    position: relative;
    padding-left: 30px;
}
.checklist li::before {
    content: "";
    display: inline-block;
    --size: 22px;
    width: var(--size);
    height: var(--size);
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%236d4646' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 7L10 17l-5-5'/%3E%3C/svg%3E");
    background: #4abe4f;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    left: 0;
}
.pricing-card .checklist li {
    margin-bottom: .5rem;
    font-size: 15px;
    color: #e2e3ed;
}
.faq-item {
    text-align: center;
}
.faq-item .label {
    font-size: 15px;
    font-weight: 400;
}
.faq-item p {
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 0;
}
.p-4r {
    padding: 4rem;
}
.btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00a659;
    --bs-btn-border-color: #00a659;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00a659;
    --bs-btn-active-border-color: #00a659;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00a659;
    --bs-btn-disabled-border-color: #00a659;
}
.btn .iconify {
    font-size: 20px;
}
.sm-title {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 17px;
    color: #ff6d9f;
}
footer .links a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin-bottom: 1rem;
}
footer .links .title {
    margin-bottom: 1.5rem;
    font-size: 16px;
    text-transform: uppercase;
}
.btn-sha {
    background-color: #47474722;
    border-radius: 30px;
    --bs-btn-padding-y: 0.375rem;
}
.copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid var(--border-color);
    margin-top: 4rem;
}
.copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--text-light);
}
.dropdown-menu {
    border-radius: 13px;
    border-color: var(--border-color);
    padding: .5rem;
}
.dropdown-menu .dropdown-item {
    padding: .5rem 1rem;
}
.dropdown-menu .dropdown-item {
    padding: .5rem 1rem;
    border-radius: 9px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #22262a;
}
.home-section .container {
    position: relative;
    z-index: 3;
}
.fw-5 {
    font-weight: 500;
}
.pb-8r {
    padding-bottom: 8rem;
}
.grid-cols-3.border-field .f-item:not(:nth-child(3n)) {
    border-right: 1px solid var(--border-color);
}
.grid-cols-3.border-field .f-item:not(:nth-child(-n+3)) {
    border-top: 1px solid var(--border-color);
}
.pricing-card.h-layout {
    display: flex;
    justify-content: space-between;
}
.pricing-card.h-layout :is(.head, .body) {
    padding: 2.75rem;
}
.pricing-card.h-layout .body ul.checklist {
    gap: .75rem;
}
.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}
.btn-light {
    font-weight: 500;
}
.home-section .h-layout {
    display: flex;
    gap: 3rem;
}
.home-section .h-layout .text-wrapper {
    align-items: flex-start;
    text-align: left;
    flex: 1;
}
.home-section .h-layout .img {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.home-section .h-layout .img img {
    height: 500px;
}
body:has(.auth-page) :is(.header, footer) {
    display: none;
}
main.auth-page section {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
main.auth-page section .container {
    position: relative;
    z-index: 3;
}
.auth-wrapper {
    max-width: 450px;
    margin: auto;
    padding: 2rem;
    background: #ffffff03;
    backdrop-filter: blur(10px);
    border-radius: 19px;
}
.form-label {
    color: var(--text-light);
    font-size: 14px;
    font-weight: 400;
    margin-left: 12px;
    margin-bottom: 2px;
}
.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.form-group .form-control {
    padding: .75rem 1.2rem;
    border-radius: 12px;
    border-color: transparent;
    background-color: #0c0a0d;
}
.form-group .form-control:focus {
    box-shadow: none;
    border-color: #ffffff57;
}
.fs-14 {
    font-size: 14px;
}
a.link {
    color: #f66dfc;
    text-decoration: none;
    font-weight: 500;
}
a.link:hover {
    text-decoration: underline;
}
span.icon-password {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
span.icon-password::before {
    content: "";
    display: inline-block;
    --size: 22px;
    width: var(--size);
    height: var(--size);
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%236d4646' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17 9.688H7c-1.38 0-2.5 1.035-2.5 2.312v6.938c0 1.277 1.12 2.312 2.5 2.312h10c1.38 0 2.5-1.035 2.5-2.312V12c0-1.277-1.12-2.312-2.5-2.312m-9.625 0V7.374a4.625 4.625 0 0 1 9.25 0v2.313m-8.094 8.094h6.938'/%3E%3C/svg%3E");
    background: #fff;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
span.icon-password.show::before {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%236d4646' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M7.376 9.69V7.378a4.624 4.624 0 0 1 7.895-3.272q.294.29.52.636m-7.259 13.04h6.936'/%3E%3Cpath d='M17 9.688H7c-1.38 0-2.5 1.035-2.5 2.312v6.938c0 1.277 1.12 2.312 2.5 2.312h10c1.38 0 2.5-1.035 2.5-2.312V12c0-1.277-1.12-2.312-2.5-2.312'/%3E%3C/g%3E%3C/svg%3E");
}
.pf {
    text-decoration: none;
    font-size: 14px;
    color: #e38ee8;
    margin-left: auto;
    display: block;
    width: fit-content;
}
.pf:hover {
    text-decoration: underline;
}
.pr-list .pricing-card:first-child {
    background: radial-gradient(65% 26% at top, #03a9f496, #03a9f447, #03a9f414, #060707);
}
.pr-list .pricing-card:nth-child(2) {
    background: radial-gradient(65% 26% at top, #e91e6380, #e91e6336, #e91e630f, #060707);
}
.pr-list .pricing-card:nth-child(3) {
    background: radial-gradient(65% 26% at top, #ffeb3b73, #ffeb3b30, #ffeb3b0f, #060707);
}
.legal-page section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
}
.legal-page section .container {
    position: relative;
    z-index: 3;
}
.w-section .img img {
    height: 230px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}