@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fugaz+One&family=Lexend+Tera:wght@100..900&family=Lexend:wght@100..900&family=Michroma&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.roboto-light {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

@media (min-width: 1200px) {
    .date-place {
        margin-top: 1.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        gap: 3vw;
        font-size: 24px;
    }
}

* {
    box-sizing: border-box
}

body {
    background-color: #FFF;
}

.bg-violet {
    background-color: #af48ff;
}

.bg-violet-overlay {
    background: #0F1A65;
    background: linear-gradient(90deg, rgba(15, 26, 101, .9) 10%, transparent 100%);
}

.countdown-container {
    width: 5vw;
    height: 5vw;
    background: linear-gradient(180deg, #43e3ff 0%, #3051aa 90%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1vw;
    backdrop-filter: blur(30px);
    gap: 0.2vw;
    margin-right: 10px;
    font-size: 14px;
}

.date-place {
    margin-top: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 3vw;
    font-size: 14px;
}

.date-place i {
    font-size: 12px;
    padding: 0vw 0.4vw;
    color: #43e3ff;
}

.countdown-box .countdown-time {
    width: 3.2vw;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #FFF;
}

.bg-0e105b {
    background-color: #0e105b;
}

.h-100vh {
    height: 100vh;
}

.over-img {
    align-self: center;
    width: 100%;
    height: 100%;
    max-height: 680px;
    max-width: 650px;
    object-fit: cover;
}

.h-200px {
    max-height: 200px;
    height: 100%;
}

.over-top-img {
    width: 93%;
    height: 12vw;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    margin-left: 10px;
}

.over-left-img {
    width: 100%;
    background-color: #2e2e2e;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-top: -20px;
    aspect-ratio: 233.08/159.17;
}

.over-left-img img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.over-h {
    color: #0e105b;
    font-size: 20px;
    font-family: arial;
    text-transform: uppercase;
    letter-spacing: 0.05vw;
    position: relative;
    width: fit-content;
    padding: 0px;
    margin-left: 0vw;
}

.over-h span:nth-child(1) {
    font-family: arial;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0);
}

.over-para {
    color: #5d5d5d;
    line-height: 20px;
    font-family: "Roboto";
    font-size: 16px;
    padding: 0vw 0vw;
    font-weight: 300;
}



/* CSS */
.button-87 {
    margin: 10px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background-size: 200% auto;
    font-size: 14px;
    color: #0e105b !important;
    border-radius: 30px;
    max-width: 155px;
    display: block;
    border: 0px;
    font-weight: 700;
    background: #285fff;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    font-family: arial;
}

.button-87:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transform: translateY(-5px);

}

/* CSS */
.button-88 {
    margin: 10px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background-size: 200% auto;
    font-size: 14px;
    color: #0e105b !important;
    border-radius: 30px;
    max-width: 155px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background: #03dcfc;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    font-family: arial;
}

.button-88:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);

}

.button-87:active {
    transform: scale(0.95);
}

.button-87 a {
    color: #FFF;
    text-decoration: none;
}

.button-87 a:visited {
    color: #FFF;
}


.button-88:active {
    transform: scale(0.95);
}

.button-88 a {
    color: #0e105b;
    text-decoration: none;
}

.button-88 a:visited {
    color: #0e105b;
}

.performers-name {
    font-size: 16px;
    font-weight: bold;
    font-family: arial !important;
    color: #0e105b;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
}

.market-left {
    color: #FFF;
}

.market-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;

}

.market-h {
    font-family: arial;
    font-size: 3vw;
    color: #0e105b;
}

.market-h span {
    color: #43e3ff;
    font-family: arial;
    font-size: 3vw;
}

.event-logo-box img {
    max-width: 100%;
    max-height: 125px;
    object-fit: contain;
}

.market-boxes {
    width: 100%;
    position: relative;
}

.market-box {
    width: 230px;
    height: 125px;
    background-color: #4211a3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(30px);
}

.market-nums {
    font-family: "Montserrat";
    color: #43e3ff;
    font-size: 16px;
    padding: 0.5vw;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.market-des {
    color: #FFF;
    font-family: "Source Sans 3";
    padding-left: 0.5vw;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
}

.market-img-box {
    width: 100%;
    /* background-image: url(market1.jpg); */
    background-size: 100% 100% !important;
    position: relative;
    background-position-x: 0;
    right: 0;
    top: 0;
    border: 0.5vw solid #43e3ff;
    z-index: 2;
    aspect-ratio: 482/652;
}

.market-para {
    font-size: 20px;
    color: #0e105b;
}

.carousel-container {
    overflow: hidden;
    padding: 20px;
}

.carousel-track {
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
}

.carousel-track::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.card {
    position: relative;
    flex: 0 0 auto;
    width: 300px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #fff;
    cursor: grab;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card:hover .overlay {
    opacity: 1;
}

.dragging {
    cursor: grabbing;
}

.title {
    font-size: 40px;
    font-family: arial !important;
    color: #0e105b;
    text-transform: capitalize;
    position: relative;
    width: fit-content;
}

.title span {
    font-family: arial;
    font-weight: bold;
    color: #0f1b65;
}

.summit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url("highlights-bg.jpg");
    background-size: cover;
}

.summit-patch {
    width: 100%;
    height: 100vh;
    background: linear-gradient(#0e105b, #0e105b, #0e105b, #0e105b);
    position: absolute;
}

.summit-glow {
    width: 15vw;
    height: 15vw;
    background: #43e3ff;
    position: absolute;
    border-radius: 50%;
    filter: blur(150px);
    left: -9vw;
    top: -2vw;
    z-index: 2;
}

.summit-cont {
    width: 80%;
}

.summit-boxes {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.summit-box {
    width: 220px;
    height: 360px;
    background-color: #4211a3;
    border-radius: 1vw;
    backdrop-filter: blur(30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    margin-bottom: 3vw;
    color: #FFF;
}

.summit-box:hover {
    background-color: #0e105b23;
    -webkit-transform: scale(1.1);
    /* Chrome, Safari, Opera */
    transform: scale(1.1);
}

.summit-box:hover .summit-icon {
    fill: #43e3ff;
    transform: translateY(-1vw);
}

.summit-icon {
    width: 45px;
    fill: #43e3ff;
    transition: all 0.5s ease;
}

.summit-icon img {
    width: 100%;
    height: 100%;
}

.summit-h {
    color: #FFF;
    font-family: arial;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1vw;
    margin-top: 20px;
}

.summit-des {
    color: #FFF;
    width: 80%;
    text-align: center;
    margin-top: 0.25vw;
    font-family: "Source Sans 3";
    font-size: 14px;
}

.ex-headings {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1vw;
}

.ex-head {
    width: 13vw;
    height: 13vw;
    gap: 0.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #43e3ff43;
    box-shadow: inset 2px 2px 20px 10px #43e3ff21, inset -2px -2px 20px 10px #43e3ff21;
    border-radius: 1vw;
}

.ex-h-i {
    width: 30%;
    fill: #43e3ff;
}

.ex-h-i img {
    width: 100%;
    height: 100%;
}

.ex-heading {
    color: #0e105b;
    font-family: arial;
    text-align: center;
    font-size: 1vw;
    letter-spacing: 0.05vw;
}

.whytrans {
    color: rgba(14, 16, 91, 0.064);
    font-family: arial;
    position: absolute;
    font-size: 12vw;
    transform: translateX(-7vw);
    margin-top: 5vw;
    margin-left: 3vw;
}

.why-h {
    color: #0e105b;
    font-family: arial;
    font-size: 2vw;
    width: 100%;
    margin-left: 1vw;

}

.why-h span {
    font-family: arial;
    color: #074182;
    font-size: 40px;
}

.why-para {
    color: #0e105b;
    font-size: 1vw;
    font-family: "Source Sans 3";
    margin-top: 1vw;
    line-height: 1.7;
    width: 100%;
    margin-left: 1vw;
}

.owl-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    overflow: hidden;
}

.owl-carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 1rem;
    padding: 0 2rem;
    scrollbar-width: none;
}

.owl-carousel-track::-webkit-scrollbar {
    display: none;
}

.owl-card {
    flex: 0 0 auto;
    width: 300px;
    background: linear-gradient(to bottom, #1c1876, #3f1a7e);
    color: #FFF;
    text-align: center;
    border-radius: 8px;
    padding: 2rem 1rem;
    scroll-snap-align: start;
    transition: transform 0.3s ease;
}

.owl-card:hover {
    transform: scale(1.03);
}

.owl-card .icon {
    font-size: 40px;
    margin-bottom: 1rem;
    color: #66dfff;
}

.owl-card .icon img {
    width: 3vw;
    height: 3vw;
}

.owl-card h4 {
    color: #43e3ff;
    font-family: "Source Sans 3";
    font-size: 1.2vw;
    text-align: center;
    width: 90%;
    font-weight: 700;
    margin-top: 2vw;
}

.owl-nav {
    background: linear-gradient(to bottom, #66dfff, #3a9ad9);
    color: #0e105b;
    border: none;
    font-size: 24px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0 10px;
    transition: background 0.3s ease;
}

.owl-nav:hover {
    background: #30c7ec;
}

@media (max-width: 768px) {
    .owl-card {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .owl-card {
        width: 90%;
    }
}

.featured-carousel * {
    box-sizing: border-box;
}

.featured-carousel .card {
    width: 300px;
    height: 455px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 36px;
    perspective: 2500px;
    cursor: pointer;
    border-radius: 30px;
}

.featured-carousel .cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-carousel .wrapper {
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    height: 455px;
    z-index: -1;
    background: #000;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.featured-carousel .wrapper img {
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.featured-carousel .card:hover .wrapper {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}

.featured-carousel .wrapper::before,
.featured-carousel .wrapper::after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 80px;
    transition: all 0.5s;
    border-radius: 30px;
    position: absolute;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 22px;
}

.featured-carousel .wrapper::before {
    top: 0;
    height: 100%;
    background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19) 97%);
}

.featured-carousel .wrapper::after {
    bottom: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19) 97%);
}

.featured-carousel .card:hover .wrapper::before,
.featured-carousel .wrapper::after {
    opacity: 1;
}

.featured-carousel .card:hover .wrapper::after {
    height: 120px;
}

.featured-carousel .logo {
    width: 100%;
    transition: transform 0.5s;
    position: absolute;
    bottom: 10px;
}

.featured-carousel .card:hover .logo {
    transform: translate3d(0%, -50px, 100px);
}

.featured-carousel .card:hover .cover-image {
    opacity: 0.3;
}

.featured-carousel .character {
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    filter: drop-shadow(2px 2px 2px #000);
    position: absolute;
    z-index: -1;
}

.featured-carousel .card:hover .character {
    opacity: 1;
    transform: translate3d(5%, -20%, 570px);
}

/* footer */
a {
    text-decoration: none;
}

#footer {
    width: 100%;
    height: auto;
    background: #FFF !important;
    display: flex;
    align-items: center;
    border-top: 0.2vw solid #43e3ff3a;
    overflow: hidden;
}

.footerContainer {
    display: flex;
    justify-content: space-between;
    width: 99vw;
    align-items: center;
}

.fLeft {
    width: 60vw;
    height: 8vw;
    display: flex;
    flex-direction: row;
    margin: 0 0 0 1vw;
    gap: 0.8vw;
}

.fMails {
    width: 12vw;
    height: 1.8vw;
    display: flex;
    border: 1.5px solid #0e105b;
    justify-content: center;
    align-items: center;
    color: #0e105b;
    border-radius: 20px;
    cursor: pointer;
}

.fUp {
    display: flex;
    gap: .7vw;
}

.fRight {
    width: 45vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}

.s-f {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
    position: relative;
}

.s-f::after {
    content: "";
    width: 2px;
    height: 4vw;
    position: absolute;
    background-color: #43e3ff;
    right: -1.7vw;
}

.org {
    width: 10vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
}

.foot-logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    height: 5vw;
    width: 7vw;
    text-align: center;
}

.foot-logo-box img {
    width: 4vw;
}

.foot-logo-box:nth-child(2) .fl-des {
    margin-top: -0.5vw;
}

.foot-logo-box:nth-child(2) img {
    transform: translateY(0.3vw);
}

.fl-des {
    color: #0e105b;
    font-family: "Source Sans 3";
    font-weight: 400;
    font-size: 0.8vw;
}

.fUp div {
    width: 2vw;
    height: 2vw;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px #0e105b solid;
    transition: all ease .4s;
}

.fUp div:hover {
    transform: translateY(-3px);
    background-color: #43e3ff;
    border: 1.5px #43e3ff solid;
    color: black;

}

.fUp div:hover .fLinks {
    color: #fff;
}

.fLinks {
    font-size: 1.25vw;
    padding-top: 0.1vw;
    color: #fff;
}

.fCopy {
    color: #0e105b;
    font-family: 'Montserrat';
    font-size: 0.8vw;
    font-weight: 400;
}

.fCopy span a {
    font-weight: 600;
    color: #0e105b;
    text-decoration: none;
}

.foot-l {
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 1.5vw 0vw;
}

.mail-heading {
    color: #0e105b;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.9vw;
}

.mail-box {
    width: 26%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}


.mail {
    font-family: 'Montserrat';
    color: #0e105b;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9vw;
    transition: all 0.3s ease;
}

.mb-cont {
    cursor: pointer;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.8vw 0vw;
    padding-left: 1vw;
}

.mb-cont::before {
    content: "";
    width: 0.1vw;
    z-index: -1;
    height: 3.8vw;
    display: block;
    background: linear-gradient(#43e3ff, #43e3ff);
    position: absolute;
    margin-left: -1vw;
    transition: all 0.5s ease;
}

.mail-box:hover .mb-cont::before {
    width: 100%;
}


/* forms */
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    z-index: 10000;
}


.modalContents {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, rgb(28, 28, 28), black);
    width: 90%;
    /* backdrop-filter: blur(3px); */
    border-top: none;
    border: 1px solid rgb(141, 141, 141);
    border-top: none;
}

.form-img-box {
    width: 30%;
    overflow: hidden;
    height: 26vw;
}

.form-img {
    width: 110%
}

.form-heading {
    font-family: arial;
    color: #0e105b;
    font-size: 1vw;
    border-bottom: none;
    padding: 0.5vw 0vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #ebebeb3d, #9d9c9a36, #0e105b24);
    width: 90%;
    border: 1px solid rgb(141, 141, 141);
    border-bottom: none;
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.3vw;
}

.modalBg {
    width: 100%;
    height: 100%;
    background: linear-gradient(43deg, rgba(0, 0, 0, 0.938), rgba(28, 27, 27, 0.814), rgba(0, 0, 0, 0.786));
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.del-amount-box {
    color: #0e105b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 93%;
    padding: 0.5vw;
    margin-top: 0.5vw;
    background-color: #313131;
}

.del-price-input-box {
    display: flex;
    align-items: center;
    gap: 0.3vw;
}

.del-list {
    padding: 0;
    margin: 0;
    margin-left: 2vw;
    margin-top: 0.5vw;
}

li {
    font-size: 0.55vw;
    font-family: "Poppins";
    font-weight: 300;

}

.del-price-input-box label {
    color: #0e105b;
    font-family: "Poppins";
    font-size: 0.6vw;
    display: flex;
    align-items: center;
    gap: 0.3vw;
}

.del-price-input-box label sup {
    color: red;
    font-size: 0.5vw;
}

.inputs {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.inputs input {
    border-radius: 0px;
    margin: 1vw 0vw;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0e105b37;
    display: flex;
    align-items: center;
    width: 45%;
    height: 1.7vw;
    font-size: 0.7vw;
    color: #0e105b;
}

.inputs input:focus {
    outline: none;
    background-color: none;
}

.inputs input::placeholder {
    font-family: "Poppins";
    color: #0e105b;
    font-size: 0.55vw;
    transform: translate(0.1vw, 0vw);
    font-weight: 300;
}

.check-box {
    width: 93%;
    height: auto;
}

.checks {
    padding: 0.4vw 0vw;
}

.checks label {
    display: flex;
}

.f-btn {
    background: none;
    border: none;
    font-family: "Poppins";
    font-size: 1vw;
    font-weight: 600;
    color: #0e105b;
    padding: 0.2vw 1vw;
    margin: 1vw 0vw;
    cursor: pointer;
    background-color: #43e3ff;
}

.f-btn:hover {
    color: #0e105b;
    background-color: #3468cd;
}


/* Hide the default checkbox */
input[type="checkbox"] {
    display: none;
}

/* Create a custom checkbox style */
.custom-checkbox {
    width: 0.5vw;
    height: 0.5vw;
    border: 0.5px solid #0e105b;
    cursor: pointer;
    transform: translateY(0.1vw);
}

/* Style for when the checkbox is checked */
input[type="checkbox"]:checked+.custom-checkbox::after {
    position: absolute;
    content: '\2714';
    font-size: 0.8vw;
    top: -80%;
    color: #43e3ff;
}


.is-show {
    visibility: visible;
    opacity: 1;
    scale: 1.45;
}

.lt {
    width: 96%;
    margin-left: 1%;
    font-size: 0.55vw;
    font-family: "Poppins";
    font-weight: 300;
    color: #0e105b;
    text-transform: uppercase;
}

.in-box .lt {
    font-weight: 500;
}

.clModal {
    position: absolute;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 0.8vw;
    top: 0.6vw;
    right: 3vw;
    background-color: #000000;
    width: 1vw;
    height: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e105b;
    cursor: pointer;
    opacity: 1;
}

/* Style for invalid text fields */
input.invalid {
    border: 1px solid rgb(255, 0, 0);
}

/* Style for invalid custom checkbox */
label.invalid .custom-checkbox,
.del-price-input-box.invalid .custom-checkbox {
    border: 1px solid rgb(255, 0, 0);
}

.form-message {
    margin-top: 0.5vw;
    font-family: "poppins";
    text-transform: uppercase;
    color: rgb(255, 0, 0);
    font-size: 0.55vw;
    display: none;
}

.mshow {
    display: block;
}

.form-interest {
    width: 93%;
    background-color: #393939;
    padding: 0.5vw;
}

.in-h {
    color: #0e105b;
    font-family: "Poppins";
    font-size: 0.55vw;
    color: #3468cd;
}

.in-box {
    margin-top: 0.5vw;
    display: flex;
    flex-direction: column;
    gap: 0.3vw;
}

.in-box label {
    display: flex;
    gap: 0.5vw;
}

.tagline {
    margin-top: 1.5vw;
    font-family: arial;
    color: #FFF;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1vw;
    /*text-transform: uppercase;*/
}

.tagline span {
    font-size: 30px;
    line-height: 30px;
    font-family: "horizon";
}

/* sponsors */
.sponsors {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5vw;
    background: #0e105b !important;
}

.sponsors-cont {
    width: 80%;
    /*min-height: 30vw;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sponsBoxesCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    margin-top: 4vw;
}

.sponsBoxesCont .owl-carousel .item {
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spon-box {
    width: 97%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0e105b;
    box-shadow: inset 0px 0px 1vw 1vw rgba(0, 0, 0, 0.195);
    border-radius: 1vw;
}

.sponsBoxesCont .owl-carousel .item img {
    width: 70%;
}

.sponsBoxesCont .owl-carousel .item .spon-img {
    width: 70%;
}

.sponsBoxesCont .owl-carousel .item .sq2 {
    width: 50%;
}

.sponsBoxesCont .owl-carousel .item .sq {
    width: 30%;
}

.spon-h {
    color: #0e105b;
    font-family: "cdm";
    text-transform: uppercase;
    letter-spacing: 0.05vw;
    border: 2px solid #43e3ff;
    padding: 0.5vw 1vw;
    width: fit-content;
}

.sponsors-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.spon-boxes {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1vw;
    margin-top: 1.5vw;
}

.media .spon-box {
    width: 20vh;
    height: 10vw;
    display: inline-flex;
}

.spon-img {
    width: 80%;
}

.sq2 {
    width: 60%;
}

.sq {
    width: 40%;
}

/* gallery */
#gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    background: #FFF !important;
}

#gallery .title {
    width: 80%;
    padding: 2vw 0;
}

.gallery-glow {
    width: 20vw;
    height: 20vw;
    position: absolute;
    background: #43e3ff;
    filter: blur(70px);
    border-radius: 50%;
    top: 2vw;
}

#gallery .title::after {
    left: 10vw;
    bottom: 2vw;
    width: 10%;
}

.gallery-container {
    width: 80%;
    height: 100vh;
    gap: 2vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}

.gallery-column {
    width: 26vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-inner-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
}

.gg {
    transform: translateY(6vw);
}

.gal-box {
    width: 24.5vw;
    height: 24.5vw;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gal-box img {
    width: 98%;
    border-radius: 5px;
}

.gb1 {
    background-color: #43e3ff;
}

.gb2 {
    background-color: #470252;
}

.gb3 {
    background-color: #2a0530;
}

.gb4 {
    background-color: #7608a3;
}

.gb5 {
    background-color: lightgreen;
}

/* Animation for scrolling */
@keyframes scroll-down {
    0% {
        transform: translateY(-30%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes scroll-up {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-30%);
    }
}

.move-down {
    animation: scroll-down 10s linear infinite;
}

.move-up {
    animation: scroll-up 10s linear infinite;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    #gallery {
        height: auto;
    }

    .gallery-head {
        font-size: 20px;
        width: 100%;
    }

    .gallery-container .gallery-column:nth-child(3) {
        display: none;
    }

    .gallery-column {
        width: 50vw;
    }

    .gal-box {
        width: 47.5vw;
        height: 47.5vw;
    }

    .gallery-container {
        width: 100%;
        height: 120vw;
    }

    .countdown-container {
        width: 11vw;
        height: 11vw;
        border-radius: 3vw;
        font-size: 16px;
        gap: 0.2vw;
    }

    .over-top-img {
        height: auto;
        margin-left: 0px;
    }

    .over-left-img {
        width: 265px;
        height: 165px;
        margin-top: -10px;
    }

    .over-h {
        color: #0e105b;
        font-size: 3vw;
        font-family: arial;
        text-transform: uppercase;
        letter-spacing: 0.05vw;
        position: relative;
        width: fit-content;
        margin-left: 1vw;
    }

    .over-para {
        line-height: 20px;
        font-size: 16px;
        text-align: justify;
        font-weight: 400;
    }

    .market-img-box {
        margin-top: 20px;
    }

    .title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    /* summit */
    .summit {
        height: auto;
        background-position: 29% 100%;
    }

    .summit-patch {
        width: 100%;
        height: 100%;
        padding-bottom: 7vw;
    }

    .summit-cont {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .summit-boxes {
        padding-bottom: 7vw;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .summit-box {
        width: 220px;
        height: 360px;
        margin: 10px 0px;
        border-radius: 3vw;
    }

    .summit-h {
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .summit-des {
        color: #0e105b;
        width: 90%;
        font-size: 14px;
        margin-top: 10px;
    }

    .whytrans {
        font-size: 25vw;
        transform: translateX(-9vw);
    }

    .why-up-right {
        width: 100%;
        height: auto;
        margin-top: 3vw;
    }

    .ex-head {
        width: 35vw;
        height: 35vw;
        border-radius: 3vw;
    }

    .ex-headings {
        width: 100%;
        gap: 3vw;
    }

    .ex-heading {
        font-size: 3vw;
    }

    .why-box {
        gap: 2vw;
        height: 70vw;
    }

    .why-ex-h {
        font-size: 3.2vw;
        margin-top: 4vw;
    }

    .why-ex-des {
        width: 90%;
        font-size: 2.7vw;
    }

    .why-ex-icon {
        width: 11vw;
        height: 11vw;
        top: 5vw;
    }

    .why-up-left {
        width: 100%;
        height: auto;
    }

    .why-h {
        font-size: 5vw;
        margin-left: 0vw;
        width: 100%;
    }

    .why-h span {
        font-size: 5vw;
    }

    .why-para {
        font-size: 2.7vw;
        line-height: 1.7;
        margin-left: 0vw;
        text-align: justify;
        width: 100%;
    }

    .whytrans {
        font-size: 25vw;
        transform: translateX(-9vw);
    }

    .why-up-right {
        width: 100%;
        height: auto;
        margin-top: 3vw;
    }

    .owl-card h4 {
        color: #43e3ff;
        font-family: "Source Sans 3";
        font-size: 3.2vw;
        text-align: center;
        width: 90%;
        font-weight: 700;
        margin-top: 9vw;
    }

    .owl-card .icon img {
        width: 6vw;
        height: 6vw;
    }

    /* footer */
    .footerContainer {
        flex-direction: column;
    }

    .fLeft {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5vw;
    }

    .mail-box {
        width: fit-content;
    }

    .mb-cont {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5vw;
    }

    .mb-cont::before {
        display: none;
    }

    .mail {
        font-size: 2.5vw;
    }

    .mail-heading {
        font-size: 2.7vw;
    }

    .fRight {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        margin-top: 4vw;
    }

    .s-f {
        align-items: center;
    }

    .s-f::after {
        display: none;
    }

    .org {
        width: 100%;
        height: auto;
        padding-bottom: 3vw;
        gap: 3vw;
    }

    .foot-logo-box {
        gap: 0.5vw;
        height: 15vw;
        width: 25vw;
    }

    .fl-des {
        font-size: 2.8vw;
    }

    .foot-logo-box img {
        width: 10vw;
    }

    .fUp div {
        width: 6vw;
        height: 6vw;
    }

    .fLinks {
        font-size: 3vw;
    }

    .fCopy {
        font-size: 2vw;
        margin-top: 2.5vw;

    }

    /* form */
    .modalWrapper {
        width: 70%;
    }

    .inputs input {
        width: 85%;
        height: 4.7vw;
        font-size: 1.5vw;
    }

    .modalContents {
        width: 80%;
    }

    .inputs input::placeholder {
        font-family: "Poppins";
        font-size: 1.5vw;
        transform: translate(0.3vw, 0vw);
    }

    form {
        width: 100%;
    }

    .form-heading {
        font-size: 3vw;
        font-weight: 800;
        margin: 0vw 0vw;
        margin-top: 4.5vw;
        text-align: center;
        line-height: 4vw;
        width: 80%;
    }

    .check-box {
        width: 85%;
    }

    .custom-checkbox {
        width: 0.9vw;
        height: 0.9vw;
    }

    .lt {
        font-size: 1vw;
    }

    input[type="checkbox"]:checked+.custom-checkbox::after {
        left: -0.2vw;
        font-size: 1.5vw;
    }

    .f-btn {

        font-size: 2vw;
        border-radius: 5px;
        padding: 0.5vw 3vw;
        margin: 2vw 0vw;
    }

    .clModal {
        font-size: 1.8vw;
        width: 3vw;
        height: 3vw;
    }

    .form-img-box {
        display: none;
    }

    .del-amount-box {
        width: 86%;
        padding: 1.5vw;
        margin-top: 2.5vw;
    }

    .del-amount-box .custom-checkbox {
        transform: translateY(-0.4vw);
    }

    .del-price-input-box label {
        font-size: 1.8vw;
        font-weight: 800;
    }

    .del-price-input-box {
        gap: 1.2vw;
    }

    .del-list li {
        font-size: 1.4vw;
    }

    .form-message {
        margin-top: 2.5vw;
        font-size: 1.95vw;
        display: none;
    }

    .in-h {
        font-size: 1.75vw;
    }

    .form-interest {
        width: 85%;
        background-color: #393939;
        padding: 1.5vw;
    }

    .in-box {
        margin-top: 1.5vw;
        gap: 0.9vw;
    }

    .marquee-wrapper {
        display: grid;
        background: #6326de;
        padding: 20px 0px;
    }

    .marquee {
        overflow: hidden;
        position: relative;
        mask-image: linear-gradient(var(--mask-direction, to right),
                hsl(0 0% 0% / 0),
                hsl(0 0% 0% / 1) 10%,
                hsl(0 0% 0% / 1) 90%,
                hsl(0 0% 0% / 0));
    }

    .marquee__ctn {
        display: flex;
        width: 100%;
    }

    .marquee__track {
        display: flex;
    }

    .media .spon-box {
        width: 25vw;
        height: 13vw;
    }

    .date-place {
        margin-top: 1.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        gap: 3vw;
        font-size: 2.2vw;
    }
}




@media screen and (max-width: 600px) {
    .tagline span {
        font-size: 4.5vw;
        line-height: 5vw;
        font-family: "horizon";
    }

    .tagline {
        margin-top: 1.5vw;
        font-family: arial;
        color: #FFF;
        font-size: 3vw;
        line-height: 3vw;
        letter-spacing: 0.1vw;
        /*text-transform: uppercase;*/
    }

    .media .spon-box {
        width: 25vw;
        height: 13vw;
    }

    #gallery {
        height: auto;
    }

    .gallery-head {
        font-size: 20px;
        width: 100%;
    }

    .gallery-container .gallery-column:nth-child(3) {
        display: none;
    }

    .gallery-column {
        width: 50vw;
    }

    .gal-box {
        width: 47.5vw;
        height: 47.5vw;
    }

    .gallery-container {
        width: 100%;
        height: 120vw;
    }

    .countdown-container {
        width: 16vw;
        height: 16vw;
        font-size: 3vw;
        border-radius: 3vw;
        gap: 0.2vw;
    }

    .over-top-img {
        margin-top: 2vw;
        height: auto;
    }

    .over-left-img {
        width: 252px;
        height: 150px;
        margin-top: 0px;
    }

    .over-h {
        color: #0e105b;
        font-size: 7vw;
        font-family: arial;
        text-transform: uppercase;
        letter-spacing: 0.05vw;
        position: relative;
        width: fit-content;
        margin-left: 1vw;
    }

    .over-para {
        line-height: 20px;
        font-size: 16px;

        text-align: justify;
        font-weight: 400;
    }

    .market {
        height: auto;
        padding: 10vw 0vw;
    }

    .market-para {
        font-size: 20px;
        margin-top: 3vw;

    }

    .market-para p {
        font-weight: 400;
    }

    .market-boxes {
        margin-top: 30px;
    }

    .market-h {
        font-size: 7vw;
    }

    .market-h span {
        font-size: 7vw;
    }

    .market-right {
        padding: 10px;
    }

    .market-img-box {
        width: 80%;
    }

    .title {
        font-size: 30px;
    }

    /* summit */
    .summit {
        height: auto;
        background-position: 29% 100%;
    }

    .summit-patch {
        width: 100%;
        height: 100%;
        padding-bottom: 7vw;
    }

    .summit-cont {
        width: 90%;
        height: auto;
    }

    .summit-boxes {
        padding-bottom: 7vw;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .summit-box {
        width: 300px;
        height: 300px;
        margin: 10px 0px;
        border-radius: 3vw;
    }

    .summit-h {
        font-size: 15px;
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .summit-des {
        color: #0e105b;
        width: 80%;
        font-size: 3vw;
        margin-top: 2vw;
    }

    .why-h {
        font-size: 7vw;
        margin-left: 0vw;
        width: 100%;
    }

    .why-h span {
        font-size: 7vw;
    }

    .why-para {
        font-size: 4vw;
        line-height: 1.7;
        margin-left: 0vw;
        text-align: justify;
        width: 100%;
    }

    .ex-head {
        width: 35vw;
        height: 35vw;
        border-radius: 3vw;
    }

    .ex-headings {
        width: 100%;
        gap: 3vw;
    }

    .ex-heading {
        font-size: 3vw;
    }

    .owl-card h4 {
        color: #43e3ff;
        font-family: "Source Sans 3";
        font-size: 3.2vw;
        text-align: center;
        width: 90%;
        font-weight: 700;
        margin-top: 9vw;
    }

    .owl-card .icon img {
        width: 10vw;
        height: 10vw;
    }

    .footerContainer {
        flex-direction: column;
    }

    .fLeft {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5vw;
    }

    /* footer */
    .footerContainer {
        flex-direction: column;
    }

    .fLeft {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5vw;
    }

    .mail-box {
        width: fit-content;
    }

    .mb-cont {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5vw;
    }

    .mb-cont::before {
        display: none;
    }

    .mail {
        font-size: 2.5vw;
    }

    .mail-heading {
        font-size: 2.7vw;
    }

    .fRight {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        margin-top: 4vw;
    }

    .s-f {
        align-items: center;
    }

    .s-f::after {
        display: none;
    }

    .org {
        width: 100%;
        height: auto;
        padding-bottom: 3vw;
        gap: 3vw;
    }

    .foot-logo-box {
        gap: 0.5vw;
        height: 15vw;
        width: 25vw;
    }

    .fl-des {
        font-size: 2.8vw;
    }

    .foot-logo-box img {
        width: 10vw;
    }

    .fUp div {
        width: 6vw;
        height: 6vw;
    }

    .fLinks {
        font-size: 3vw;
    }

    .fCopy {
        font-size: 2vw;
        margin-top: 2.5vw;

    }

    /* form */
    .modalWrapper {
        width: 70%;
    }

    .inputs input {
        width: 85%;
        height: 4.7vw;
        font-size: 1.5vw;
    }

    .modalContents {
        width: 80%;
    }

    .inputs input::placeholder {
        font-family: "Poppins";
        font-size: 1.5vw;
        transform: translate(0.3vw, 0vw);
    }

    form {
        width: 100%;
    }

    .form-heading {
        font-size: 3vw;
        font-weight: 800;
        margin: 0vw 0vw;
        margin-top: 4.5vw;
        text-align: center;
        line-height: 4vw;
        width: 80%;
    }

    .check-box {
        width: 85%;
    }

    .custom-checkbox {
        width: 0.9vw;
        height: 0.9vw;
    }

    .lt {
        font-size: 1vw;
    }

    input[type="checkbox"]:checked+.custom-checkbox::after {
        left: -0.2vw;
        font-size: 1.5vw;
    }

    .f-btn {

        font-size: 2vw;
        border-radius: 5px;
        padding: 0.5vw 3vw;
        margin: 2vw 0vw;
    }

    .clModal {
        font-size: 1.8vw;
        width: 3vw;
        height: 3vw;
    }

    .form-img-box {
        display: none;
    }

    .del-amount-box {
        width: 86%;
        padding: 1.5vw;
        margin-top: 2.5vw;
    }

    .del-amount-box .custom-checkbox {
        transform: translateY(-0.4vw);
    }

    .del-price-input-box label {
        font-size: 1.8vw;
        font-weight: 800;
    }

    .del-price-input-box {
        gap: 1.2vw;
    }

    .del-list li {
        font-size: 1.4vw;
    }

    .form-message {
        margin-top: 2.5vw;
        font-size: 1.95vw;
        display: none;
    }

    .in-h {
        font-size: 1.75vw;
    }

    .form-interest {
        width: 85%;
        background-color: #393939;
        padding: 1.5vw;
    }

    .in-box {
        margin-top: 1.5vw;
        gap: 0.9vw;
    }



    .marquee-wrapper {
        display: grid;
        background: #6326de;
        padding: 20px 0px;
    }

    .marquee {
        overflow: hidden;
        position: relative;
        mask-image: linear-gradient(var(--mask-direction, to right),
                hsl(0 0% 0% / 0),
                hsl(0 0% 0% / 1) 10%,
                hsl(0 0% 0% / 1) 90%,
                hsl(0 0% 0% / 0));
    }

    .marquee__ctn {
        display: flex;
        width: 100%;
    }

    .marquee__track {
        display: flex;

    }

    .date-place {
        margin-top: 1.5vw;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        gap: 3vw;
        font-size: 12px;
        text-align: left;
        flex-direction: column;
    }.date-place .place{
        margin-top: -10px;
    }
}