

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    /*  background-color: #1f1d1d;*/
    font-family: "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: rgb(249,249,249);
    background: linear-gradient(0deg, rgb(249,249,249) 0%, rgba(249,249,249,1) 44%, rgba(238,238,238,1) 100%);
    /*background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(42,34,102,1) 0%, rgba(37,32,69,1) 100%);*/
}

.bgmenu {
    background: linear-gradient(0deg, rgb(249,249,249) 0%, rgba(249,249,249,1) 44%, rgba(238,238,238,1) 100%);
   
    padding-top: 20px;
}

.fwhite{
   
}

.headerx {
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.text-gradient {
    background: linear-gradient(180deg, #0A0A0B -5.99%, #017CFE 135.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.text-gradient2 {
    background: linear-gradient(180deg, #fff -5.99%, #f9f9f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.responsive-image {
    max-height: 100vh;
    width: auto; /*auto*/
    height: 800px;
   
}


.app-img-text {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    color: white;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    /* fallback color */
    font-family: "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
}


.image-with-bottom-shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Bottom shadow */
}


@media (min-width: 345px) {
    .responsive-image {
    }

    .fsize {
        font-size: 0.7rem;
    }

    .topstick {
        position: fixed;
        top: 0px;
        left: 0px;
        margin-top: 10px;
        margin-left: 10px;
        z-index: 1000; /* High z-index to appear on top of other content */
    }

    .fcolor{
        color:white;
    }


    .text-gradient {
        background: linear-gradient(180deg, #0A0A0B -5.99%, #017CFE 135.68%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 1px;
    }

    .bggradient {
        background: linear-gradient(180deg, #0A0A0B -5.99%, #017CFE 135.68%);
    }

    .text-gradient-white {
        background: linear-gradient(180deg, rgb(249,249,249) -5.99%, #fff 135.68%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 1px;
    }
    /*1rem = 16px*/

    .app-img-text {       
        font-size: 0.7rem;        
    }
}

@media (min-width: 800px) {
    .text-gradient {
        background: linear-gradient(180deg, #0A0A0B -5.99%, #017CFE 135.68%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 1px;
    }

    .topstick {
        height:40px;
    }

    .fsize {
        font-size: 24px;
    }

    .app-img-text {
        font-size: 16px;
    }
}

	.responsive-image {
		max-height: 100vh;
		width: auto; /*auto*/
		 vertical-align: central;
        justify-content: center; /* Horizontally center */
        align-items: center; /* Vertically center */
	   
	}


    .responsive-image1 {
        max-height: 100vh;
        width: auto; /*auto*/

        vertical-align: central;
        justify-content: center; /* Horizontally center */
        align-items: center; /* Vertically center */
    }

    .responsive-image2 {
        max-height: 100vh;
        width: auto; /*auto*/
        height: 700px;
        vertical-align: central;
        justify-content: center; /* Horizontally center */
        align-items: center; /* Vertically center */
    }


    .responsive-image3 {
        max-height: 100vh;
        width: auto; /*auto*/
        height: 750px;
        vertical-align: central;
        justify-content: center; /* Horizontally center */
        align-items: center; /* Vertically center */
    }

    /* Media query for smaller screens */
    @media (max-height: 600px) {
        .responsive-image {
            max-height: 50vh;
        }
    }

    .RowStyle {
        margin: 0;
        padding: 0;
        border-block: none;
    }

    .gridview-no-spacing tbody tr {
        margin: 100px;
    }

    .rounded-image {
        border-radius: 10px; /* Adjust the radius as needed */
        /*box-shadow: 0 2px 2px rgb(255, 255, 255, 0.5);  Adjust the shadow properties */
        -webkit-box-shadow: 2px 2px 0px 3px rgba(255, 255, 255, 0.21);
        -moz-box-shadow: 2px 2px 0px 3px rgba(255, 255, 255, 0.21);
        box-shadow: 2px 2px 0px 3px rgba(255, 255, 255, 0.21);
    }

    .CatalogHeader {
        color: white;
        font-size: 40px;
    }



    .app-img-wrapper {
        position: sticky;
        display: inline-block;
        justify-content: center; /* Horizontally center */
        align-items: center; /* Vertically center */
    }

    .app-img-link:hover:before {
        opacity: 1;
    }

    .app-img-link:hover .app-img-text {
    }

    .app-img {
        display: block;
    }
