@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --primary-color: #A79FFF;
    --secondary-color: #3C3963;
    --gradientColorNew1: rgb(184 40 229 / 15%);
    --bg-light-color: #ECEBFF;
    --bg-nav-color: #ECEBFF;
    --bg-dark-color: #081D33;
    --bg-color: #F1F6FA;
    --popup-bg: #f8f3f0;
    --popup-bgcolor-over: rgba(0, 0, 0, 0.5);
    --white-color: #ffffff;
    --title-color: #151819;
    --text-color: #69767A;
    --input-placeholder-color: #93A8AF;
    --border-color: #B1CDD7;
    --border-radius: 6px;
    --transition: all 0.3s;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
    background-color: var(--bg-color);
    color: var(--text-color);
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Scroll */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #dddddd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100px;
    background-color: var(--primary-color);
}

/* Scroll */
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a,
a:hover,
a:focus {
    /* text-transform: capitalize; */
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
    font-family: "Plus Jakarta Sans", sans-serif;
}

p {
    font-family: "Plus Jakarta Sans", sans-serif;
}

img,
video {
    max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
    outline: none !important;
    /* box-shadow: none;
  border: none; */
}

input,
select {
    height: 40px;
    background-color: var(--white-color);
    border-radius: 10px;
    border: none;
    color: var(--text-color);
    font-family: "Plus Jakarta Sans", sans-serif;
}

input::placeholder,
textarea::placeholder {
    font-family: "Plus Jakarta Sans", sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button {
    cursor: pointer;
}

.pxu_btn {
    min-width: 125px;
    width: fit-content;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: var(--border-radius);
    line-height: normal;
    padding: 0 20px;
    margin: 0;
    text-transform: capitalize;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.pxu_btn_sm {
    height: 40px;
    padding: 0 10px;
}

.pxu_btn_full {
    width: 100%;
}

.pxu_react_select_60Per {
    width: 60%;
}

.pxu_btn:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.pxu_secondary_btn {
    background-color: var(--secondary-color);
}


.pxu_comingSoon_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 100vh;
    overflow: auto;
    width: 100%;
    padding: 20px 80px 10px;
    flex-direction: column;
    gap: 50px;
}

.pxu_comingSoon_wrapper h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    text-align: center;
    color: #2B1E51;
    margin: 20px 0;
}

.pxu_vertivalCenter_dv {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.pxu_vertivalCenter_dv .countdown-container {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #673ab7, #e91e63);
    padding: 25px 30px 25px 75px;
    border-radius: 130px;
    color: #fff;
    font-family: Arial, sans-serif;
    width: fit-content;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    max-width: 560px;
    width: 100%;
}

.pxu_vertivalCenter_dv .clock-icon {
    height: auto;
    margin-right: 0;
    position: absolute;
    left: -30px;
}

.pxu_vertivalCenter_dv .countdown-timer {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pxu_vertivalCenter_dv .time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.pxu_vertivalCenter_dv .time {
    font-size: 36px;
    font-weight: normal;
    line-height: 46px;
}

.pxu_vertivalCenter_dv .label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.8;
}

.pxu_vertivalCenter_dv .colon {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -10px;
}

.countdown-container:before {
    content: '';
    background: #2B1E51;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 130px;
    z-index: -1;
    opacity: 70%;
}

.pxu_countDown_wrap {
    text-align: center;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pxu_countDown_wrap h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 0;
    text-align: center;
    background: #A9A2FE;
    color: #fff;
    padding: 0px 30px;
    border-radius: 155px 155px 0 0;
}

.pxu_gradText {
    background: linear-gradient(90deg, #FF84E4 0%, #A9A2FE 100%);
    border-radius: 60px;
    max-width: fit-content;
    margin: 50px auto;
    box-shadow: -7px 8px 30px 0px #5200FF33;
}

.pxu_gradText p {
    padding: 0px 30px;
    line-height: 53px;
    color: #fff;
}

.pxu_gradText p {
    padding: 0px 30px;
    line-height: 53px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    margin: 0px auto;
}

.pxu_formHead_wrap {
    border: 2px solid transparent;
    background: linear-gradient(white, white, white) padding-box, linear-gradient(90deg, #8277FF 0%, #D941FF 50%, #00FFE0 100%) border-box;
    border-radius: 60px;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: 0px auto;
    position: absolute;
    width: 100%;
    top: -27px;
    box-shadow: -7px 8px 30px 0px #5200FF33;
}

.pxu_formHead_wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    border-radius: 100px;
}

.pxu_textGradient {
    background: linear-gradient(90deg, #8277FF 0%, #D941FF 50%, #00FFE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
    font-weight: bold;
    position: relative;
}

.pxu_formWrap_dv {
    position: relative;
    max-width: 820px;
    width: 100%;
    padding: 50px 20px 30px;
    text-align: center;
    display: flex;
    min-height: 155px;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    margin: auto;
}

.pxu_formInner_wrap {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.pxu_formGroup label {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.2px;
    color: var(--bg-dark-color);
    margin-bottom: 5px;
}

.pxu_formGroup {
    display: block;
    width: 100%;
    max-width: calc(37% - 10px);
}

.pxu_formGroup .pxu_input {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    border: 1px solid #E0D3E6;
    width: 100%;
    padding: 0px 20px;
    border-radius: 6px;
}

.pxu_formBtn button.pxu_btn {
    height: 40px;
    color: #fff;
    border-radius: 40px;
    line-height: 40px;
    font-size: 14px;
}

.pxu_footerWrap_dv p {
    color: #222222;
    font-weight: 400;
    font-size: 16px;
}

.pxu_footerWrap_dv ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.pxu_footerWrap_dv {
    display: flex;
    gap: 10px;
}

.pxu_logoHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}

.btn_holder_header {
    display: flex;
    gap: 10px;
}

.pxu_vertivalCenter_dv h1 {
    font-size: 23px;
    text-transform: capitalize;
    max-width: 800px;
    margin: 0px auto;
    color: #a60bff;
    padding: 15px 25px;
    background-color: #eed8fb66;
    border-radius: 100px;
    border: 1px solid #a60bff63;
}

@media(max-width:1499px) {
    .pxu_comingSoon_wrapper {
        padding: 20px 50px 10px;
    }
}

@media(max-width:1199px) {
    .pxu_comingSoon_wrapper {
        padding: 15px 15px 10px;
    }
}

@media(max-width:1024px) {
    br {
        display: none;
    }
}

@media(max-width:768px) {
    .pxu_formGroup {
        max-width: calc(33.3% - 10px);
    }

    .pxu_gradText p {
        padding: 20px;
        line-height: normal;
    }

    .pxu_vertivalCenter_dv .time {
        font-size: 26px;
        line-height: 30px;
    }

    .pxu_vertivalCenter_dv .countdown-timer {
        gap: 10px;
    }

    .pxu_vertivalCenter_dv .countdown-container {
        max-width: fit-content;
    }

    .pxu_countDown_wrap h4 {
        font-size: 12px;
        padding: 0px 20px;
        line-height: 30px;
    }

    .pxu_vertivalCenter_dv .time-box {
        min-width: 40px;
    }

    .pxu_vertivalCenter_dv .label {
        font-size: 10px;
    }
    .pxu_video_wrapper iframe {
        height: auto !important;
        aspect-ratio: 16 / 10;
    }

    
}

@media(max-width:575px) {
    .pxu_comingSoon_wrapper h2 {
        font-size: 26px;
        line-height: 30px;
        line-height: 30px;
    }

    br {
        display: none;
    }

    .pxu_gradText p {
        padding: 10px 20px;
        font-size: 14px;
    }

    .pxu_formHead_wrap {
        font-size: 14px;
        line-height: 30px;
    }

    .pxu_vertivalCenter_dv .time-box {
        min-width: 40px;
    }

    .pxu_formInner_wrap {
        align-items: center;
        justify-content: center;
    }

    .pxu_formGroup {
        max-width: calc(50% - 10px);
    }

    .pxu_formBtn,
    .pxu_formBtn button.pxu_btn {
        width: 100%;
    }

    .pxu_formWrap_dv {
        background-image: none !important;

    }

    .pxu_formWrap_dv::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        /* border width */
        border-radius: 10px;
        background: linear-gradient(180deg, #0051FF 0%, #BF00FF 115.22%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .pxu_formHead_wrap {
        top: -15px;
    }

    .pxu_footerWrap_dv {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 0;

    }

    .pxu_vertivalCenter_dv .colon {
        top: -6px;
    }

    .pxu_logoHead .pxu_btn {
        min-width: fit-content;
    }

    .pxu_logoHead img {
        max-width: 150px;
    }

    .btn_holder_header .pxu_btn {
        font-size: 12px;
        height: 35px;
    }
}

@media(max-width:450px) {
    .pxu_formGroup {
        max-width: calc(100% - 0px);
    }

    .pxu_logoHead {
        flex-direction: column;
    }


    .pxu_vertivalCenter_dv .clock-icon {
        height: auto;
        margin-right: 0;
        position: relative;
        left: 0;
    }

    .pxu_vertivalCenter_dv .countdown-container {
        padding: 15px;
        flex-direction: column;
        border-radius: 10px;
        row-gap: 20px;
    }

    .countdown-container:before {
        border-radius: 10px;
    }

    .pxu_formHead_wrap {
        max-width: fit-content;
        padding: 5px 15px;
        line-height: 1.4;
        width: 300px;
    }

    .pxu_vertivalCenter_dv .countdown-container {
        max-width: 100%;
    }
}