/* Import Inter font from Google Fonts */

@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* General Styles */
body {
    margin: 0;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background-color: #120229;
    color: #f5f6fa;
    position: relative;
    overflow-x: hidden;
    min-width: 80%;
}

main {
    overflow: hidden;
    position: relative;
}

.color1 {
    height: 100px;
    width: 100px;
    background-image: radial-gradient(closest-side, rgba(115, 0, 255, 0.022), #1a1a2e00);
    position: absolute;
    top: -470px;
    left: -35%;
    z-index: -1;
}

.color2 {
    height: 1200px;
    width: 1200px;
    background-image: radial-gradient(closest-side, rgba(128, 49, 255, 0.318), #1a1a2e00);
    position: absolute;
    top: 970px;
    left: 60%;
    z-index: -1;
    overflow: hidden;
}

.color5 {
    height: 1200px;
    width: 1200px;
    background-image: radial-gradient(closest-side, rgba(128, 49, 255, 0.318), #1a1a2e00);
    position: absolute;
    top: 1770px;
    left: -30%;
    z-index: -1;
    overflow: hidden;
}

.color6 {
    height: 1200px;
    width: 1200px;
    background-image: radial-gradient(closest-side, rgba(128, 49, 255, 0.318), #1a1a2e00);
    position: absolute;
    top: 2200px;
    left: 60%;
    z-index: -1;
    overflow: hidden;
}

.color3 {
    height: 1200px;
    width: 1200px;
    background-image: radial-gradient(closest-side, rgba(178, 0, 184, 0.445), #281a2e00);
    position: absolute;
    top: 2770px;
    left: 2%;
    z-index: -1;
    overflow: hidden;
}

.color4 {
    height: 1200px;
    width: 1200px;
    background-image: radial-gradient(closest-side, rgba(196, 0, 160, 0.318), #1a1a2e00);
    position: absolute;
    top: 3670px;
    left: 60%;
    z-index: -1;
    overflow: hidden;
}

.color7 {
    height: 1200px;
    width: 1200px;
    background-image: radial-gradient(closest-side, rgba(134, 0, 196, 0.709), #1a1a2e00);
    position: absolute;
    top: 4270px;
    left: -40%;
    z-index: -1;
    overflow: hidden;
}

.color8 {
    height: 1200px;
    width: 1200px;
    background-image: radial-gradient(closest-side, rgba(85, 0, 196, 0.318), #1a1a2e00);
    position: absolute;
    top: 4870px;
    left: 50%;
    z-index: -1;
    overflow: hidden;
}



/* From Uiverse.io by joe-watson-sbf */
.container {
    color: white;
    position: relative;

}

.container::before,
.container::after {
    content: "";
    background-color: #fab5704c;
    position: absolute;
}

.container::before {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    top: 30%;
    right: 7%;
}

.container::after {
    content: "";
    position: absolute;
    height: 3rem;
    top: 8%;
    right: 5%;
    border: 1px solid;
}

.container .box {
    margin: 5%;
    width: auto;
    height: auto;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.074);
    border: 1px solid rgba(255, 255, 255, 0.222);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 0.7rem;
    transition: all ease 0.3s;
}

.container .box {
    left: 60rem;
    top: 30rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container .box div p {
    margin: 0;
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: 0.1em;
}

.container .box div span {
    font-size: 0.7rem;
    font-weight: 300;
}

.container .box div span:nth-child(3) {
    font-weight: 500;
    margin-right: 0.2rem;
}

.container .box:hover {
    box-shadow: 0px 0px 20px 1px #ffbb763f;
    border: 1px solid rgba(255, 255, 255, 0.454);
}





.firstmain {
    -webkit-backdrop-filter: blur(degree-of-blur);
    backdrop-filter: blur(degree-of-blur);
}

.main-img {
    position: relative;
    object-fit: cover;
    width: 100vw;
    overflow: hidden;

}

.main-img video {
    object-fit: cover;
    width: 101vw;
    -webkit-backdrop-filter: blur(degree-of-blur);
    backdrop-filter: blur(degree-of-blur);
}

.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 0, 0, 0), #ffffff00, #ffffff00, #ffffff00, #ffffff00, #120229e0, #120229);

    pointer-events: none;
}

section {
    margin: 0% 6%;
    padding: 50px 0;
}

.mainCard0 {
    display: flex;
    align-items: center;
    justify-content: center;

}

.card {
    width: 90vw;
    height: auto;
    padding: 0.9px;
    border-radius: 0.7rem;
    overflow: visible;
    background-image: conic-gradient(#e440bb00,
            #29dbbd00,
            #e440bb48,
            #ff9f0e00,
            #e440bb00,
            #e440bb48,
            #488dfb00);

    position: relative;
    filter: drop-shadow(0px 0px 30px rgba(209, 38, 197, 0.5));
    z-index: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: 10px;
}

.card-info {
    --color: #1f1a1dc0;
    background: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: visible;
    border-radius: 0.7rem;

}
.card-info2 {
    --color: #0e0d0ec0;
    background: var(--color);
    display: flex;
	flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: visible;
    border-radius: 0.7rem;

}

.card-info32 {
    --color: #0e0d0ec0;
    background: var(--color);
    /*display: flex;*/
	flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: visible;
    border-radius: 0.7rem;

}


ul {
    padding-left: 20px; /* Adjust this to control the overall list padding */
    margin-left: 0; /* Remove extra margin if needed */
    list-style-position: inside; /* Ensures the dot is inside the content box */
}

li {
    margin-left: 0; /* Fine-tune the spacing between the dot and text */
}


.cardContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    
    position: relative; /* Ensure positioning is relative for child elements */
    overflow: hidden; /* Hide overflow for perfect fit */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: 10px;
}
.gm{
	border-radius:12px;
}

.cardContent video {
    width: 100%; /* Make video fill the container width */
    height: auto; /* Maintain aspect ratio */
    border-radius: 0.7rem; /* Match the card's border radius */
    object-fit: cover; /* Ensure the video covers the entire area without distortion */
    position: relative; /* Align within the .cardContent container */
	z-index:1000;
}

.videoText {
    margin-top: 20px; /* Add spacing between the video and text */
    text-align: center; /* Center-align the text */
    font-size: 1rem; /* Adjust the font size */
    line-height: 1.5; /* Improve readability */
    color: #ffffff; /* Text color (adjust as needed) */
    padding: 10px; /* Add padding for breathing space */
    background: rgba(0, 0, 0, 0.5); /* Optional: Add a semi-transparent background */
    border-radius: 0.5rem; /* Match the rounded theme */
}
.textContent {
    margin-top: 120px; /* Add spacing between the video and text */
    text-align: center; /* Center-align the text */
	font-size: 1.3vw; /* Adjust font size */
    line-height: 1.6; /* Improve text readability */
    color: #ffffff; /* White text for better visibility */
    padding: 0; /* No padding needed */
}

.textContent11 {
    margin-top: 10px; /* Add spacing between the video and text */
    text-align: center; /* Center-align the text */
	font-size: 1.3vw; /* Adjust font size */
    line-height: 1.6; /* Improve text readability */
    color: #ffffff; /* White text for better visibility */
    padding: 0 0 0 0; /* No padding needed */
}

.textContent1 {
    margin-top: 280px; /* Add spacing between the video and text */
    text-align: center; /* Center-align the text */
	font-size: 1.3vw; /* Adjust font size */
    line-height: 1.6; /* Improve text readability */
    color: #ffffff; /* White text for better visibility */
    padding: 100px 0 0 0; /* No padding needed */
}


/*Hover*/
.card:hover::after {
    opacity: 0.6;
    padding: 0.7rem 0;
    top: 18px;
    transition: 0.6s;
}

.card:hover .card-info {
    color: #fff9f9;
    transition: color 1s;
}

.card-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 8rem;
}

.logo-img1 {
    width: 40vw;
}


.horizontal-scroll {
    width: 90%; /* Full width container */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent wrapping */
    /*padding: 920px 0 0 0;  Optional padding */
    box-sizing: border-box; /* Ensure padding doesn't exceed the container size */
	position: absolute;
    z-index: 10000;
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.d1{
	height: 250px;
}

.d2{
	height: 500px;
}
.horizontal-scroll::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and newer Edge */
}

.scroll-content{
	display:flex;
	align-items: center;
	gap:120px;
    padding: 580px 0 0 0;

}

.scroll-content img {
    display: inline-block; /* Make images align horizontally */
   /*height: 350px;  Adjust image height */
    margin-right: 10px; /* Spacing between images */
    border-radius: 8px; /* Optional: rounded corners */
    object-fit: cover; /* Crop images nicely */
}



.cardbdr {
    width: 326px;
    height: 416px;
    background-image: conic-gradient(#e440bb00,
            #29dbbd00,
            #e440bb,
            #ff9f0e00,
            #e440bb00,
            #e440bb,
            #488dfb00);
    padding: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}

.cardbdr1 {
    width: 450px;
    height: 254px;
    background-image: conic-gradient(#e440bb00,
            #29dbbd00,
            #e440bb,
            #ff9f0e00,
            #e440bb00,
            #e440bb,
            #488dfb00);
    padding: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}
.cCard1 {
    position: relative;
    width: 390px;
    height: 234px;
    background-color: #060014dc;
    border-radius: 10px;
    display: flex;
    padding: 10px 30px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);

}

.cardbdr2 {
    width: 390px;
    height: 504px;
    background-image: conic-gradient(#e440bb00,
            #29dbbd00,
            #e440bb,
            #ff9f0e00,
            #e440bb00,
            #e440bb,
            #488dfb00);
    padding: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}
.cCard2 {
    position: relative;
    width: 280px;
    height: 484px;
    background-color: #060014dc;
    border-radius: 10px;
    display: flex;
    padding: 10px 30px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);

}

.cCard {
    position: relative;
    width: 266px;
    height: 396px;
    background-color: #060014dc;
    border-radius: 10px;
    display: flex;
    padding: 10px 30px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);

}

.heading {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.para {
    text-align: center;
    color: #ffffff;
    opacity: 0.5;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.navigation {
    display: flex;
    justify-content: center;
}

.navi-box {
    display: flex;
    gap: 5vw;
    padding: 2px 5vw;
    border-radius: 50px;
    background-color: #1212123c;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: 10px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.navi-box h2 {
    font-family: "inter";
    font-weight: 300;
    font-size: 1.5vw;

}

.cCard:hover .overlay {
    opacity: 1;
    pointer-events: auto;
}

.shp{
	padding:40px 0 0 0;
	display:flex;
	justify-content: center;
}

.cCard .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 600;
    padding: 10px 30px;
    font-size: 16px;
    transform: translate(-50%, -50%);
    background-color: #9e00d3af;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    border: none;
    opacity: 0;
    scale: 0;
    transform-origin: 0 0;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    color: #f0e5d8;
}

.cCard:hover .card-btn {
    opacity: 1;
    scale: 1;
}

.cCard .card-btn:hover {
    box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.3);
}

.cCard .card-btn:active {
    scale: 0.95;
}

.overlay::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, #000000da 0%, #25252580 100%);
    transition: transform 0.5s ease;
}

.cCard:hover .overlay::after {
    transform: translate(-50%, -50%) scale(2);
}

.cCard h1,
p {
    margin: 0;
}

.cCard p {
    opacity: 50%;
}

.img2 {
    height: 75%;
}

.imga {
    height: 100%;
}

.grid {
    display: flex;
    flex-direction: row;
}

.leftHS {
    width: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle {
    display: flex;
    
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 16px;
}
.massa{
	width: 60%;
	padding:0 0 40px 0;
}
#99{
	width:5%;
}

.middle p {
    padding: 3rem 0px;
    font-size: auto;
}

.rightHS {
    width: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.human-img {
    width: 24vw;
    max-width: 320px;
}

.card-btn-middle {
    top: 50%;
    left: 50%;
    font-weight: 600;
    padding: 16px 48px;
    font-size: 16px;
    background-color: #9e00d328;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    border: none;
    transform-origin: 0 0;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    color: #f0e5d8;
}

.card-btn-middle1 { 
    top: 50%;
    left: 50%;
    font-weight: 600;
    padding: 16px 48px;
    font-size: 16px;
    background-color: #9e00d328;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    border: none;
    transform-origin: 0 0;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    color: #f0e5d8;
}

.card-btn-middle1:hover {
    background-color: #cc1aa0; /* Change color to pink on hover */
}

.buttonCon {
    position: relative;
    padding: 3px;
    background: linear-gradient(90deg, #ff00f78e, #f441a672);
    border-radius: 0.9em;
    transition: all 0.4s ease;
    border-radius: 50px;
}

.buttonCon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 0.9em;
    z-index: -10;
    filter: blur(0);
    transition: filter 0.4s ease;
}

.buttonCon:hover::before {
    background: linear-gradient(90deg, #ff00f78e, #f441a672);
    filter: blur(1.2em);
}

.buttonCon:active::before {
    filter: blur(0.2em);
}

.last-p {
    font-size: 5vw;
    padding: 100px;
}

.middle-p {
    font-size: 1.3vw;
}

.maincard-p {
    font-size: 1.2vw;
}




/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Footer */
.footer {
    background-color: rgba(0, 0, 0, 0.20);
    padding: 20px;
    text-align: center;
    color: #f0e5d8;
    font-size: 16px;
}

.social-media {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.footer a {
    color: #03c6fc;
    text-decoration: none;
}

.footer p {
    font-size: 1.1em;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-nav {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}


/* From Uiverse.io by MuhammadHasann */ 
.toggle-cont {
    top: 10px;
    right: 1%;
    position: absolute;
    width: 50px;
    height: 25px;
    border-radius: 9999px;
    z-index: 999;
  }
  
  .toggle-cont .toggle-input {
    display: none;

  }
  
  .toggle-cont .toggle-label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 3px;
    width: 100%;
    height: 100%;
    background: #272727;
    border-radius: 9999px;
    box-sizing: content-box;
    box-shadow: 0px 0px 16px -8px #fefefe;
    z-index: 999;
  }
  
  .toggle-cont .toggle-label .cont-label-play {
    position: relative;
    width: 25px;
    aspect-ratio: 1 / 1;
    background: #5e5e5e;
    border-radius: 9999px;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    z-index: 999;
  }
  
  .toggle-cont .toggle-input:checked + .toggle-label .cont-label-play {
    background: #f43f5e;
    transform: translateX(25px);
  }
  
  .toggle-cont .toggle-label .label-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 12px;
    aspect-ratio: 1 / 1;
    background: #fefefe;
    border-radius: 4px;
    clip-path: polygon(25% 0, 75% 50%, 25% 100%, 25% 51%);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  }
  
  .toggle-cont .toggle-input:checked + .toggle-label .label-play {
    width: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  

/* Mobile Responsiveness */


@media (max-width: 1025px) {
    .tname {
        padding-right: 100px;
    }

    #Humans {
        margin: 20px;
    }

}

@media (max-width: 768px) {
    .toggle-cont{
        opacity: 40%;
    }
    .input-section input {
        width: 90%;
    }

    .results-table {
        width: 100%;
    }

    .navbar {
        flex-direction: column;
    }

    .navbar a {
        font-size: 1.4em;
    }

    .header p {
        padding-top: 10%;
        text-align: center;
        font-size: 1em;
    }

    .input-section {
        padding: 40px;
    }

    .token-details h2 {
        font-size: 2em;
    }

    .token-details p {
        font-size: 0.8em;
    }

    .results-table th,
    .results-table td {
        font-size: 11px;
    }

    .div1 {
        overflow-x: scroll;
    }

    th:nth-child(1),
    th:nth-child(2) {
        background-color: rgb(0, 69, 88);
    }

    td:nth-child(1),
    td:nth-child(2) {
        background-color: rgb(50, 48, 48);

    }

    td img {
        width: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .tname {
        padding-right: 70px;
    }

    #Humans {
        margin: 0px;
    }

    .card-btn-middle {
        padding: 5px;
        font-size: 12px;
    }

    .middle p {
        padding: 2rem 0;
    }

    #main {
        margin: 0% 5%;
    }

    #main .maincard-p {
        font-size: large;
    }
}






        /* Popup Styles */
        .pop-popup {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #0a090a;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
			backdrop-filter: blur(20px);
            display: none;
            z-index: 1000;
            width: 90%;
			height: 90%;
            text-align: center;
			filter: drop-shadow(0px 0px 30px rgba(209, 38, 197, 0.5));
			background-image: conic-gradient(#e440bb00, #29dbbd00, #e440bb48, #ff9f0e00, #e440bb00, #e440bb48, #488dfb00);
        }
		.lsp{
			letter-spacing: 12px; /* Adjust the value as needed */
		}

        .pop-popup img {
            width: 28%;
            height: auto;
            border-radius: 5px;
            margin-bottom: 10px;
        }

        .pop-popup .pop-close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 30px;
            font-weight: bold;
            color: #333;
            cursor: pointer;
        }
		
		.des{
			font-size:28px;
			
		}
        .pop-popup .pop-close-btn:hover {
            color: red;
        }

        /* Background overlay */
        .pop-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            display: none;
        }
		.tfc{
			font-size:72px;
		}
		
.glass{
	display:flex;
	justify-content: center;
	position:absolute;
	z-index:1000;
    /*background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));*/
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 260px;
    /*border:1px solid rgba(255, 255, 255, 0.18);*/
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
	width:100%;
	height:318px;
	
}
@media (max-width: 768px) {
    .textContent {
        font-size: large; /* Reduce font size for smaller screens */
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .textContent {
        font-size: large; /* Further reduce font size for very small screens */
        padding: 10px;
    }
}


@media (max-width: 768px) {
	.glass {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1000;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    height: 60px;
    margin: 30px;
}
}



@media (max-width: 768px) {
    .textContent1 {
		margin-top: 10px;
        font-size: large; /* Reduce font size for smaller screens */
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .massa {
		width:90%;
    }
}

@media (max-width: 768px) {
.textContent {
    margin-top: 12px;

}
}


@media (max-width: 768px) {
.tfc {
    font-size: 32px;

}
}

@media (max-width: 768px) {
.pop-popup img {
    width: 70%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}
}


@media (max-width: 768px) {
.des {
    font-size: 16px;
}

}

@media (max-width: 768px) {
.horizontal-scroll {
    width: 90%;
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
    z-index: 10000;
    -ms-overflow-style: none;
}

}

@media (max-width: 768px) {
.scroll-content {
    display: flex
;
    align-items: center;
    gap: 52px;
    padding: 0 0 0 0;
}
}


@media (max-width: 768px) {
.d2 {
    height: 280px;
}
}


@media (max-width: 768px) {
	.cCard2{
	position: relative;
    width: 120px;
    height: 258px;
    background-color: #060014dc;
    border-radius: 10px;
    display: flex
;
    padding: 10px 30px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	
}
}
@media (max-width: 768px) {
.cardbdr2 {
    width: 390px;
    height: 278px;
    background-image: conic-gradient(#e440bb00, #29dbbd00, #e440bb, #ff9f0e00, #e440bb00, #e440bb, #488dfb00);
    padding: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}
}

@media (max-width: 768px) {
	.gtext{
		        width: 80%;
        height: 70px;
}
}


@media (max-width: 768px) {
.d1 {
    height: 160px;
}
}
@media (max-width: 768px) {
.cCard1 {
    position: relative;
    width: 188px;
    height: 140px;
    background-color: #060014dc;
    border-radius: 10px;
    display: flex
;
    padding: 10px 30px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
}

@media (max-width: 768px) {
.cardbdr1 {
    width: 450px;
    height: 160px;
    background-image: conic-gradient(#e440bb00, #29dbbd00, #e440bb, #ff9f0e00, #e440bb00, #e440bb, #488dfb00);
    padding: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}
}


@media (max-width: 768px) {
.lsp{
			letter-spacing: 12px; /* Adjust the value as needed */
			font-size:32px;
		}
}


@media (max-width: 768px) {
.logo-p{
	width:40%;
}
}


        }
        .video-container {
            position: relative;
            display: inline-block;
        }
        video {
            display: block;
            width: 100%;
       
       
       
       
       
       
       
       
        }
        .play-pause-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(255, 255, 255, 0.8);
            color: #000;
            border: none;
            font-size: 24px;
            font-weight: bold;
            padding: 10px 20px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
			z-index:1000;
        }