@import url('/font.css');
@import url('/HemiHead/style.css');
@import url('../libs/fontawesome/css/font-awesome.min.css');

/* font for the case  */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Irish+Grover&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

:root{
    --pink:#BB00FF;
    --light-pink:#cc40ff;
}

/************************Progress Bar*************************/

.progress {
    position: fixed;
    top: 12rem;

    left: 0;
    height: 6px;
    /* background: rgb(175, 103, 226); */
    /* background-color: rgb(167, 85, 214); */
    background: linear-gradient(
  90deg,
  #f3d9ff,  /* light lavender */
  #e08aff,  /* soft pinkish purple */
  #c72dff,  /* your main color */
  #7800a3
    );
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all linear 0.1s;
    min-width: 1%;
    z-index: 100;
}

.date-background {
    display: inline-block;
    /* Allows the background to fit the text */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with 70% opacity */
    color: #ffffff;
    /* White text color for contrast */
    padding: 10px 20px;
    /* Padding around the text */
    border-radius: 50px;
    /* Optional: rounded corners */
    margin-top: 10px;
    /* Space above the date */

}

/************************ Banner ****************************/

.lgx-container{
    overflow: hidden;
}

.home_container {
    /* width: 100vw; */
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16rem;
    padding-bottom: 5rem;
}

#top-logo-img {
    width: 9vw;
}

.banner-parallax {
    background-image: url("../img/bg/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Anton', sans-serif;
}


.home_hackCBS>h2 {
    color: #d6b7bc;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 2.8vw;
    font-style: italic;
    letter-spacing: 0px;
    margin-top: 15vh;
    margin-left: 3rem;
}


.home_hackCBS>h1 {
    /* font-family: "Hemi Head W00 Bold" !important;
    font-style: italic;
    font-weight: 700;
    font-size: 10.5vw;
    color: #F8F5FF;
    margin-top: 4.5rem; */
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12vw;
    /* line-height: 230px; */
    color: #F8F5FF;
    margin-top: 15vh;
}

.hackcbs_landing {
    display: block;
    margin: auto;
    margin-top: -26rem;
}

.home_hackCBS .text {
    /* width: fit-content;
    font-style: italic;
    font-weight: 600;
    font-size: 3vw;
    color: pink;
    margin-top: -60px;
    padding-left: 0.8rem;
    letter-spacing: 5px;
    text-transform: uppercase; */
    width: fit-content;
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 400;
    font-size: 2.8vw;
    /* line-height: 43px; */
    color: #F8F5FF;
    margin-top: -80px;
    padding-left: 0.8rem;
}

.home_hackCBS>h1>span {
    /* font-family: "Hemi Head W00 Bold" !important;
    font-style: italic;
    font-weight: 800;
    padding-left: 1.5rem;
    text-emphasis-color: transparent;
    -webkit-text-stroke: 3px #9f86d5;
    -webkit-text-fill-color: transparent; */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 14.5vw;
    /* line-height: 346px; */
    padding-left: 1.5rem;
    background: linear-gradient(65.7deg, #FC5FD9 9.76%, #A481EF 40.43%, #8D5DF5 87.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
}

.home_date-container p {
    font-family: windlas;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5rem;
    /* line-height: 47px; */
    color: #F8F5FF;
    margin-top: 6rem;
}

.home_date-container {
    margin-top: 34rem;
    position: relative;
}

.home_button-container {
    display: flex;
    gap: 4rem;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 15rem;
      position: relative;
  z-index: 5;
}


.home_date-container .fa-calendar {
    font-size: 3rem;
}

.lgx-scroll>img,
#mlh-trust-badge>img {
    max-width: 80%;
}

.banner-video-overlay {
    background-color: rgba(0, 0, 0, 0.5);    
    display: block;
}


.date {
        font-weight: 900;
        text-align: center;
        font-size: 26px;
        transform: scale(1.3);
        margin-top: 35px;
        color: #fff;
        -webkit-text-stroke: 0.05px #7800A3;
        font-family: "Irish Grover", sans-serif;
    }

.apply-button{
      position: relative;
     z-index: 5;
}
.button-register {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    padding: 1.35rem 5.2rem;
    color: #FFFFFF;
    /* background: linear-gradient(45deg, #f87bdd, #ff69de, #ee36ff, #b51afd, #891bff, #a824ff); */
    background: linear-gradient(92.48deg, #247878 0.26%, #45b6b6 39.81%, #DFEAF0 91.19%);
    border-radius: 12px;
    border: none !important;
    /* margin-right: 4rem; */
}

.button-discord {
    /* display: flex; */
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    padding: 1.3rem 3rem;
    color: #FFFFFF;
    background: #1F2631;
    border-radius: 12px;
    border: 3px #45b6b6 solid;
}

.banner-button-style {
    border: 3px #45b6b6 solid;
    outline: none;
    color: #DFEAF0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.banner-button-style>a,
.home_button-container a {
    text-decoration: none;
    color: #DFEAF0;
}

.banner-button-style:before {
    content: '';
    background: linear-gradient(
  279deg,
  #3D0052,
  #520070,
  #65008A,
  #7800A3,
  #8C1AB8,
  #9E33C9,
  #AB4DD1,
  #B766DA,
  #C380E2
);

    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(3px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: glowing 20s linear infinite;
    transition: opacity .1s ease-in-out;
    border-radius: 10px;
}

.banner-button-style:hover {
    border-radius: 10px !important;
}

.banner-button-style:active {
    color: white;
}

.banner-button-style:active:after {
    background: transparent;
}

.banner-button-style:hover:before {
    opacity: 1;
}

button.banner-button-style:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1F2631;
    left: 0;
    top: 0;
    border-radius: 10px;
    transform: unset;
}

button.button-register:after {
    background: transparent;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}



#devfolio-button {
    align-items: center;
    background-color: var(--light-pink);
    border-radius: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    z-index: 2 !important;
}

#devfolio-button:hover {
    background-color: var(--pink) !important;
}


section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.stats {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    /* font-family: 'Montserrat', sans-serif; */
    bottom: 5%;
}

.stats .fa {
    font-size: 70px;
}

.stat_icon1 {
    width: 80px;
}

.btn-primary:hover {
    background-color: #fff;
    color: #152836;
}

.btn-primary {
    background-color: #152836;
    border-color: #0e1a24;
    color: #fff;
}

.btn-primary {
    border-color: #eee;
    color: #eee;
    transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.btn-grad {
    background-image: linear-gradient(to right, #000 0%, #53346d 51%, #000 100%);
}

.btn-grad:hover {
    background-position: right center;
}



.container {

    color: #DFEAF0;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
}

.grid-item {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    height: 100px;
    padding: 30px;
    align-content: center;
    vertical-align: center;
    grid-gap: 20px;
}

.card {
    background-color: white;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid white;
    border-radius: 15px;
    box-shadow: 10px 10px 8px #888;
}

.card-image {
    float: left;
    border-radius: 10px;
}

.card-content {
    float: right;
}

.card-content h3 {
    font-size: 30px;
    margin-top: 5px;
    text-transform: uppercase;
    /* font-family: Montserrat, sans-serif; */
}

.card-content h4 {
    font-size: 20px;
    margin-top: 0px;
    color: rgba(27, 39, 61, 0.5);
    /* font-family: Montserrat, sans-serif; */
}

.team-icons {
    font-size: 40px;
}

.card2 {
    background-color: white;
    box-sizing: border-box;
    margin: 10px;
    padding: 20px;
    border: 1px solid white;
    border-radius: 5px;
}

.card-image2 {
    border-radius: 10px;
}

.card-content2 h3 {
    font-size: 20px;
    margin-top: 5px;
    text-transform: uppercase;
    /* font-family: Montserrat, sans-serif; */
}

.team-icons2 {
    font-size: 30px;
}

a {
    text-decoration: none !important;
}

.clr-blue {
    color: var(--light-pink);
}

.clr-black {
    color: black;
}

.clr-white {
    color: #fff;
}

.clr-dark {
    color: #DFEAF0;
}



.sponsor_space {
    margin-bottom: 50px;
}

.zero-padding {
    padding: 0;
}

.mlh-badge {
    width: 10%;
    position: fixed;
    top: 84px;
    right: 12px;
    z-index: 9999;
    min-width: 56px;
}

.sponsor_large {
    width: 250px;
}

.sponsored-heading-media {
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
    font-weight: 700;
    color: #ec398b;
    text-transform: uppercase;
    text-align: center;
    margin: 0.5rem 0 2rem;
    display: block;
}

.resource_color {
    color: #eee;
}

.profile_height {
    height: 360px !important;
}

.speaker_box .speaker_img .info_box {
    padding: 2px;
    min-width: 70%;
    bottom: 8px;
    padding-left: 10px;
}

.disabled {
    color: fff !important;
    box-shadow: none !important;
    border-radius: unset !important;
    cursor: no-drop;
}

.stat-icons {
    font-size: 80px;
}

.stats h5 {
    margin-bottom: 4rem;
    line-height: 1.5rem;
}

.quote {
    font-size: 8rem;
    font-weight: 600;
    color: #fff;
    line-height: 12rem;
    /* font-family: Oswald, sans-serif; */
}


.home-button {
    padding: 10px;
}

.home-button1 {
    float: right;
    align-content: center;
}

.home-button1 button {
    height: 50px;
    width: 400px;
    font-size: 18px;
    margin: 15px;
}

.home-button2 {
    float: left;
}

.home-button2 button {
    height: 50px;
    width: 400px;
    font-size: 18px;
    margin: 15px;
}

.home-button3 {
    margin-top: 8px;
}

.quote span:nth-child(1) {
    color: #00ff39;
}

.quote span:nth-child(2) {
    color: #ffd717;
}

.quote span:nth-child(3) {
    color: #00ff39;
}

.contact-icon {
    font-size: 3rem;
}

.email-link {
    font-size: 40px;
    text-align: center;
    /* font-family: Raleway, sans-serif; */
    font-weight: 1000;
}

/** Glimpses **/

/** Glimpses **/

.glimpse-title {
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 36px;
}

.previous_ed {
    margin-top: 1rem;
}

.glimpses_of_events {
    display: flex;
    justify-content: center;
    align-items: center;
}

.glimpses_of_events .addBack {
    transform: rotateY(180deg);
    transition: all 0.6s ease-in-out;
    transform-style: preserve-3d;
}

.glimpses_of_events .removeBack {
    transform: rotateY(-180deg);
    transition: all 0.6s ease-in-out;
    transform-style: preserve-3d;
}

.row1,
.row2,
.row3,
.row4,
.row5 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.col-lg-2 {
    padding-left: 0.30rem;
    margin-top: 0.10rem;
    margin-bottom: 0.10rem;
}

.glimpse_flip-card {
    background-color: transparent;
    height: auto; /* Remove fixed height to maintain responsiveness */
    perspective: 1000px;
    border: 0.2rem solid goldenrod; /* Golden border */
    overflow: hidden; /* Ensure the card content doesn't overflow */
}

.glimpse_flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}

.glimpse_flip-card-front,
.glimpse_flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.glimpse_flip-card-front img,
.glimpse_flip-card-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glimpse_flip-card-back {
    transform: rotateY(180deg);
}

.glimpse_flip-card {
    width: 20rem; /* Maintain rectangular width */
    height: 16rem; /* Adjust height to make it slightly smaller than width */
}

.glimpses_container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap if there's not enough space */
    gap: 1rem; /* Add gap between cards */
    justify-content: center; /* Center align */
    align-items: center;
    overflow-y: scroll; /* Enable vertical scrolling */
}

.glimpses_container::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}

.glimpses_container {
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.glimpses_container:hover .glimpse_flip-card {
    animation: scrollCards 10s linear infinite; /* Infinite scrolling */
}

@keyframes scrollCards {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

/* Responsive styling */
@media screen and (max-width: 550px) {
    .glimpses_container {
        grid-template-columns: repeat(3, 1fr);
    }

    .glimpse_flip-card {
        height: 13rem;
        width: 14rem;
    }
}

@media screen and (min-width: 550px) and (max-width: 768px) {
    .glimpses_container {
        grid-template-columns: repeat(5, 1fr);
    }

    .glimpse_flip-card {
        height: 18rem;
        width: 15rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .glimpses_container {
        grid-template-columns: repeat(5, 1fr);
    }

    .glimpse_flip-card {
        height: 18rem;
        width: 15rem;
    }
}








/* .about-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#about {
    background: url('assets/img/New_bg/AboutOverlay.png') no-repeat center center;

}

#about-div {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
} */

/* Main About Section Container */
.about-container {
    display: flex;
    flex-wrap: wrap; /* Ensures items wrap on smaller screens */
    justify-content: space-between; /* Creates space between child elements */
    align-items: flex-start; /* Aligns items to the top of the container */
    gap: 20px; /* Adds space between the flex items */
    padding: 40px 20px 0px 20px; /* Adds padding inside the container */
    max-width: 1200px; /* Restricts the container's width */
    margin: 0 auto; /* Centers the container on the page */
}
#about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%; /* adjust gradient height */
  background: linear-gradient(to bottom, black, transparent);
  pointer-events: none; /* so clicks still go to video if needed */
}


/* About Section */
#about {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
        url('../img/backgrounds/mtt_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;

    background-size: cover; /* Ensures the background image covers the whole section */
    position: relative;
    padding: 80px 0px 0px 0; /* Adds vertical padding for the section */
    color: #fff; /* Text color */
    text-align: left; /* Centers text content */
    z-index: 1; /* Ensures it's above background content */
}

@media only screen and (max-width:768px) {
    #about-div p{
        margin-right: 0px !important;
    }
}

/* Flex Container for Content in About Section */
#about-div {
    display: flex;
    flex-direction: column; /* Stacks items vertically */
    justify-content: center; /* Centers content vertically within the container */
    align-items: left; /* Centers content horizontally */
    overflow: hidden; /* Hides overflowed content */
    max-width: 1000px; /* Restricts content width */
    margin: 0 auto; /* Centers the content */
}

/* Paragraph and Text Styling */
.about-container p {
    margin: 10px 0; /* Adds margin between paragraphs */
    font-size: 1.1rem; /* Slightly increases font size */
    line-height: 1.6; /* Improves readability */
    color: #333; /* Default paragraph color */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .about-container {
        justify-content: left; /* Centers items when screen width is smaller */
        gap: 15px; /* Reduces gap on smaller screens */
    }

    .date{
        transform: scale(1);
    }

    #about-div {
        padding: 20px; /* Adds padding for smaller screens */
    }

    .about-container p {
        font-size: 1rem; /* Slightly smaller font size for mobile */
        line-height: 1.5; /* Adjusts line height for mobile */
    }
}


/* .medium-ship {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
} */
.stat_icons .counting {
    font-size: 24px;
    font-weight: bold;
}
.stats h5 {
    margin-top: 10px;
    font-size: 18px;
}
@media only screen and (max-width:768px){
    .stats h5 {
    font-size: 16px;
    line-height: 18px;
}
}

.medium-ship {
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
    margin-top: 80px; /* Adjust this value to move the ship downwards */
}
.medium-ship img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .medium-ship {
        max-width: 100%;
        margin-top: 15px; /* You can adjust this value for smaller screens */
    }
}


/* #about-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */



.left-container {
    flex-basis: 60%;
    /* Takes 60% of available space */
    width: 60%;
    padding: 15px;
    box-sizing: border-box;
    /* Include padding in the width calculation */
    word-wrap: break-word;
    /* Prevent long words or content from overflowing */
}

.right-container {
    flex-basis: 40%;
    /* Takes 40% of available space */
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    /* Prevent container from growing beyond its space */
}

.right-container img {
    max-width: 70%;
    /* Ensures image never exceeds its container width */
    height: auto;
    object-fit: contain;
    /* Prevents image from overflowing the container */
    margin-bottom: 20%;
}

/* Hide right-container on mobile */
@media (max-width: 768px) {
    .right-container {
        display: none;
    }

    .left-container {
        width: 100%;
    }
}

/* .lgx-photo-gallery-black .lgx-inner {
    background: rgba(78, 98, 129, 0.93);
} */



#speakers {
    background: #F8F5FF;
}

.speaker-card {
    height: 350px;
    margin: 3rem;
    padding: 35px 24px;
    border-radius: 15px;
    justify-content: center;
    align-content: center;
    text-align: center;
    background: linear-gradient(159.8deg, #F8F5FF 0%, #F0E9FF 88.57%);
    box-shadow: 2px 2px 40px rgb(0 0 0 / 25%);
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1); */
}

.speaker-card:hover {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); */
    box-shadow: 2px 2px 20px rgb(45, 42, 42);
    cursor: pointer;

}

.speaker-img img {
    border-radius: 200px;
    width: 180px;
}

.speaker-card h3 {
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    /* font-family: Montserrat; */
}

.speaker-card h4 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 400;
    /* font-family: Montserrat; */
    opacity: 80%;
}

.lgx-gallery-single figure:hover {
    cursor: pointer;
}

.timer {
    padding: 40px 80px;
}

.timer-box {
    padding: 50px;
    margin: 20px;
    color: white;
    text-decoration: uppercase;
    border-bottom: 0px solid black;
    border-radius: 10px;
    align-content: center;
    /* font-family: Poppins-Black; */
}

.timer-box h3 {
    color: white;
    font-size: 100px;
    font-weight: 1000;
}

.timer-text {
    font-size: 15px;
    font-weight: bold;
    /* font-family: Montserrat, sans-serif; */
    margin-left: 10px;
}

#sponsors {
    background-color: #000000;
    /* background-image: 
    linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
    url('../img/backgrounds/mtt_bg.png'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sponsor-heading {
    font-size: 25px;
    font-weight: 700;
    /* font-family: Montserrat, sans-serif; */
    align-content: center;
    text-align: center;
    justify-content: center;
    margin: 50px 0px 30px 0;
    text-transform: uppercase;
}

.sponsors-logo {
    background-color: #fff;
    margin: 15px 10px;
    padding: 20px 5px;
    align-content: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    cursor: grab;
}


.compat-logo {
    background-color: #fff;
    margin: 15px 10px;
    padding: 20px 5px;
    align-content: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    cursor: grab;
}
.sponsors-logo:hover {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1), 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.title-sponsor img {
    width: 60%;

}

.gold-sponsor img {
    width: 50%;

}


.silver-sponsor img {
    width: 50%;
}

.general-sponsor img {
    width: 70%;

}

.general-sponsor .sponsors-logo {
    background-color: #fff;
    margin: 15px 10px;
    padding: 20px 5px;

    align-content: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    cursor: grab;
}

.past-sponsor img {
    width: 50%;
}

#speakers-info p {
    font-size: 20px;
}

.cpf {
    padding: 40px;
    align-content: center;
    text-align: center;
    justify-content: center;
}

.cpf-card {
    margin: 10px;
    padding: 40px;
    background: #e42bde;
    background: -webkit-linear-gradient(to bottom, #eaecc6, #2bc0e4);
    background: linear-gradient(to bottom, #eaecc6, #2bc0e4);
    border-radius: 10px;
}

.cpf-card:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.cpf-card p {
    font-size: 20px;
    color: white;
}

.contact {
    padding: 0 50px;
}





.contact-card {
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    position: relative;

    /* Gradient in your theme */
    background: linear-gradient(45deg, #e8ccff, #c72dff, #7800a3);
    color: #fff;

    /* Glassmorphism effect */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border-radius: 20px;

    /* Borders in theme color */
    border-top: 4px solid #c72dff;
    border-bottom: 4px solid #7800a3;

    /* Shadow for professional depth */
    box-shadow: 0 8px 20px rgba(199, 45, 255, 0.3),
                0 4px 12px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover effect */
.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(199, 45, 255, 0.45),
                0 6px 16px rgba(0, 0, 0, 0.12);
}


.contact-card span {
    background-color: var(--pink);
    color: #fff;
    padding: 8px 12px;
    font-size: 30px;
    border-radius: 20px;
}

.contact-card h3 {
    font-size: 40px;
    font-weight: 1000;
    
}

.contact-card h4 {
    /* font-family: roboto; */
    margin-top: 25px;
    font-size: 25px;
    color: #d2e1eb;
}

.contact-card h5 {
    font-size: 2rem;
}

.contact-content {
    margin-top: 10px;
}

.contact-card:hover::before {
    transform: translateX(100%);
}

.contact-content a {
    color: #0f1112;

}

.contact-content a:hover {
    color: inherit;
}

.contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgb(97, 125, 158, 0.5), transparent);
    transform: skew(-18deg);
    transition: .6s;
    border-radius: 10px;
    z-index: -2;
}


.themes-bg {
    background-color: #040709;
    background-size: cover;

}

.themes-bg-cover {
        background-image: 
        linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
        url('../img/backgrounds/mtt_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



/***** Register Section *****/
div.lgx-single-registration.recommended {
    background: linear-gradient(159.8deg, #f5f2fd 0%, #dacdfa 88.57%);
    margin: 0 13rem;
    width: unset !important;
}

.lgx-registration-area .lgx-single-registration:hover .lgx-single-registration-inner {
    /* animation-name: zoomIn; */
    animation-name: zoomIn;
    /* background: linear-gradient(159.8deg, #fefdff 0%, #e1d4ff 88.57%); */
}

/* ************* */
.sample-problem-btn {
    background-color: #845fd6;
}

.sample-problem-btn:hover {
    background-color: #9b72f3;
}

.counter-section {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.section-padding {
    padding: 90px 0;
}

.icon-swag {
    padding-left: 35%;
}

.swagpara {
    margin-top: 25px;
    color: black;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 2rem 1rem;
    color: var(--light-pink);
    font-size: 1.8rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #e59fff;
}

.accordion a:hover::after {
    border: 1px solid var(--pink);
}

.accordion a.active {
    color: var(--light-pink);
    border-bottom: 1px solid var(--light-pink);
}

.accordion a::after {
    font-family: 'Ionicons';
    content: '+';
    position: absolute;
    float: right;
    right: 0.5rem;
    font-size: 2rem;
    color: var(--pink);
    padding: 1px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #68008e;
    text-align: center;
    margin-bottom: 2px;
}

.accordion a.active::after {
    font-family: 'Ionicons';
    content: '-';
    color: var(--pink);
    border: 1px solid #68008e;
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

.accordion .content p {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0px;
    color: #D8E6F0;
}

.content a {
    text-decoration: underline;
    display: inline;
    width: 100%;
    padding: 0px;
    color: #247878;
    font-size: 1.7rem;
    font-weight: 400;
    border-bottom: 0px solid #e5e5e5;
}

.content a::after {
    display: none;
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}

.slider {
    position: relative;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -28px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.slider_row:after {
    content: '';
    display: table;
    clear: both;
}

.slider_column {
    float: left;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.highlighter {
    border: 4px solid #DFEAF0;
    z-index: 1;
}

.spacing_slider {
    margin-top: 10px;
}

#whatsapp {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: green;
    color: white;
    cursor: pointer;
    padding: 22px 25px;
    border-radius: 200px;
    font-size: 30px;
}

#whatsapp:hover {
    background-color: #555;
}


/*******Scroll Bar******/

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #ffaaf6;
}

::-webkit-scrollbar-thumb {
    background: var(--light-pink);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--pink);
}

/*****Media*****/

@media screen and (max-width: 1240px) {
    .swiper {
        height: 520px;
    }
}


@media screen and (max-width: 1120px) {
    .swiper {
        height: 480px;
    }
}

@media screen and (max-width: 940px) {
    .swiper {
        height: 400px;
    }
}

@media screen and (max-width: 820px) {
    .swiper {
        height: 360px;
    }
}

@media screen and (max-width: 768px) {
    .title-sponsor img {
        height: 27vw;
        width: 50%;
    }

    .title-sponsor .sponsors-logo {
        margin: 15px;
    }

    .gold-sponsor img {
        width: 60%;
    }

    .gold-sponsor .sponsors-logo {
        margin: 20px;
    }

    .silver-sponsor img {
        width: 60%;
    }

    .general-sponsor img {
        width: 60%;
    }

    .past-sponsor img {
        width: 90%;
    }

    .sponsors-logo {
        padding: 8px 5px;
        margin: 8px;
    }

    .swiper {
        height: 320px;
    }

    .sponsor-heading {
        font-size: 20px;
    }

    .cpf-card p {
        font-size: 13px;
    }

    .cpf-card {
        padding: 20px;
    }

    .cpf {
        padding: 20px;
    }

    .theme-input {
        font-size: 15px;
        font-weight: 700;
    }

    .contact {
        padding: 0 30px;
    }

    .contact-card {
        background-color: #ebe6db;
        border-radius: 15px;
        padding: 30px;
        text-align: center;
    }

    .contact-card span {
        padding: 6px 9px;
        font-size: 30px;
    }

    .contact-card h3 {
        font-size: 30px;
    }

    .contact-card h4 {
        margin-top: 20px;
        font-size: 20px;
    }

    .contact-card h5 {
        font-size: 20px;
    }

    .themes-bg-cover {
        background: #040709;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: auto;
    }

    .sponsor-image {
        padding: 10px;
    }

    .stat-icons {
        font-size: 50px;
    }
    

    .email-link {
        font-size: 30px;
    }

    .quote {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        line-height: 0rem;
        /* font-family: Oswald, sans-serif; */
    }


    .home-button {
        padding: 0px;
    }

    .home-button1 {
        float: none;
    }

    .home-button1 button {
        margin: 5px;
        height: 40px;
        width: 300px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .home-button2 {
        float: none;
    }

    .home-button2 button {
        margin: 5px;
        height: 40px;
        width: 300px;
        font-size: 14px;
    }

    .speaker-card {
        height: 230px;
        margin: 5px;
        padding: 30px 5px;
    }

    .speaker-img img {
        width: 100px;
    }

    .speaker-card h3 {
        font-size: 1.5rem;
        line-height: 0px;
    }

    .speaker-card h4 {
        font-size: 1.2rem;
    }

    .timer {
        padding: 20px;
        margin-top: 10px;
    }

    .timer-box {
        padding: 15px 15px;
        margin: 5px;
        border-radius: 5px;
    }

    .timer-box h3 {
        line-height: 0px;
        font-size: 40px;
        font-weight: 1000;
    }

    .timer-text {
        line-height: 0px;
        font-size: 10px;
        margin-left: 0px;
    }

    .card {
        padding: 8px;
        margin: 0px;
    }

    .card-content h3 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
    }

    .card-content h4 {
        font-size: 15px;
        color: rgba(27, 39, 61, 0.5);
    }

    .team-icons {
        font-size: 25px;
    }

    .card2 {
        padding: 8px;
        margin: 10px;
    }

    .card-content2 h3 {
        font-size: 12px;
        font-weight: 700;
        margin-top: 5px;
    }

    .team-icons2 {
        font-size: 20px;
    }

    .stats .fa {
        font-size: 40px;
    }

    .stat_icon_1 {
        width: 40px;
    }

    .stats {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        /* font-family: 'Montserrat', sans-serif; */
        bottom: 5%;
    }

    .accordion a::after {
        padding: 3px;
        bottom: 2px;
    }

    .accordion .content p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1100px) {
    .lgx-header .lgx-navbar .lgx-nav li a {
        font-size: 70%;
    }
}


@media screen and (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
        margin-top: 1rem;
        margin-right: 10rem;
    }
}

@media screen and (max-width: 1024px) {

    .home-button1 {
        float: none;
    }

    .home-button1 button {
        margin: 5px;
        height: 40px;
        width: 300px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .home-button2 {
        float: none;
    }

    .timer {
        padding: 20px;
        margin-top: 10px;
    }

    .timer-box {
        padding: 15px 15px;
        margin: 5px;
        border-radius: 5px;
    }

    .timer-box h3 {
        line-height: 0px;
        font-size: 40px;
        font-weight: 1000;
    }

    .timer-text {
        line-height: 0px;
        font-size: 10px;
        margin-left: 0px;
    }

}

/* Add background image for the Prizes section */
#prizes {
    background-color: #040709;
        background-image: 
        linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
        url('../img/backgrounds/mtt_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.prize-container {
    padding: 50px 25px 100px 25px;
}


.prize-heading,
.hack-prize-heading {
    padding: 15px 30px;
    background-color: #d42241;
    line-height: 2.5rem;
}

.prize-heading p,
.hack-prize-heading p {
    text-transform: uppercase;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 900;
    font-size: 2rem;
    color: white;
}

.prize-modal-header h5 {
    text-align: center;
    font-size: 3rem;

}

.prize-modal-body {
    padding: 25px;
}

.prize-modal-body a {
    text-decoration: unset;
    color: rgba(29, 29, 29, 0.8);
}

.prize-modal-body p {
    font-size: 1.4rem;
}

.prize-modal-footer {
    font-size: 1.6rem;
}

h4.hack-prize-heading {
    margin-top: 30px !important;
    margin-bottom: 70px !important;
}

.prize-heading .prize-icon,
.hack-prize-heading .prize-icon {
    float: right;
}

.prize-body {
    background-color: white;
    padding: 10px 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.prize-body p {
    font-size: 1.4rem;
}

.prize-body ul {
    list-style-type: none;
    margin-left: -40px;
}

.prize-body span {
    float: right;
    font-size: 1rem;
    font-weight: 700;
}

.prize-body li {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
    cursor: grab;
}

.prize-body li:hover {
    color: rgb(20, 27, 65);
}

.prize-body hr {
    margin: 5px 0px;
}

/* .prize-know-btn {
    background-color: #90C4F2;
} */

.cta {
    border: none;
    background: none;
}

.cta:hover {
    border: none;
    box-shadow: none;
}

.cta span {
    padding-bottom: 7px;
    letter-spacing: 2px;
    font-size: 14px;
    padding-right: 15px;
    text-transform: uppercase;
}

.cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.cta:hover svg {
    transform: translateX(0);
    border: 0;
}

.cta:active svg {
    transform: scale(0.9);
}

.sponsor_us_btn .hover-underline-animation {
    color: white;
    border: 2px solid var(--light-pink);
    padding: 10px 20px;
}



.hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: var(--light-pink);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}


.cta:hover .hover-underline-animation:after {
    transform: scaleX(0.91);
    transform-origin: bottom left;
}

/* .prize-know-btn:hover {
    background-color: #667C97;
} */

#workshops {
    margin-top: 0vh;
    padding-bottom: 80px !important;
    padding-top: 13rem;
    background: #040709;
    /* background-color: #5bc2e0; */
}

.flip-card {
    border-radius: 0 0 2rem 2rem;
    width: 100%;
    height: 24rem;
    perspective: 1000px;
    background-color: white;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    border-radius: 0 0 1rem 1rem;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #D4EBFF;
    color: black;
    padding: 0px 15px;
}

.flip-card-front h3 {
    font-size: 1.9rem;
    font-weight: 700;
    /* font-family: 'Montserrat', sans-serif; */
    line-height: 2.5rem;
}

.flip-card-front p {
    font-size: 1.5rem;
    /* font-family: 'Montserrat', sans-serif; */
    line-height: 2.5rem;
}

.flip-card-front i {
    font-size: 1.8rem;
    margin: 2px;
}

.flip-card-back {
    background-color: #D4EBFF;
    color: white;
    padding: 5px 20px;
    transform: rotateY(180deg);
}

.flip-card-back h3 {
    font-size: 1.9rem;
    font-weight: 1000;
    /* font-family: 'Montserrat', sans-serif; */
    line-height: 2.5rem;
}

.flip-card-back i {
    font-size: 3rem;
    letter-spacing: 10px;
}

.flip-cover {
    padding: 2em;
    border-radius: 1rem 1rem 0 0;
    /* height: 170px; */
    background-color: white;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.permissionless-card-content,
.elastic-card-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.workshop-card {
    margin: 20px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.workshop-btn {
    padding: 10px;
    background-color: white;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.workshop-btn button {
    width: 150px;
    padding: 8px 12px;
    color: #e11f83;
    background-color: transparent;
    border: 2px solid #f74ca4;
    border-radius: 10px !important;
}

.workshop-btn .btn-danger {
    background-color: #f74ca4;
    color: white;
    border-radius: 10px !important;
    border: 2px solid #f74ca4;
}

.workshop-btn button:hover {
    background: #f74ca4;
    border-color: #f74ca4;
    font-size: 15px;
}

.workshop-btn .btn-danger:hover {
    background: transparent;
    color: #f74ca4;
    font-size: 15px;
}

.modal-body h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
}

.modal-body p {
    text-align: justify;
}

.text-muted {
    font-size: 10px;
    font-weight: 500;
    float: right;
}


/****************SCHEDULE*********************/

.event-schedule{
    color: var(--light-pink);
}

#schedule {
    background-color: #000000;
    /* background-image: url('/assets/img/New_bg/PrizesOverlay.png'); */
}

.schedule {
    width: 100%;
    display: none;
}

.schedule-laptop {
    width: 100%;
}

/*******************/


.author-info {
    /* font-family: 'Montserrat', sans-serif; */
}

.prizes-head {
    font-size: 30px;
    font-weight: 800;
}

.prize-total {
    float: right;
}

.pixel-card {
    background-color: #eee;
    padding: 40px 40px 0px 40px;
    border-radius: 10px;
}

.pixel-content {
    padding-top: 3 0px;
}

.pixel-img {
    text-align: center;
}

.pixel-card h2 {
    font-size: 6rem;
    font-weight: 500;
    /* font-family: 'Oswald', sans-serif; */
    line-height: 5.5rem;
}

.pixel-card h4 {
    font-size: 2.5rem;
    font-weight: 500;
    /* font-family: 'Montserrat', sans-serif; */
    color: #1d3657;
    opacity: 0.5;
    float: right;
    line-height: 3.5rem;
}

@media screen and (max-width: 924px) {
    .schedule {
        display: none;
    }

    .schedule-laptop {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .workshop-btn {
        padding: 5px;
    }

    #top-logo-img {
        width: 15vw;
    }

    .workshop-btn button {
        width: 140px;
        padding: 6px 10px;
    }

    .flip-card {
        width: 100%;
    }

    .pixel-card h2 {
        font-size: 4rem;
    }

    .pixel-content {
        padding-top: 20px;
    }

    .pixel-card {
        padding: 30px 30px 0px 30px;
    }
}

/* Here it starts */
#teams {
    background-color: #040709;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
        url('../img/backgrounds/mtt_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



#teams img {
    margin: 5px;
    border-radius: 11px;
    object-fit: cover;
}










.title-dark {
    font-size: 2.5rem;
    color: #c72dff !important;
    margin-bottom: 20px;
    font-family: "Irish Grover", sans-serif;
    letter-spacing: 5px;
}

.title-dark.clr-blue {
    color: #90C4F2;
}

.title-dark.clr-white {
    color: #f8f8f8;
}



#faq{
        background-image: 
        linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
        url('../img/backgrounds/mtt_bg.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
}












.fa-calendar,
.fa-clock {
    font-size: 1vw;
}

.stat {
    display: flex;
    flex-direction: column;
}


.stat-image {
    text-align: center;
}

lord-icon {
    height: 12rem;
    width: 12rem;
}

/* Footer background with image and black overlay */
.lgx-footer>.lgx-inner-footer {
    position: relative;
    background-image: url('../img/backgrounds/footer_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

/* Black overlay */
.lgx-footer>.lgx-inner-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
    z-index: 1; /* The black overlay */
}

/* Ensuring that the footer text and hr line are above the black overlay */
.footer-text-container {
    position: relative;
    z-index: 2; /* Ensures content is above the overlay */
    color: white;
}

.lgx-footer-area,
#btn-back-to-top,
#btn-back-to-top i {
    position: relative;
    z-index: 2; 
} 

.footer-text-container hr {
    border-color: white; /* Ensures hr line is visible */
}


.lgx-footer-area {
    padding: 50px 0px 36px;
}

#footer-addr a {
    color: rgb(204, 161, 205);
}

#footer-addr a:hover {
    color: rgb(252, 219, 253);
}






/* ************ Media Queries ************** */

@media screen and (max-width:1227px) {
    .home_hackCBS>h1 {
        font-size: 150px;
    }

}

@media screen and (max-width:1039px) {
    .home_hackCBS>h1 {
        /* line-height: 190px; */
    }

    .home_hackCBS>h1>span {
        font-size: 17rem;
        padding-left: 1rem;
    }
}

@media screen and (max-width: 992px) {

    .prize-card {
        margin-top: 13rem;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media screen and (min-width: 992px) {
    .lgx-reg-inner>.container {
        width: unset;
    }

    .service h5 {
        height: 40px;
    }

    .hack-card {
        margin-top: 3.5rem;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
        width: 104px;
    }

    .progress {
        top: 11.5rem !important;
    }

    #mlh-trust-badge {
        top: 0vw !important;
    }
}

@media (min-width: 991px) and (max-width:1309px) {

    .progress {
        top: 12.2rem !important;
    }


}

@media (min-width: 1200px) and (max-width:1341px) {

    .progress {
        top: 11.5rem !important;
    }


}

@media (min-width: 700px) and (max-width:768px) {

    .progress {
        top: 14.9vw !important;
    }


}

@media (min-width: 600px) and (max-width:700px) {

    .progress {
        top: 15.9vw !important;
    }


}

@media (min-width: 550px) and (max-width:600px) {

    .progress {
        top: 17.5vw !important;
    }


}

@media (min-width: 300px) and (max-width:550px) {

    .progress {
        top: 17.6vw !important;
    }

    .button-register {
        padding: 1.5rem 3rem;
    }


}

@media (min-width: 240px) and (max-width:300px) {

    .progress {
        top: 22.7vw !important;
    }


}

@media screen and (max-width: 900px) {
    .home_hackCBS>h1 {
        /* font-size: 13vw; */
        font-size: 16vw;
        line-height: 110px;
    }

    .home_hackCBS>h1>span {
        font-size: 18vw;
        padding-left: 0.6rem;
    }

    .home_date-container p {
        font-size: 2.5rem;
    }

    .home_hackCBS>h2 {
        font-size: 3.7vw;
    }

    .team-box {
        width: 68%;
        padding-top: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

}

@media (min-width: 678px) and (max-width:990px) {

    .service {
        margin: 0 94px 0 !important;
    }

    .shadowOne,
    .hack-shadowOne,
    .shadowOneMLH {
        width: 67% !important;
        left: 16% !important;
    }

    .shadowTwo,
    .hack-shadowTwo,
    .shadowTwoMLH {
        width: 60% !important;
        left: 20% !important;
    }
}

@media (min-width: 427px) and (max-width:990px) {

    .team-box {
        width: 60% !important;
    }
}

@media screen and (max-width:768px) {
    .home_date-container .fa-calendar {
        font-size: 4vw;
    }

    .home_hackCBS>h2 {
        margin-top: 4.5vh;
    }

    .home_hackCBS>h1 {
        /* margin-top: 0vh; */
        margin-top: -20vh;
    }

    .logo_img img {
        width: 20%;
    }

    .logo_img1 img {
        width: 20%;
    }

    .spklinks li a {
        font-size: 18px !important;
    }



    /* #mlh-trust-badge {
        top: 16.5vw !important;
    } */
}

@media screen and (max-width: 553px) {
    #mlh-trust-badge {

        top: 18vw !important;
        right: 6px !important;
    }

    .banner-parallax {
        height: 88vh;
    }
}




@media (min-width: 400px) and (max-width:557px) {
    #mlh-trust-badge {
        top: 10 rem !important;
    }
}



@media screen and (max-width:624px) {
    .home_hackCBS>h1 {
        font-size: 15vw;
        line-height: 110px;
        /* margin-top: -9vh; */
        margin-top: -12vh;
        margin-bottom: 2vh;
    }

    .home_hackCBS>h2 {
        font-size: 4vw;
        line-height: 110px;
        margin-top: -2vh;
        margin-bottom: 2vh;
        margin-left: 0px;
    }

    .home_hackCBS>h1>span {
        font-size: 17vw;
    }

    .home_date-container p {
        font-size: 2.7rem;
        margin-top: 10rem;
    }

    .home_hackCBS .text {
        font-size: 4.5vw;
        padding: 0;
        margin: -2rem auto 0 auto;
        /* margin: -2rem auto 0 auto; */
        padding-left: auto;
        /* margin-top: -25px; */
        margin-top: -34px;
    }

    .home_button-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 8rem;
    }

    .home_container {
        background: rgba(31, 38, 49, 0.15);
    }



    /* .button-register {
        margin-right: 0;
        margin-bottom: 3rem;
        font-size: 3rem;
    } */

    .button-discord {
        font-size: 2rem;
    }

    .swiper {
        height: 380px;
    }
}

@media screen and (max-width: 545px) {
    .swiper {
        height: 320px;
    }

    .swiper .swiper-slide {
        transform: scale(1.5);
    }
}

@media screen and (max-width: 476px) {
    .home_hackCBS>h1 {
        /* font-size: 14vw; */
        font-size: 14.5vw;
        line-height: 100px;
    }

    .home_hackCBS>h1>span {
        font-size: 16.5vw;
    }

    .home_date-container .fa-calendar {
        font-size: 5vw;
    }

    div.lgx-single-registration.recommended {
        margin: 0 3rem;
    }

    .lgx-footer-area {
        padding-bottom: 0px !important;
    }

    .lgx-footer-single {
        margin-bottom: 0;
    }

    .swiper {
        height: 280px;
    }

    div.swiper-button-next:after,
    div.swiper-button-prev:after {
        content: none;
    }
}

@media screen and (max-width:425px) {
    .service h5 {
        margin: 25px 0;
    }
}

@media screen and (max-width:427px) {

    .logo_img img,
    .logo_img1 img {
        width: 38%;
    }

    .lgx-footer-single {
        margin-bottom: 0;
    }

    .lgx-footer-area {
        padding-bottom: 0px !important;
    }

    .team-box {
        width: 68%;
        padding-top: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

}

@media screen and (max-width:380px) {
    .home_container {
        padding-top: 8rem;
    }
}

@media screen and (max-width:375px) {

    .workshop-card-container {
        grid-template-columns: auto;
        justify-content: center;
    }

    .workshop-card {
        /* height: 80vw; */
        /* width: 55vw; */
        /* padding: 10px 2vw 6px 2vw; */
        border-radius: 2vw;
    }

    #workshop-card-img img {
        width: 52vw;
        height: 35vw;
    }

    #workshop-card-text {
        margin-bottom: 2vw;
    }

    #workshop-card-title>h3 {
        font-size: 2.5vw;
        padding-top: 10px;
        padding-bottom: 2px;
    }

    #workshop-card-text>h6 {
        font-size: 2vw;
        line-height: 11px;
    }

    #workshop-timing span {
        font-size: 2.1vw;
    }

    #workshop-card-text {
        margin: 1.7vw auto auto 5px;
    }

    .fa-calendar,
    .fa-clock {
        font-size: 2.2vw;
    }

    #workshop-card-text {
        margin: 5px auto auto 5px;
    }

    #workshop-card-button>span {
        font-size: 2.7vw;
    }

    .workshop-btn button {
        width: 35vw;
    }

    .permissionless-card.flip-card {
        height: 27rem;
    }
}


.speaker-links {
    /* position: absolute; */
    width: 100%;
    margin-top: 2.2rem;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 2;
    backdrop-filter: blur(8px);
    visibility: hidden;
    flex-direction: column;
    transition: 0.3s ease-in-out;
}

.linkBx {
    width: 100%;
}

.speaker-links .spklinks {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0;
}

.spklinks li {
    transform: translateY(0px);
    opacity: 1;
}

.spklinks li {
    list-style: none;
    margin: 0 10px;
    transform: translateY(9px);
    /* transition: 0.5s; */
    opacity: 1;
    /* transition-delay: calc(0.2s*var(--i)); */
}

.spklinks li a {
    color: #000;
    font-size: 24px;
}

.spklinks li a .fa-facebook-f {
    font-size: 21px;
}

.speaker-card:hover .speaker-links {
    margin-top: -4.2rem;
    z-index: 99;
    visibility: visible;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 14px 18px;
    color: white;
    border-radius: 50%;
    background-color: var(--light-pink);
    font-size: 20px;
}

.address_footer {
    padding-right: 8rem;
}

@media only screen and (max-width: 768px) {
    .address_footer {
        padding-right: 0
    }
}



.link-unstyled {
    text-decoration: none;
    color: inherit;
}


.hackcbs_landing {
    width: 60%;
}

@media screen and (max-width: 684px) {
    .hackcbs_landing {
        width: 90%;
    }
}


.banner-parallax {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Anton', sans-serif;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../videos/video_placeholder.png') center center no-repeat;
    background-size: cover;
}

.banner-parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.banner-parallax video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}








.video-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%; /* adjust gradient height */
  background: linear-gradient(to top, black, transparent);
  pointer-events: none; /* so clicks still go to video if needed */
}

.form-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.form-container h2 {
    margin-top: 0;
}

.email-input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.submit-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #0056b3;
}


.new-carousel-primary, .new-carousel-secondary {
    display: flex;
    flex-direction: row;
}



.new-carousel-primary img, .new-carousel-secondary img {
    width: 300px;
    height: 200px;
    margin: 0 10px;
    border: 2px solid var(--light-pink);
    object-fit: cover;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}



#glimpses-new {
       background-image: 
        linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
        url('../img/backgrounds/mtt_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;

    padding: 0px 0px 50px 0px;
    overflow: hidden;
}

.glimpses-new-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}



/* Carousal ======================================================== */
.new-scroll-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.new-carousel-primary img, .new-carousel-secondary img {
    flex-shrink: 0;
    transition: 600ms ease;
}
.new-carousel-primary img:hover{
    transform: scale(1.1);
}
.new-carousel-secondary img:hover{
    transform: scale(1.1);
}

/* === Carousel Animations === */
.new-carousel-primary,
.new-carousel-secondary {
    animation-duration: 24s;      
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.new-carousel-primary {
    animation-name: scroll-right;
    width: max-content !important;

}

.new-carousel-secondary {
    animation-name: scroll-right;
    animation-direction: reverse;
    width: max-content !important;
}

/* === Keyframes for scrolling === */
@keyframes scroll-right {
    to {
        transform: translateX(calc(-50%));
    }
}

/* === Pause animation on hover === */
.new-carousel-primary:hover,
.new-carousel-secondary:hover {
    animation-play-state: paused;
}



/* === Responsive Images === */
@media screen and (max-width: 768px) {
    .new-carousel-primary img,
    .new-carousel-secondary img {
        width: 150px;
        height: 100px;
    }
}

@media screen and (max-width: 480px) {
    .new-carousel-primary img,
    .new-carousel-secondary img {
        width: 150px;
        height: 100px;
    }
}






/* === Misc Styling === */
.com-pat {
    margin-left: 120px;
}

.coming-soon {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.sponsors-coming-soon{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

    /* for pc  */
    




/* For new navbar==========================================  */
.nav-container{
    z-index: 100;
    position: fixed;
    top: 0px;
    width: 100vw;
}


.nav-container li{
    list-style: none;
}
.nav-container a{
    color: white;
    text-decoration: none;
}

.navbar .nav-branding{
    height: 110%;
    aspect-ratio: 1/1;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in;
    overflow: hidden;
}
.nav-branding img{
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in;
}




.navbar{
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    margin-top: 20px;
    position: relative;
    width: 100%;

    transition:all 0.6s;
}

.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 40px;
    transition: background-color 0.4s ease-in,padding 0.4s ease-in;
    padding: 10px 25px;
    
}
/* scrolled  */
.navbar.scrolled .nav-menu {
    background-color: hsla(284, 100%, 63%, 0.1);
    border: 1px solid #cc40ff;
    backdrop-filter: blur(30px);
    padding: 15px 40px;
}



.nav-link{
    transition: all 0.4s;
}
.nav-link:hover{
    color: #dc7bff;
}

.hamburger{
    display: none;           /* By default, it won't show*/
    cursor: pointer;
    padding: 8px 11px;
    border-radius: 10px;
    background-color: hsla(284, 100%, 63%, 0.1);
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out ;
    background-color: #cc40ff;
}





@media only screen and (max-width:768px) {
    .hamburger{
        display:block;  /*To show the hamburger*/
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }


    /* Understand from here */
    .navbar .nav-menu{
        position: fixed;      
        top: 120px;
        left: 5%;
        gap: 0px;
        flex-direction: column;
        width: calc(90%);
        transition:all 0.6s;
        max-height: 0px;
        opacity: 0;
        background-color: hsla(284, 100%, 63%, 0.1);
        border: 1px solid #cc40ff;
        backdrop-filter: blur(30px);

    }
    .navbar.scrolled .nav-menu{
        top: 90px;
    }
    .nav-item{
        padding: 16px 0px; 
    }

    .nav-menu.active{
        max-height: 1000px;
        opacity: 1;
    }


    /* additional */
    /* 1 -> Animated the tabs of the navbar */

    /* initial hidden state for nav links */
    .nav-menu .nav-item {
        opacity: 0;
        transform: translateX(-60px);
        transition: all 0.4s ease;
    }

    /* visible state when nav-menu is active */
    .nav-menu.active .nav-item {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 0.3s ease, transform 0.3s ease;
        }
        
        .nav-menu.active .nav-item:nth-child(n) {
        transition-delay: calc(0.1s * var(--delay));
        }


    /* logo  */
    .navbar .nav-branding{
        height: 80%;
    }
    .navbar{
        font-size: 16px;
        justify-content: right;
        margin-top: 0px;
        background-color: hsla(284, 100%, 63%, 0.314);
    }


    /* on scrolling  */
   .navbar.scrolled .nav-branding{
    height: 70%;
    }
    
    .navbar.scrolled{
        min-height: 70px;
    }
    }







/* mlh logo  */
#mlh-trust-badge-logo{
    position: fixed;
    z-index: 1001;
    top: 0px;
    width: 80px;
    left: calc(95% - 80px);
    transition:all 0.6s;


}
#mlh-trust-badge-logo img{
    object-fit: cover;
    width: 100%;
}

.nav-menu.active ~ #mlh-trust-badge-logo{
    opacity: 0;
}


/* for pc  */
.navbar.scrolled .nav-branding{
    transform: translateY(-200px) scale(0.5);
}
.navbar.scrolled #mlh-trust-badge-logo {
    transform: translateY(-200px) scale(0.5);
}



/* for mobile */
@media only screen and (max-width:768px){
    #mlh-trust-badge-logo{
        top: 100px;
        width: 50px;
        left: calc(95% - 50px);
}
    .navbar.scrolled #mlh-trust-badge-logo{
        top: 70px;
}

    .navbar.scrolled .nav-branding{
    transform: translateY(-50%);   
}
    .navbar.scrolled #mlh-trust-badge-logo {
    transform: translateY(0);
}
}




/* socials  */
.list-inline li{
    padding: 2px 6px !important;
    border-radius: 50%;
    transition: all 200ms linear;
}
.list-inline li:hover{
    background-color: rgba(255, 138, 234, 0.368) !important;
}


/* For blockchain card  */
@media only screen and (max-width:1000px) { .blockchain-card{display: block;}}


















/* Team Cards======================================= */

/* for team and mentor cards  */
.team-member-cards{
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap; 
    text-align: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
}





.team-box {
    background: linear-gradient(145deg, #59003e1c, #4f007738); 
    padding: 2rem 2rem;
    max-width: 300px;
    border-radius: 16px;
    border: 1px solid rgba(199, 45, 255, 0.2);
    box-shadow: 0 8px 20px rgba(199, 45, 255, 0.15),0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    backdrop-filter: blur(40px);
}


.team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(199, 45, 255, 0.25),0 6px 12px rgba(0, 0, 0, 0.08);
    border-color: rgba(199, 45, 255, 0.5);
}


.team-box h2 {
    color: #ffffff !important;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.5rem;
}


.team-box h5 {
    color: #c5c5c5;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
}

.team-box h6 a {
    font-size: 2.5rem;
    cursor: pointer;
    color: var(--pink); 
}

.team-box h6 a:hover {
    color: var(--light-pink);
}







