header {
    padding: 24px 0px;
}

.nav-item a {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 400;
}

h1 {
    color: #fff;
}

h2 {
    font-size: 1.5rem;
    color: #521262;
    font-weight: bold;
}

h3 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
}

p {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 400;
}

@media screen and (max-width:520px) {

    .chat-footer-menu,

    .chat-top-header-menu {

        display: none
    }

}

@media (min-width: 576px) {
    .header-container {
        max-width: 540px;
        margin: 0 auto;
    }

    .navbar-brand img {
        max-height: 50px;
    }
}

@media (min-width: 768px) {
    .header-container {
        max-width: 720px;
        margin: 0 auto;
    }

    .navbar-brand img {
        max-height: 50px;
    }
}

@media (min-width: 992px) {
    .header-container {
        max-width: 960px;
        margin: 0 auto;
    }

    .navbar-brand img {
        max-height: 50px;
    }
}

@media (min-width: 1200px) {
    .header-container {
        max-width: 1140px;
        margin: 0 auto;
    }

    .navbar-brand img {
        max-height: 50px;
    }
}

@media (min-width: 1400px) {
    .header-container {
        max-width: 1320px;
        margin: 0 auto;
    }

    .navbar-brand img {
        max-height: 100px;
    }
}

.first-section {
    background-image: url(../images/top_background.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.spacing {
    margin: 14% 0px;
}

.try_nowbtn button {
    background-color: #CBB26B;
    color: #2E0A37;
    border: none;
    border-radius: 50px;
    width: 24%;
    height: 30px;

}

.second-section {
    background-color: #fff !important;
}


.section-three {
    /* background-image: url(../images/section_threebg.png); */
    background-size: cover;
    background-repeat: no-repeat;
}

.feature_section p {
    color: #fff;
}

.second-four {
    background-image: url(../images/section_three_bg.png);
    background-repeat: no-repeat;
    background-position: center;


}

.section-five {
    background-image: url(../images/section-fivebg.png);
    background-repeat: no-repeat;
    /* background-position: left; */
    background-size: cover;
}

.section-six {
    background-image: url(../images/spiral.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;

}

.download_btn {
    border: 1px solid grey;
    border-radius: 10px;
    width: 30%;
    height: 46px;

}

.playstore_btn {
    background-color: #BEA254;
    color: #fff;
    margin-right: 10px;

}

.iphone_btn {
    background-color: transparent;
    color: #fff;
}

.send_messagebtn button {
    width: 50%;
    border: none;
    background-color: #CBB26B;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    border-radius: 4px;
}

@media (max-width: 800px) {
    .blog_btn button {
        width: 100% !important;
        border: none;
        background-color: #CBB26B;
        color: #fff;
        padding: 10px;
        font-size: 20px;
        border-radius: 4px;
    }

    .send_messagebtn button {
        width: 60%;
        border: none;
        background-color: #CBB26B;
        color: #fff;
        padding: 10px;
        font-size: 20px;
        border-radius: 4px;
    }

    .try_nowbtn button {
        background-color: #CBB26B;
        color: #2E0A37;
        border: none;
        border-radius: 50px;
        width: 34%;
        height: 30px;
    }
}

.section-seven {
    background-image: url(../images/section-sevenbg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.client_info {
    display: flex;
    align-items: center;
}

.carousel_card {
    border-radius: 34px;
}

footer {
    background-image: linear-gradient(#110822, #080513);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid rgb(118 26 141 / 57%);
}

.post_card {
    padding: 14px;
    background-color: #FFF7F7;
}

.post_text p {
    color: #373737;
    text-align: justify;
}

.read-more p {
    color: #521262;
    font-size: 14px !important;
    font-weight: bold;
}

.date p {
    color: #818181;
    font-size: 14px !important;
    text-align: start;

}

.justify-center {
    justify-content: center;
}

.blog_btn button {
    width: 24%;
    border: none;
    background-color: #CBB26B;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    border-radius: 4px;
}

.contact_section {
    background-image:
        url('../images/spiral-2.png'),
        url('../images/contact_page_bg.png');
    background-repeat: no-repeat, no-repeat;

    background-position: right center, left center;
    background-size: contain, cover;
}

/* CONTAINER */
.contact_details {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* CARD */
.contact_card {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    padding: 20px;
    border-radius: 16px;
    box-shadow: inset 0 0 18px rgb(118 26 189 / 32%);
    background: linear-gradient(90deg, #110822, #080513);
    border: 1px solid rgba(168, 85, 247, 0.4);

    transition: 0.3s ease;
}

.contact_card:hover {
    border-color: #a970ff;
    box-shadow: 0 0 20px rgba(169, 112, 255, 0.3);
}

.icon_circle {
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_circle img {
    height: 30px;
}

/* ICON BG COLORS */
.mail-bg {
    background: rgba(231, 148, 252, 0.2);
}

.phone-bg {
    background: rgba(252, 221, 129, 0.2);
}

.location-bg {
    background: rgba(252, 110, 237, 0.2);
}

/* TEXT */
.contact_card h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.contact_card p {
    color: #bbb;
    font-size: 14px;
    margin: 5px 0;
}

.contact_card span {
    font-size: 12px;
    color: #888;
}

input {

    width: 100%;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;

}

textarea {
    width: 100%;
    height: 150px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
}

.blog_topSection {
    background-image: url(../images/blog_topbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: bottom;
}

.blog_card {
    border-radius: 8px;
}

.blog_img {
    border-radius: 8px 0px 0px 8px;
    height: 100%;
}

.blog_intro button {
    background-color: #C27FD0;
    color: #4D085F;
    border: none;
    border-radius: 24px;
    padding: 6px;
    width: 113px;
}

.heading {
    font-weight: bold;
}

.header {
    background-image: url(../images/header-bg.png);

}

.footer_email {
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    padding: 8px 0px;
}

.footer_email button {

    border: none;
    background-color: #CBB26B;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    border-radius: 4px;
    width: 100%;
}

.border-bottom {
    border-bottom: 1px solid rgb(245 245 245 / 15%) !important;
}

.top-bg {
    background-image: url(../images/blog-details-bg.png);
    height: 50vh;
    background-position: center;
    background-size: cover;
}

.blog-img {
    max-width: 100%;
    height: auto;
}

.blog_img_col {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.blog-about {
    padding-top: 25vh;
}

.blog-about p {
    line-height: 1.6;
}

.de-bloglist-type-1 {
    list-style-type: none;
    padding-left: 0px !important;
}

.de-bloglist-type-1 .d-image {
    position: absolute;
    overflow: hidden;
    width: 80px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.de-bloglist-type-1 .d-content {
    padding-left: 74px;
}

.de-bloglist-type-1 .d-content {
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.d-content p {
    margin-bottom: 0px !important;
}

.border-left {
    border-left: 1px solid #DEDEDE;
    height: 150vh
}

.blog-img2 {
    max-width: 100%;
}

img {
    max-width: 100% !important;
}

.carousel_card {
    margin: 0 0.5em;
}


.carousel-inner {
    padding: 1em 0em 4em 0em;
}

.card {

    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        width: 33.33333333%;
        flex: 0 0 auto;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }

}

.list-inline-item a {
    color: var(--secondary-color);
    font-size: 17px;
    font-weight: 400;
}

.copyright p {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
}

.alignment {
    text-align: end;
}

.alignment_copyright {
    text-align: start;
}

@media (max-width: 767px) {
    .list-inline-item {
        font-size: 13px;
    }

    .alignment {
        text-align: center !important;
    }

    .alignment_copyright {
        text-align: center !important;
    }

    .copyright p {
        font-size: 14px !important;
    }

}








.join_community_section {
    background-image: url(../images/join_communitybg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 30px;
}

.join_community_section button {
    border: none;
    border-radius: 10px;
    width: 100%;
    /* height: 46px; */
    background-color: #BEA254;
    color: #fff;

}

.recent_border {
    border-bottom: 3px solid #C27FD0;
    width: 152px;

}

@media (max-width: 950px) {
    .border-left {
        border-left: 1px solid #DEDEDE;
        height: 100vh;
    }
}

@media (max-width: 800px) {
    .border-left {
        border-left: 1px solid #DEDEDE;
        height: 97vh;
    }
}

@media (max-width: 600px) {
    .border-left {
        border-left: 1px solid #DEDEDE;
        height: 130vh;
    }
}

/* @media (max-width: 550px) {
    .border-left {
        border-left: 1px solid #DEDEDE;
        height: 101vh;
    }
  } */

.bgfilled_btn {
    background-image: var(--primary-color-gradient);
}

.custom-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 40px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    width: 240px;
}

.first_heading h1 {
    font-size: 75px;
    font-weight: 600;
    letter-spacing: 4px;
    background: linear-gradient(to right, #fff 51%, #D58FF7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--primary-color);
    border-bottom: 1px solid;
}

.top_intro {
    padding: 30px 0px;

    h4 {
        color: var(--primary-color);
        font-size: 22px;
        font-weight: 500;
        font-weight: 600;
    }

    h2 {
        background: linear-gradient(to right, #fff 51%, #D58FF7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
        font-weight: 600;
        width: fit-content;
        margin: 0px auto;
    }

}

.intro-video {
    width: 79%;
    height: 587px;
    border-radius: 25px;
    box-shadow: rgb(192 74 245 / 32%) 0px 0px 36px;
    padding: 0px;
    border: 1px solid #761A8D;
}

.logo {
    width: 200px;
    margin-bottom: 2rem;
}

@media (max-width: 640px) {
    .shoes_col {
        margin-bottom: 32px;
    }

    .first-section {
        background-image: url(../images/top_background_mobile_view.png);
        background-size: cover;
        background-repeat: no-repeat;

    }

    .first_heading h1 {
        font-size: 35px;
        font-weight: 600;
        letter-spacing: 2px;
        background: linear-gradient(to right, #fff 51%, #D58FF7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    p {
        font-size: 15px;
        color: var(--secondary-color);
        font-weight: 400;
    }

    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: #fff;
        background-color: #fff;
        border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }

    .header_logo img {
        height: 84px;
    }

    .shoes_img {
        position: relative;
        z-index: 2;
        max-height: 570px;
        height: 200px;
        top: 32px;
    }

    .custom-btn {
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        padding: 10px 10px;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        width: 212px;
    }

    .logo {
        width: 110px;
        margin-bottom: 16px;
    }

    .intro-video {
        width: 92%;
        height: 200px;
    }

    .content-container {
        max-width: 100%;
        width: 100%;
        padding: 0 16px;
    }
}


.gradient-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}


.noise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 5;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

@keyframes float-1 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(10%, 10%) scale(1.1);
    }
}

@keyframes float-2 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(-10%, -5%) scale(1.15);
    }
}

@keyframes float-3 {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.3;
    }

    100% {
        transform: translate(-5%, 10%) scale(1.05);
        opacity: 0.6;
    }
}

.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    /* background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px); */
    z-index: 2;
}

.glow {
    position: absolute;
    width: 40vw;
    height: 40vh;
    background: radial-gradient(circle, rgba(72, 0, 255, 0.15), transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: pulse 8s infinite alternate;
    filter: blur(30px);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.9);
    }

    100% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

.box_style {
    border: 1px solid #761A8D;
    border-radius: 44px;
    padding: 40px 30px;
    background-image: linear-gradient(#110822, #080513);
    box-shadow: inset 0px 0px 18px #761abd85;
    margin: 90px 0px 38px;
}

/* SECTION */
.features-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

/* FEATURES CONTAINER */
.features {
    position: relative;
    height: 520px;
}

/* FEATURE ITEM */
.feature {
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    cursor: pointer;
    /* opacity: 0.7; */
    transition: all 0.3s ease;
}

.feature div {
    text-align: left;
}

/* TEXT */
.feature h5 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}

.feature p {
    color: #B8B8C0;
    font-size: 20px;
    margin: 4px 0 0;
    font-weight: 400;
}

/* ACTIVE + HOVER */
.feature.active,
.feature:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.08);
    transform: scale(1.03);
}

/* RIGHT ALIGN */
.features.right .feature {
    text-align: left;
}

/* POSITIONING (CIRCLE STYLE) */
.features.left .feature:nth-child(1) {
    top: 0;
    /* right: 40px; */
    left: 30px;
}

.features.left .feature:nth-child(2) {
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    left: 30px;
}

.features.left .feature:nth-child(3) {
    bottom: 0;
    right: 40px;
    left: 30px;
}

.features.right .feature:nth-child(1) {
    top: 0;
    left: 40px;
    right: 24px;
}

.features.right .feature:nth-child(2) {
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    right: 24px;
}

.features.right .feature:nth-child(3) {
    bottom: 0;
    left: 40px;
    right: 24px;
}

/* PHONE */
.phone-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone_img {
    position: relative;
    z-index: 2;
    max-height: 570px;
}

.circle-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.phone_bg_circle {
    width: 528px;
}

.top_intro h2 {
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 640px) {
    .box_style .row {
        flex-direction: column;
    }

    .top_intro h2 {
        font-size: 35px;
        font-weight: 600;
        width: fit-content;
        margin: 0px auto;
        letter-spacing: 2px;
    }


    .box_style {
        margin: 0px;
        border-radius: 22px;
        padding: 20px 20px;
    }

    .top_intro {
        padding: 0px 0px;
    }
}



/* HIDE on desktop */
.mobile-feature-tooltip {
    display: none;
}

/* MOBILE VIEW */
@media (max-width: 991px) {

    /* hide side features */
    .features.left,
    .features.right {
        display: none;
    }

    .mobile-feature-tooltip {
        background: beige;
        /* top: 24px; */
        height: 95px;
        display: flex;
        align-items: center;
        gap: 12px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 320px;
        background: rgb(0 0 0 / 62%);
        /* backdrop-filter: blur(10px); */
        padding: 14px;
        border-radius: 12px;
        color: #fff;
        z-index: 3;
        opacity: 0;
        transition: all 0.4s ease;
        bottom: 24px;
    }

    .mobile-feature-tooltip.show {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .tooltip-content {
        text-align: left;
    }

    .tooltip-content h5 {
        margin: 0;
        font-size: 16px;
        color: #fff;
    }

    .tooltip-content p {
        margin: 2px 0 0;
        font-size: 13px;
        color: #ccc;
    }

    .features-section {
        position: relative;
        overflow: hidden;
        padding: 0px 0 30px;
    }

    .phone_img {
        position: relative;
        z-index: 2;
        max-height: 420px;
    }
}

.faq-section {
    color: #fff;
}

/* TITLE */


.top_intro h2 span {
    color: #b56cff;
}

.top_intro p {
    color: #aaa;
}

/* ACCORDION */
.custom-accordion .accordion-item {
    background: transparent;
    border: 1px solid rgb(118 26 141 / 57%);
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: linear-gradient(90deg, #110822, #080513);
    color: var(--secondary-color);
    font-size: 16px;
    border: none;
    box-shadow: none;
    padding: 18px 20px;
    position: relative;
    font-weight: 500;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #fff;
}


.accordion-button::after {
    display: none;
}

/* CUSTOM ICON */
.accordion-button .icon {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 35px;
    background: rgba(181, 108, 255, 0.2);
    border-radius: 50%;
}

.icon {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 35px;
    background: rgba(181, 108, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    color: #b56cff;
    font-size: 16px;
    transition: 0.3s;
}

/* Rotate on open */
.accordion-button:not(.collapsed) .icon i {
    transform: rotate(180deg);
}

/* BODY */
.accordion-body {
    background: #0a0a14;
    color: #aaa;
    border-top: 1px solid rgba(181, 108, 255, 0.3);
}

/* CONTACT BOX */
.contact-box {
    border: 1px solid rgba(181, 108, 255, 0.4);
    border-radius: 15px;
    padding: 30px;
    background: linear-gradient(90deg, #0b0b1a, #1a0f2e);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: rgba(181, 108, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box h5 {
    color: #b56cff;
}

.contact-box p {
    color: #aaa;
}

/* BUTTON */
.contact-btn {
    background: linear-gradient(45deg, #a855f7, #7c3aed);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.contact-btn:hover {
    transform: scale(1.05);
}

.preorder-benefits {
    p {
        display: flex;
        gap: 4px;
        font-size: 14px;
        margin: 10px 0px 0px;
    }

}

@media (max-width: 991px) {
    .preorder-benefits {
        p {
            display: flex;
            gap: 4px;
            font-size: 12px;
            margin: 10px 0px 0px;
        }

    }
}


.shoe-wrapper {
    position: relative;
    width: 100%;
    /* height: 400px; */

    display: flex;
    justify-content: end;
    align-items: center;
}

.shoe_shadow {
    position: absolute;
    z-index: 1;

    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}


.shoe_img {
    position: relative;
    z-index: 2;
    object-fit: contain;
}

/* .shoe_shadow {
  transform: translate(-60%, -40%);
} */
.top_intro .about_price h4 {
    color: #F8D56D;
    font-size: 25px;
    font-weight: 500;
}

.about_price h2 {
    background: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}

.old-price {
    font-size: 21px;
    color: var(--secondary-color);
    text-decoration: line-through;
    margin-left: 10px;
    -webkit-text-fill-color: var(--secondary-color);
    font-weight: 500;

}

.bgfilled_pricebtn {
    background-color: rgb(109 35 139 / 65%);
    border: none;
    width: 198px;
    font-weight: 400;
    font-size: 15px;
}

.feature-points {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.point {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 0 20px;
}

.point:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -38px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #444;
}

/* TEXT */
.point h3 {
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.point p {
    margin: 0;
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 400;
}

.preorder-form {
    border-radius: 20px;
}

/* FORM */
.preorder-form .form-title,
.order-summary .form-title {
    color: #fff;
    font-size: 22px;
}

.form-sub {
    color: #aaa;
    font-size: 14px;
}

.section-title {
    color: #a970ff;
    font-size: 14px;
    margin-bottom: 10px;
}

/* INPUT */
.custom-input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 45px;
}

.custom-input::placeholder {
    color: #aaa;
}

.custom-input:focus {
    background: transparent;
    border-color: #a970ff;
    box-shadow: none;
}

/* ORDER */
.order-img {
    width: 88px;
    border-radius: 8px;
    background-image: linear-gradient(45deg, #0F081F 17%, #761A8D 83%);
    padding: 4px;
    height: 76px;
    border: 1px solid #ffffff8c;
}

.order-summary h6 {
    color: #fff;
    font-size: 18px;
}

.small-text {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
}

/* PRICE */
.total .price {
    color: #9E5DF0;
    font-size: 25px;
}

/* OFFER */
.offer-box {
    border: 1px solid rgba(169, 112, 255, 0.4);
    padding: 12px;
    border-radius: 10px;
}

.gift {
    font-size: 24px;
}

/* NOTE */
.small-note {
    font-size: 12px;
    color: #aaa;
}

.order-info {
    color: var(--secondary-color);
}

.order-summary {
    border-radius: 20px;
    height: 95%;
}

.total strong,
.price {
    color: #9E5DF0;
    font-size: 25px;
    font-weight: 600;
}

.offer-box strong {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.highlight {
    color: #F8D56D;
}

@media (max-width: 991px) {
    .order-summary {
        margin-top: 20px;
        height: 100%;
    }
}

@media (max-width: 576px) {
    .form-title {
        font-size: 18px;
    }

    .custom-input {
        height: 40px;
    }
}

.form-control.custom-input {
    color: #fff;

}

.form-control.custom-input::placeholder {
    color: #88889A !important;
    opacity: 1 !important;
}


.input-icon {
    position: relative;
}


.input-icon .custom-input {
    padding-left: 12px;

}


.input-icon i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
    pointer-events: none;
}


.input-icon .custom-input:focus+i {
    color: #a970ff;
}

.floating-group {
    position: relative;
}

.floating-group .custom-input {
    height: 60px;
    padding: 26px 12px 6px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}


.floating-group label {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #888;
    font-size: 1rem;
    pointer-events: none;
    transition: 0.25s ease;
}

.floating-group .custom-input:focus+label,
.floating-group .custom-input:valid+label {
    top: 9px;
    transform: none;
    font-size: 1rem;
    color: var(--secondary-color);

}

.floating-group .custom-input:focus {
    color: var(--secondary-color);
}

@media (max-width: 991px) {
    .feature-points {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 18px;
    }

    .point:not(:last-child)::after {
        display: none;
    }

    .equal-height {
        gap: 0px !important;
    }

    .point {
        display: flex;
        align-items: center;
        gap: 25px;
        position: relative;
        padding: 0 0px;
    }

    .point h3 {
        margin: 0;
        font-size: 20px;
        color: #fff;
        font-weight: 500;
    }

    .point img {
        width: 45px;
    }

    .point p {
        margin: 0;
        font-size: 12px;
        color: var(--secondary-color);
        font-weight: 400;
    }
}

.contact_section {
    gap: 10px;
}

.contact_form {
    padding: 20px;
    background-image: linear-gradient(90deg, #110822, #080513);
    border: 1px solid rgb(118 26 141 / 57%);
    border-radius: 20px;
    height: 97%;
    box-shadow: inset 0 0 18px rgb(118 26 189 / 32%);
}

.row.equal-height {
    display: flex;
    align-items: stretch;
}

.contact_form,
.contact_details {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.custom-input textarea,
textarea.custom-input {
    height: 120px;
    resize: none;
}

.input-icon textarea+i {
    top: 14px;
    transform: none;
}

.selected-tab a{
	color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}