.header-title {
    font-family: 'Rubik', sans-serif;
}

.bg-blur-overview {
    background-color: rgba(102, 102, 102, 0.1);
    backdrop-filter: blur(30px);
    padding: 40px 30px 40px 30px;
    border-radius: 20px;
    position: relative;
}

.bg-blur-img {
    position: absolute;
    bottom: -50px;
    z-index: 10;
}

.globa-background {
    background-image: url('../images/globa.svg');
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    padding-top: 20px;
    background-size: 600px;
}

.hero-header-color {
    position: relative;
}

.hero-header-color::before,
.hero-header-color::backdrop,
.hero-header-color::after {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(200px);
}

.hero-header-color::before {
    top: 50%;
    margin-top: -100px;
    background-color: #8AD44F;
}

.hero-header-color::after {
    bottom: 0%;
    left: 100%;
    width: 200px;
    height: 200px;
    transform: translateX(-50%);
    background-color: #8AD44F;
}

.central-glow {
    content: '';
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: blur(200px);
    background-color: #8AD44F;
    z-index: 1;
}

.top-glow {
    content: '';
    position: absolute;
    left: 100%;
    top: 10%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: blur(200px);
    background-color: #8AD44F;
    z-index: 1;
}

.carousel-container {
    position: relative;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    cursor: pointer;
}

.carousel-prev {
    left: 10;
}

.carousel-next {
    right: 10;
}

.carousel-nav i {
    font-size: 24px;
    color: #333;
}

.owl-next {
    border-color: transparent !important;
    border-radius: 0px !important
}

.owl-prev {
    border-color: transparent !important;
    border-radius: 0px !important
}

.owl-dots {
    display: none !important;
}

.btn-gradient-2 {
    width: 200px;
    background: linear-gradient(#050505, #050505) padding-box, linear-gradient(to right, #8AD731, #FFE567) border-box;
    border-radius: 50em;
    border: 4px solid transparent;
}

.btn-gradient-2 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: #8AD731;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.font-gradient-2 {
    cursor: pointer;
    background: -webkit-linear-gradient(#8AD731, #FFE567);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.owl-item {
    width: 360px !important;
}

.top-buyer {
    color: #C3F047;
    font-size: 30px;
    text-align: left;
}

.lorem-text {
    color: white;
}

.inner-col {
    align-items: center;
}

.btn-outline-primary:hover {}

.custom-section {
    background-image: url(../images/bgany.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.centered-text {
    text-align: start;
}

.help-text {
    color: #C3F047;
    font-size: 24px;
}

.question-text {
    color: white;
    font-size: 48px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .bg-blur-img {
        position: static;
        bottom: auto;
        z-index: auto;
        width: 100%;
    }
    .ml-auto {
        text-align: center;
        margin-top: 10px;
        margin-left: inherit;
        width: 100%;
    }
    .help-text {
        color: #C3F047;
        font-size: 18px;
    }
    .question-text {
        color: white;
        font-size: 30px;
        margin-top: 20px;
    }
    .collection-card-carousel .owl-item {
        width: 100% !important;
    }
    .carousel-container {
        display: flex;
        flex-direction: column;
    }
    .masonry-wrap {
        flex-direction: column;
    }
    .masonry-start,
    .masonry-end {
        width: 100%;
    }
    .btn-gradient-2 {
        width: 100%;
    }
    .collection-card-carousel .owl-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .carousel-container {
        width: 100%;
    }
}