/*
Theme Name: star
Description: Specific styles of the theme relative ti this website.
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@media (min-width: 1366px) {
    .extended-container {
        margin-left: -60px;
        margin-right: -60px;
    }
}

@media (min-width: 1440px) {
    .extended-container {
        margin-left: -80px;
        margin-right: -80px;
    }
}

@media (min-width: 1600px) {
    .extended-container {
        margin-left: -160px;
        margin-right: -160px;
    }
}

@media (min-width: 1920px) {
    .extended-container {
        margin-left: -330px;
        margin-right: -330px;
    }
}

body,
.pg-home {
    background: black;
}

img.vorian-hero-log {
    height: 40px;
}

.vorian-hero {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vorian-cont-btn {
    border-radius: 50px;
    background: radial-gradient(78.85% 78.85% at 13.35% 16.4%, rgb(201 196 196 / 13%) 0%, rgb(154 154 154 / 8%) 100%);
    box-shadow: 4.986px 4.986px 0.831px -5.817px rgb(255 255 255 / 24%) inset, 3.324px 3.324px 1.662px -3.324px #ffffff80 inset, -3.324px -3.324px 6px -3.324px #00000000 inset, 0px 0px 0px 1.662px #99999900 inset, 0px 0px 36.565px 0px rgb(104 104 104 / 30%) inset;
    backdrop-filter: blur(12.542372703552246px);
    display: flex;
    height: 47px;
    padding: 11.205px 15.72px;
    align-items: center;
    gap: 1.672px;
    flex-shrink: 0;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.27px;
    text-transform: capitalize;
    /* filter: blur(0.6689265370368958px); */
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-text-decoration-skip: objects;
}

.vorian-cont-btn:hover {
    box-shadow: 4.986px 4.986px 0.831px -5.817px rgb(255 255 255 / 51%) inset, 3.324px 3.324px 1.662px -3.324px #ffffff80 inset, -3.324px -3.324px 6px -3.324px #00000000 inset, 0px 0px 0px 1.662px #99999933 inset, 0px 0px 36.565px 0px rgb(104 104 104 / 30%) inset;
    backdrop-filter: blur(12.542372703552246px);
    background: radial-gradient(78.85% 78.85% at 13.35% 16.4%, rgb(126 120 120 / 20%) 0%, rgb(228 228 228 / 25%) 100%);
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.container {
    position: relative;
    z-index: 2;
}

.background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;

}

.ball {
    position: absolute;
    width: 20vmin;
    height: 20vmin;
    border-radius: 50%;
    backface-visibility: hidden;
    animation: move linear infinite;
    filter: blur(100px);
}

.ball:nth-child(1) {
    top: 77%;
    left: 88%;
    animation-duration: 40s;
    animation-delay: -3s;
    transform-origin: 16vw -2vh;
    box-shadow: 40vmin 0 5.703076368487546vmin currentColor;
}

.ball:nth-child(2) {
    top: 42%;
    left: 2%;
    animation-duration: 53s;
    animation-delay: -29s;
    transform-origin: -19vw 21vh;
    box-shadow: -40vmin 0 5.17594621519026vmin currentColor;
}

.ball:nth-child(3) {
    top: 28%;
    left: 18%;
    animation-duration: 49s;
    animation-delay: -8s;
    transform-origin: -22vw 3vh;
    box-shadow: 40vmin 0 5.248179047256236vmin currentColor;
}

.ball:nth-child(4) {
    top: 50%;
    left: 79%;
    animation-duration: 26s;
    animation-delay: -21s;
    transform-origin: -17vw -6vh;
    box-shadow: 40vmin 0 5.279749632220298vmin currentColor;
}

.ball:nth-child(5) {
    top: 46%;
    left: 15%;
    animation-duration: 36s;
    animation-delay: -40s;
    transform-origin: 4vw 0vh;
    box-shadow: -40vmin 0 5.964309466052033vmin currentColor;
}

.ball:nth-child(6) {
    top: 77%;
    left: 16%;
    animation-duration: 31s;
    animation-delay: -10s;
    transform-origin: 18vw 4vh;
    box-shadow: 40vmin 0 5.178483653434181vmin currentColor;
}

.ball.bg-ball-1 {
    filter: blur(100px);
    width: 795.359px;
    height: 795.359px;
    background: linear-gradient(90deg, rgba(255, 225, 155, 1) 0%, rgba(237, 221, 83, 0) 100%);
    opacity: 0.5;
}

.ball.bg-ball-2 {
    background: #F263F0;
    filter: blur(100px);
    width: 525.237px;
    height: 525.237px;
    background: linear-gradient(90deg, rgba(242, 99, 240, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
}

h1.vorian-hero-title,
span.vr-hero-grd-spn,
.swiper-slide.vr-hero-grd {
    z-index: 10;
    position: relative;
    color: white;
    text-align: center;
    font-size: 75px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.swiper-slide.vr-hero-grd {
    text-align: left;
    background: var(--New--V, linear-gradient(115deg, #FEB87C 23.6%, #FA6DF7 80%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

img.vr-ft-btm-img {
    position: relative;
    width: 38px;
}

.pg-home {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.pg-footer-wrap {
    margin-bottom: 20px;
}

.vr-ft-wrap {
    display: flex;
    justify-content: end;
    padding-top: 10px;
    border-top: 1px solid #ffffff26;
}

.vr-ft-tx {
    color: #ffffffc7;
    display: flex;
    align-items: center;
}

p.vr-ft-tx-p {
    margin-bottom: 00;
    margin-top: 7px;
    margin-right: 5px;
}



p.vorian-hero-subtitle {
    color: white;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
    font-size: 18px;
    font-weight: 600;
    z-index: 10;
}

.pg-cont-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.vr-hero-grd.swiper-vertical {
    height: 106px;
    margin-bottom: 0 !important;
    margin: 0;
    margin-left: 20px;
}

.vorian-hero-title-tp-wrp {
    display: flex;
    justify-content: center;
}

.fancybox-bg {
    background: rgb(0 0 0 / 67%);
    box-shadow: 0 4px 30px rgb(255 255 255);
    backdrop-filter: blur(9.2px);
    -webkit-backdrop-filter: blur(9.2px);
}

.fancybox-content {
    background: rgb(0 0 0 / 23%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 25%);
    backdrop-filter: blur(2.6px);
    -webkit-backdrop-filter: blur(9.2px);
    color: white;
    border: 1px solid #ffffff21;
}

.fancybox-slide--html .fancybox-close-small {
    color: rgb(255 255 255);
}

.wpcf7 input[type="submit"] {
    background: var(--New--V, linear-gradient(115deg, #FEB87C 23.6%, #FA6DF7 80%));
}

.wpcf7 input[type="submit"]:hover {
    background: var(--New--V, linear-gradient(115deg, #FA6DF7 23.6%, #FEB87C 80%));
}

form p {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    bottom: 8px;
    right: 0;
}

h2.dig-tt {
    text-align: center;
    margin-bottom: 25px;
}

@media (max-width: 1366px) {
    .vr-hero-grd.swiper-vertical {
        height: 78px;
    }

    h1.vorian-hero-title,
    span.vr-hero-grd-spn,
    .swiper-slide.vr-hero-grd {
        font-size: 64px;
    }
}

@media (max-width: 768px) {
    img.vorian-hero-log {
        height: 30px;
    }

    .vorian-cont-btn {
        font-size: 15px;
        height: 40px;
        padding: 6.205px 15.72px;
    }

    h1.vorian-hero-title,
    span.vr-hero-grd-spn,
    .swiper-slide.vr-hero-grd {
        font-size: 32px;
    }

    .vr-hero-grd.swiper-vertical {
        height: 40px;
        margin-left: 10px;
    }

    p.vorian-hero-subtitle {
        font-size: 15px;
    }

    .vorian-hero {
        margin-top: 20px;
    }

    .pg-footer-wrap {
        margin-bottom: 10px;
    }

    p.vr-ft-tx-p {
        font-size: 12px;
    }

    img.vr-ft-btm-img {
        width: 30px;
    }

    .vr-ft-wrap {
        padding-top: 7px;
    }

    .ball.bg-ball-1 {
        width: 150px;
        height: 150px;
        opacity: 0.9;
    }

    .ball.bg-ball-2 {
        width: 250px;
        height: 250px;
        opacity: 0.9;
    }

    .pg-home,
    body {
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
    }
}