<style>
    @font-face {
        font-family: 'Podium';
        src: url('assets/PODIUMSharp-6.8.otf') format('opentype');
    }

    @font-face {
        font-family: 'Lato';
        src: url('assets/Lato-Regular.ttf') format('TrueType');
    }

    body {
        margin: 0;
        padding: 0;
        font-family: Lato, sans-serif;
        font-weight: 500;
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
        background-color: #f7f7f7;
    }

    ::-webkit-scrollbar {
        width: 0px;
    }

    ::-webkit-scrollbar-track {
        background: transparent;
    }

    ::-webkit-scrollbar-thumb {
        background-color: transparent;
        border: none;
    }

    .navbar {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 999;
        overflow-x: auto;
    }

    .navbar .logo {
        display: flex;
        align-items: center;
        padding: 20px;
        margin-left: 30px;
    }

    .navbar img {
        height: 60px;
    }



    .navbar ul {
        list-style-type: none;
        margin: 20px;
        padding: 0;
        display: flex;
    }

    .navbar ul li {
        margin-left: 50px;
    }

    .navbar ul li a {
        text-decoration: none;
        color: blue;
        transition: color 0.3s;
        font-weight: bold;
        padding: 8px;
        border-radius: 4px;
        font-family: Podium, sans-serif;
        margin-right: 10px;
    }

    .navbar ul li a:hover {
        color: white;
        background-color: blue;
    }

    a {
        text-decoration: none;
        color: black;
        transition: color 0.3s;
        font-weight: regular;
        font-family: Lato;
        border-radius: 2px;
    }

    a:hover {
        color: blue;
        font-style: italic;
    }

    .banner {
        height: 5px;
        background-color: blue;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 998;
    }

    .content {
        padding-top: 80px;
        text-align: center;
    }

    .image {
        height: calc(100vh / 3);
        width: 100%;
        background-image: url("assets/background_laser.jpg");
        background-size: cover;
    }

    .image3d {
        height: calc(100vh / 3);
        width: 100%;
        background-image: url("assets/background_druk.jpg");
        background-size: cover;
    }

    .header {
        font-size: 36px;
        margin-top: 40px;
        color: #333333;
        font-weight: bold;
    }

    .column-container {
        display: flex;
        justify-content: center;
        align-items: stretch;
        margin-top: 40px;
        width: 70%;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .column {
        flex: 1;
        padding: 0px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        background-color: #ffffff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
        padding: 10px;
    }

    .circle {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: white;
        margin-top: 20px;
        border: 3px solid blue;
    }

    .box-header {
        font-size: 18px;
        margin-top: 20px;
        text-align: center;
        color: #333333;
        font-weight: bold;
    }

    .box-text {
        text-align: center;
        margin-top: 10px;
        padding: 0px 10px 10px 10px;
        color: #666666;
    }

    .big-box {
        width: 70%;
        max-width: 820px;
        margin: 10px auto;
        padding: 40px;
        background-color: #ffffff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        color: #333333;
        line-height: 1.6;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-item {
        opacity: 0.8;
        transition: opacity 0.3s;
        padding-top: 100%;
        border-radius: 8px;
        cursor: pointer;
        background-size: cover;
        background-position: center;
    }

    .gallery-item:hover {
        opacity: 1;
    }

    .gallery-item:nth-child(2n+1) {
        background-color: #005eff;
    }

    .gallery-item:nth-child(3n+1) {
        background-color: #0096ff;
    }

    .gallery-item:nth-child(4n+1) {
        background-color: #00c3ff;
    }

    p {
        text-align: justify;
    }

    .footer {
        background-color: #ffffff;
        padding: 10px;
        text-align: center;
        margin-top: 40px;
        color: blue;
    }

    .footer ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
    }

    .footer ul li {
        text-align: center;
        margin-left: 60px;
    }

	
    @media (max-width: 768px) {
		
		
		 .navbar img {
        height: 80px;
    }
	.navbar {
			overflow:hidden;
	}
	
	 .navbar .logo {
        display: block;
        align-items: center;
        padding: 10px;
        margin-left: 20px;
    }
		
		
		.navbar ul {
        list-style-type: none;
        margin-top: 20px;
		margin-right: 15px;
        display: flex;
		 flex-direction: row;
            align-items: top;
			
		
		
    }

    .navbar ul li {
        margin-left: 2px;
		margin-top: 10px;
		font-size: 16px;
		white-space: nowrap;
    }
	
	 .navbar ul li a {
        text-decoration: none;
        color: blue;
        transition: color 0.3s;
        font-weight: bold;
        font-family: Podium, sans-serif;
        
    }

		.header {
        font-size: 30px;
        margin: 20px 10px -10px 10px;
        color: #333333;
        font-weight: bold;
    }

        .column-container {
            flex-direction: column;
            align-items: center;
        }

        .column {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }


          .gallery {
			  width: 70%;
            grid-template-columns: repeat(2, 1fr); /* Display gallery images in 2 columns */
        }

        body {
            overflow-x: hidden; /* Prevent horizontal scrolling */
			font-size: 18px;
        }
		       .footer ul {
            flex-direction: column; /* Stack elements vertically */
        }

        .footer ul li {
            margin-left: 0;
            margin-bottom: 10px; /* Add margin bottom for spacing */
        }
    }
	@media (max-width: 400px) {
		 .navbar img {
        height: 80px;
    }
	.navbar {
			overflow:hidden;
	}
	
	 .navbar .logo {
        display: block;
        align-items: center;
        padding: 10px;
        margin-left: 20px;
    }
		
		
		.navbar ul {
        list-style-type: none;
        margin-top: 20px;
		margin-right: 15px;
        display: flex;
		 flex-direction: column;
         
			
		
		
    }

    .navbar ul li {
        margin-left: 2px;
		margin-top: 10px;
		font-size: 16px;
		white-space: nowrap;
    }
	
	 .navbar ul li a {
        text-decoration: none;
        color: blue;
        transition: color 0.3s;
        font-weight: bold;
        font-family: Podium, sans-serif;
		        
    }

		.header {
        font-size: 25px;
        margin: 20px 15px -15px;
        color: #333333;
        font-weight: bold;
    }

        .column-container {
            flex-direction: column;
            align-items: center;
        }

        .column {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

 .box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        padding: 10px;
    }

    .circle {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: white;
        margin-top: 10px;
        border: 3px solid blue;
    }



          .gallery {
			  width: 70%;
            grid-template-columns: repeat(2, 1fr); /* Display gallery images in 2 columns */
        }

        body {
            overflow-x: hidden; /* Prevent horizontal scrolling */
			font-size: 16px;
        }
		       .footer ul {
            flex-direction: column; /* Stack elements vertically */
        }

        .footer ul li {
            margin-left: 0;
            margin-bottom: 10px; /* Add margin bottom for spacing */
        }
    }
		
	}
</style>