@import url('https://fonts.googleapis.com/css2?family=Nunito Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
}
body, html {
  height: 100%;
  font-family: "Nunito Sans", Arial, sans-serif;
}
.content p000 {
  font-size: 12px;
  color: gray;
  line-height: 1;
  text-align: justify-all;
}

@media screen and (max-width: 840px) { 
body {
    overflow-x: hidden;
  }

#masteroverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95);
  backdrop-filter: blur(1px);
  z-index: 500;
  cursor: pointer;
}
	
.menu-toggle {
  background: none;
  border: none;
  color: darkgray;
  font-size: 24px;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 500;
}
	
.nav-menu {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding: 60px 20px;
  position: fixed;
  top: 0.5%;
  right: 0.9%;
  bottom: 0.5%;
  width: 50%; 
  max-width: 300px;
  height: calc(80vh - 40px);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transform: translateX(110%);
  transition: transform 0.3s, background-color 0.3s;
  overflow-y: auto;
  z-index: 490;
}
	
.nav-menu.show {
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.9);
}

nav ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  list-style-type: none;
  padding: 20px 30px 0px 30px;
  margin: 0;
  height: 100%;
}

nav ul li {
  margin-bottom: 10px;
  margin-top: 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 0 20px;
  text-transform: none;
  font-family: "Nunito Sans", Arial, sans-serif;
}

nav ul li a:hover {
  color: #50B0FF;
  text-decoration: bold;
}

	
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
	
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
    width: 100%;
    height: 15%;
	z-index: 0;
  }
	
.parallax-section {
    position: relative;
    overflow: hidden;
    height: auto;
    width: calc(100% - 5px);
    padding: 20px;
    background-color: #3B3B3B;
    backdrop-filter: blur(10px);
    border-radius: 5px;
	box-sizing: border-box;
  }

#s1 {
    margin: 2px 5px 0px 2px;
  }
    .s1 .image-overlay {
      background-image: url("images/arminvm-smallscreen.jpg");
	  object-fit: cover;
      width: 100%;
	  height: clamp(240px, 30%, 400px);
	  background-repeat: no-repeat;
	  background-position: top;
	}
	
 #s2 {
	margin: 2px 5px 0px 2px;
  }
    .s2 .image-overlay {
      background-image: url("images/experiences-smallscreen.jpg");
	  object-fit: cover;
      width: 100%;
	  height: clamp(240px, 25%, 400px); 
	  background-repeat: no-repeat;
	  background-position: top;
	}

 #s3 {
    margin: 2px 5px 0px 2px;
  }
	.s3 .image-overlay {
      background-image: url("images/pro-experiences.jpg");
	  object-fit: cover;
	  background-size: 100%;
      width: 100%;
	  height: clamp(240px, 25%, 400px); 
	  background-repeat: no-repeat;
	  background-position: top;
	}
	
 #s6 {
    margin: 2px 5px 0px 2px;
  }
	
.s6 .image-overlay {
    background-image: url("images/software-oneplot-section.jpg");
    object-fit: cover;
	background-size: 100%;
    width: 100%;
	height: clamp(240px, 25%, 400px); 
	background-repeat: no-repeat;
	background-position: top;
}
	
/* Some basic styling for your button */
.app_btn {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.app_btn:hover {
  background-color: #0056b3;
}
 
.parallax-section.s9 {
    position: relative;
	margin: 2px 5px 0px 2px;
    overflow: hidden;
    height: auto;
    width: calc(100% - 5px);
    padding: 20px;
    background-color: #3B3B3B;
    backdrop-filter: blur(10px);
    border-radius: 5px;
	box-sizing: border-box;
  }
	
  .s9 .image-overlay {
  background-image: url("images/contactphoto.jpg");
  background-size: 90%;
  height: 200px;
  background-position: center;
  }	
	
.content9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: none;
  border-radius: 4px;
  order: 1;
  width: 100%; 
  padding-top: clamp(240px, 30%, 400px); 
}
	
.content9 form {
  position: relative;
  width: 100%;
  margin: 160px 0 0 50px;
}
.content9 label {
  font-weight: normal;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.content9 input[type="text"], 
.content9 input[type="email"], 
.content9 textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: white;
  background-color: #1A1A1A;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  height: 20px;
}
.content9 textarea {
  max-height: 300px;
  resize: vertical;
}
.content9 button {
  width: 100%;
  background-color: #1A1A1A;
  color: white;
  padding: 10px 20px;
  margin: 4px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.content9 button:hover {
  background-color: #3A3A3A;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
	
	
.section.app_page {
  	background-image: url("images/app_html_background_small.jpg");
	width: 500px;
  	height: 4000px;
}
	
.content_app {
  position: relative;
  width: 100%;
  height: 100%;
}
	.content_app h3{
		font-size: clamp(24px, 5vw, 32px); 
		font-weight: bold; 
		font-style: normal;
		text-transform: uppercase;
	}
	
	.content_app p4{
		font-size: clamp(14px, 5vw, 16px); 
		font-weight: normal; 
		font-style: normal;
		justify-content: center;
		width: 375px;
	}
	
	.content_app p4 .line-break {
		  display: block;
		  padding-top: 10px; 
		  content: '';
		}
	
	.content_app h4{
		font-size: clamp(28px, 5vw, 36px); 
		font-weight: bold; 
		font-style: normal;
	}
	
	.content_app p6{
		font-size: clamp(14px, 5vw, 16px); 
		font-weight: normal; 
		font-style: normal;
		justify-content: center;
		width: 450px;
	}
	
	.h_a1 {
	  position: absolute;
	  top: 4%;  
	  left: 70%;
	}

	.p1 {
	  position: absolute;
	  top: 24%;
	  right: -2%;
	}

	.h_a2 {
	  position: absolute;
	  top: 30.5%;
	  right: 0%;
	}

	.p2 {
	  position: absolute;
	  top: 41%;
	  left: 18%;
	}

	.p3 {
	  position: absolute;
	  top: 62%;
	  right: -5%;
	}

	.p4 {
	  position: absolute;
	  top: 68%;
	  right: -5%;
	}
	
	.p5 {
	  position: absolute;
	  top: 91.5%;
	  left: 5%;
	}
	
.download_btn {
  display: inline-block;
  padding: 8px;
  position: absolute;
  top: 98%;
  right: 45%;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.download_btn:hover {
  background-color: #0056b3;
}
	
.sample_btn {
  display: inline-block;
  padding: 8px;
  position: absolute;
  top: 98%;
  right: -5%;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.sample_btn:hover {
  background-color: #0056b3;
}
	
.parallax-section.s5 {
  background-color: #3B3B3B;
  perspective: 1px;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-style: preserve-3d;
  margin: 2px 5px 0px 5px;
}

.photo-album {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
  justify-content: center;
  align-items: center;
  max-width: 1000px; 
  margin: 0 auto; 
  padding: 10px;
  background: transparent;
}

.photo {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
  z-index: 0;
  margin: 0; 
  box-sizing: border-box;
  transition: box-shadow 0.3s ease-in-out;
  background: transparent;
  border-radius: 5px;
  object-fit: cover;
}
	
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(0.8);
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
	
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 10px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
	
.photo:hover {
  transform: scale(1.05);
  filter: brightness(1.3);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 24px 0 rgba(0,0,0,0.19);
  z-index: 1;
}

.photo:hover .caption {
  transform: translateY(0);
  margin-bottom: 5px; 
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  padding-top: 0px; 
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%; 
  max-width: 1100px;
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7); 
  backdrop-filter: blur(10px);
}

.modal-content {
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 840px;
}

.modal-content img {
  max-width: 100%;
}
	
.modal-content #caption {
  max-width: 100%;
  color: #fff;
  margin-left: 0px;
  margin-right: 5px;
  padding: 15px;
}

.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 5px;
  right: 15px;
  color: black;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.content {
    width: 90%;
    max-width: 800px;
    margin: 0;
    padding-top: 5px;
    text-align: justify;
	text-justify: inherit;
    color: #fff;
    z-index: 1;
  }
.content1 {
  width: 100%; 
  padding-top: clamp(240px, 30%, 400px); 
}
	
.content2 {
  width: 100%; 
  align-content: right;
  padding-top: clamp(240px, 15%, 400px);
}
	
.content3 {
  width: 100%; 
  align-content: right;
  padding-top: clamp(230px, 15%, 400px);
}
	
.content4 {
  width: 80%; 
}
	
.content h1 {
  bottom: 0;
  font-size: clamp(14px, 5vw, 22px); 
  font-weight: bold; 
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 5px; 
}
.content h2 {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: bold; 
  margin-bottom: 10px;
  border-bottom: 1px solid #FFFFFF; 
  text-transform: uppercase;
  padding-bottom: 5px; 
}
.content p {
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1;
  text-align: justify-all;
}
.content p .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}
.content p000 {
  font-size: 10px;
  color: lightsalmon;
  line-height: 0;
  text-align: justify-all;
}
.content p00 {
  font-size: 14px;
  line-height: 1;
  text-align: justify-all;
}
.content p00 .line-break {
  display: block;
  padding-top: 8px; 
  content: '';
}
.content p0 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify-all;
}
.content p0 .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}
.content p1 {
  font-size: 12px;
  color: aqua;
  line-height: 1.3;
  text-align: justify-all;
}
.content p1-1 {
  font-size: 12px;
  color: burlywood;
  line-height: 1.1;
  text-align: justify-all;
}
.content p1 .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}

.social-icons {
  list-style: none; 
  display: flex; 
  justify-content: center; 
  padding: 0; 
  margin-top: 20px; 
  margin-bottom: 18px;
}
.social-icons li {
  margin: 0px; 
}
.social-icons a {
  text-decoration: none; 
  font-size: 25px; 
  margin: 0 0 0 10px; 
  display: inline-flex; 
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 10%; 
  padding: 2px; 
  position: relative;
}
.social-icons a:hover::before {
  content: attr(data-title); 
  position: absolute; 
  bottom: -22px; 
  left: 50%; 
  transform: translateX(-50%); 
  background-color: #000; 
  color: #fff; 
  padding: 2px; 
  font-size: 10px; 
  white-space: nowrap; 
  opacity: 0.5; 
  border-radius: 5px;
}
.social-icons .youtube-icon .fab {
  color: #FF0000; 
  margin: 0px;
}
.social-icons .twitter-icon .fab {
  color: #1DA1F2; 
}
.social-icons .linkedin-icon .fab {
  color: #0077B5;
}
.social-icons .google-icon {
  color: #3177D4;
}
.social-icons a:hover i {
  color: #ff9800; 
}
.social-icons a:hover .fab {
  color: #ff9800;
}

.footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    padding: 5px; 
    position: relative;
    bottom: 0;
    width: 100%;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
	z-index: 200;
  }

}

@media screen and (min-width: 841px) and (max-width:1150px) {
body {
    overflow-x: hidden;
  }

#masteroverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95);
  backdrop-filter: blur(1px);
  z-index: 500;
  cursor: pointer;
}

nav {
  width: calc(100% - 0px);
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 30px;
  line-height: 35px; 
  display: flex; 
  justify-content: center; 
  box-sizing: border-box;
}
.menu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
  position: absolute;
  padding: 0;
  text-align: center;
}
.nav-menu {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
}
nav ul {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0 15px;
}
nav ul li {
  margin-left: 0px;
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  padding: 0 10px;
  text-transform: none;
  font-weight: 100;
  font-family: "Nunito Sans", Arial, sans-serif;
}
nav ul li a:hover {
  color: #79D7FF;
  text-decoration: bold;
}
	
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: rgba(0,0,0,1); 
  min-width: 100px;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  text-align: center;
  transition: visibility 0s 0.8s, opacity 0.1s linear, transform 0.2s;
  border-radius: 0 0 5px 5px;
}
.dropdown-menu li a {
  color: white;
  line-height: 2;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateX(-50%) scaleY(1);
  margin-top: 0;
}
	
.container {
  min-height: 100vh;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  box-shadow: 1px 1px 3px 0px grey;
}

.parallax-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 580px; 
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
	
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.parallax-section.s1 {
  background-image: url("images/armin-vm-1.jpg");
  height: 500px;
}

.parallax-section.s2 {
  background-image: url("images/experiences.jpg");
  height: 500px;
}

.parallax-section.s3 {
  background-image: url("images/pro-experiences.jpg");
  background-color: #1A1A1A;
  background-size: 180%;
  background-position: left;
  height: 250px; 
}
	
.parallax-section.s6 {
  background-image: url("images/software-oneplot-section.jpg");
  background-color: #1A1A1A;
  background-size: 100%;
  background-position: bottom left;
  height: 350px; 
}
	
/* Some basic styling for your button */
.app_btn {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.app_btn:hover {
  background-color: #0056b3;
}
	
.parallax-section.s9 {
  background-image: url("images/contactphoto.jpg");
  background-size: 99%;
  background-position: -2700%;
  background-color: #1A1A1A;
  perspective: 1px;
  height: 550px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-style: preserve-3d;
  display: flex;
  flex-direction: column;
}  

.content9 {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  width: 60%;
  max-width: 600px;
  padding: 2px;
  margin-top: 1px;
  margin-left: 45%;
  background-color: none;
  border-radius: 4px;
  order: 1;
}
	
.content9 form {
  width: 70%;
  margin: 20px 0 0 0;
}
.content9 label {
  font-weight: normal;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.content9 input[type="text"], 
.content9 input[type="email"], 
.content9 textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: white;
  background-color: #1A1A1A;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  height: 20px;
}
.content9 textarea {
  max-height: 300px;
  resize: vertical;
}
.content9 button {
  width: 100%;
  background-color: #1A1A1A;
  color: white;
  padding: 10px 20px;
  margin: 4px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.content9 button:hover {
  background-color: #3A3A3A;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
	
.section.app_page {
  background-image: url("images/app_html_background.jpg");
  background-color: #1A1A1A;
  background-size: COVER;
  background-repeat: no-repeat;
  height: 4000px;
}
	
.content_app {
  position: relative;
  width: 100%;
  height: 100%;
}
	.content_app h3{
		font-size: clamp(42px, 1vw, 32px); 
		font-weight: bold; 
		font-style: normal;
		text-transform: uppercase;
	}
	
	.content_app p4{
		font-size: clamp(14px, 5vw, 16px); 
		font-weight: normal; 
		font-style: normal;
		justify-content: center;
		width: 400px;
	}
	
	.content_app p4 .line-break {
		  display: block;
		  padding-top: 10px; 
		  content: '';
		}
	
	.content_app h4{
		font-size: clamp(28px, 1vw, 36px); 
		font-weight: bold; 
		font-style: normal;
	}
	
	.content_app p6{
		font-size: clamp(14px, 5vw, 16px); 
		font-weight: normal; 
		font-style: normal;
		justify-content: center;
		width: 400px;
	}
	
	.h_a1 {
	  position: absolute;
	  top: 4.5%;  
	  right: -35%;
	}

	.p1 {
	  position: absolute;
	  top: 20%;
	  right: -70%;
	}

	.h_a2 {
	  position: absolute;
	  top: 31%;
	  right: -22%;
	}

	.p2 {
	  position: absolute;
	  top: 37%;
	  left: 75%;
	}

	.p3 {
	  position: absolute;
	  top: 54%;
	  right: -60%;
	}

	.p4 {
	  position: absolute;
	  top: 70%;
	  left: 15%;
	}
	
	.p5 {
	  position: absolute;
	  top: 84%;
	  right: -78%;
	}
	
.download_btn {
  display: inline-block;
  padding: 15px;
  position: absolute;
  top: 96.5%;
  right: 15%;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.download_btn:hover {
  background-color: #0056b3;
}
	
.sample_btn {
  display: inline-block;
  padding: 15px;
  position: absolute;
  top: 96.5%;
  right: -15%;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.sample_btn:hover {
  background-color: #0056b3;
}
	

.photo-album {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
  justify-content: center;
  align-items: center;
  max-width: 1000px; 
  margin: 0 auto; 
  padding: 50px;
  background: transparent;
}

.photo {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
  z-index: 0;
  margin: 0; 
  box-sizing: border-box;
  transition: box-shadow 0.3s ease-in-out;
  background: transparent;
  border-radius: 5px;
  object-fit: cover;
}
	
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(0.8);
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
	
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 10px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
	
.photo:hover {
  transform: scale(1.05);
  filter: brightness(1.3);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 24px 0 rgba(0,0,0,0.19);
  z-index: 1;
}

.photo:hover .caption {
  transform: translateY(0);
  margin-bottom: 5px; 
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  padding-top: 0px; 
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; 
  max-width: 900px;
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7); 
  backdrop-filter: blur(10px);
}

.modal-content {
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
}

.modal-content img {
  max-width: 100%;
}
	
.modal-content #caption {
  max-width: 100%;
  color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px;
}

.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 5px;
  right: 15px;
  color: black;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
	
.content {
  position: absolute;
  left: 30px; 
  top: 50%;
  transform: translateY(-50%); 
  padding: 10px;
  color: #fff; 
  width: clamp(250px, 70%, 800px);
  max-width: 800px; 
  box-sizing: border-box;
  z-index: 1;
}

.content1 {
  position: relative;
  width: clamp(250px, 33%, 450px); 
  margin-left: 4%;
}

.content2 {
  position: absolute;
  width: clamp(350px, 48%, 800px);
  align-content: right;
  box-sizing: content-box;
  margin-left: 46%;
}

.content3 {
  position: absolute;
  width: clamp(350px, 48%, 800px);
  align-content: right;
  margin-left: 46%;
}

.content h1 {
  font-size: clamp(20px, 2vw, 32px); 
  font-weight: bold; 
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 7px; 
}

.content h2 {
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: bold; 
  width: 300px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFFFFF; 
  text-transform: uppercase;
  padding-bottom: 5px; 
}

.content p {
  font-size: clamp(10px, 1.2vw, 16px);
  line-height: 1;
  text-align: justify-all;
}

.content p .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}
	
.content p000 {
  font-size: 12px;
  color: lightsalmon;
  line-height: 1.5;
  text-align: justify;
}

.content p00 {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1;
  text-align: justify;
}

.content p00 .line-break {
  display: block;
  padding-top: 5px; 
  content: '';
}

.content p0 {
  font-size: clamp(10px, 1.2vw, 16px);
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
}

.content p0 .line-break {
  display: block;
  padding-top: 8px; 
  content: '';
}

.content p1 {
  font-size: 12px;
  color: aqua;
  line-height: 1.3;
  text-align: justify-all;
}

.content p1 .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}

.social-icons {
  list-style: none; 
  display: flex; 
  justify-content: left; 
  padding: 0px 0px 40px 0px; 
  margin-top: 10px; 
}
.social-icons li {
  margin: 0px; 
}
.social-icons a {
  text-decoration: none; 
  font-size: 25px; 
  margin: 0px; 
  display: inline-flex; 
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 10%; 
  padding: 2px; 
  position: relative;
}
.social-icons a:hover::before {
  content: attr(data-title); 
  position: absolute; 
  bottom: -30px; 
  left: 50%; 
  transform: translateX(-50%); 
  background-color: #000; 
  color: #fff; 
  padding: 5px; 
  font-size: 12px; 
  white-space: nowrap; 
  opacity: 0.8; 
  border-radius: 5px;
}
.social-icons .youtube-icon .fab {
  color: #FF0000; 
  margin: 0px 5px 0px 0px;
}
.social-icons .twitter-icon .fab {
  color: #1DA1F2; 
  margin: 0px 5px 0px 0px;
}
.social-icons .linkedin-icon .fab {
  color: #0077B5;
  margin: 0px 8px 0px 0px;
}
.social-icons .google-icon {
  color: #3177D4;
  margin: 0px 5px 0px 0px;
}
.social-icons a:hover i {
  color: #ff9800; 
}
.social-icons a:hover .fab {
  color: #ff9800;
}

.footer {
  background-color: rgba(0, 0, 0, 0.9); 
  color: #fff; 
  padding: 8px; 
  font-size: 10px; 
  text-align: center; 
  left: 0;
  bottom: 0;
  width: 100%; 
  box-sizing: border-box; 
  z-index: 200;
  position: absolute;
  justify-content: center;
  align-items: center;
}
}

@media screen and (min-width: 1151px) and (max-width:1400px) {
body {
    overflow-x: hidden;
  }

#masteroverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95);
  backdrop-filter: blur(1px);
  z-index: 500;
  cursor: pointer;
}
	
nav {
  width: calc(100% - 0px);
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 30px;
  line-height: 35px; 
  display: flex; 
  justify-content: center; 
  box-sizing: border-box;
}
.menu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
  position: absolute;
  padding: 0;
  text-align: center;
}
.nav-menu {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
}
nav ul {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0 15px;
}
nav ul li {
  margin-left: 0px;
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  padding: 0 10px;
  text-transform: none;
  font-weight: 100;
  font-family: "Nunito Sans", Arial, sans-serif;
}
nav ul li a:hover {
  color: #79D7FF;
  text-decoration: bold;
}
	
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: rgba(0,0,0,1); 
  min-width: 100px;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  text-align: center;
  transition: visibility 0s 0.8s, opacity 0.1s linear, transform 0.2s;
  border-radius: 0 0 5px 5px;
}
.dropdown-menu li a {
  color: white;
  line-height: 2;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateX(-50%) scaleY(1);
  margin-top: 0;
}
	
.container {
  min-height: 100vh;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  box-shadow: 1px 1px 3px 0px grey;
}

.parallax-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px; 
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
	
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.parallax-section.s1 {
  background-image: url("images/armin-vm-1.jpg");
}

.parallax-section.s2 {
  background-image: url("images/experiences.jpg");
}

.parallax-section.s3 {
  background-image: url("images/pro-experiences.jpg");
  background-color: #1A1A1A;
  background-size: 150%;
  background-position: left;
  height: 350px; 
}

.parallax-section.s6 {
  background-image: url("images/software-oneplot-section.jpg");
  background-color: #1A1A1A;
  background-size: 75%;
  background-position: bottom left;
  height: 450px; 
}
	
/* Some basic styling for your button */
.app_btn {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.app_btn:hover {
  background-color: #0056b3;
}
	
.parallax-section.s9 {
  background-image: url("images/contactphoto.jpg");
  background-size: 92%;
  background-position: -300%;
  background-color: #1A1A1A;
  perspective: 1px;
  height: 550px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-style: preserve-3d;
  display: flex;
  flex-direction: column;
}  

.content9 {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  width: 60%;
  max-width: 600px;
  padding: 2px;
  margin-top: 1px;
  margin-left: 50%;
  background-color: none;
  border-radius: 4px;
  order: 1;
}

.content9 form {
  width: 65%;
  margin: 20px 0 0 0;
}
.content9 label {
  font-weight: normal;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.content9 input[type="text"], 
.content9 input[type="email"], 
.content9 textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: white;
  background-color: #1A1A1A;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  height: 20px;
}
.content9 textarea {
  max-height: 300px;
  resize: vertical;
}
.content9 button {
  width: 100%;
  background-color: #1A1A1A;
  color: white;
  padding: 10px 20px;
  margin: 4px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.content9 button:hover {
  background-color: #3A3A3A;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
	
.section.app_page {
  background-image: url("images/app_html_background.jpg");
  background-color: #1A1A1A;
  background-size: auto;
  height: 4000px;
}
	
.content_app {
  position: relative;
  width: 100%;
  height: 100%;
}
	.content_app h3{
		font-size: clamp(42px, 1vw, 32px); 
		font-weight: bold; 
		font-style: normal;
		text-transform: uppercase;
	}
	
	.content_app p4{
		font-size: clamp(14px, 5vw, 16px); 
		font-weight: normal; 
		font-style: normal;
		justify-content: center;
		width: 400px;
	}
	
	.content_app p4 .line-break {
		  display: block;
		  padding-top: 10px; 
		  content: '';
		}
	
	.content_app h4{
		font-size: clamp(28px, 1vw, 36px); 
		font-weight: bold; 
		font-style: normal;
	}
	
	.content_app p6{
		font-size: clamp(14px, 5vw, 16px); 
		font-weight: normal; 
		font-style: normal;
		justify-content: center;
		width: 400px;
	}
	
	.h_a1 {
	  position: absolute;
	  top: 4.5%;  
	  right: -35%;
	}

	.p1 {
	  position: absolute;
	  top: 20%;
	  right: -70%;
	}

	.h_a2 {
	  position: absolute;
	  top: 31%;
	  right: -22%;
	}

	.p2 {
	  position: absolute;
	  top: 37%;
	  left: 75%;
	}

	.p3 {
	  position: absolute;
	  top: 54%;
	  right: -60%;
	}

	.p4 {
	  position: absolute;
	  top: 70%;
	  left: 15%;
	}
	
	.p5 {
	  position: absolute;
	  top: 84%;
	  right: -78%;
	}
	
.download_btn {
  display: inline-block;
  padding: 15px;
  position: absolute;
  top: 96.5%;
  right: 15%;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.download_btn:hover {
  background-color: #0056b3;
}
	
.sample_btn {
  display: inline-block;
  padding: 15px;
  position: absolute;
  top: 96.5%;
  right: -15%;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.sample_btn:hover {
  background-color: #0056b3;
}


	
.parallax-section.s5{
  background-color: #1A1A1A;
  perspective: 1px;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-style: preserve-3d;
}

.photo-album {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
  justify-content: center;
  align-items: center;
  max-width: 1000px; 
  margin: 0 auto; 
  padding-top: 50px;
  padding-bottom: 50px;
  background: transparent;
}

.photo {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
  z-index: 0;
  margin: 0; 
  box-sizing: border-box;
  transition: box-shadow 0.3s ease-in-out;
  background: transparent;
  border-radius: 5px;
  object-fit: cover;
}
	
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(0.8);
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
	
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 10px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
	
.photo:hover {
  transform: scale(1.05);
  filter: brightness(1.3);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 24px 0 rgba(0,0,0,0.19);
  z-index: 1;
}

.photo:hover .caption {
  transform: translateY(0);
  margin-bottom: 5px; 
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  padding-top: 0px; 
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; 
  max-width: 1000px;
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7); 
  backdrop-filter: blur(10px);
}

.modal-content {
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}

.modal-content img {
  max-width: 100%;
}
	
.modal-content #caption {
  max-width: 100%;
  color: #fff;
  margin-left: 0px;
  padding: 15px;
}

.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 4px;
  right: 15px;
  color: black;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
	
.content {
  position: absolute;
  left: 30px; 
  top: 50%;
  transform: translateY(-50%); 
  padding: 10px;
  color: #fff; 
  width: clamp(250px, 70%, 800px);
  max-width: 800px; 
  box-sizing: border-box;
  z-index: 1;
}

.content1 {
  position: relative;
  width: clamp(250px, 33%, 450px); 
  margin-left: 4%;
}

.content2 {
  position: absolute;
  width: clamp(350px, 45%, 800px);
  align-content: right;
  box-sizing: content-box;
  margin-left: 48%;
}

.content3 {
  position: absolute;
  width: clamp(350px, 45%, 800px);
  align-content: right;
  margin-left: 48%;
}

.content h1 {
  font-size: clamp(16px, 5vw, 32px); 
  font-weight: bold; 
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 7px; 
}

.content h2 {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: bold; 
  width: 300px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFFFFF; 
  text-transform: uppercase;
  padding-bottom: 5px; 
}

.content p {
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1;
  text-align: justify-all;
}

.content p .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}

.content p00 {
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.4;
  text-align: justify-all;
}

.content p00 .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}

.content p0 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify-all;
}

.content p0 .line-break {
  display: block;
  padding-top: 8px; 
  content: '';
}

.content p1 {
  font-size: 12px;
  color: aqua;
  line-height: 1.3;
  text-align: justify-all;
}

.content p1 .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}

.social-icons {
  list-style: none; 
  display: flex; 
  justify-content: left; 
  padding: 0px 0px 40px 0px; 
  margin-top: 10px; 
}
.social-icons li {
  margin: 0px; 
}
.social-icons a {
  text-decoration: none; 
  font-size: 25px; 
  margin: 0px; 
  display: inline-flex; 
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 10%; 
  padding: 2px; 
  position: relative;
}
.social-icons a:hover::before {
  content: attr(data-title); 
  position: absolute; 
  bottom: -30px; 
  left: 50%; 
  transform: translateX(-50%); 
  background-color: #000; 
  color: #fff; 
  padding: 5px; 
  font-size: 12px; 
  white-space: nowrap; 
  opacity: 0.8; 
  border-radius: 5px;
}
.social-icons .youtube-icon .fab {
  color: #FF0000; 
  margin: 0px 5px 0px 0px;
}
.social-icons .twitter-icon .fab {
  color: #1DA1F2; 
  margin: 0px 5px 0px 0px;
}
.social-icons .linkedin-icon .fab {
  color: #0077B5;
  margin: 0px 8px 0px 0px;
}
.social-icons .google-icon {
  color: #3177D4;
  margin: 0px 5px 0px 0px;
}
.social-icons a:hover i {
  color: #ff9800; 
}
.social-icons a:hover .fab {
  color: #ff9800;
}
.footer {
  background-color: rgba(0, 0, 0, 0.9); 
  color: #fff; 
  padding: 8px; 
  font-size: 10px; 
  text-align: center; 
  left: 0;
  bottom: 0;
  width: 100%; 
  box-sizing: border-box; 
  z-index: 200;
  position: absolute;
  justify-content: center;
  align-items: center;
}
}

@media screen and (min-width: 1401px) {
	
body {
    overflow-x: hidden;
  }

#masteroverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95);
  backdrop-filter: blur(1px);
  z-index: 500;
  cursor: pointer;
}

nav {
  width: calc(100% - 0px);
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 30px;
  line-height: 35px; 
  display: flex; 
  justify-content: center; 
  box-sizing: border-box;
}
.menu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
  position: absolute;
  padding: 0;
  text-align: center;
}
.nav-menu {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
}
nav ul {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0 15px;
}
nav ul li {
  margin-left: 0px;
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  padding: 0 10px;
  text-transform: none;
  font-weight: 100;
  font-family: "Nunito Sans", Arial, sans-serif;
}
nav ul li a:hover {
  color: #79D7FF;
  text-decoration: bold;
}
	
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: rgba(0,0,0,1); 
  min-width: 100px;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  text-align: center;
  transition: visibility 0s 0.8s, opacity 0.1s linear, transform 0.2s;
  border-radius: 0 0 5px 5px;
}
.dropdown-menu li a {
  color: white;
  line-height: 2;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateX(-50%) scaleY(1);
  margin-top: 0;
}
	
.container {
  min-height: 100vh;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  box-shadow: 1px 1px 3px 0px grey;
}

.parallax-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 950px; 
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
	
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.parallax-section.s1 {
  background-image: url("images/armin-vm.jpg");
}

.parallax-section.s2 {
  background-image: url("images/experiences.jpg");
}

.parallax-section.s3 {
  background-image: url("images/pro-experiences.jpg");
  background-color: #1A1A1A;
  background-size: 140%;
  background-position: left;
  height: 350px; 
}
	
.parallax-section.s6 {
  background-image: url("images/software-oneplot-section.jpg");
  background-color: #1A1A1A;
  background-size: 75%;
  background-position: left;
  height: 450px; 
}
	
/* Some basic styling for your button */
.app_btn {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.app_btn:hover {
  background-color: #0056b3;
}
	
.parallax-section.s9 {
  background-image: url("images/contactphoto.jpg");
  background-size: 75%;
  background-position: -30%;
  background-color: #1A1A1A;
  perspective: 1px;
  height: 550px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-style: preserve-3d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}  

.content9 {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  width: 60%;
  max-width: 600px;
  padding: 2px;
  margin-top: 1px;
  margin-left: 60%;
  background-color: none;
  border-radius: 4px;
  order: 1;
}
.content9 form {
  width: 70%;
  margin: 10px 0 0 0;
}
.content9 label {
  font-weight: normal;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.content9 input[type="text"], 
.content9 input[type="email"], 
.content9 textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: white;
  background-color: #1A1A1A;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  height: 20px;
}
.content9 textarea {
  max-height: 300px;
  resize: vertical;
}
.content9 button {
  width: 100%;
  background-color: #1A1A1A;
  color: white;
  padding: 10px 20px;
  margin: 4px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.content9 button:hover {
  background-color: #3A3A3A;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.parallax-section.s5 {
  background-color: #1A1A1A;
  perspective: 1px;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-style: preserve-3d;
}	
	
.section.app_page {
  background-image: url("images/app_html_background.jpg");
  background-color: #1A1A1A;
  background-size: auto;
  height: 4000px;
}
	
.content_app {
  position: relative;
  width: 100%;
  height: 100%;
}
	.content_app h3{
		font-size: clamp(42px, 1vw, 32px); 
		font-weight: bold; 
		font-style: normal;
		text-transform: uppercase;
	}
	
	.content_app p4{
		font-size: clamp(14px, 5vw, 16px); 
		font-weight: normal; 
		font-style: normal;
		justify-content: center;
		width: 400px;
	}
	
	.content_app p4 .line-break {
		  display: block;
		  padding-top: 10px; 
		  content: '';
		}
	
	.content_app h4{
		font-size: clamp(28px, 1vw, 36px); 
		font-weight: bold; 
		font-style: normal;
	}
	
	.content_app p6{
		font-size: clamp(14px, 5vw, 16px); 
		font-weight: normal; 
		font-style: normal;
		justify-content: center;
		width: 400px;
	}
	
	.h_a1 {
	  position: absolute;
	  top: 4.5%;  
	  right: -35%;
	}

	.p1 {
	  position: absolute;
	  top: 20%;
	  right: -70%;
	}

	.h_a2 {
	  position: absolute;
	  top: 31%;
	  right: -22%;
	}

	.p2 {
	  position: absolute;
	  top: 37%;
	  left: 75%;
	}

	.p3 {
	  position: absolute;
	  top: 54%;
	  right: -60%;
	}

	.p4 {
	  position: absolute;
	  top: 70%;
	  left: 15%;
	}
	
	.p5 {
	  position: absolute;
	  top: 84%;
	  right: -78%;
	}
	
.download_btn {
  display: inline-block;
  padding: 15px;
  position: absolute;
  top: 96.5%;
  right: 15%;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.download_btn:hover {
  background-color: #0056b3;
}
	
.sample_btn {
  display: inline-block;
  padding: 15px;
  position: absolute;
  top: 96.5%;
  right: -15%;
  color: #fff;
  background-color: #203A73;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.sample_btn:hover {
  background-color: #0056b3;
}
	
	
.photo-album {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
  justify-content: center;
  align-items: center;
  max-width: 1000px; 
  margin: 0 auto; 
  padding-top: 50px;
  padding-bottom: 50px;
  background: transparent;
  order: 2;
}

.photo {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
  z-index: 0;
  margin: 0; 
  box-sizing: border-box;
  transition: box-shadow 0.3s ease-in-out;
  background: transparent;
  border-radius: 5px;
  object-fit: cover;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(0.8);
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 10px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}	
.photo:hover {
  transform: scale(1.05);
  filter: brightness(1.3);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 12px 24px 0 rgba(0,0,0,0.19);
  z-index: 1;
}
.photo:hover .caption {
  transform: translateY(0);
  margin-bottom: 5px; 
}
	
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  padding-top: 0px; 
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; 
  max-width: 1150px;
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7); 
  backdrop-filter: blur(10px);
}
.modal-content {
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1150px;
}
.modal-content img {
  max-width: 100%;
}
.modal-content #caption {
  max-width: 100%;
  color: #fff;
  margin-left: 0px;
  padding: 15px;
}
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.3s;
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: black;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

	
.content {
  position: relative;
  left: 30px; 
  top: 50%;
  transform: translateY(-50%); 
  padding: 10px;
  color: #fff; 
  width: clamp(250px, 70%, 800px);
  max-width: 800px; 
  box-sizing: border-box;
  z-index: 1;
  order:1;
}

.content1 {
  position: relative;
  width: clamp(250px, 33%, 450px); 
  margin-left: 4%;
}
.content2 {
  position: absolute;
  width: clamp(280px, 40%, 800px);
  align-content: right;
  box-sizing: content-box;
  margin-left: 50%;
}
.content3 {
  position: relative;
  width: clamp(350px, 40%, 800px);
  align-content: center;
  margin-left: 50%;
}
	
.content4 {
  position: relative;
  width: clamp(100px, 50%, 1400px);
  display: flex;
  left: 0;
  justify-content: center;
  align-items: center;
}

.content h1 {
  font-size: clamp(16px, 5vw, 32px); 
  font-weight: bold; 
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 7px; 
}
.content h2 {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: bold; 
  width: 300px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFFFFF; 
  text-transform: uppercase;
  padding-bottom: 5px; 
}
	
.content p {
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1;
  text-align: justify-all;
}

.content p .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}

.content p00 {
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.4;
  text-align: justify-all;
}

.content p00 .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}

.content p0 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify-all;
}

.content p0 .line-break {
  display: block;
  padding-top: 8px; 
  content: '';
}

.content p1 {
  font-size: 12px;
  color: aqua;
  line-height: 1.3;
  text-align: justify-all;
}

.content p1 .line-break {
  display: block;
  padding-top: 10px; 
  content: '';
}

.social-icons {
  list-style: none; 
  display: flex; 
  justify-content: left; 
  padding: 0px 0px 40px 0px; 
  margin-top: 10px; 
}
.social-icons li {
  margin: 0px; 
}
.social-icons a {
  text-decoration: none; 
  font-size: 25px; 
  margin: 0px; 
  display: inline-flex; 
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 10%; 
  padding: 2px; 
  position: relative;
}
.social-icons a:hover::before {
  content: attr(data-title); 
  position: absolute; 
  bottom: -30px; 
  left: 50%; 
  transform: translateX(-50%); 
  background-color: #000; 
  color: #fff; 
  padding: 5px; 
  font-size: 12px; 
  white-space: nowrap; 
  opacity: 0.8; 
  border-radius: 5px;
}
.social-icons .youtube-icon .fab {
  color: #FF0000; 
  margin: 0px 5px 0px 0px;
}
.social-icons .twitter-icon .fab {
  color: #1DA1F2; 
  margin: 0px 5px 0px 0px;
}
.social-icons .linkedin-icon .fab {
  color: #0077B5;
  margin: 0px 8px 0px 0px;
}
.social-icons .google-icon {
  color: #3177D4;
  margin: 0px 5px 0px 0px;
}
.social-icons a:hover i {
  color: #ff9800; 
}
.social-icons a:hover .fab {
  color: #ff9800;
}
	
.footer {
  background-color: rgba(0, 0, 0, 1); 
  color: #fff; 
  padding: 8px; 
  font-size: 10px; 
  text-align: center; 
  left: 0;
  bottom: 0;
  width: 100%; 
  box-sizing: border-box; 
  z-index: 100;
  position: relative;
  justify-content: center;
  align-items: center;
}
}


::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
  z-index: 9999;
  position: fixed;
  top: 35px;
  right: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 0px;
}

