/*---------------------------------------------"
// Template Name: AR App
// Template URL: https://techpedia.co.uk/template/ar-app-landing
// Description:  AR App Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Shadows */
root{
    --bs-card-title-color: black!important;

}
.image {
    background: url(../media/vector/star.png);
}

/*-------------------------
    Responcive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
    color: #FD85F7;
}

.unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.container,
.container-fluid {
    padding: 0 1.25vw;
    width: 100%;
}

.row.g-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.g-0 > [class*=col] {
    padding-left: 0;
    padding-right: 0;
}

.page-content {
    margin: 20px 0;
}

/*-------------------------
    Typography
-------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Saira Semi Condensed", "sans-serif";
    color: #FFFCFA;
    background: #0D0D0C;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    height: 100%;
}
body::-webkit-scrollbar {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
    margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

p, .h-16 {
    font-family: "Saira Extra Condensed", "sans-serif";
    font-size: clamp(12px, 0.833vw, 18px);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.017vw;
}
@media (max-width: 490px) {
    p, .h-16 {
        font-size: clamp(13px, 2.653vw, 14px);
    }
}

a {
    display: inline-block;
    text-decoration: none;
    color: unset;
}
a:hover {
    color: #FD85F7;
    transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------- *
 * Custom scrollbar style
/* ------------------------------------------------------------- */
.tt-custom-scrollbar {
    overflow-y: auto;
}

/* Works on Firefox */
.tt-custom-scrollbar,
.tt-sliding-sidebar-inner,
.tt-sidebar {
    scrollbar-width: thin;
    scrollbar-color: #555 #2a2a2a;
}

select {
    scrollbar-width: thin;
    scrollbar-color: #666 #2a2a2a;
}

.tt-custom-scrollbar::-webkit-scrollbar,
.tt-sliding-sidebar-inner::-webkit-scrollbar,
.tt-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

select::-webkit-scrollbar {
    width: 10px;
}

.tt-custom-scrollbar::-webkit-scrollbar-track,
.tt-sliding-sidebar-inner::-webkit-scrollbar-track,
.tt-sidebar::-webkit-scrollbar-track,
select::-webkit-scrollbar-track {
    background: #2a2a2a;
}

.tt-custom-scrollbar::-webkit-scrollbar-thumb,
.tt-sliding-sidebar-inner::-webkit-scrollbar-thumb,
.tt-sidebar::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 50px;
}

select::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 50px;
}

body:not(.is-mobile).tt-smooth-scroll {
    overflow: hidden;
}

body:not(.is-mobile).tt-smooth-scroll #scroll-container {
    width: auto;
    height: 100vh;
    overflow: auto;
    margin: 0;
}

/* Styling scrollbar */
.scrollbar-track {
    background: transparent !important;
    z-index: 99999 !important;
}

.scrollbar-thumb {
    background: #DDD !important;
    opacity: 0.25;
    transition: opacity 0.2s ease-in-out;
    top: 15px !important;
}

.scrollbar-track:hover .scrollbar-thumb {
    opacity: 0.5;
}

#scroll-container {
    overflow: hidden;
}

.scroll-content {
    overflow: hidden;
}

.scrollbar-track-x {
    display: none;
}
.scrollbar-track-x.show {
    display: none;
}

/*-------------------------
Helpers
-------------------------*/
.h-120 {
    font-family: "Saira Semi Condensed", "sans-serif";
    font-size: clamp(80px, 6.25vw, 140px);
    font-weight: 900;
    line-height: 120%;
    letter-spacing: -0.125vw;
}
@media (max-width: 1024px) {
    .h-120 {
        font-size: clamp(54px, 5.957vw, 70px);
    }
}
@media (max-width: 490px) {
    .h-120 {
        font-size: clamp(42px, 5.957vw, 50px);
    }
}

.h-90 {
    font-family: "Saira Semi Condensed", "sans-serif";
    font-size: clamp(60px, 4.688vw, 100px);
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.047vw;
}
@media (max-width: 1199px) {
    .h-90 {
        font-size: clamp(40px, 4.003vw, 50px);
    }
}
@media (max-width: 490px) {
    .h-90 {
        font-size: clamp(22px, 3.003vw, 30px);
    }
}

.h-51 {
    font-family: "Saira Semi Condensed", "sans-serif";
    font-size: clamp(40px, 2.656vw, 58px);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.027vw;
}
@media (max-width: 490px) {
    .h-51 {
        font-size: clamp(32px, 2vw, 46px);
    }
}

.h-38 {
    font-family: "Saira Semi Condensed", "sans-serif";
    font-size: clamp(21px, 1.979vw, 46px);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.02vw;
}
@media (max-width: 490px) {
    .h-38 {
        font-size: clamp(19px, 1vw, 38px);
    }
}

.h-28 {
    font-size: clamp(16px, 1.458vw, 36px);
    font-weight: 700;
    line-height: 130%;
}
@media (max-width: 490px) {
    .h-28 {
        font-size: clamp(12px, 1.458vw, 24px);
    }
}

.h-21 {
    font-size: clamp(16px, 1.094vw, 25px);
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.022vw;
}
@media (max-width: 1399px) {
    .h-21 {
        font-weight: 600;
        letter-spacing: 0.042vw;
    }
}
@media (max-width: 490px) {
    .h-21 {
        font-size: clamp(14px, 1.094vw, 18px);
        font-weight: 500;
        letter-spacing: 0.08vw;
    }
}

.color-primary {
    color: #FD85F7 !important;
}

.color-sec {
    color: #AB5CFE !important;
}

.color-ter {
    color: #ef7639 !important;
}

.dark-black {
    color: #0D0D0C !important;
}

.white {
    color: #FFFCFA !important;
}

.dark-gray {
    color: #817F7E !important;
}

.medium-gray {
    color: #A4A3A2 !important;
}

.light-gray {
    color: #CDCCCB !important;
}

.accent-gradient {
    color: linear-gradient(140deg, #7C72EF 20.73%, #A886B7 40.1%, #C49393 65.55%, #ECA36A 90.2%) !important;
}

.bg-color-primary {
    background-color: #FD85F7 !important;
}

.bg-color-sec {
    background-color: #AB5CFE !important;
}

.bg-color-ter {
    background-color: #ef7639 !important;
}

.bg-dark-black {
    background-color: #0D0D0C !important;
}

.bg-white {
    background-color: #FFFCFA !important;
}

.bg-dark-gray {
    background-color: #817F7E !important;
}

.bg-medium-gray {
    background-color: #A4A3A2 !important;
}

.bg-light-gray {
    background-color: #CDCCCB !important;
}

.br-30 {
    border-radius: 30px;
}
@media (max-width: 992px) {
    .br-30 {
        border-radius: 20px;
    }
}
@media (max-width: 768px) {
    .br-30 {
        border-radius: 15px;
    }
}

.br-30-0 {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
@media (max-width: 992px) {
    .br-30-0 {
        border-radius: 20px 20px 0 0;
    }
}
@media (max-width: 768px) {
    .br-30-0 {
        border-radius: 15px 15px 0 0;
    }
}

.br-25 {
    border-radius: 25px;
}

.br-20 {
    border-radius: 20px;
}

.br-15 {
    border-radius: 15px;
}

.br-10 {
    border-radius: 10px;
}

.br-5 {
    border-radius: 5px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.font-primary {
    font-family: "Saira Semi Condensed", "sans-serif";
}

.font-sec {
    font-family: "Saira Extra Condensed", "sans-serif";
}

.body-text {
    font-family: "Inter", "sans-serif";
}

.b-unstyle {
    border: 0;
    background: transparent;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.m-80 {
    margin: 80px 0;
}
@media (max-width: 1199px) {
    .m-80 {
        margin: 64px 0;
    }
}
@media (max-width: 991px) {
    .m-80 {
        margin: 54px 0;
    }
}
@media (max-width: 767px) {
    .m-80 {
        margin: 42px 0;
    }
}

.mt-80 {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .mt-80 {
        margin-top: 64px;
    }
}
@media (max-width: 991px) {
    .mt-80 {
        margin-top: 54px;
    }
}
@media (max-width: 767px) {
    .mt-80 {
        margin-top: 42px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}
@media (max-width: 1199px) {
    .mb-80 {
        margin-bottom: 64px;
    }
}
@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 54px;
    }
}
@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 42px;
    }
}

.mt-64 {
    margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-64 {
        margin-top: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-64 {
        margin-top: 42px;
    }
}
@media (max-width: 767px) {
    .mt-64 {
        margin-top: 32px;
    }
}

.mb-64 {
    margin-bottom: 3.3333333333vw !important;
}
@media (max-width: 490px) {
    .mb-64 {
        margin-bottom: 10.5vw !important;
    }
}

.mt-60 {
    margin-top: 60px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-60 {
        margin-top: 48px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-60 {
        margin-top: 42px !important;
    }
}
@media (max-width: 767px) {
    .mt-60 {
        margin-top: 32px !important;
    }
}

.mb-68 {
    margin-bottom: 3.5416666667vw;
}
@media (max-width: 490px) {
    .mb-68 {
        margin-bottom: 7.4418604651vw;
    }
}

.mb-58 {
    margin-bottom: 3.0208333333vw;
}
@media (max-width: 490px) {
    .mb-58 {
        margin-bottom: 7.4418604651vw;
    }
}

.m-48 {
    margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .m-48 {
        margin: 42px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .m-48 {
        margin: 32px 0;
    }
}
@media (max-width: 767px) {
    .m-48 {
        margin: 24px 0;
    }
}

.mt-48 {
    margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-48 {
        margin-top: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-48 {
        margin-top: 32px;
    }
}
@media (max-width: 767px) {
    .mt-48 {
        margin-top: 24px;
    }
}

.mb-48 {
    margin-bottom: 2.5vw;
}
@media (max-width: 490px) {
    .mb-48 {
        margin-bottom: 6vw;
    }
}

.m-40 {
    margin: 40px 0;
}
@media (max-width: 1199px) {
    .m-40 {
        margin: 32px 0;
    }
}
@media (max-width: 991px) {
    .m-40 {
        margin: 28px 0;
    }
}
@media (max-width: 767px) {
    .m-40 {
        margin: 22px 0;
    }
}

.mt-40 {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .mt-40 {
        margin-top: 32px;
    }
}
@media (max-width: 991px) {
    .mt-40 {
        margin-top: 28px;
    }
}
@media (max-width: 767px) {
    .mt-40 {
        margin-top: 22px;
    }
}

.mt-32 {
    margin-top: 32px;
}
@media (max-width: 1199px) {
    .mt-32 {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .mt-32 {
        margin-top: 26px;
    }
}
@media (max-width: 767px) {
    .mt-32 {
        margin-top: 22px;
    }
}

.mb-32 {
    margin-bottom: 1.6666666667vw;
}
@media (max-width: 578px) {
    .mb-32 {
        margin-bottom: 22px;
    }
}

.ms-32 {
    margin: 0 32px;
}
@media (max-width: 1199px) {
    .ms-32 {
        margin: 0 30px;
    }
}
@media (max-width: 991px) {
    .ms-32 {
        margin: 0 26px;
    }
}
@media (max-width: 767px) {
    .ms-32 {
        margin: 0 22px;
    }
}

.mt-24 {
    margin-top: 24px;
}
@media (max-width: 1199px) {
    .mt-24 {
        margin-top: 22px;
    }
}
@media (max-width: 991px) {
    .mt-24 {
        margin-top: 22px;
    }
}
@media (max-width: 767px) {
    .mt-24 {
        margin-top: 20px;
    }
}

.m-24 {
    margin: 24px;
}
@media (max-width: 1199px) {
    .m-24 {
        margin: 22px;
    }
}
@media (max-width: 991px) {
    .m-24 {
        margin: 22px;
    }
}
@media (max-width: 767px) {
    .m-24 {
        margin: 20px;
    }
}

.mt-16 {
    margin-top: 16px;
}
@media (max-width: 1199px) {
    .mt-16 {
        margin-top: 14px;
    }
}
@media (max-width: 991px) {
    .mt-16 {
        margin-top: 14px;
    }
}
@media (max-width: 767px) {
    .mt-16 {
        margin-top: 12px;
    }
}

.mt-8 {
    margin-top: 8px;
}
@media (max-width: 1199px) {
    .mt-8 {
        margin-top: 6px;
    }
}
@media (max-width: 991px) {
    .mt-8 {
        margin-top: 4px;
    }
}
@media (max-width: 767px) {
    .mt-8 {
        margin-top: 2px;
    }
}

.mb-40 {
    margin-bottom: 2.0833333333vw;
}

.mb-30 {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .mb-30 {
        margin-bottom: 28px;
    }
}
@media (max-width: 991px) {
    .mb-30 {
        margin-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}

.mb-24 {
    margin-bottom: 1.25vw !important;
}

.mb-16 {
    margin-bottom: 0.8333333333vw;
}
@media (max-width: 578px) {
    .mb-16 {
        margin-bottom: 2vw;
    }
}

.mb-12 {
    margin-bottom: 0.625vw;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-4p {
    margin-bottom: 4px;
}

.p-120 {
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .p-120 {
        padding: 98px 0;
    }
}
@media (max-width: 991px) {
    .p-120 {
        padding: 76px 0;
    }
}
@media (max-width: 767px) {
    .p-120 {
        padding: 56px 0;
    }
}

.pt-120 {
    padding-top: 120px;
}
@media (max-width: 1199px) {
    .pt-120 {
        padding-top: 98px;
    }
}
@media (max-width: 991px) {
    .pt-120 {
        padding-top: 76px;
    }
}
@media (max-width: 767px) {
    .pt-120 {
        padding-top: 56px;
    }
}

.p-96 {
    padding: 96px 0;
}
@media (max-width: 1199px) {
    .p-96 {
        padding: 72px 0;
    }
}
@media (max-width: 991px) {
    .p-96 {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .p-96 {
        padding: 48px 0;
    }
}

.pb-96 {
    padding-bottom: 96px;
}
@media (max-width: 1199px) {
    .pb-96 {
        padding-bottom: 72px;
    }
}
@media (max-width: 991px) {
    .pb-96 {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .pb-96 {
        padding-bottom: 48px;
    }
}

.p-80 {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .p-80 {
        padding: 64px 0;
    }
}
@media (max-width: 991px) {
    .p-80 {
        padding: 54px 0;
    }
}
@media (max-width: 767px) {
    .p-80 {
        padding: 42px 0;
    }
}

.pt-80 {
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .pt-80 {
        padding-top: 64px;
    }
}
@media (max-width: 991px) {
    .pt-80 {
        padding-top: 54px;
    }
}
@media (max-width: 767px) {
    .pt-80 {
        padding-top: 42px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}
@media (max-width: 1199px) {
    .pb-80 {
        padding-bottom: 64px;
    }
}
@media (max-width: 991px) {
    .pb-80 {
        padding-bottom: 54px;
    }
}
@media (max-width: 767px) {
    .pb-80 {
        padding-bottom: 42px;
    }
}

.p-64 {
    padding: 64px 0;
}
@media (max-width: 1199px) {
    .p-64 {
        padding: 56px 0;
    }
}
@media (max-width: 991px) {
    .p-64 {
        padding: 48px 0;
    }
}
@media (max-width: 767px) {
    .p-64 {
        padding: 42px 0;
    }
}

.p-60 {
    padding: 60px 0;
}
@media (max-width: 1199px) {
    .p-60 {
        padding: 54px 0;
    }
}
@media (max-width: 991px) {
    .p-60 {
        padding: 46px 0;
    }
}
@media (max-width: 767px) {
    .p-60 {
        padding: 40px 0;
    }
}

.p-48 {
    padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-48 {
        padding: 42px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-48 {
        padding: 32px 0;
    }
}
@media (max-width: 767px) {
    .p-48 {
        padding: 26px 0;
    }
}

.pt-48 {
    padding-top: 2.5vw;
}
@media (max-width: 490px) {
    .pt-48 {
        padding-top: 7.4418604651vw;
    }
}

.pb-48 {
    padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-48 {
        padding-bottom: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-48 {
        padding-bottom: 36px;
    }
}
@media (max-width: 767px) {
    .pb-48 {
        padding-bottom: 26px;
    }
}

.p-40 {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .p-40 {
        padding: 32px 0;
    }
}
@media (max-width: 991px) {
    .p-40 {
        padding: 28px 0;
    }
}
@media (max-width: 767px) {
    .p-40 {
        padding: 22px 0;
    }
}

.pt-40 {
    padding-top: 40px;
}
@media (max-width: 1199px) {
    .pt-40 {
        padding-top: 32px;
    }
}
@media (max-width: 991px) {
    .pt-40 {
        padding-top: 28px;
    }
}
@media (max-width: 767px) {
    .pt-40 {
        padding-top: 22px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}
@media (max-width: 1199px) {
    .pb-40 {
        padding-bottom: 32px;
    }
}
@media (max-width: 991px) {
    .pb-40 {
        padding-bottom: 28px;
    }
}
@media (max-width: 767px) {
    .pb-40 {
        padding-bottom: 22px;
    }
}

.p-32 {
    padding: 32px;
}
@media (max-width: 1199px) {
    .p-32 {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .p-32 {
        padding: 26px;
    }
}
@media (max-width: 767px) {
    .p-32 {
        padding: 22px;
    }
}

.pt-32 {
    padding-top: 32px;
}
@media (max-width: 1199px) {
    .pt-32 {
        padding-top: 30px;
    }
}
@media (max-width: 991px) {
    .pt-32 {
        padding-top: 26px;
    }
}
@media (max-width: 767px) {
    .pt-32 {
        padding-top: 22px;
    }
}

.pb-32 {
    padding-bottom: 32px;
}
@media (max-width: 1199px) {
    .pb-32 {
        padding-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .pb-32 {
        padding-bottom: 26px;
    }
}
@media (max-width: 767px) {
    .pb-32 {
        padding-bottom: 22px;
    }
}

.ps-32 {
    padding-left: 32px;
}
@media (max-width: 1199px) {
    .ps-32 {
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .ps-32 {
        padding-left: 26px;
    }
}
@media (max-width: 767px) {
    .ps-32 {
        padding-left: 22px;
    }
}

.pt-24 {
    padding: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-24 {
        padding: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-24 {
        padding: 18px;
    }
}
@media (max-width: 767px) {
    .pt-24 {
        padding: 16px;
    }
}
@media (max-width: 490px) {
    .pt-24 {
        padding: 14px;
    }
}

.pb-24 {
    padding-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-24 {
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-24 {
        padding-bottom: 18px;
    }
}
@media (max-width: 767px) {
    .pb-24 {
        padding-bottom: 16px;
    }
}
@media (max-width: 490px) {
    .pb-24 {
        padding-bottom: 14px;
    }
}

.ptb-24 {
    padding: 24px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ptb-24 {
        padding: 20px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb-24 {
        padding: 18px 0;
    }
}
@media (max-width: 767px) {
    .ptb-24 {
        padding: 16px 0;
    }
}
@media (max-width: 490px) {
    .ptb-24 {
        padding: 14px 0;
    }
}

.p-24 {
    padding: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-24 {
        padding: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-24 {
        padding: 18px;
    }
}
@media (max-width: 767px) {
    .p-24 {
        padding: 16px;
    }
}
@media (max-width: 490px) {
    .p-24 {
        padding: 14px;
    }
}

.p-16 {
    padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-16 {
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-16 {
        padding: 13px;
    }
}
@media (max-width: 767px) {
    .p-16 {
        padding: 10px;
    }
}
@media (max-width: 490px) {
    .p-16 {
        padding: 10px;
    }
}

.p-8 {
    padding: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-8 {
        padding: 8px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-8 {
        padding: 7px;
    }
}
@media (max-width: 767px) {
    .p-8 {
        padding: 7px;
    }
}
@media (max-width: 490px) {
    .p-8 {
        padding: 6px;
    }
}

.pb-16 {
    padding-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-16 {
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-16 {
        padding-bottom: 13px;
    }
}
@media (max-width: 767px) {
    .pb-16 {
        padding-bottom: 10px;
    }
}
@media (max-width: 490px) {
    .pb-16 {
        padding-bottom: 10px;
    }
}

.ptb-16 {
    padding: 16px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ptb-16 {
        padding: 15px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb-16 {
        padding: 13px 0;
    }
}
@media (max-width: 767px) {
    .ptb-16 {
        padding: 10px 0;
    }
}
@media (max-width: 490px) {
    .ptb-16 {
        padding: 10px 0;
    }
}

.plr-16 {
    padding: 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .plr-16 {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .plr-16 {
        padding: 0 14px;
    }
}
@media (max-width: 767px) {
    .plr-16 {
        padding: 0 13px;
    }
}
@media (max-width: 490px) {
    .plr-16 {
        padding: 0 12px;
    }
}

.p-216 {
    padding: 40px 216px;
}

.p-16_p-24 {
    padding: 16px 24px;
}

.prt-4 {
    padding-right: 4px;
}

/*-------------------------
Elements
-------------------------*/
.cus-btn {
    color: #FFFCFA;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #FFFCFA;
    border-radius: clamp(15px, 0.781vw, 15px);
    padding: clamp(14px, 0.833vw, 18px) clamp(28px, 1.667vw, 36px);
    font-family: "Saira Extra Condensed", "sans-serif";
    font-size: clamp(19px, 1.094vw, 25px);
    font-weight: 700;
    letter-spacing: 0.022vw;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
@media (max-width: 490px) {
    .cus-btn {
        font-size: clamp(16px, 0.75vw, 25px);
        padding: clamp(12px, 0.833vw, 18px) clamp(20px, 1.667vw, 30px);
    }
}
.cus-btn:hover {
    color: white;
    border: 1px solid #ef7639;
}
.cus-btn:hover::before {
    width: 160%;
}
.cus-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #ef7639;
    z-index: -1;
    transition: all 1s;
}

.cus-btn-2 {
    color: #FFFCFA;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: clamp(15px, 0.781vw, 15px);
    padding: clamp(14px, 0.833vw, 18px) clamp(28px, 1.667vw, 36px);
    font-family: "Saira Extra Condensed", "sans-serif";
    font-size: clamp(19px, 1.094vw, 25px);
    font-weight: 700;
    letter-spacing: 0.022vw;
    background: #ef7639;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
@media (max-width: 490px) {
    .cus-btn-2 {
        font-size: clamp(16px, 0.75vw, 25px);
        padding: clamp(12px, 0.833vw, 18px) clamp(20px, 1.667vw, 30px);
    }
}
.cus-btn-2:hover {
    color: white;
    background-color: #FD85F7;
}

.close {
    background: transparent;
    border: none;
    padding: 0;
    font-size: clamp(16px, 1.094vw, 25px);
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.022vw;
    color: #FFFCFA;
    position: absolute;
    right: 32px;
    top: 32px;
    z-index: 60;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 490px) {
    .close {
        top: 20px;
        right: 20px;
    }
}
.close:hover {
    color: #ef7639;
}

.send-btn {
    position: relative;
    text-align: center;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    background: transparent;
    color: #0D0D0C;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.46px;
    overflow: visible;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 490px) {
    .send-btn {
        font-size: 12px;
    }
}
.send-btn .fill-svg {
    transition: all 0.5s ease-in-out;
    width: 696px;
    height: 142px;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 492px) {
    .send-btn .fill-svg {
        width: 88vw;
        height: 19vw;
    }
}
.send-btn .fill-svg path {
    fill: #FFFCFA;
}
.send-btn .outline-svg {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 700px;
    height: 146px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 492px) {
    .send-btn .outline-svg {
        top: 4px;
        left: 4px;
        width: 88.5vw;
        height: 19.5vw;
    }
}
.send-btn span {
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 50;
    width: 643px;
    padding: 35px 15px;
    text-align: center;
}
@media (max-width: 492px) {
    .send-btn span {
        width: 80.693878vw;
        padding: 15px;
    }
}
.send-btn:hover .outline-svg {
    top: -2px;
    left: -2px;
}
@media (max-width: 992px) {
    .send-btn:hover .outline-svg {
        top: -1px;
        left: -1px;
    }
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
    position: relative;
}

.select-range {
    position: relative;
}
.select-range select option {
    background: #475055;
    color: #FFFCFA;
    font-size: 22px;
    font-family: "Saira Extra Condensed", "sans-serif";
    padding: 8px 0;
}
.select-range select option:hover {
    background: #FD85F7;
}
.select-range select option:first-child {
    border-radius: 10px 10px 0 0;
}
.select-range select option:last-child {
    border-radius: 0px 0px 10px 10px;
}
.select-range::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 40px;
    top: 34px;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

textarea.form-control {
    min-height: 142px;
    max-height: 120px;
}
@media (max-width: 578px) {
    textarea.form-control {
        min-height: 58px;
        max-height: 58px;
    }
}

.form-label {
    font-family: "Saira Semi Condensed", "sans-serif";
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.32px;
}
@media (max-width: 578px) {
    .form-label {
        font-size: 14px;
    }
}
.form-label.bold {
    font-weight: 700;
}

.form-control {
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #FFFCFA;
    background: transparent;
    font-family: "Saira Semi Condensed", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
    position: relative;
    color: #FFFCFA;
    box-shadow: none;
}
.form-control.border {
    border-color: #FD85F7 !important;
}
.form-control:focus {
    box-shadow: none;
    outline: 0;
    color: #FFFCFA !important;
    background: transparent;
}
.form-control:hover {
    color: #FFFCFA !important;
}
.form-control::placeholder {
    color: #A4A3A2;
    opacity: 1;
}

.form-selector {
    width: 100%;
    display: block;
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #FFFCFA;
    background: transparent;
    font-family: "Saira Semi Condensed", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
    position: relative;
    color: #FFFCFA;
    box-shadow: none;
}
.form-selector option {
    background: #FFFCFA;
    color: #0D0D0C;
}
.form-selector option:hover {
    background: #0D0D0C;
    color: #FFFCFA;
}
.form-selector:focus {
    box-shadow: none;
    outline: 0;
    color: #FFFCFA !important;
    background: transparent;
}
.form-selector:hover {
    color: #FFFCFA !important;
}
.form-selector::placeholder {
    color: #A4A3A2;
    opacity: 1;
}

label.error {
    color: rgb(255, 0, 0);
}

.sec-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-heading .content h2 {
    color: #0D0D0C;
}
.sec-heading .content h2 span {
    position: relative;
    color: #FD85F7;
}
.sec-heading .content h2 span::before {
    content: "";
    background: url(../media/vector/bottom-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -10px;
}

.contact-popup, .new-event-popup {
    width: 39.375vw;
    height: 50vw;
    background: #0D0D0C;
    position: fixed;
    overflow: hidden;
    right: -100%;
    top: 0px;
    z-index: 9999;
}
.new-event-popup {
    width: 50vw;
}
@media (max-width: 1024px) {
    .contact-popup, .new-event-popup {
        width: 57.375vw;
        height: 100vh;
    }
    .new-event-popup {
        width: 50vw;
    }
}
@media (max-width: 490px) {
    .contact-popup, .new-event-popup {
        width: 90.375vw;
    }
}
.contact-popup .content, .new-event-popup  .content{
    position: relative;
    z-index: 50;
    overflow: auto;
    height: 100%;
    width: 100%;
    padding: 32px 36px;
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    .contact-popup .content,  .new-event-popup .content{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .contact-popup .content,  .new-event-popup .content {
        width: 100%;
        padding: 24px;
    }
}
.contact-popup .content::-webkit-scrollbar,  .new-event-popup .content ::-webkit-scrollbar{
    display: none;
}
.contact-popup .link-btn,  .new-event-popup .link-btn {
    border-radius: clamp(15px, 1.563vw, 36px);
    background: rgba(0, 0, 0, 0.5);
    width: 17.76vw;
    height: 9.479vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 490px) {
    .contact-popup .link-btn,  .new-event-popup  .link-btn {
        height: 13.479vw;
    }
}
.contact-popup .link-btn svg path,  .new-event-popup .link-btn svg path {
    transition: all 0.5s ease-in-out;
}
.contact-popup .link-btn:hover,  .new-event-popup .link-btn:hover {
    transition: all 0.5s ease-in-out;
    box-shadow: 3px 3px 1px #ef7639;
    color: #ef7639;
}
.contact-popup .link-btn:hover svg path,  .new-event-popup .link-btn:hover svg path  {
    transition: all 0.5s ease-in-out;
    stroke: #ef7639;
}

.bg-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #0D0D0C;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    cursor: pointer;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    justify-content: center;
    display: flex;
    background: #0D0D0C;
    z-index: 9999999;
    padding-top: 16%;
}

.pyramid-loader {
    position: relative;
    width: 300px;
    height: 300px;
    display: block;
    transform-style: preserve-3d;
    transform: rotateX(-20deg);
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotateY(360deg);
    }
}
.pyramid-loader .wrapper .side {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*transform-origin: center top;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);*/
    transform-style: preserve-3d;
    transform: rotateX(-30deg) rotateY(45deg);
    animation: rotazione 5s infinite linear;
}


.pyramid-loader .wrapper .side1 {
    transform: translateZ(50px);
    /* transform: rotateZ(-30deg) rotateY(90deg);*/
    /*background: conic-gradient(#2BDEAC, #F028FD, #D8CCE6, #2F2585);*/
    background-image: url(../media/favicon.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pyramid-loader .wrapper .side2 {
    transform: rotateY(90deg) translateZ(50px);
    /*transform: rotateZ(30deg) rotateY(90deg);*/
    /*background: conic-gradient(#2F2585, #D8CCE6, #F028FD, #2BDEAC);*/
    background-image: url(../media/favicon.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pyramid-loader .wrapper .side3 {
    transform: rotateY(180deg) translateZ(50px);
    /*transform: rotateX(30deg);*/
    /*background: conic-gradient(#2F2585, #D8CCE6, #F028FD, #2BDEAC);*/
    background-image: url(../media/favicon.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pyramid-loader .wrapper .side4 {
    transform: rotateY(-90deg) translateZ(50px);
    /*transform: rotateX(-30deg);*/
    /*background: conic-gradient(#2BDEAC, #F028FD, #D8CCE6, #2F2585);*/
    background-image: url(../media/favicon.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pyramid-loader .wrapper .shadow {
    width: 60px;
    height: 60px;
    background: #8B5AD5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotateX(90deg) translateZ(-40px);
    filter: blur(12px);
}

/*-------------------------
  layouts
-------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8333333333vw 1.25vw;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), #282525;
    position: relative;
    z-index: 150;
    margin-top: clamp(24px, 1.25vw, 28px);
}
@media (max-width: 992px) {
    .header .main-menu__logo img {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .header .main-menu__logo img {
        width: 67%;
    }
}
.header .toggle-menu .menu-link #menuIcon {
    display: none;
}
.header .toggle-menu .menu-link .hamburger {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header .toggle-menu .menu-link .hamburger.toggle-checked + svg {
    transform: rotate(-45deg);
}
.header .toggle-menu .menu-link .hamburger.toggle-checked + svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}
.header .toggle-menu .menu-link .hamburger svg {
    width: 48px;
    height: 28px;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .toggle-menu .menu-link .menu_line {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .toggle-menu .menu-link .line-top-bottom {
    stroke-dasharray: 12 63;
}
.header .contact-btn .contact-btn-link {
    display: flex;
    align-items: center;
    gap: 1.25vw;
    padding: 0.2083333333vw 0.2083333333vw 0.2083333333vw 1.0416666667vw;
    border-radius: 15px;
    position: relative;
    z-index: 600;
}
@media (max-width: 1024px) {
    .header .contact-btn .contact-btn-link {
        border-radius: 10px;
    }
}
.header.menu-active .menu-detail .hamburger .line {
    stroke: #0D0D0C;
}
.header.menu-active .menu-detail .cus-btn {
    background: #0D0D0C;
    color: #FFFCFA;
}
.header.menu-active .menu-detail .toggle-menu {
    z-index: 150;
}
.header.menu-active .menu-detail .toggle-menu .site-header__bg {
    transform: translate(1.5vw, -1.5vw) scale(1.1);
}
.header.menu-active .menu-detail .toggle-menu .site-header__bg::before, .header.menu-active .menu-detail .toggle-menu .site-header__bg::after {
    transform: translateX(0) rotate(0) scale(1.3, 1);
}
.header.menu-active .menu-detail .toggle-menu .site-header__bg::after {
    transition-delay: 0.5s;
}
.header.menu-active .menu-detail .toggle-menu .site-header__bg::before {
    transition-delay: 0s;
}
.header.menu-active .menu-detail .toggle-menu .social-link li,
.header.menu-active .menu-detail .toggle-menu .links li {
    opacity: 1;
    transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.3s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s;
    transition-delay: 0.165s;
}
.header.menu-active .menu-detail .toggle-menu .social-link li a,
.header.menu-active .menu-detail .toggle-menu .links li a {
    pointer-events: auto;
}

.header-menu {
    width: inherit;
    z-index: 200;
    display: none;
    position: absolute;
    left: 0;
    background: #0D0D0C;
    padding: 16px;
    border-radius: 20px;
}
@media (max-width: 820px) {
    .header-menu {
        left: -7px;
    }
}
.header-menu .header-menu-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 11.667vw;
    height: 8.958vw;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: clamp(12px, 0.833vw, 20px);
    margin-bottom: clamp(12px, 0.833vw, 20px);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-size: clamp(21px, 1.458vw, 36px);
    font-family: "Saira Extra Condensed", "sans-serif";
    font-weight: 700;
    line-height: 130%;
}
@media (max-width: 1399px) {
    .header-menu .header-menu-link {
        width: 11vw;
    }
}
@media (max-width: 1024px) {
    .header-menu .header-menu-link {
        width: 13.5vw;
        height: 11.958vw;
    }
}
@media (max-width: 820px) {
    .header-menu .header-menu-link {
        width: 23.5vw;
        height: 14.958vw;
    }
}
@media (max-width: 490px) {
    .header-menu .header-menu-link {
        width: 30.5vw;
        height: 23.958vw;
    }
}
.header-menu .header-menu-link:hover {
    color: #FFFCFA;
    transition: all 0.5s ease-in-out;
    background: #ef7639;
}
.header-menu .header-menu-btn {
    height: clamp(56px, 4.2vw, 88px);
    text-align: center;
    padding: clamp(24px, 1.563vw, 34px);
}
@media (max-width: 1399px) {
    .header-menu .header-menu-btn {
        padding: clamp(14px, 1.3vw, 34px);
    }
}
@media (max-width: 490px) {
    .header-menu .header-menu-btn {
        height: clamp(50px, 4.2vw, 72px);
    }
}

footer {
    position: relative;
    background: #0D0D0C;
}
footer .container-fluid {
    position: relative;
    z-index: 50;
}
footer .footer-right-side {
    border-radius: clamp(15px, 1.563vw, 36px);
    background: rgba(0, 0, 0, 0.5);
    padding: 3.281vw 1.25vw 1.25vw 1.25vw;
}
@media (max-width: 820px) {
    footer .footer-right-side {
        padding: 3.281vw 2.25vw 2.25vw 2.25vw;
    }
}
@media (max-width: 490px) {
    footer .footer-right-side {
        margin-bottom: 16px;
    }
}
footer .footer-right-side .footer-logo {
    width: 28.344vw;
    height: 12.917vw;
}
@media (max-width: 1399px) {
    footer .footer-right-side .footer-logo {
        height: 16.4vw;
    }
}
@media (max-width: 768px) {
    footer .footer-right-side .footer-logo {
        width: 24.344vw;
        height: 16vw;
    }
}
footer .footer-right-side p {
    margin-bottom: clamp(80px, 5.417vw, 112px);
    margin-right: clamp(280px, 16.771vw, 350px);
}
@media (max-width: 1024px) {
    footer .footer-right-side p {
        margin-right: clamp(160px, 15.771vw, 350px);
    }
}
@media (max-width: 820px) {
    footer .footer-right-side p {
        margin-right: clamp(80px, 9.771vw, 160px);
        margin-bottom: clamp(28px, 3.417vw, 112px);
    }
}
@media (max-width: 768px) {
    footer .footer-right-side p {
        margin-right: clamp(58px, 7.771vw, 130px);
    }
}
footer .footer-right-side .social-links .follow-us {
    font-size: clamp(48px, 3.438vw, 72px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.663px;
}
@media (max-width: 820px) {
    footer .footer-right-side .social-links .follow-us {
        font-size: clamp(39px, 2.438vw, 56px);
    }
}
@media (max-width: 768px) {
    footer .footer-right-side .social-links .follow-us {
        font-size: clamp(32px, 1.438vw, 40px);
    }
}
@media (max-width: 490px) {
    footer .footer-right-side .social-links .follow-us {
        font-size: clamp(21px, 1vw, 36px);
    }
}
footer .footer-right-side .social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
}
@media (max-width: 490px) {
    footer .footer-right-side .social-links ul {
        justify-content: flex-start;
    }
}
footer .footer-right-side .social-links ul li a {
    padding: clamp(48px, 3.542vw, 74px);
    border-radius: clamp(15px, 1.563vw, 36px);
    border: 1px solid #FFFCFA;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), #282525;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 1024px) {
    footer .footer-right-side .social-links ul li a {
        padding: clamp(24px, 3.542vw, 74px);
    }
}
@media (max-width: 820px) {
    footer .footer-right-side .social-links ul li a {
        padding: clamp(20px, 2.542vw, 74px);
    }
}
@media (max-width: 490px) {
    footer .footer-right-side .social-links ul li a {
        padding: clamp(15px, 2.542vw, 60px);
    }
}
@media (max-width: 490px) {
    footer .footer-right-side .social-links ul li a img {
        width: 22px;
    }
}
footer .footer-right-side .social-links ul li a:hover {
    transition: all 0.5s ease-in-out;
    background: #ef7639;
}
footer .footer-left-side .newsletter {
    padding: clamp(18px, 1.25vw, 28px);
    border-radius: clamp(15px, 1.563vw, 36px);
    background: rgba(0, 0, 0, 0.5);
}
footer .footer-left-side .newsletter .newsletter-text {
    font-size: clamp(48px, 3.438vw, 72px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.663px;
}
@media (max-width: 820px) {
    footer .footer-left-side .newsletter .newsletter-text {
        font-size: clamp(39px, 2.438vw, 56px);
    }
}
@media (max-width: 768px) {
    footer .footer-left-side .newsletter .newsletter-text {
        font-size: clamp(32px, 1.438vw, 40px);
    }
}
@media (max-width: 490px) {
    footer .footer-left-side .newsletter .newsletter-text {
        font-size: clamp(21px, 1vw, 36px);
    }
}
footer .footer-left-side .newsletter form {
    position: relative;
}
footer .footer-left-side .newsletter form input {
    width: 100%;
    height: clamp(72px, 4.583vw, 96px);
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #FFFCFA;
}
@media (max-width: 490px) {
    footer .footer-left-side .newsletter form input {
        height: clamp(60px, 3.583vw, 76px);
    }
}
footer .footer-left-side .newsletter form button {
    position: absolute;
    top: 16px;
    right: 16px;
}
@media (max-width: 1399px) {
    footer .footer-left-side .newsletter form button {
        top: 10px;
        right: 10px;
    }
}
@media (max-width: 490px) {
    footer .footer-left-side .newsletter form button {
        top: 7px;
        right: 7px;
    }
}
footer .footer-left-side .download-store {
    padding: clamp(60px, 4.844vw, 98px) clamp(60px, 5.469vw, 110px) clamp(18px, 1.25vw, 28px) clamp(60px, 5.469vw, 110px);
    background: #FFFCFA;
    border-radius: clamp(15px, 1.563vw, 36px);
    color: #0D0D0C;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 1399px) {
    footer .footer-left-side .download-store {
        padding: clamp(60px, 4.844vw, 98px) clamp(60px, 5.469vw, 110px) clamp(36px, 3.002vw, 50px) clamp(60px, 5.469vw, 110px);
    }
}
@media (max-width: 1024px) {
    footer .footer-left-side .download-store {
        padding: clamp(52px, 4.844vw, 98px) clamp(60px, 5.469vw, 110px) clamp(36px, 3.002vw, 50px) clamp(60px, 5.469vw, 110px);
    }
}
@media (max-width: 820px) {
    footer .footer-left-side .download-store {
        padding: clamp(16px, 2.927vw, 32px);
    }
}
@media (max-width: 490px) {
    footer .footer-left-side .download-store {
        margin-top: 8px;
    }
}
footer .footer-left-side .download-store svg {
    margin: 0 auto clamp(42px, 2.708vw, 56px);
    transition: all 0.5s ease-in-out;
    width: 9.427vw;
    height: 10.885vw;
}
@media (max-width: 820px) {
    footer .footer-left-side .download-store svg {
        width: 7.427vw;
        height: 7.5vw;
        margin: 0 auto clamp(34px, 1.708vw, 56px);
    }
}
footer .footer-left-side .download-store svg .apple {
    transition: all 0.5s ease-in-out;
}
footer .footer-left-side .download-store:hover {
    color: #FFFCFA;
    background: #ef7639;
    transition: all 0.5s ease-in-out;
}
footer .footer-left-side .download-store:hover svg .apple {
    transition: all 0.5s ease-in-out;
    fill: #FFFCFA;
}
footer .footer-left-side .bottom-bar {
    border-radius: clamp(15px, 1.563vw, 36px);
    background: rgba(0, 0, 0, 0.5);
    padding: 1.927vw 0;
}
@media (max-width: 490px) {
    footer .footer-left-side .bottom-bar {
        padding: 3.927vw 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.blur-footer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.blur-footer .footer-animation-1 {
    position: absolute;
    top: -6%;
    left: -14%;
    animation: footerAnimation1 60s linear infinite alternate;
}
@media (max-width: 490px) {
    .blur-footer .footer-animation-1 {
        width: 200px;
        height: 258px;
    }
}
.blur-footer .footer-animation-2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    animation: footerAnimation2 65s linear infinite alternate;
}
@media (max-width: 490px) {
    .blur-footer .footer-animation-2 {
        width: 180px;
        height: 210px;
    }
}

@keyframes footerAnimation1 {
    0% {
        left: -14%;
        top: -9%;
    }
    20% {
        left: 0%;
        top: 14%;
    }
    40% {
        left: 10%;
        top: 28%;
    }
    60% {
        left: 50%;
        top: 0%;
    }
    80% {
        left: 95%;
        top: 28%;
    }
    100% {
        left: 0%;
        top: 14%;
    }
}
@keyframes footerAnimation2 {
    0% {
        left: 0%;
        bottom: 0%;
    }
    20% {
        left: 20%;
        bottom: 28%;
    }
    40% {
        left: 40%;
        bottom: 5%;
    }
    60% {
        left: 60%;
        bottom: 0%;
    }
    80% {
        left: 30%;
        bottom: 28%;
    }
    100% {
        left: 0%;
        bottom: 0%;
    }
}
.banner {
    width: 100vw;
    position: relative;
    background: #0D0D0C;
}
.banner .content {
    padding-top: 5.833vw;
    position: relative;
    z-index: 100;
}
@media (max-width: 1499px) {
    .banner .content {
        padding-top: 3.833vw;
    }
}
@media (max-width: 820px) {
    .banner .content {
        padding: 5.5vw 0;
    }
}
@media (max-width: 992px) {
    .banner .content .text-block {
        text-align: center;
    }
}
.banner .content .text-block h2 {
    line-height: 105%;
}
.banner .content .text-block h2 .gradient-text {
    background: linear-gradient(144deg, #f59e25 17.22%, #84b93a 56.03%, #4F21C2 91.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 578px) {
    .banner .content .text-block p br {
        display: none;
    }
}
.banner .content .text-block .btn-block {
    display: flex;
    align-items: center;
    gap: 1.25vw;
}
@media (max-width: 992px) {
    .banner .content .text-block .btn-block {
        justify-content: center;
    }
}
@media (max-width: 492px) {
    .banner .content .text-block .btn-block {
        gap: 10px;
    }
}
.banner .content .banner-download-tag {
    display: flex;
    justify-content: end;
}
@media (max-width: 820px) {
    .banner .content .banner-download-tag {
        justify-content: center;
        margin-top: 24px;
    }
}
.banner .content .banner-download-tag .banner-tag {
    width: 10.781vw;
    height: 10.573vw;
    border-radius: clamp(15px, 1.563vw, 36px);
    padding: 19px 20px 35px 21px;
    background: linear-gradient(144deg, #FF86F7 17.22%, #A459FF 56.03%, #4F21C2 91.1%), #ef7639;
}
@media (max-width: 1399px) {
    .banner .content .banner-download-tag .banner-tag {
        padding: 12px;
    }
}
@media (max-width: 820px) {
    .banner .content .banner-download-tag .banner-tag {
        width: 23.781vw;
        height: 11.573vw;
    }
}
@media (max-width: 490px) {
    .banner .content .banner-download-tag .banner-tag {
        width: 25.781vw;
        height: 15.573vw;
        padding: 4px;
        display: grid;
        align-items: center;
        justify-content: center;
    }
}
.banner .banner-image-block {
    position: relative;
    z-index: 50;
    padding: 1.25vw 0;
    width: 100%;
    text-align: end;
}
@media (max-width: 1399px) {
    .banner .banner-image-block {
        padding: 2vw 0;
    }
}
@media (max-width: 1024px) {
    .banner .banner-image-block {
        height: 100%;
        padding: 2vw 0 0;
        text-align: center;
    }
}
@media (max-width: 490px) {
    .banner .banner-image-block {
        padding: 0;
    }
}
.banner .banner-image-block img {
    border-radius: clamp(30px, 1.563vw, 40px);
    width: 96%;
    height: 45%;
}
@media (max-width: 1024px) {
    .banner .banner-image-block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 820px) {
    .banner .banner-image-block img {
        width: 73%;
    }
}
@media (max-width: 490px) {
    .banner .banner-image-block img {
        width: 80%;
    }
}

.dotted {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../media/vector/banner-texture-2.png);
    mix-blend-mode: overlay;
    background-size: 100%;
    background-position: top left;
    z-index: 12;
}

.blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.blur .animate-1 {
    position: absolute;
    top: -6%;
    left: -14%;
    animation: animate1 60s linear infinite alternate;
}
@media (max-width: 490px) {
    .blur .animate-1 {
        width: 200px;
        height: 258px;
    }
}
.blur .animate-2 {
    position: absolute;
    bottom: -23%;
    left: 28%;
    animation: animate2 70s linear infinite alternate;
}
@media (max-width: 490px) {
    .blur .animate-2 {
        width: 140px;
        height: 168px;
    }
}
.blur .animate-3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    animation: animate3 65s linear infinite alternate;
}
@media (max-width: 490px) {
    .blur .animate-3 {
        width: 180px;
        height: 210px;
    }
}

@keyframes animate1 {
    0% {
        left: -14%;
        top: -9%;
    }
    20% {
        left: 0%;
        top: 32%;
    }
    40% {
        left: 10%;
        top: 70%;
    }
    60% {
        left: 50%;
        top: 0%;
    }
    80% {
        left: 95%;
        top: 80%;
    }
    100% {
        left: 0%;
        top: 0%;
    }
}
@keyframes animate2 {
    0% {
        right: 0%;
        bottom: 0%;
    }
    20% {
        right: 45%;
        bottom: 20%;
    }
    40% {
        right: 10%;
        bottom: 70%;
    }
    60% {
        right: 50%;
        bottom: 0%;
    }
    80% {
        right: 95%;
        bottom: 80%;
    }
    100% {
        right: 0%;
        bottom: 0%;
    }
}
@keyframes animate3 {
    0% {
        left: 0%;
        bottom: 0%;
    }
    20% {
        left: 0%;
        bottom: 90%;
    }
    40% {
        left: 90%;
        bottom: 5%;
    }
    60% {
        left: 50%;
        bottom: 0%;
    }
    80% {
        left: 50%;
        bottom: 97%;
    }
    100% {
        left: 110%;
        bottom: 105%;
    }
}
.tech {
    width: 100vw;
    position: relative;
    padding: clamp(12px, 0.625vw, 16px) 0;
    background: #0D0D0C;
}
.tech .container-fluid {
    position: relative;
    z-index: 50;
}
.tech .container-fluid .tech-content {
    background: url("../media/images/demo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 1.563vw;
}
.tech .container-fluid .tech-content .text {
    padding: 15.521vw 0;
}
@media (max-width: 1399px) {
    .tech .container-fluid .tech-content .text {
        padding: 14.521vw 0;
    }
}

.features {
    width: 100vw;
    position: relative;
    padding: 3.25vw 0 9.344vw;
    background: #0D0D0C;
}
@media (max-width: 1399px) {
    .features {
        padding: 5.25vw 0 1.344vw;
    }
}
@media (max-width: 1024px) {
    .features {
        padding: 1.25vw 0 1.344vw;
    }
}
.features .container-fluid {
    position: relative;
    z-index: 50;
}
.features .heading-image {
    position: relative;
}
.features .heading-image img {
    position: absolute;
    left: 33%;
    top: -92px;
    width: 22.146vw;
    /* height: 39.479vw;*/
}
@media (max-width: 1399px) {
    .features .heading-image img {
        top: -62px;
        width: 24.146vw;
        /*height: 41.479vw;*/
    }
}
@media (max-width: 1024px) {
    .features .heading-image img {
        top: -26px;
    }
}
@media (max-width: 820px) {
    .features .heading-image img {
        width: 32.146vw;
        height: 48.479vw;
        top: 16px;
    }
}
.features .heading-image span {
    rotate: -90deg;
    position: absolute;
    transform: translate(-57%, 97%);
    z-index: -1;
    opacity: 0.3;
    background: linear-gradient(144deg, #FF86F7 17.22%, #A459FF 56.03%, #4F21C2 91.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
    .features .heading-image span {
        transform: translate(-70%, 117%);
    }
}
@media (max-width: 820px) {
    .features .heading-image span {
        transform: translate(-95%, 93%);
    }
}
@media (max-width: 768px) {
    .features .heading-image span {
        transform: translate(-83%, 75%);
    }
}
@media (max-width: 490px) {
    .features .heading-image span {
        transform: translate(-59%, 127%);
    }
}
.features .features-box-wrapper {
    padding: 1vw 0;
}
@media (max-width: 820px) {
    .features .features-box-wrapper {
        position: relative;
        right: 12px;
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper {
        right: -12px;
        padding-top: clamp(240px, 53.061vw, 290px);
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper .col-6 {
        padding: 0;
        width: 46%;
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper .col-8 {
        padding: 0;
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper .col-4 {
        padding: 0;
    }
}
.features .features-box-wrapper .features-box {
    width: 23.438vw;
    /*height: clamp(164px, 12.396vw, 260px);*/
    border-radius: 1.563vw;
    background: #FFFCFA;
    padding: 1.25vw;
}
@media (max-width: 820px) {
    .features .features-box-wrapper .features-box {
        /* height: clamp(182px, 12.396vw, 220px);*/
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper .features-box {
        width: 45.438vw;
        height: clamp(182px, 12.396vw, 200px);
    }
}
.features .features-box-wrapper .features-box .image-1 {
    margin-bottom: clamp(12px, 0.833vw, 18px);
}
.features .features-box-wrapper .features-box .dotted-image {
    width: clamp(40px, 3.75vw, 84px);
    height: clamp(40px, 3.75vw, 84px);
}
.features .features-box-wrapper .features-box.box-2 {
    width: 23.438vw;
    height: clamp(180px, 14.74vw, 300px);
    background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 820px) {
    .features .features-box-wrapper .features-box.box-2 {
        height: clamp(204px, 14.74vw, 260px);
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper .features-box.box-2 {
        height: clamp(196px, 14.74vw, 220px);
        width: 48.438vw;
    }
}
.features .features-box-wrapper .features-box.box-2 .image-2 {
    margin-bottom: clamp(32px, 3.177vw, 70px);
}
@media (max-width: 490px) {
    .features .features-box-wrapper .features-box.box-2 .image-2 {
        margin-bottom: clamp(55px, 4.177vw, 62px);
    }
}
.features .features-box-wrapper .features-box.box-3 {
    width: 23.438vw;
    height: 19.844vw;
    background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
    .features .features-box-wrapper .features-box.box-3 {
        height: 21.844vw;
    }
}
@media (max-width: 820px) {
    .features .features-box-wrapper .features-box.box-3 {
        height: 30.6vw;
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper .features-box.box-3 {
        height: 51.6vw;
        width: 45.438vw;
    }
}
.features .features-box-wrapper .features-box.box-3 .image-3 {
    margin-bottom: clamp(120px, 8.281vw, 170px);
}
@media (max-width: 1399px) {
    .features .features-box-wrapper .features-box.box-3 .image-3 {
        margin-bottom: clamp(48px, 0.281vw, 140px);
    }
}
@media (max-width: 820px) {
    .features .features-box-wrapper .features-box.box-3 .image-3 {
        margin-bottom: clamp(80px, 9.927vw, 120px);
    }
}
@media (max-width: 768px) {
    .features .features-box-wrapper .features-box.box-3 .image-3 {
        margin-bottom: clamp(64px, 7.927vw, 100px);
    }
}
.features .features-box-wrapper .features-box.box-4 {
    width: 23.438vw;
    height: 14.792vw;
    background: #FFFCFA;
}
@media (max-width: 1024px) {
    .features .features-box-wrapper .features-box.box-4 {
        height: 16.792vw;
    }
}
@media (max-width: 820px) {
    .features .features-box-wrapper .features-box.box-4 {
        height: 23.792vw;
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper .features-box.box-4 {
        height: 39.792vw;
        width: 48.438vw;
    }
}
.features .features-box-wrapper .features-box.box-4 .image-4 {
    margin-bottom: clamp(54px, 3.203vw, 66px);
}
@media (max-width: 1399px) {
    .features .features-box-wrapper .features-box.box-4 .image-4 {
        margin-bottom: clamp(24px, 1.8vw, 40px);
    }
}
@media (max-width: 768px) {
    .features .features-box-wrapper .features-box.box-4 .image-4 {
        margin-bottom: clamp(16px, 1.8vw, 32px);
    }
}
@media (max-width: 390px) {
    .features .features-box-wrapper .features-box.box-4 .image-4 {
        margin-bottom: 0;
    }
}
.features .features-box-wrapper .features-box.v-2 {
    width: 31.667vw;
    height: 10.573vw;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}
@media (max-width: 1024px) {
    .features .features-box-wrapper .features-box.v-2 {
        margin-top: 14px;
    }
}
@media (max-width: 820px) {
    .features .features-box-wrapper .features-box.v-2 {
        height: 14.573vw;
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper .features-box.v-2 {
        height: 30.573vw;
        margin-top: 8px;
        width: 90%;
        gap: 8px;
    }
}
@media (max-width: 1024px) {
    .features .features-box-wrapper .features-box.v-2 img {
        width: clamp(40px, 3.75vw, 84px);
        height: clamp(40px, 3.75vw, 84px);
    }
}
.features .features-box-wrapper .features-box.v-3 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 15.156vw;
    height: clamp(190px, 13.281vw, 260px);
    border-radius: clamp(15px, 1.563vw, 36px);
    margin-top: -24px;
    background: linear-gradient(144deg, #FF86F7 17.22%, #A459FF 56.03%, #4F21C2 91.1%), #ef7639;
    text-align: center;
}
@media (max-width: 1024px) {
    .features .features-box-wrapper .features-box.v-3 {
        height: clamp(146px, 10.281vw, 190px);
    }
}
@media (max-width: 820px) {
    .features .features-box-wrapper .features-box.v-3 {
        height: clamp(154px, 10.281vw, 190px);
        margin-top: -22px;
    }
}
@media (max-width: 490px) {
    .features .features-box-wrapper .features-box.v-3 {
        height: clamp(150px, 12.281vw, 190px);
        margin-top: -22px;
        margin-left: -20px;
        width: 94%;
    }
}
@media (max-width: 1399px) {
    .features .features-box-wrapper .features-box.v-3 img {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1024px) {
    .features .features-box-wrapper .features-box.v-3 img {
        width: clamp(40px, 3.75vw, 84px);
        height: clamp(40px, 3.75vw, 84px);
    }
}
.features .features-box-wrapper .line-shape {
    width: 6.979vw;
    height: clamp(21px, 1.41vw, 36px);
    background: #ef7639;
    border-radius: clamp(15px, 1.563vw, 36px);
}
@media (max-width: 490px) {
    .features .features-box-wrapper .line-shape {
        width: 13.979vw;
        height: clamp(24px, 1.41vw, 36px);
    }
}

.blur-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.blur-2 .animate-4 {
    position: absolute;
    top: -6%;
    left: 0%;
    width: 41.667vw;
    height: 41.667vw;
    animation: animate4 60s linear infinite alternate;
}
@media (max-width: 490px) {
    .blur-2 .animate-4 {
        width: 200px;
        height: 258px;
    }
}
.blur-2 .animate-5 {
    position: absolute;
    bottom: 15%;
    right: 0%;
    width: 31.25vw;
    height: 31.25vw;
    animation: animate5 70s linear infinite alternate;
}
@media (max-width: 490px) {
    .blur-2 .animate-5 {
        width: 140px;
        height: 168px;
    }
}
.blur-2 .animate-6 {
    position: absolute;
    bottom: 23%;
    left: 37%;
    animation: animate6 60s linear infinite alternate;
}
@media (max-width: 490px) {
    .blur-2 .animate-6 {
        width: 180px;
        height: 210px;
    }
}

@keyframes animate4 {
    0% {
        left: 0%;
        top: -9%;
    }
    20% {
        left: 0%;
        top: 32%;
    }
    40% {
        left: 10%;
        top: 70%;
    }
    60% {
        left: 39%;
        top: 0%;
    }
    80% {
        left: 24%;
        top: 50%;
    }
    100% {
        left: 0%;
        top: 0%;
    }
}
@keyframes animate5 {
    0% {
        right: 0%;
        bottom: 0%;
    }
    20% {
        right: 0%;
        bottom: 20%;
    }
    40% {
        right: 0%;
        bottom: 40%;
    }
    60% {
        right: 0%;
        bottom: 70%;
    }
    80% {
        right: 0%;
        bottom: 40%;
    }
    100% {
        right: 0%;
        bottom: -50%;
    }
}
@keyframes animate6 {
    0% {
        left: 37%;
        bottom: 23%;
    }
    25% {
        left: 30%;
        bottom: 10%;
    }
    50% {
        left: 40%;
        bottom: 5%;
    }
    75% {
        left: 30%;
        bottom: 10%;
    }
    100% {
        left: 37%;
        bottom: 23%;
    }
}
.achievement {
    position: relative;
    background: #0D0D0C;
}
@media (max-width: 490px) {
    .achievement {
        padding: 16px 0;
    }
}
.achievement .container-fluid {
    position: relative;
    z-index: 50;
}
@media (max-width: 492px) {
    .achievement .container-fluid {
        padding: 6px;
    }
}
.achievement .achievement-wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
@media (max-width: 1399px) {
    .achievement .achievement-wrapper {
        gap: 12px;
    }
}
@media (max-width: 820px) {
    .achievement .achievement-wrapper {
        gap: 10px;
    }
}
@media (max-width: 490px) {
    .achievement .achievement-wrapper {
        gap: 6px;
    }
}
.achievement .achievement-wrapper .achievement-block {
    display: grid;
    text-align: center;
    align-content: center;
    justify-content: center;
}
.achievement .achievement-wrapper .achievement-block.block-1 {
    width: 20.625vw;
    height: 23.75vw;
    background: #ef7639;
    border-radius: clamp(15px, 1.563vw, 36px);
}
@media (max-width: 490px) {
    .achievement .achievement-wrapper .achievement-block.block-1 {
        width: 40.625vw;
        height: 30.75vw;
    }
}
.achievement .achievement-wrapper .achievement-block.block-2 {
    width: 26.25vw;
    height: 23.75vw;
    border-radius: clamp(15px, 1.563vw, 36px);
    background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
    .achievement .achievement-wrapper .achievement-block.block-2 {
        width: 25.25vw;
    }
}
@media (max-width: 490px) {
    .achievement .achievement-wrapper .achievement-block.block-2 {
        width: 54.25vw;
        height: 30.75vw;
    }
}
.achievement .achievement-wrapper .achievement-block.block-3 {
    width: 26.25vw;
    height: 23.75vw;
    border-radius: clamp(15px, 1.563vw, 36px);
    background: #FFFCFA;
}
@media (max-width: 1024px) {
    .achievement .achievement-wrapper .achievement-block.block-3 {
        width: 25.25vw;
    }
}
@media (max-width: 490px) {
    .achievement .achievement-wrapper .achievement-block.block-3 {
        width: 54.25vw;
        height: 30.75vw;
    }
}
.achievement .achievement-wrapper .achievement-block.block-4 {
    width: 20.625vw;
    height: 23.75vw;
    border-radius: clamp(15px, 1.563vw, 36px);
    background: linear-gradient(144deg, #FF86F7 17.22%, #A459FF 56.03%, #4F21C2 91.1%), linear-gradient(321deg, #351872 3.47%, #A85BFE 52.38%, #361873 97.52%);
}
@media (max-width: 490px) {
    .achievement .achievement-wrapper .achievement-block.block-4 {
        width: 40.625vw;
        height: 30.75vw;
    }
}
.achievement .achievement-wrapper .achievement-block.block-4 img {
    width: 11.042vw;
    height: 11.042vw;
    margin: 0 auto;
}
.achievement .achievement-wrapper .achievement-block .gradient-text {
    background: linear-gradient(144deg, #FF86F7 17.22%, #A459FF 56.03%, #4F21C2 91.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.achievement .achievement-image-block {
    position: relative;
}
@media (max-width: 490px) {
    .achievement .achievement-image-block {
        margin-bottom: 16px;
    }
}
.achievement .achievement-image-block img {
    border-radius: clamp(15px, 1.563vw, 36px);
    width: 48.125vw;
    height: 48.75vw;
}
@media (max-width: 490px) {
    .achievement .achievement-image-block img {
        width: 100%;
        height: auto;
    }
}
.achievement .achievement-image-block h2 {
    position: absolute;
    top: 51px;
    left: 0;
}
@media (max-width: 490px) {
    .achievement .achievement-image-block h2 {
        left: 10%;
    }
}

.download-sec {
    position: relative;
    background: #0D0D0C;
}
.download-sec .container-fluid {
    position: relative;
    z-index: 50;
}
@media (max-width: 492px) {
    .download-sec .container-fluid {
        padding: 6px;
    }
}
.download-sec .download-wrapper {
    background: url("../media/images/inner-banner.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 1.563vw;
}
@media (max-width: 820px) {
    .download-sec .download-wrapper {
        background-size: cover;
    }
}
.download-sec .download-wrapper .download-block .blend-layer .content-box {
    text-align: center;
    border-radius: clamp(15px, 1.563vw, 36px);
    background: rgba(206, 205, 248, 0.66);
    backdrop-filter: blur(25px);
    padding: 4.479vw 4.896vw;
    margin: 1.25vw;
}
@media (max-width: 1299px) {
    .download-sec .download-wrapper .download-block .blend-layer .content-box {
        padding: 3.479vw 4.896vw;
        margin: 1.25vw;
    }
}
@media (max-width: 820px) {
    .download-sec .download-wrapper .download-block .blend-layer .content-box {
        padding: 1.479vw 3.896vw;
    }
}
@media (max-width: 490px) {
    .download-sec .download-wrapper .download-block .blend-layer .content-box {
        padding: 3.479vw 5.896vw;
        margin: 6.25vw;
    }
}
.download-sec .download-wrapper .download-block .blend-layer .content-box h2 {
    color: rgba(0, 0, 0, 0.2);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFFCFA;
    font-size: 120px;
    font-style: normal;
    font-weight: 900;
    font-size: clamp(80px, 6.25vw, 140px);
    letter-spacing: 6px;
}
@media (max-width: 1024px) {
    .download-sec .download-wrapper .download-block .blend-layer .content-box h2 {
        font-size: clamp(54px, 5.957vw, 70px);
    }
}
@media (max-width: 490px) {
    .download-sec .download-wrapper .download-block .blend-layer .content-box h2 {
        font-size: clamp(44px, 4.957vw, 60px);
    }
}
.download-sec .download-wrapper .download-block .blend-layer .content-box .company-logo {
    width: 28.344vw;
    /*height: 12.917vw;*/
}
@media (max-width: 1024px) {
    .download-sec .download-wrapper .download-block .blend-layer .content-box .company-logo {
        width: 23.344vw;
        /*height: 10.917vw;*/
    }
}
.download-sec .download-wrapper .download-block .blend-layer .content-box .download-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.download-sec .download-wrapper .download-block .blend-layer .content-box .download-bar img {
    border-radius: clamp(15px, 1.563vw, 36px);
}

.testimonials {
    position: relative;
    background: #0D0D0C;
    padding: 7.396vw 0 6.667vw;
    overflow: hidden;
}
.testimonials .testimonials-wrapper {
    padding-left: 24px;
    position: relative;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 24px;
}
@media (max-width: 490px) {
    .testimonials .testimonials-wrapper {
        display: grid;
        padding-left: 12px;
    }
}
.testimonials .testimonials-wrapper .testimonials-slider .slick-prev {
    display: none;
}
.testimonials .testimonials-wrapper .testimonials-slider .slick-next {
    display: none;
}
.testimonials .testimonials-wrapper .testimonial-block {
    width: 23.438vw !important;
    height: auto;
    margin-right: clamp(16px, 1.25vw, 32px);
}
@media (max-width: 1024px) {
    .testimonials .testimonials-wrapper .testimonial-block {
        width: 32.438vw !important;
    }
}
@media (max-width: 820px) {
    .testimonials .testimonials-wrapper .testimonial-block {
        width: 39.438vw !important;
    }
}
@media (max-width: 490px) {
    .testimonials .testimonials-wrapper .testimonial-block {
        width: 63.438vw !important;
    }
}
.testimonials .testimonials-wrapper .testimonial-block .review-box {
    padding: 1.25vw 1.25vw 3.646vw 1.25vw;
    border-radius: clamp(15px, 1.563vw, 36px);
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: clamp(6px, 0.521vw, 16px);
}
@media (max-width: 1024px) {
    .testimonials .testimonials-wrapper .testimonial-block .review-box {
        padding: 2.25vw 2.25vw 3.646vw 2.25vw;
    }
}
.testimonials .testimonials-wrapper .testimonial-block .review-box img {
    margin-bottom: clamp(40px, 2.865vw, 60px);
}
@media (max-width: 490px) {
    .testimonials .testimonials-wrapper .testimonial-block .review-box p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}
.testimonials .testimonials-wrapper .testimonial-block .name-title {
    padding: clamp(12px, 0.833vw, 20px);
    display: flex;
    align-items: center;
    gap: clamp(6px, 0.521vw, 16px);
    border-radius: clamp(15px, 1.563vw, 36px);
    background: rgba(0, 0, 0, 0.5);
}
.testimonials .testimonials-wrapper .testimonial-block .name-title img {
    border-radius: 20px;
}
.testimonials .testimonials-wrapper .testimonial-block .name-title .person-detail .rating-stars {
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonials .testimonials-wrapper .testimonial-block .name-title .person-detail .rating-stars i {
    font-size: 18px;
    background: linear-gradient(144deg, #FF86F7 17.22%, #A459FF 56.03%, #4F21C2 91.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-arrows {
    position: relative;
    z-index: 150;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (max-width: 490px) {
    .slider-arrows {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}
.slider-arrows .arrow-btn {
    width: 134px;
    height: 134px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: clamp(15px, 1.563vw, 36px);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .slider-arrows .arrow-btn {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 490px) {
    .slider-arrows .arrow-btn {
        width: 48px;
        height: 48px;
    }
}
.slider-arrows .arrow-btn i {
    color: #FFFCFA;
    font-size: 50px;
}
@media (max-width: 490px) {
    .slider-arrows .arrow-btn i {
        font-size: 21px;
    }
}
.slider-arrows .arrow-btn:hover {
    background: #ef7639;
    transition: all 0.5s ease-in-out;
}

.faqs {
    position: relative;
    background: #0D0D0C;
}
.faqs .container-fluid {
    position: relative;
    z-index: 50;
}
@media (max-width: 492px) {
    .faqs .container-fluid {
        padding: 6px;
    }
}
.faqs .faq-wrapper .faq-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.faqs .faq-wrapper .faq-image img {
    border-radius: clamp(15px, 1.563vw, 36px);
    width: 48.125vw;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 492px) {
    .faqs .faq-wrapper .faq-image img {
        width: 100%;
    }
}
.faqs .faq-block {
    padding: 24px;
    padding-right: 26px;
    border-radius: var(--Radius-L, 20px);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 20px;
    margin-top: 24px;
}
.faqs .faq-block.active {
    background: #ef7639;
}
.faqs .faq-block .accordion-button {
    margin: 0;
    position: relative;
    padding: 0;
    font-size: clamp(21px, 1.458vw, 36px);
    font-family: "Saira Semi Condensed", "sans-serif";
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
@media (max-width: 492px) {
    .faqs .faq-block .accordion-button {
        font-size: clamp(17px, 0.458vw, 26px);
    }
}
.faqs .faq-block .accordion-button.collapsed {
    border-radius: 0px;
    padding: 0;
    background: none;
    margin: 0;
}
.faqs .faq-block .accordion-button.collapsed::after {
    background-image: none !important;
    color: #FFFCFA;
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    font-size: clamp(24px, 1.615vw, 36px);
}
.faqs .faq-block .accordion-button:not(.collapsed) {
    color: #FFFCFA;
    border: none;
    box-shadow: none;
}
.faqs .faq-block .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.faqs .faq-block .accordion-button::after {
    content: "\f056";
    font-family: "Font Awesome 5 Pro";
    background-image: none !important;
    position: absolute;
    right: 0;
    font-weight: 300;
    color: #FFFCFA;
    font-size: clamp(24px, 1.615vw, 36px);
    cursor: pointer;
}
.faqs .faq-block .accordion-collapse {
    width: 39.375vw;
}
@media (max-width: 490px) {
    .faqs .faq-block .accordion-collapse {
        width: 100%;
    }
}
.faqs .faq-block .accordion-collapse p {
    margin: 8px 0 0;
}
@media (max-width: 490px) {
    .faqs .faq-block .accordion-collapse p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

.text-border{
    text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000;
    color: white; /* Set text color as desired */
}

.card-body h5{
    color: black!important;
}
.card-body p{
    color: black!important;
}
.card-body ul{
    color: #ef7639!important;
}
.card {
    cursor: pointer;
    border: 1px solid #ddd;
    opacity: 0.6;
    transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s;
    background-color: rgba(255, 255, 255, 1); /* Colore di sfondo #ef7639 con opacità ridotta */
}

/* Stile per le card selezionate */
.card.selected {
    border-color: #ef7639; /* Colore di bordo #ef7639 */
    opacity: 1;
    background-color: rgba(255, 255, 255, 1); /* Colore di sfondo #ef7639 con opacità maggiore */
    position: relative;
}

/* Badge "Selezionato" */
.card.selected .badge-selected {
    position: absolute;
    top: -19px;
    right: 10px;
    background-color: #ef7639; /* Colore del badge #198754 */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: bold;
}

.card-body {
    min-height: 187px; /* Altezza minima per uniformare le card */
}

.card-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ef7639; /* Colore del prezzo #ef7639 */
}

/* Stile personalizzato per l'icona */
.info-icon {
    font-size: 1rem;
    color: #ef7639; /* Colore principale #ef7639 */
    cursor: pointer;
    margin-left: 5px;
}
.info-icon:hover {
    color: #198754; /* Colore verde al passaggio del mouse */
}

/* Stili generali per il modulo */
#payment-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

/* Titolo del form */
#payment-form h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #32325d;
}

/* Stili per il campo card (contenitore) */
#card-element {
    padding: 12px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease-in-out;
}

/* Cambiamento dello stile quando il campo è focalizzato */
#card-element:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Stili per il bottone di pagamento */
#submit {
    background-color: #007bff;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

#submit:hover {
    background-color: #0056b3;
}

#submit:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

/* Messaggi di errore o di successo */
#payment-result {
    margin-top: 20px;
    font-size: 14px;
    color: #d9534f; /* colore errore */
}

#payment-result.success {
    color: #28a745; /* colore successo */
}

/* Stile per le icone e placeholder di Stripe Elements */
.StripeElement {
    font-size: 16px;
    color: #495057;
}

.StripeElement--focus {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.StripeElement--invalid {
    border-color: #e3342f;
}

.StripeElement--webkit-autofill {
    background-color: #f8f9fa !important;
}


#newevent-formFields{
    display: block!important;
}

#newevent-formFields h2{
    padding-top:20px;
}
.tingle-modal{
    z-index: 9999;
}
/*# sourceMappingURL=app.css.map */
