*,
*::before,
*::after {
	box-sizing: border-box;
}

::selection {
	background: #00D8FF;
  }

* { 
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none; 
}

body {
	background: #231D28;
    font-family: 'Bricolage Grotesque', sans-serif; 
	padding: 0px 0px;
	font-size: 16px
	margin: 0;
	color: #ffffff;
	line-height: normal;
	margin: 0px 0px;
}

/* @font-face {
	font-family: neulis-cursive;
	src: url(comic.ttf);
}

@font-face {
	font-family: neulis-sans;
	src: url(comic.ttf);
} */

@media screen and (min-width: 992px) {
	h1 {
		color: #FFF;
        font-family: 'Bricolage Grotesque', sans-serif; 
		font-size: 3.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal
	}
  }
@media screen and (max-width: 992px) {
	h1 {
		color: #FFF;
        font-family: 'Bricolage Grotesque', sans-serif; 
		font-size: 5.3rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal
	}
  }

  @media screen and (min-width: 992px) {
	h2 {
		color: #FFF;
        font-family: 'Bricolage Grotesque', sans-serif; 
		font-size: 2.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal
	}
  }
@media screen and (max-width: 992px) {
	h2 {
		color: #FFF;
        font-family: 'Bricolage Grotesque', sans-serif; 
		font-size: 5rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal
	}
  }

  @media screen and (min-width: 992px) {
	h3 {
		color: #FFF;
        font-family: 'Bricolage Grotesque', sans-serif; 
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
  }
@media screen and (max-width: 992px) {
	h3 {
		color: #FFF;
        font-family: 'Bricolage Grotesque', sans-serif; 
		font-size: 4rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
  }

  @media screen and (min-width: 992px) {
	p {
		color: #FFF;
        font-family: 'Bricolage Grotesque', sans-serif; 
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5rem
	}
  }
@media screen and (max-width: 992px) {
	p {
		color: #FFF;
        font-family: 'Bricolage Grotesque', sans-serif; 
		font-size: 3rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal
	}
  }


  @media screen and (min-width: 992px) {
	.mobileyes {
		display: none;
	}
}
@media screen and (max-width: 992px) {
    .mobileno {
		display: none;
    
	}
}


.blue {
	background: -webkit-linear-gradient(0deg, rgba(0,216,255,1) 0%, rgba(170,252,255,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.orange {
	background: -webkit-linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(255,140,0,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.yellow {
	background: -webkit-linear-gradient(0deg, rgba(255,140,0,1) 0%, rgba(255,221,0,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


@media screen and (min-width: 992px) {
	div.headcontainer {
		margin: 17% 10% 10% 15%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		flex-wrap: wrap;
		z-index: 1;

	}
}
@media screen and (max-width: 992px) {
	div.headcontainer {
		margin: 0% 5% 10% 5%;
	}
}

div.flex {
	display: flex;
	/* outline: 5px dotted yellow; */
	justify-content: start;
	position: relative;
	align-items: center;
	margin: 10% 0% 0% 0%;
	width: 100%;
	

	
}

div.flexleft {
	margin: 10% 0% 10% 0%;
	display: flex;
	/* outline: 5px dotted green; */
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	
}
@media screen and (max-width: 992px) {
	div.flexleft {
		display: flex;
		/* outline: 5px dotted green; */
		justify-content: space-between;
		position: relative;
		align-items: left;
		flex-direction: column;
		
	}
}

div.flex2 {
	display: flex;
	flex-direction: column;
	align-items: left;
	/* outline: 3px dotted blue; */
	min-width: 700px;
}



@media screen and (min-width: 992px) {
	.textimagelogo {
		margin: 0.65rem 0.3rem 0 0.8rem;
		height: 3.32rem;
	}
}
@media screen and (max-width: 992px) {
	.textimagelogo {
		margin: 0.8rem 0.3rem 0 0.8rem;
		height: 6rem;
	}
}

	.headerimage {
		height: 1.6rem;
		margin-left: 1.5rem;
		margin-right: 4rem;
		margin-bottom: 0.2rem;

	}





@media screen and (min-width: 992px) {
	div.container {
		/* outline: 3px dotted floralwhite; */
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}
@media screen and (max-width: 992px) {
	div.container {
		display: none

	}
}

@media screen and (max-width: 992px) {
	div.container2 {
		/* outline: 3px dotted floralwhite; */
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 30% 0% 0% 0%;
	}
}

@media screen and (min-width: 992px) {
	div.container2 {
		display: none;
	}
}

.dodoimage {
	transform: rotate(0deg) scale(1, 1);
	transition: 3s;
}

.dodoimage:hover { 
	transform: rotate(360deg) scale(2, 0.5);
}

@media screen and (max-width: 992px) {
	.dodoimage {
		transform: rotate(0deg) scale(1, 1);
		transition: 3s;
		width: 50%;
	}
}

.cardcontainer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	flex-wrap: wrap;
	z-index: 1;
}

.cardcontainer .card {
    position: relative;
    width: 280px;
    height: 410px;
    margin: 2.6rem;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background: #49424D71; /* Your solid color stays clean here */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    backdrop-filter: blur(15px);
    z-index: 0;
    /* We don't use overflow:hidden here so the blur can glow outward */
}

/* This creates the blurred outline strictly outside the solid background */
.cardcontainer .card::before {
    content: "";
    position: absolute;
    inset: -1px; /* This controls the thickness of the blurred outline */
    border-radius: 17px; /* Slightly larger than the card's 15px to match the inset */
    
    background: linear-gradient(
        128deg,
        rgba(255, 255, 255, 0.80) 0%,
        rgba(255, 255, 255, 0.37) 33%,
        rgba(255, 255, 255, 0.00) 49%,
        rgba(255, 255, 255, 0.27) 66%,
        rgba(255, 255, 255, 0.53) 100%
    );

    filter: blur(2px);
    z-index: -1;

    /* THE FIX: This mask prevents the gradient from showing behind the card */
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px; /* Match this to the "thickness" of your outline */
}

	@media screen and (max-width: 992px) {
.cardcontainer .card {
        position: relative;
        width: 70vw;
        /* CHANGE: Height auto allows the card to grow with content */
        height: auto; 
        /* OPTIONAL: Keeps a minimum height so empty cards don't collapse */
        min-height: 90vw; 
        
        margin: 5% auto; /* Centered horizontally */
        box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        background: #443C4771;
        display: flex;
        flex-direction: column; /* Stack content vertically */
        justify-content: flex-start; /* Align content to top */
        align-items: center;
        backdrop-filter: blur(15px);
        transform: rotate(0deg) scale(1, 1);
        transition: height 0.3s ease, transform 3s; /* Smooth height transition */
        z-index: 0;
        
        /* Removed overflow: hidden so the glow is visible */
        border: none; 
    }

	/* This creates the blurred outline strictly outside the solid background */
.cardcontainer .card::before {
    content: "";
    position: absolute;
    inset: -1px; /* This controls the thickness of the blurred outline */
    border-radius: 50px; /* Slightly larger than the card's 15px to match the inset */
    
    background: linear-gradient(
        128deg,
        rgba(255, 255, 255, 0.80) 0%,
        rgba(255, 255, 255, 0.37) 33%,
        rgba(255, 255, 255, 0.00) 49%,
        rgba(255, 255, 255, 0.27) 66%,
        rgba(255, 255, 255, 0.53) 100%
    );

    filter: blur(2px);
    z-index: -1;

    /* THE FIX: This mask prevents the gradient from showing behind the card */
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2.5px; /* Match this to the "thickness" of your outline */
}
}



	.cardcontainer img {
		transition: 0.3s;
		display: block;
		max-width: 100%;
		height: auto;
		max-height: 40vh;
		margin: 8% 5% 12% 5%;
		border-radius: 5%;
		object-fit: contain;
	}

	.cardcontainer img:hover {
		}



.cardcontainer .card .content {
	padding: 20px;
	text-align: left;
	transition: 0.5s;
	vertical-align: middle;
	margin: 0 auto;
	display: flex;
	align-items: left;
	flex-direction: column;
}

.cardcontainer .card .content .imageframe {
	justify-items: center;
	vertical-align: middle;
	display: grid;
}
  

@media screen and (max-width: 992px) {
	.cardcontainer .card .content {
		padding: 10%;
		text-align: center;
		transition: 0.5s;
		vertical-align: middle;
		margin: 0 auto;
	}
}

.wrapper {
	width: 85%;
	max-width: 1536px;
	margin-inline: auto;
	position: relative;
	height: 150px;
	overflow: hidden;
	margin-bottom: 40px;
	mask-image: linear-gradient(
	  to right,
	  rgba(0, 0, 0, 0),
	  rgba(0, 0, 0, 1) 20%,
	  rgba(0, 0, 0, 1) 80%,
	  rgba(0, 0, 0, 0)
	);
  }
  
  @keyframes scrollLeft {
	to {
	  left: -250px;
	}
  }
  
  .item {
	width: 250px;
	height: 125px;
	border-radius: 6px;
	position: absolute;
	left: max(calc(250px * 6), 100%);
	animation-name: scrollLeft;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
  }

  @media screen and (max-width: 992px) {
	.wrapper {
		width: 85%;
		max-width: 1536px;
		margin-inline: auto;
		position: relative;
		height: 200px;
		overflow: hidden;
		margin-bottom: 40px;
		mask-image: linear-gradient(
		  to right,
		  rgba(0, 0, 0, 0),
		  rgba(0, 0, 0, 1) 20%,
		  rgba(0, 0, 0, 1) 80%,
		  rgba(0, 0, 0, 0)
		);
	  }
	  
	  @keyframes scrollLeft {
		to {
		  left: -210vw;
		}
	  }

	.item {
		width: 500px;
		height: 200px;
		border-radius: 6px;
		position: absolute;
		left: max(calc(200px * 6), 100%);
		animation-name: scrollLeft;
		animation-duration: 30s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	  }
}
  
  .item1 {
	animation-delay: calc(30s / 6 * (6 - 1) * -1);
	background: url('images/houmous.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;

  }
  
  .item2 {
	animation-delay: calc(30s / 6 * (6 - 2) * -1);
	background-image: url('images/bisect.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
  }
  
  .item3 {
	animation-delay: calc(30s / 6 * (6 - 3) * -1);
	background-image: url('images/academy.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
  }
  
  .item4 {
	animation-delay: calc(30s / 6 * (6 - 4) * -1);
	background-image: url('images/paladium.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
  }
  
  .item5 {
	animation-delay: calc(30s / 6 * (6 - 5) * -1);
	background-image: url('images/cnes.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
  }
  
  .item6 {
	animation-delay: calc(30s / 6 * (6 - 6) * -1);
	background-image: url('images/block_factory.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
  }

  @media screen and (min-width: 992px) {
	.rolling-text {
	  color: #FFF;
	  font-family: 'Bricolage Grotesque', sans-serif;
	  font-size: 1.25rem;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 1.5rem;
	  overflow: hidden;
	  height: 1.5rem;
	}
  }
  
  @media screen and (max-width: 992px) {
	.rolling-text {
	  color: #FFF;
	  font-family: 'Bricolage Grotesque', sans-serif;
	  font-size: 3rem;
	  font-style: normal;
	  font-weight: 400;
	  line-height: normal;
	  overflow: hidden;
	  height: 3rem; 
	}
  }


  .rolling-container {
	display: flex;
	
  }

  .rolling-text {
	padding: 0 1.1rem 0 1.1rem;
  }
  
  .rolling-text:hover .letter,
  .rolling-text.play .letter {
	transform: translateY(-100%);
  }
  
  .rolling-text .block:last-child {
	color: white;
  }
  
  .rolling-text .letter {
	display: inline-block;
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  }
  
  .letter:nth-child(1) {
	transition-delay: 0s;
}

.letter:nth-child(2) {
	transition-delay: 0.02s;
}

.letter:nth-child(3) {
	transition-delay: 0.04s;
}

.letter:nth-child(4) {
	transition-delay: 0.06s;
}

.letter:nth-child(5) {
	transition-delay: 0.08s;
}

.letter:nth-child(6) {
	transition-delay: 0.1s;
}

.letter:nth-child(7) {
	transition-delay: 0.12s;
}

.letter:nth-child(8) {
	transition-delay: 0.14s;
}

.letter:nth-child(9) {
	transition-delay: 0.16s;
}

.letter:nth-child(10) {
	transition-delay: 0.18s;
}

.letter:nth-child(11) {
	transition-delay: 0.2s;
}

.letter:nth-child(12) {
	transition-delay: 0.22s;
}

.letter:nth-child(13) {
	transition-delay: 0.24s;
}

.letter:nth-child(14) {
	transition-delay: 0.26s;
}

.letter:nth-child(15) {
	transition-delay: 0.28s;
}



.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: calc(40rem - 2.4rem);
    max-width: 90%;
    /* Removed overflow: hidden so the blur is visible */
    margin: 1.2rem;
    padding: 1rem 1rem 0.3rem 1rem;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 300px;
    background: #49424D71; /* Keep solid background */
    display: flex;
    justify-content: center;
    backdrop-filter: blur(15px);
    z-index: 1000;
    box-sizing: border-box;
}

/* The Blurred Outline Layer */
.header::before {
    content: "";
    position: absolute;
    /* Inset matches the thickness of the "border" area */
    inset: -1px; 
    border-radius: 300px; /* Matches the header's radius */
    
    background: linear-gradient(
        128deg, 
        rgba(255, 255, 255, 0.80) 0%,
        rgba(255, 255, 255, 0.37) 33%,
        rgba(255, 255, 255, 0.00) 49%,
        rgba(255, 255, 255, 0.27) 66%,
        rgba(255, 255, 255, 0.53) 100%
    );

    filter: blur(1.5px); /* Small blur for the soft outline */
    z-index: -1;

    /* Masking logic to ensure gradient is only on the edge */
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px; /* The thickness of the outline window */
}

        .header-right {
            float: inline-end;
        }

        @media screen and (max-width: 500px) {
            .header a {
                float: none;
                display: block;
                text-align: left;
            }

            .header-right {
                float: none;
            }
        }

        /* Mobile Header Styles */
        @media screen and (max-width: 992px) {
            .mobile-header {
                position: fixed;
                bottom: 0;
                left: 50%; /* Center horizontally */
                transform: translateX(-50%); /* Center horizontally */
                width: 90%; /* Responsive width */
                max-width: 90%; /* Max width to mimic desktop header's size */
                display: flex;
                justify-content: space-between; /* Keep logo and hamburger separate */
                align-items: center;
                padding: 1.5rem 1.5rem 1.5rem 3rem; /* Adjust padding as needed */
                z-index: 1000;
                box-sizing: border-box; /* Ensure padding is included in width */
                margin-bottom: 1.2rem; /* Added margin to the top */

				
            }

			

			

            .mobile-header .mobile-logo {
                height: 3rem;
                margin: 1rem 0 0 0; 
            }

			.mobile-header .headerimage {
                height: 3rem;
                margin-top: 0.4rem; 
            }

            .hamburger-menu {
                width: 50px;
                height: 40px;
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                z-index: 1001;
				margin: 1rem 1rem 0 0;
            }

            .hamburger-menu .bar {
                width: 100%;
                height: 4px;
                background-color: #fff;
                border-radius: 2px;
                transition: all 0.3s ease-in-out;
            }

            /* Hamburger menu animation */
            .hamburger-menu.open .bar:nth-child(1) {
                transform: translateY(15px) rotate(45deg);
            }
            .hamburger-menu.open .bar:nth-child(2) {
                opacity: 0;
            }
            .hamburger-menu.open .bar:nth-child(3) {
                transform: translateY(-10px) rotate(-45deg);
            }

            .mobile-nav {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 90%;
                height: 50vh;
				margin: 0% 5% 13% 5%;
                background: #443C4771;
                backdrop-filter: blur(50px);
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                transform: translateY(100%); /* Changed for top animation */
                transition: transform 0.8s ease;
                z-index: 999;
				 border-radius: 3.7rem;
                box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5); /* Match desktop */
	
            }

			.mobile-nav::before {
				content: "";
				position: absolute;
				inset: -1px; /* This controls the thickness of the blurred outline */
				border-radius: 3.7rem; /* Slightly larger than the card's 15px to match the inset */
				
				background: linear-gradient(
					-45deg,
					rgba(255, 255, 255, 0.80) 0%,
					rgba(255, 255, 255, 0.37) 33%,
					rgba(255, 255, 255, 0.00) 49%,
					rgba(255, 255, 255, 0.27) 66%,
					rgba(255, 255, 255, 0.53) 100%
				);

				filter: blur(2px);
				z-index: -1;

				/* THE FIX: This mask prevents the gradient from showing behind the card */
				-webkit-mask: 
					linear-gradient(#fff 0 0) content-box, 
					linear-gradient(#fff 0 0);
				-webkit-mask-composite: xor;
				mask-composite: exclude;
				padding: 2.5px; /* Match this to the "thickness" of your outline */
			}

            .mobile-nav.open {
                transform: translateY(7rem); /* Changed for top animation */
            }

            .mobile-nav a {
                color: #fff;
                font-size: 4rem;
                padding: 2rem 0;
                display: block;
                text-align: center;
                width: 100%;
                transition: color 0.2s ease-in-out;
            }

            .mobile-nav a:hover {
                color: #e5c700;
            }

            /* Ensure desktop header is hidden on mobile */
            .mobileno .header {
                display: none;
            }
        }

        @media screen and (min-width: 993px) {
            /* Hide mobile header on desktop */
            .mobileyes .mobile-header,
            .mobileyes .mobile-nav {
                display: none;
            }

            /* Ensure desktop header is visible */
            .mobileno .header {
                display: flex;
            }
        }


		.long-button {
    position: relative;
    width: 50vw;
    max-width: 300px;
	height: 3.5rem;
    margin: 1rem 1rem 1rem 1rem;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    background: #49424D71; /* Your solid color stays clean here */
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(15px);
    z-index: 0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;

}

.long-button img {
    margin-right: 0.5rem;
}

@media screen and (min-width: 992px) {
    .long-button img {
        height: 1.50rem;
		margin-bottom: 0.2rem;
    }
}

@media screen and (max-width: 992px) {
    .long-button img {
        height: 3rem;
    }
}

.long-button img,
.long-button p {
    position: relative;
    z-index: 1;
}

/* This creates the blurred outline strictly outside the solid background */
.long-button::before {
    content: "";
    position: absolute;
    inset: -1px; /* This controls the thickness of the blurred outline */
    border-radius: 40px; /* Slightly larger than the card's 15px to match the inset */
    
    background: linear-gradient(
        128deg,
        rgba(255, 255, 255, 0.80) 0%,
        rgba(255, 255, 255, 0.37) 33%,
        rgba(255, 255, 255, 0.00) 49%,
        rgba(255, 255, 255, 0.27) 66%,
        rgba(255, 255, 255, 0.53) 100%
    );

    filter: blur(2px);
    z-index: -1;

    /* THE FIX: This mask prevents the gradient from showing behind the card */
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px; /* Match this to the "thickness" of your outline */
}

@media screen and (max-width: 992px) {
				.long-button {
				min-width: 80vw;
				height: 8rem;
				margin: 1rem 1rem 1rem 1rem;
				box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
				border-radius: 1000px;
				background: #49424D71;
			}

			.long-button img {
				margin-right: 0.5rem;
			}

			@media screen and (min-width: 992px) {
				.long-button img {
					height: 1.50rem;
					margin-bottom: 0.2rem;
				}
			}

			@media screen and (max-width: 992px) {
				.long-button img {
					height: 3rem;
				}
			}

			.long-button img,
			.long-button p {
				position: relative;
				z-index: 1;
			}

			/* This creates the blurred outline strictly outside the solid background */
			.long-button::before {
				content: "";
				position: absolute;
				inset: -1px; /* This controls the thickness of the blurred outline */
				border-radius: 1000px; /* Slightly larger than the card's 15px to match the inset */
				
				background: linear-gradient(
					128deg,
					rgba(255, 255, 255, 0.80) 0%,
					rgba(255, 255, 255, 0.37) 33%,
					rgba(255, 255, 255, 0.00) 49%,
					rgba(255, 255, 255, 0.27) 66%,
					rgba(255, 255, 255, 0.53) 100%
				);

				filter: blur(2px);
				z-index: -1;

				/* THE FIX: This mask prevents the gradient from showing behind the card */
				-webkit-mask: 
					linear-gradient(#fff 0 0) content-box, 
					linear-gradient(#fff 0 0);
				-webkit-mask-composite: xor;
				mask-composite: exclude;
				padding: 1px; /* Match this to the "thickness" of your outline */
			}
}

.long-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 150px at var(--x, 50%) var(--y, 50%), var(--glow-color, #93959838), transparent);
    border-radius: 40px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
	
}

.long-button:hover::after {
    opacity: 1;

}

.long-button:hover {
    transform: translateY(+0.2rem);
    box-shadow: 20px calc(20px - 0.5rem) 50px rgba(0, 0, 0, 0.5);
}
.button-container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0.2rem 0;
    justify-items: center;
	width: fit-content;
	margin-bottom: 20rem;
}


@media screen and (max-width: 992px) {
    .button-container {
        grid-template-columns: 0.1fr;
		width: 90vw;
						justify-content: center;
				align-items: center;
    }
}

		.long-pill {
    position: relative;
    width: 50vw;
    max-width: 300px;
	height: 3.5rem;
    margin: 1rem 1rem 1rem 1rem;
    border-radius: 40px;
    background: #211821;
    box-shadow: inset 0px 10px 10px  rgba(0, 0, 0, 0.5);
    border: #333333 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(15px);
    z-index: 0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;

}

@media screen and (max-width: 992px) {
				.long-pill {
			position: relative;
			min-width: 80vw;
			height: 8rem;
			margin: 1rem 1rem 1rem 1rem;
			border-radius: 2000px;
			background: #342E3973; /* Your solid color stays clean here */
			display: flex;
			justify-content: center;
			align-items: center;
			backdrop-filter: blur(15px);
			z-index: 0;
			transition: transform 0.15s ease, box-shadow 0.15s ease;

		}
}


		  
  

  