:root {
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Open Sans", sans-serif;
    --color-secondary: #64afff;
    --bs-primary-rgb: 35, 76, 255;
    --bs-bg-opacity: 1;
    --bs-secondary-rgb: 100, 175, 255;
}

.bg-primary {

    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    background-image: url(../images/wallet2-section-bg1.png);
}

p,
small,
.text-primary {
    font-family: var(--font-secondary) !important;
}

p {
    font-size: 1rem !important;
}

.text-primary {
    font-family: var(--font-primary) !important;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-primary) !important;
}

.h2 {
    font-size: 4rem !important;
    font-family: var(--font-primary) !important;
}

.h3 {
    font-family: var(--font-primary) !important;
    font-size: 2rem !important;
}

.h4 {
    font-size: 2.5rem !important;
}

.uc-navbar-nav>li>a {
    position: relative;
    font-size: inherit;
    font-family: var(--font-primary) !important;
    color: inherit;
}

.btn {
    font-family: var(--font-primary) !important;
}

.hero-image {
    right: 140px;
}

.btn-w {
    width: 220px;
}

.vh-100 {
    height: 95vh;
}

.bg-custom {
    background-color: #fff !important;
}

@media (width > 1920px) {
    .w-max-width {
        width: 1750px !important;
        margin: 10px auto !important;
    }
}

/* Custom accordion with X icon */
.uc-accordion-title {
    position: relative;
    padding-right: 40px !important;
}

.uc-accordion-title::before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: none !important;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-transform: none;
    line-height: 1;
    transform: translateY(-50%) rotate(45deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .3s;
    background-color: rgba(155, 155, 155, .25);
    border-radius: 100%;
}

.uc-accordion>.uc-open .uc-accordion-title::before {
    transform: translateY(-50%) rotate(0deg);
}

.mt-custom {
    margin-top: 80px;
}

.bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgb(35 71 227) !important;
}

.icon-box img {
    filter: brightness(11.5);
}

header.uc-header.header-fourteen .uc-navbar-sticky {
    background-color: #2345d4e0;

}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #64afff;
}

.ul-logo {
    max-width: 256px;
}

.nav-y a {
    text-decoration: none;
    color: inherit;
    transition: opacity .2s;
    font-family: var(--font-primary) !important;
}

.nav-x a {
    text-decoration: none;
    color: inherit;
    font-size: .8rem !important;
    transition: opacity .2s;
    font-family: var(--font-primary) !important;
}

.text-footer {
    font-size: .7rem !important;
    font-family: var(--font-primary) !important;
    font-weight: 600 !important;
}

.ads-4 {
    bottom: 50%;
    right: -3%
}

.ads-2 {
    bottom: 2%;
    right: 22%;
    
}
@media (min-width: 1440px) {
    header.uc-header.header-fourteen .uc-navbar-container {
        max-width: 1330px;
    }
}

@media (max-width: 768px) {
    .ads-2 {
        bottom: 2%;
        right:0%;
        
    }
    .h2 {
        font-size: 2rem !important;
        font-family: var(--font-primary) !important;
    }
    .ads-4 {
        bottom: 10%;
        right: -3%
    }
    .vh-100 {
        height: 76vh;
    }

    .ul-logo {
        max-width: 196px;
    }

    .logo-img {
        max-width: 65%;
        height: auto;
        box-sizing: border-box;
    }
}