body, html {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}

.full-screen-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('webimages/background-about.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.full-screen-background2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('webimages/background-contact.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.full-screen-background3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('webimages/background-work.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.responsive-video {
	width: 100%;
	height: auto;
}

.responsive-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ImageBorder {
	border-width: 5px;
	border-color: White;
}

.element-class:hover {
	cursor: pointer;
}

h1 {
	font-family: "Trebuchet MS ", "Segoe UI ", "DejaVu Sans ", Verdana,
		" sans-serif ";
	color: #FFF;
	font-size: 35px;
}

h2 {
	font-family: "Trebuchet MS ", "Segoe UI ", "DejaVu Sans ", Verdana,
		" sans-serif ";
	color: #FFF;
	font-size: 20px;
}

@media ( max-width :1024px) {
	h1 {
		font-size: 20px
	}
	h2 {
		font-size: 15px
	}
	.hide-on-mobile {
		display: none
	}
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 15px;
	position: fixed;
	width: 100px; /* Fixed width for the menu */
	height: 90vh;
	padding: 0px 20px;
	/*overflow-y: auto;*/ /* Allows scrolling within the menu */
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 10;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0px;
}

#menu ul li a {
	display: block;
	padding: 5px 10px;
	border-radius: 10px;
	border-width: thin;
	border-style: solid;
	border-color: rgba(79, 88, 61, 1.0);
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: rgba(143, 165, 171, 0.6);
	margin-bottom: 5px;
	text-decoration: none;
}

#menu ul li a:hover {
	background: rgba(143, 165, 171, 1.0);
	cursor: pointer;
}

button {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	width: 200px;
	height: 25px;
	padding: 0px 20px;
	display: inline-block;
	border-radius: 8px;
	border-width: thin;
	border-style: solid;
	border-color: rgba(79, 88, 61, 1.0);
	color: rgba(79, 88, 61, 1.0);
	font-weight: bold;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 5px;
	text-decoration: none;
	cursor: pointer;
}

button:hover {
	background-color: rgba(255, 255, 255, 1.0);
	cursor: pointer;
}

.logo {
	margin-bottom: 10px;
}

#content {
	position: relative;
	/*margin-left: 150px; */ /* Adjusted to the width of the menu */
	height: 100%;
	overflow-y: auto;
}

.main-content {
	padding: 0px 20px 0px 140px;
	font-family: "Trebuchet MS ", "Segoe UI ", "DejaVu Sans ",
		"Trebuchet MS ", Verdana, " sans-serif ";
	font-size: 12px;
	text-shadow: 1px 1px 4px black;
}

.main-content2 {
	height: 100%;
	padding: 0px 20px 0px 140px;
	font-family: "Trebuchet MS ", "Segoe UI ", "DejaVu Sans ",
		"Trebuchet MS ", Verdana, " sans-serif ";
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 4px black;
}

a:link {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

.form-control {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	padding: 5px 0px;
	text-indent: 10px;
	border-radius: 5px;
	border: 1px solid #999;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
}

#portrait-warning {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-image: url("webimages/backTextureWhite.jpg");
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 9999 !important;
	padding: 45% 10px;
	text-align: center;
	font-size: 30px
}

@media ( max-width : 768px) and (orientation: portrait) {
	/*body {
        display: none;
    }*/
	#portrait-warning {
		display: block;
	}
}

.description {
	font-family: "Trebuchet MS ", "Segoe UI ", "DejaVu Sans ",
		"Trebuchet MS ", Verdana, " sans-serif ";
	font-size: 18px;
	/* styles.css */
}

.slider {
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.slides {
	width: 100%;
	height: 100%;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
}



.slide.active {
	opacity: 1;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info p {
	font-size: 80px; /* Change font size */
	font-style: italic;
	color: rgba(255, 255, 255, 1);
	text-align: center; /* Center-align text */
	padding: 20px; /* Add some padding around the text */
	margin: 0; /* Remove default margin */
	font-family: "Trebuchet MS ", "Segoe UI", "DejaVu Sans", "Trebuchet MS",
		Verdana, "sans-serif"
}

.info {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 35px;
	border: 0;
	color: white;
	font-weight: bold;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0 3px 3px 0;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 24px;
	color: white;
	cursor: pointer;
}

.left-arrow {
	left: 10px;
}

.right-arrow {
	right: 10px;
}

#gallery {
	position: absolute;
	right: 0px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.gallback {
	background-image: url("webimages/background-work.jpg");
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.thumbnail img {
	width: 100%;
	transition: transform 0.3s ease;
}

.thumbnail:hover img {
	transform: scale(1.1);
	cursor: pointer;
	z-index: +1;
}

#popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	display: none; /* Start as hidden */
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

#popup-img {
	width: 100vw; /* Responsive width */
	height: 100vh; /* Responsive height */
	object-fit: cover; /* Crop image to cover both width and height */
}

#popup-img2 {
	width: 100vw; /* Responsive width */
	height: 100vh; /* Responsive height */
	object-fit: cover; /* Crop image to cover both width and height */
}

.overlay-text {
	position: absolute;
	bottom: 40px;
	right: 0px;
	text-align: right;
	padding-right: 30px;
}

.overlay-text p {
	color: white;
	display: inline-block; /* Inline with buttons */
	margin-right: 15px; /* Space before buttons */
	align-self: center;
}

.slide video {
	object-fit: cover;
}

@media ( max-width :1024px) {
	.logo {
		max-height: 80px;
	}
}

.grecaptcha-badge {
	visibility: hidden !important;
}




/* new work button */

.work-next-button {
		right: 20px;
}

.work-previous-button {
	left: 20px;
}




.work-next-button img, .work-previous-button img {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.work-previous-button, .work-next-button {
	position: absolute;
	padding: 0px 20px !important;
	width: auto !important;
	line-height: 30px !important;
	height: 40px !important;
	font-size:35px;
}

#popup-img {
	opacity: 0;
	position: absolute;
}


#popup-img.has-active-status-right {
	opacity: 1;
	/*animation: FadeIn 1s ease-in-out;*/
	
	animation: slide-in-left 0.8s forwards;
	
	position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}


#popup-img.has-active-status-left {
	opacity: 1;
	/*animation: FadeIn 1s ease-in-out;*/
	
	animation: slide-in-right 0.8s forwards;
	
	position: absolute;
    width: 100%;
    height: 100%;
    
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}



#popup-img.has-remove-active-status {
	/*opacity: 0;*/
	
}




@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  
}



    
@keyframes slide-in-right {
    100% { transform: translateX(0%); }
}


@keyframes slide-in-left {
    100% { transform: translateX(0%); }
}



.extra-overlay {
	
	position: absolute;
    bottom: 10;
    left: 0;
    right: 0;
    color: white;
    padding: 10px;
    
	z-index: 99999 !important;
	bottom: 10px !important;
	top: unset;
	background: transparent !important;
}


