:root {
    --primary-color: #EBA148;
    --text-color: #EDF0F5B2;
    --gray-color: #EDF0F5;
    --dark-color: #181818;
    --bg-color: #151515;
    --red-color: #FF6100;
    --white-color: #FFFFFF;
}

html {
    background: var(--bg-color);
}

body {
    font-family: "Archivo", sans-serif !important;
}

.archivo {
    font-family: "Archivo", sans-serif !important;
}

.lato {
    font-family: "Lato", sans-serif !important;
}

em {
    font-weight: 100;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Archivo", sans-serif !important;
}

.rv-badge-text {
    font-family: "Archivo", sans-serif !important;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

:is(:where(.dark) p),
:is(:where(.dark) p) * {
    color: var(--text-color) !important;
}

.hover\:text-primary:hover {
    color: var(--primary-color);
}

.focus\:border-primary:focus {
    border-color: var(--primary-color);
}

:is(:where(.dark) ul li) {
    color: var(--text-color);
}

.rv-button-primary .rv-button-top {
    background-color: var(--primary-color);
}

.rv-button-primary .rv-button-bottom,
.rv-button-primary .rv-button-top,
:is(:where(.dark) .rv-button-white .rv-button-top),
:is(:where(.dark) .rv-button-white .rv-button-bottom),
.rv-button-white .rv-button-top,
.rv-button-white .rv-button-bottom {
    padding: 24px 32px;
    text-align: center;
}

.text-16px, .text-16px * {
    font-size: 16px;
}

.text-18px, .text-18px * {
    font-size: 18px;
}

.text-58px, .text-58px * {
    font-size: 58px;
    line-height: 105%;
}

.text-64px, .text-64px * {
    font-size: 64px;
}

.transparent-outline-text {
    color: transparent;
    -webkit-text-stroke: 1px #EBA14866;
    font-weight: 900;
    letter-spacing: 0;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-100 {
    border-radius: 100px !important;
}

.gradient-border {
    position: relative;
    border-radius: 72px;
    background: linear-gradient(92.7deg, rgba(255, 255, 255, 0.18) 13.64%, rgba(255, 255, 255, 0.03) 81.49%);
}

    .gradient-border::before {
        content: "";
        position: absolute;
        inset: 1px;
        background-color: var(--dark-color);
        border-radius: 71px;
        z-index: 0;
    }

    .gradient-border .gradient-text {
        position: relative;
        z-index: 1;
        background: linear-gradient(90deg, #FFFFFF 0%, #BDBDBD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.bg-gradient {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.menu-list-item:has(.menu-list-item-dropdown):hover .menu-list-item-dropdown {
    pointer-events: auto;
    height: fit-content;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.menu-list-item .menu-list-item-text {
    font-weight: 500;
    line-height: 160%;
    color: var(--text-color);
}

.menu-list-item.active .menu-list-item-text {
    font-style: italic;
    font-weight: 100;
    color: var(--gray-color);
}

.menu-list-item .menu-list-item-dropdown .menu-list-item-dropdown-list {
    font-weight: 400;
    line-height: 280%;
    color: var(--text-color);
}

    .menu-list-item .menu-list-item-dropdown .menu-list-item-dropdown-list.active {
        font-style: italic;
        font-weight: 100;
        color: var(--gray-color);
    }

.grecaptcha-badge {
    visibility: hidden;
}

.d-none {
    display: none;
}

.error {
    border: 1px solid var(--red-color);
}

.header-copyright {
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-color);
}

.hero-button {
    padding: 32px !important;
}

.about-section-wrapper :is(:where(.dark) p),
.about-section-wrapper :is(:where(.dark) p) * {
    font-size: 18px;
    margin-bottom: 20px;
}

.achievement {
    font-weight: 100;
}

.accordion-header-iconV5 {
    border-radius: 100px;
}

:is(:where(.dark) .active .accordion-header-iconV5) {
    background-color: var(--white-color);
}

.accordion-body * {
    font-size: 18px;
}

.accordion-body ul {
    list-style: unset;
    margin-left: 20px;
}

:is(:where(.dark) .group:hover .dark\:group-hover\:bg-backgroundBody) {
    background-color: var(--white-color);
}

.group:hover .group-hover\:bg-primary {
    background-color: var(--primary-color);
}

:is(:where(.dark) .group:hover .group-hover\:bg-primary) {
    background-color: var(--white-color);
}

:is(:where(.dark) .active .accordion-header-iconV4) {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.feature-description:last-child {
    border-bottom-width: 1px;
}

:is(:where(.dark) .feature-description:last-child) {
    border-bottom-width: 1px;
    border-color: #EDF0F51A;
}

:is(:where(.dark) .price) {
    color: var(--gray-color) !important;
}

.pricing-plan:nth-child(2n) {
    background-color: var(--primary-color);
}

    .pricing-plan:nth-child(2n) .price,
    .pricing-plan:nth-child(2n) ul li {
        color: var(--dark-color) !important;
    }

    .pricing-plan:nth-child(2n) path {
        fill: var(--dark-color);
    }

.blog-details-body h3:first-child {
    margin-top: 0;
}

:is(:where(.dark) label.dark\:text-backgroundBody) {
    color: var(--text-color);
}

input::placeholder,
textarea::placeholder {
    color: #EDF0F54D;
}

:is(:where(.dark) .dark\:bg-primary) {
    background-color: var(--primary-color);
}

:is(:where(.dark) .tab-member.tab-active) {
    background-color: var(--primary-color);
}

:is(:where(.dark) .tab-member)::after {
    background-color: var(--primary-color);
}

.footer-main-text {
    color: var(--text-color);
}

h5.footer-subtitle {
    color: var(--gray-color);
}

.footer-list a {
    color: var(--text-color);
}

.footer-bottom {
    border-top-width: 1px;
    border-color: #EDF0F51A;
}
