body {
    font-family: 'Poppins', sans-serif !important;
}

.heroSection {
    padding-top: 100px;
}

.heroTitle {
    font-size: calc(3.3em + 1vw);
}

.subHeroText {
    font-size: calc(2em + 1vw);
}

.subHeroTxt {
    font-size: 1.1em;
    color: rgb(180, 180, 180);
}

.smallText{
    font-size: 12px;
}


@media (max-width: 480px) {

    .heroTitle {
        font-size: calc(2em + 1vw);
    }
}


.gradientText {
    background-image: -webkit-linear-gradient(0deg, rgba(106, 65, 251, 1) 35%, rgba(244, 153, 87, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradientBtn {
    background-image: linear-gradient(115deg, rgba(106, 65, 251, 1), rgba(244, 153, 87, 1));
    text-decoration: none;
    border-radius: 5px;
}

.gradientBtn span {
    display: block;
    margin: 1px;
    background: linear-gradient(115deg, rgb(30, 4, 116), rgb(104, 45, 3));
    border-radius: 5px;

}



/* search form */

#search-fs {
    position: relative;
    overflow: hidden;
    margin: 2px auto;
}

#search-fs input#search-text {
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    padding: 20px 0px 20px 10px;
    border-radius: 5px;
    /* make the width responsive */
    width: 650px;
    font-size: 16px;
    max-width: 100%;
    outline: none;
    color: white;
}

#search-fs button {
    background: rgb(106, 65, 251);
    background: linear-gradient(90deg, rgba(106, 65, 251, 1) 0%, rgba(244, 153, 87, 1) 75%);
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 10px;
    cursor: pointer;
    outline: none;

}

.text-ash {
    color: #abadad;
    line-height: 1.5;
}

.bg-ash {
    background-color: #1A1D1E;
}

.customBadge {
    border-radius: 5px;
    cursor: pointer;
}





.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}





ul li {
    list-style: none;
}

.pointList li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: rgba(106, 65, 251, 1);
    background-color: rgba(41, 12, 138, 0.384);
    border: 1px solid rgba(91, 54, 212, 0.699);
    border-radius: 50px;
    padding: 5px;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.pointList li {
    list-style-type: none;
    /* Remove bullets */
    line-height: 3;
}


.pricePoints li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: rgba(106, 65, 251, 1);
    background-color: rgba(41, 12, 138, 0.384);
    border: 1px solid rgba(91, 54, 212, 0.699);
    border-radius: 50px;
    padding: 3px;
    font-size: 10px;
    margin: 0 10px 0 0;
}


.pricePoints li {
    line-height: 2;
}



/* marquee */

.degMaquee {
    transform: rotate(-4deg);
    border-image: linear-gradient(to right, #FF7426, #F22FB0) 1;
    border-width: 10px 0 0 0;
    border-style: solid;
}

.marquee {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.marquee h3 {
    font-size: 60px;
    font-weight: 700;
}

.marquee .marquee-wrapper {
    width: 100000px;
    animation: marqueeAnimation 100s linear 0s infinite running;
}

.marquee h3 .marquee-title {
    margin-right: 20px;
    float: left;
    color: #fff;
}

.text-stroke-black {
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
}

@keyframes marqueeAnimation {
    100% {
        transform: translateX(-4600px);
    }
}

@media (max-width: 992px) {
    .marquee h3 {
        font-size: 60px;
    }
}

@media (max-width: 549px) {
    .marquee h3 {
        font-size: 50px;
    }
}




.rightBorder {
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.topBorder {
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}

.commentImg {
    border-radius: 100%;
}

.mt--10 {
    margin-top: -10px;
}

.bg-darkish {
    background-color: #0F1314;
    border: 1px solid rgba(255, 255, 255, 0.11);
}

.gradient-darkish{
    background: #0F1314;
    background: linear-gradient(180deg, #0F1314 0%, #000 55%);
    border-image: linear-gradient(to bottom, rgba(135, 134, 134, 0.159), rgb(0, 0, 0)) 1 / 2px;
    border-width: 1px;
    border-style: solid;

}



.text-red {
    background-image: -webkit-linear-gradient(0deg, rgba(106, 65, 251, 1) 35%, rgba(244, 153, 87, 1) 75%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}


.pinLinks{
    transition: all ease-in 0.3s;
}




.border-rbl{
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
}

.border-rb{
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
}


.joinBtn {
    text-decoration: none;
    background-color: #1A1D1E;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    transition: all ease-in 0.2s;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.joinBtn:hover {
    background-color: #8e45b8;
}


.footerItem {
    line-height: 0.8;
}

footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.gradient-bg1 {
    background-color: hsla(93, 0%, 0%, 1);
    background-image:
        radial-gradient(at 0% 0%, hsla(267, 71%, 53%, 0.4) 0px, transparent 50%),
        radial-gradient(at 175% 50%, hsla(33, 79%, 55%, 0.4) 0px, transparent 50%);
}

.gradient-bg2 {
    background-color: hsla(93, 0%, 0%, 1);
    background-image:
        radial-gradient(at 0% 50%, hsla(240, 71%, 53%, 0.2) 0px, transparent 70%);
}

.gradient-bg3 {
    background-color: hsla(93, 0%, 0%, 1);
    background-image:
        radial-gradient(at 100% 0%, hsla(285, 71%, 53%, 0.2) 0px, transparent 25%),
        radial-gradient(at 0% 100%, hsla(240, 71%, 53%, 0.2) 0px, transparent 25%);
}


.gradient-bg4 {
    background-color: hsla(93, 0%, 0%, 1);
    background-image:
        radial-gradient(at 20% 40%, hsla(285, 71%, 53%, 0.2) 0px, transparent 45%);
}

.gradient-bg5 {
    background-color: hsla(93, 0%, 0%, 1);
    background-image:
        radial-gradient(at 100% 50%, hsla(285, 71%, 53%, 0.2) 0px, transparent 65%);
}

.gradient-bg6 {
    background-color: hsla(93, 0%, 0%, 1);
    background-image:
        radial-gradient(at 0% 50%, hsla(240, 84%, 53%, 0.2) 0px, transparent 50%),
        radial-gradient(at 100% 65%, hsla(26, 84%, 53%, 0.2) 0px, transparent 40%);
}


.gradient-bg7 {
    background-color: hsla(93, 0%, 0%, 1);
    background-image:
        radial-gradient(at 100% 50%, hsla(241, 84%, 53%, 0.268) 0px, transparent 65%),
        radial-gradient(at 100% 100%, hsla(301, 84%, 58%, 0.305) 0px, transparent 40%);

}
.gradient-bg8 {
    background-color: hsla(93, 0%, 0%, 1);
    background-image:
        radial-gradient(at 100% 30%, hsla(248, 71%, 53%, 0.4) 0px, transparent 30%),
        radial-gradient(at 0% 0%, hsla(155, 71%, 53%, 0.2) 0px, transparent 20%);

}


.gradient-bg9 {
    background-color: hsla(93, 0%, 0%, 1);
    background-image:
        radial-gradient(at 0% 50%, hsla(264, 82%, 57%, 0.2) 0px, transparent 75%),
        radial-gradient(at 100% 60%, hsla(24, 83%, 51%, 0.15) 0px, transparent 50%);
}


.spacer {
    margin: 500px 0 1000px;
}


.pinSection{
    padding-top: 100px;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    #search-fs input#search-text {
        /* make the width responsive */
        width: 350px;
    }

    .rightBorder {
        border-right: 0px;
    }

    .topBorder {
        border-top: 0px;
    }

}





/* Media Query for Large screens */
@media (min-width: 1281px) {
    .w_lg_50{
        width: 60% !important;
    }

    .borderRight-lg{
        border-right: 1px solid rgba(255, 255, 255, 0.1)
    }


}
