@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

:root {
    --bs-dark: #000;
    --dark: #000;
    --light-dark: #f5f5f5;
    --white: #fff;
    --muted: #b5b5b5;
    --light: #eff1f7;
    --success-light: #d3ede3;
    --warning: #ffaf00;
    --light-warning: #f8f7eb;
    --light-info: #ebf5f8;
    --milky: #faf9f5;
    --success: #00a856;
    --light-success: #f1f8eb;
    --success-dark: #4d826e;
    --border-color: #303030;
    --border-soft: #ebf0f5;
    --soft-danger: #fff4f2;
    --soft-dark: #e4e7ee
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    -webkit-font-smoothing: antialiased;
    color: #000 !important;
    color: var(--dark) !important;
    font-family: 'Inter', 'BR Firma Regular', Arial, sans-serif !important;
    overflow-x: hidden
}

a {
    line-height: 28px;
    -webkit-text-decoration: none !important;
    text-decoration: none !important
}

.overflow-h {
    overflow: hidden
}

.clash-display-semibold,
.dus-b,
.fw-bold,
.fw-bolder {
    font-family: ClashDisplay-Semibold, sans-serif !important
}

.clash-display-medium {
    font-family: ClashDisplay-Medium, sans-serif !important
}

.post h2 {
    font-family: "Duplicate Sans Bold", sans-serif !important;
    font-size: 24px
}

.post img {
    height: auto !important;
    margin: 20px 0;
    width: 100% !important
}

#banner {
    background: #000;
    background: var(--bs-dark);
    min-height: 70vh;
    display: flex;
    align-items: center
}

figcaption {
    font-size: 12px;
    text-align: center
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    color: var(--dark) !important
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    color: var(--white) !important
}

.bg-dark-purple {
    background: #471E99 !important;
}

.bg-light-purple {
    background: #6C1ED4 !important;
}

.bg-purple {
    background: #EDFF80 !important;
}

.bg-orange {
    background: #F25B3C !important;
}

.bg-grey {
    background: #f6f6f6 !important;
}

.bg-dark {
    background: #000 !important;
    background: var(--dark) !important
}

.bg-soft-dark {
    background: #e4e7ee !important;
    background: var(--soft-dark) !important
}

.bg-soft-danger {
    background: #fff4f2 !important;
    background: var(--soft-danger) !important
}

.bg-success {
    background: #00a856 !important;
    background: var(--success) !important
}

.bg-success-light {
    background: #d3ede3 !important;
    background: var(--success-light) !important
}

.bg-warning-light {
    background: #ffaf00 !important;
    background: var(--warning) !important
}

.bg-light-danger {
    background: var(--light-danger) !important
}

.bg-light-success {
    background: #f1f8eb !important;
    background: var(--light-success) !important
}

.bg-light-warning {
    background: #f8f7eb !important;
    background: var(--light-warning) !important
}

.bg-light-dark {
    background: #f5f5f5 !important;
    background: var(--light-dark) !important
}

.bg-light-info {
    background: #ebf5f8 !important;
    background: var(--light-info) !important
}

.bg-light {
    background: #eff1f7 !important;
    background: var(--light) !important
}

.bg-milky {
    background-color: #faf9f5;
    background-color: var(--milky)
}

.invert {
    filter: invert()
}

.text-success,
.text-success-dark {
    color: #00a856 !important;
    color: var(--success) !important
}

.text-success-light {
    color: #d3ede3 !important;
    color: var(--success-light) !important
}

.text-warning {
    color: #ffaf00 !important;
    color: var(--warning) !important
}

.text-base {
    height: 3rem;
    line-height: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.card.megamenu,
.dropdown-menu {
    border-radius: .625rem !important
}

.r-t-l {
    border-top-left-radius: 24px !important
}

.btn-dark {
    background: #000 !important;
    background: var(--dark) !important;
    color: #fff !important;
    color: var(--white) !important
}

.btn-dark,
.btn-outline-dark {
    border-color: #000 !important;
    border-color: var(--dark) !important
}

.btn-outline-dark {
    background: #faf9f5 !important;
    background: var(--milky) !important;
    color: #000 !important;
    color: var(--dark) !important
}

.btn-outline-dark:hover {
    background: #000 !important;
    background: var(--dark) !important;
    border-color: #000 !important;
    border-color: var(--dark) !important;
    color: #fff !important;
    color: var(--white) !important;
    transition: .6s
}

.btn-success {
    background: #00a856 !important;
    background: var(--success) !important
}

.btn-outline-success,
.btn-success {
    border-color: #00a856 !important;
    border-color: var(--success) !important
}

.btn-outline-success {
    background: #faf9f5 !important;
    background: var(--milky) !important;
    color: #00a856 !important;
    color: var(--success) !important
}

.btn-outline-success:hover {
    background: #00a856 !important;
    background: var(--success) !important;
    border-color: #00a856 !important;
    border-color: var(--success) !important;
    color: #fff !important;
    color: var(--white) !important;
    transition: .6s
}

.btn-hover:hover {
    box-shadow: 0 6px 2px -6px rgba(42, 134, 68, .6);
    transform: translateY(-1px)
}

.border-light {
    border-color: #eff1f7 !important;
    border-color: var(--light) !important
}

.border-soft-light {
    border-color: #ebf0f5 !important;
    border-color: var(--border-soft) !important
}

.border-success {
    border-color: #00a856 !important;
    border-color: var(--success) !important
}

.border-bottom {
    border-bottom: 1px solid #303030 !important;
    border-bottom: 1px solid var(--border-color) !important
}

.border-top {
    border-top: 1px solid #303030 !important;
    border-top: 1px solid var(--border-color) !important
}

.fs-64 {
    font-size: 3.5rem
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-bolder {
    font-weight: 900 !important
}

.lh-md {
    line-height: 30px
}

.ic-holder {
    height: 30px;
    width: 30px
}

.ic-holder-lg {
    height: 60px;
    width: 60px
}

.rounded {
    border-radius: 8px !important
}

.rounded-lg {
    border-radius: 30px
}

.form-control,
.form-select {
    border-radius: 8px !important
}

.input-group-start .input-group-text {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
}

.group-end,
.input-group-start .form-control,
.input-group-start .form-select {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.group-end,
.input-group-end .input-group-text,
.input-group-start .form-control,
.input-group-start .form-select {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important
}

.group-start,
.input-group-end .form-control,
.input-group-end .form-select {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 0 !important
}

input:focus,
select:focus,
textarea:focus {
    outline: 0 !important
}

@media (min-width:1400px) {
    .container {
        max-width: 1280px
    }
}

.dropdown-menu.megamenu {
    border: 0;
    border-radius: .75rem;
    top: calc(100% - 2px);
    transition: visibility 0s .2s, opacity .2s ease-in-out;
    width: 42rem
}

.dropdown-toggle:after {
    display: none !important
}

.dropdown-toggle__icon {
    bottom: 0;
    display: block;
    height: .375rem;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    transition: transform .2s ease-in-out;
    width: .675rem
}

@media (max-width:991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        max-height: 90vh;
        overflow-y: auto
    }
}

@media (min-width:992px) {
    .navbar .has-megamenu {
        position: static !important
    }

    .navbar .megamenu {
        margin-top: 0
    }
}

.post-info-dot {
    border: 1px solid #909090;
    border-radius: 5px;
    display: inline-block;
    height: 6px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    width: 6px
}

.bg-card {
    background: #000;
    background: var(--bs-dark)
}

figure img {
    border-radius: .3rem !important;
    height: 100% !important;
    margin: 16px 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1.2s cubic-bezier(.16, 1, .3, 1);
    width: 100% !important
}

figure img:hover {
    transform: scale(1.02)
}

.page-link {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    color: var(--bs-dark) !important;
    font-weight: 600 !important
}

.page-item.active .page-link {
    border-color: var(--bs-success) !important;
    color: var(--bs-success) !important
}

.page-item {
    border: 0 !important
}

pagination,
pagination {
    display: flex !important;
    justify-content: center;
    list-style: none !important;
    padding-left: 0 !important
}

@media (max-width:576px) {
    .bg-phone {
        background: var(--success) !important
    }

    #banner {
        min-height: 100vh !important;
        background: #6C1ED4 !important;
    }

    .bg-card {
        background: var(--dark) !important;
    }
}

@media (max-width:768px) {
    .container-fluid {
        padding: 0 20px !important
    }
}

@media (max-width:1440px) {
    .fs-12 {
        font-size: .75rem
    }

    .fs-14 {
        font-size: .875rem
    }

    .fs-15 {
        font-size: 15px
    }

    .fs-16 {
        font-size: 1rem
    }

    .fs-17 {
        font-size: 1.063rem
    }

    .fs-18 {
        font-size: 1.125rem
    }

    .fs-20 {
        font-size: 1.25rem
    }

    .fs-22 {
        font-size: 1.375rem
    }

    .fs-24 {
        font-size: 1.5rem
    }

    .fs-26 {
        font-size: 1.375rem
    }

    .fs-28 {
        font-size: 1.75rem
    }

    .fs-30 {
        font-size: 1.875rem
    }

    .fs-32 {
        font-size: 2rem
    }

    .fs-40 {
        font-size: 2.5rem
    }

    .fs-42 {
        font-size: 2.625rem
    }

    .fs-48 {
        font-size: 3rem
    }

    .fs-62 {
        font-size: 3.775rem
    }
}

.card-individuals {
    background-image: url('../img/phone.png') !important;
    background-attachment: scroll !important;
    background-position: 90% !important;
    background-repeat: no-repeat !important;
    background-size: 27% !important;
}

.card-business {
    background-image: url('../img/business.webp') !important;
    background-attachment: scroll !important;
    background-position: 100% !important;
    background-repeat: no-repeat !important;
    background-size: 47% !important;
}

.card-developer {
    background-image: url('../img/developer.webp') !important;
    background-attachment: scroll !important;
    background-position: 100% !important;
    background-repeat: no-repeat !important;
    background-size: 47% !important;
}

@media (max-width: 768px) {
    .card-business,
    .card-developer {
        background-image: none !important;
    }
}

.dashboard-bg {
    position: relative;
    background: #6C1ED4 !important;
    background-size: 100% !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    color: #ffffff !important;
}

.dashboard-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(108, 30, 212, 0.7);
    z-index: 1;
    pointer-events: none;
}

.dashboard-bg>* {
    position: relative;
    z-index: 2;
}