html {
    overflow-x: hidden !important;
    background-color: #191515;
}

body {
    width: 100%;
    overflow-x: hidden !important;
    position: relative;
    font-family: "Oxygen", serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-size: 1.1rem;
    line-height: 1.9;
}

li {
    list-style: none;
    padding-bottom: 10px;
    color: #6F6F6F;
}

.navbar {
    background-color: #191515;
    position: relative;
    z-index: 1000;
    height: 93px;
}

@media (max-width: 992px) {
    .navbar-collapse {
        background-color: #191515;   
        position: absolute;
        top: 93px;
        left: 0;
        width: 100%;
        padding: 20px;
        z-index: 1000;
        border-radius: 0px 0px 0px 0px;
        backdrop-filter: blur(10px);
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav a {
        color: white !important;
        display: block;
        padding: 10px 0;
    }
}

.logo {
    height: 5vh;
}

/*
.navbar-nav a:hover {
    border-bottom: 1px solid white !important;
    color: white !important;
    display: block;
    padding: 12px 0;
}
*/

a {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
}

a:hover {
    color: #C6B2B2;
}

.main-button {
    position: relative;
    z-index: 12 !important;
    /*background: linear-gradient(90deg, #FF4E50, #FC913A, #FF4E50);*/
    background-color: #E0493E;
    background-size: 300% 100%;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 15px 80px;
    border-radius: 7px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}
@media (min-width: 768px) {
    .main-button {
        width: 35%;
        font-size: 1.1rem;
    }
}

.abstract {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
    transform: translateY(55%);
    width: 10%;
}

.get-tix {
    color: white;
    font-size: 1.65vw;
}

.grad-button-small {
    display: inline-block;
    background-color: #E0493E;
    background-size: 300% 100%;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 12px 40px !important;
    width: 100%;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
    white-space: nowrap; 
}
@media (min-width: 768px) {
    .grad-button-small {
        padding: 12px 34px;
        width: 100%;
    }
}


.grad-button-big {
    display: inline-block;
    position: relative;
    z-index: 10 !important;
    background-color: #E0493E;
    background-size: 300% 100%;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 15px 80px;
    border-radius: 7px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}

.grad-button-big:hover {
    transform: scale(1.05);
    color: white;
}

@media (min-width: 768px) {
    .grad-button-big {
        width: 70%;
        font-size: 1.1rem;
    }
}

.grad-button-med {
    display: inline-block;
    position: relative;
    z-index: 10 !important;
    background: white;
    background-size: 300% 100%;
    border: none;
    color: #191515;
    font-weight: 700;
    font-size: 1.2rem;
    width: 100% !important;
    border-radius: 7px;
    padding: 12px 30px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}

.grad-button-med:hover {
    transform: scale(1.05);
    color: #191515;
}

@media (min-width: 768px) {
    .grad-button-med {
        padding: 12px;
        font-size: 1.2rem;
    }
}

.subscribe-btn:hover {
    animation: gradientFlow 2s ease-in-out infinite;

}

.grad-button-small:hover {
    color: white;
    transform: scale(1.05);
}

.main-button:hover {
    color: white;
    animation: gradientFlow 2s ease-in-out infinite;
    transform: scale(1.05);
}

.grad-button-med:hover {
    animation: gradientFlow 2s ease-in-out infinite;
    transform: scale(1.05);
}

.grad-button-big:hover {
    animation: gradientFlow 2s ease-in-out infinite;
    transform: scale(1.05);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hero {
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #191515;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10 !important;
}
@media (min-width: 768px) {
    .hero {
        padding-top: 100px;
        padding-bottom: 0px;
        background-image: url('../assets/bg-2.png');
        margin-top: -90px;
        height: 100vh;
    }
}


.big-text {
    font-size: 13vw;
    font-weight: 700;
    color: #E0493E;
    -webkit-text-stroke: 1px #E0493E;
    text-stroke: 1px #E0493E;
}

@media (min-width: 768px) {
    .big-text {
        font-size: 6.5vw; 
        -webkit-text-stroke: 3px #E0493E; 
        text-stroke:3px #E0493E;
    }
}
/*
@media (min-width: 1200px) {
    .big-text {
        font-size: 5rem; 
        -webkit-text-stroke: 3px #E0493E;
        text-stroke: 3px #E0493E;
    }
}
@media (min-width: 2000px) {
    .big-text {
        font-size: 6rem; 
        -webkit-text-stroke: 3px #E0493E;
        text-stroke: 3px #E0493E;
    }
}
*/

.big-text-2 {
    font-size: 7.5vw;
    font-weight: 700;
    color: white;;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}

@media (min-width: 768px) {
    .big-text-2 {
        font-size: 4.5vw; 
        -webkit-text-stroke: 2px white; 
        text-stroke:2px white;
    }
}
/*
@media (min-width: 1200px) {
    .big-text-2 {
        font-size: 4rem; 
        -webkit-text-stroke: 2px white;
        text-stroke: 2px;
    }
}
@media (min-width: 2000px) {
    .big-text-2 {
        font-size: 5rem; 
        -webkit-text-stroke: 3px white;
        text-stroke: 3px white;
    }
}
*/
.med-text {
    font-weight: 700;
}

.full-width-img {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1 !important;
}
@media (min-width: 768px) {
    .full-width-img {
        
    }
}

.texture1 {
    border-radius: 15px;
    position: absolute;
    z-index: 10 !important;
    width: 300px;
    margin-top: 100px;
    transform: translateX(100px);
    right: 0;
}

.texture2 {
    border-radius: 15px;
    position: absolute;
    z-index: 1 !important;
    width: 300px;
    margin-top: 150px;
    transform: translateX(-100px);
    left: 0;
}

.texture3 {
    border-radius: 15px;
    position: absolute;
    z-index: 1 !important;
    width: 300px;
    margin-top: -200px;
    transform: translateX(-100px);
    left: 0;
}

.texture4 {
    border-radius: 15px;
    position: absolute;
    z-index: 1 !important;
    width: 300px;
    margin-top: 270px;
    transform: translateX(100px);
    right: 0;
}

.ticket-container {
    width: 100%;
    overflow-x: hidden !important;
    position: relative;
}

.ticket-section {
    background-color: #191515;
    color: white;
}

.ticket-section-heading {
    position: relative;
    z-index: 5 !important;
    font-size: 10vw;
    font-weight: 700;
    -webkit-text-stroke: 2px white; /* Stroke width and color */
    text-stroke: 1px white;
    color: white;
    background-color: #191515;
    font-weight: 500;
}
@media (min-width: 768px) {
    .ticket-section-heading {
        font-size: 4vw; 
    }
}

.ticket-section-subhead {
    font-size: 5.5vw;
    font-weight: 700;
    color: white;
}
@media (min-width: 768px) {
    .ticket-section-subhead {
        font-size: 3vw; 
    }
}

.countdown {
    position: relative;
    z-index: 10 !important;
    background-color: #E0493E;
    width: 84%;
    border-radius: 15px;
    padding: 60px 30px;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .countdown {
        padding: 60px 70px;
    }
}

.timer {
    color: white;
    border: 5px solid white;
    border-radius: 10px;
}

.time-head {
    font-size: 1.9rem; 
    display: inline-block;
}
@media (min-width: 768px) {
    .time-head {
        font-size: 2rem; 
    }
}


.sub-head {
    font-size: 1.2rem;
    color: #C6B2B2;
    white-space: nowrap;
}
@media (min-width: 860px) {
    .sub-head {
        font-size: 1.5rem; 
        white-space: nowrap;
    }
}

.sub-head-2 {
    font-size: 1.2rem;
    color: #191515;
    white-space: nowrap;
}
@media (min-width: 860px) {
    .sub-head-2 {
        font-size: 1.5rem; 
        white-space: nowrap;
    }
}

.sub-head-3 {
    font-size: 4.5vw;
    color: white;
    white-space: nowrap;
}
@media (min-width: 600px) {
    .sub-head-3 {
        font-size: 1.7vw; 
        white-space: nowrap;
    }
}

.icons {
    width: 30px;
}
@media (min-width: 768px) {
    .icons {
        width: 30px;
    }
}

.line {
    border-left: 2px solid #191515;
    height: 105%;
}

.line2 {
    border-left: 2px solid #6F6F6F;
    height: 200px;
}

.count-get-btn {
    width: 100%;
}

.video-sec {
    position: relative;
    z-index: 15 !important;
}

.video {
    border-radius: 7px;
    width: 100%;
}
@media (min-width: 768px) {
    .video {
        width: 100%;
    }
}

.about-text {
    color: #6F6F6F;
    font-size: 1.1rem; 
}
@media (min-width: 768px) {
    .about-text {
        font-size: 1.2rem; 
    }
}

.slide-vid {
    width: 90%;
    border-radius: 7px;
}
@media (min-width: 768px) {
    .slide-vid {
        width: 100%;
        height: 28vh;
        border-radius: 7px;
    }
}

.carousel-container {
    position: relative;
    width: 100%;
    margin-left: 5%;
}
@media (min-width: 768px) {
    .carousel-container {
        position: relative;
        width: 80%;
        margin: auto;
    }
}

.swiper {
    color: white !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    z-index: 10;
}

.swiper-button-prev {
    color: #E0493E !important;
    transform: translateY(10px) !important;
}
@media (min-width: 768px) {
    .swiper-button-prev {
        transform: translateY(20px) translateX(-55px)  !important;
        color: #E0493E !important;
    }
}

.swiper-button-next {
    color: #E0493E !important;
    transform: translateY(10px) translateX(-40px)  !important;
}
@media (min-width: 768px) {
    .swiper-button-next {
        transform: translateY(20px) translateX(55px)  !important;
        color: #E0493E !important;
    }
}

.prev-header {
    color: #E0493E;
    padding-bottom: 10px;
}

.sponsor-sec {
    position: relative;
    z-index: 10;
}

.sponsors {
    width: 100%;
    border-radius: 7px;
}

.email-area {
    position: relative;
    z-index: 10 !important;
    font-size: 1.2rem;
    border-radius: 7px;
    width: 100% !important;
}

.subscribe-btn {
    position: relative;
    z-index: 10 !important;
    background: #E0493E;
    background-size: 300% 100%;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    width: 100%;
    height: 10%;
    border-radius: 7px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .subscribe-btn {
        font-weight: 500;
        width: 25%;
        height: 5%;
        border-radius: 7px;
        font-size: 1.2rem;
    }
}

.connect-head {
    position: relative;
    z-index: 10 !important;
}

.nav-head {
    font-weight: 700;
    color: #191515 !important;
}

footer {
    background-color: white;
    position: relative;
    z-index: 12;
}

.socials {
    width: 50%;
}

.socials:hover {
    transform: scale(1.1);
}

.footer-text {
    font-size: 1rem;
}

.map {
    width: 100%;
    border-radius: 7px;
}

.speaker {
    width: 100%;
}