
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*----------------------- Body ------------------------*/

body {
  margin: 0;
  color: #000;
  font-family: "Instrument Sans";
   background-image: url('photos/37.jpg');
   background-repeat: repeat; /* Prevents tiling */
  background-size: cover; /* Ensures the image covers the viewport */
  background-position: center; /* Centers the image */
}

#wrap{
	margin: 0 auto;
	 background-image: url('photos/37.jpg');
	background-color: rgba(0, 0, 0, 0.025);

}


/*---------------------- Navigation --------------------- */

.hamburger{
	display: none;
	cursor: pointer;
  
  flex-direction: column;
  justify-content: space-around;
  height: 24px;
  width: 30px;
  z-index: 3;
  transition: transform 0.3s ease; /* Smooth rotation */

}





/* Logo */
.logo img {
  width: 50px;
}



.line {
	display: none;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Rotate the Hamburger on Click */
.hamburger.active {
  transform: rotate(90deg) translateX(-22%); /* Rotate 90 degrees */
}



/* Navigation Links */
.nav-links {
  display: none;
  flex-direction: column;
  list-style: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 37%;
  height: 100vh;

}


/* Open State for the Menu */
.nav-links.active {
  transform: translateX(0); /* Slide in the menu */
  display: flex;
  justify-content: start;
  padding-top: 30%;
}

.nav-links li {
	display: none;
  margin:  0;
  width:95%;
  text-align: center;
  justify-content: center;
  height: 77px;
  border: #fff 1px solid;

}

.nav-links li a {
  display: flex;
  text-decoration: none;
  font-size: 24px;
  text-align: center;

}




.active24{
	color: #2d2d2d;
	background-color: #fff;

}

nav{
	position: fixed;
	flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
	height: 90px;
	font-family: "Instrument Sans";
	z-index: 101;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, .15);
  background-color: rgba(248, 248, 248, 1.0) ;

}

.containernav{
	max-width: 80%;
}


.hides{
	display: none;
}

.ulok{
	display: flex;
	justify-content: right;
	padding-left: 13%;
	align-items: center;
}
nav ul {
	list-style: none;
	padding: 0;
	font-size: 22px;
	font-weight: 100;
  padding-bottom: 0;
  margin-left: 6%;
  display: flex;
  flex-direction: row;
  font-family: "Instrument Sans";		
}

nav li a {
  text-decoration: none;
  color: #2d2d2d;
   transition: ease-in-out .05s;  	
}

nav li{
	 margin-right: 30px;
}

nav li a.active{
border: solid .1rem #2d2d2d; 
border-radius: .2rem;
padding:3px 4px;
}

nav li a:hover{
	border-bottom: groove .1rem #333;
	padding-bottom: .2rem;
}

.h1size{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.h1size > p{
	font-size: 7%;
	color: #2d2d2d;
	font-size: 38px;
	margin-left: 3%;
	font-weight: 500;
}

nav > p {
	font-size: 60px;
	font-weight: 400;
	 color: #2d2d2d;
	 margin-left: .8%;
}


/*---------------------- Animations --------------------- */

@keyframes titleMove{
	0%{ margin-top: -50px; opacity: 0%};
	50%{margin-top: 10px; opacity: 3%};
	70%{opacity: 100%}
	100%{margin-top: 20px; opacity: 100%}
}

.window{
	transition: transform 0.3s ease;
}

.window:hover{
     transform: scale(1.1) perspective(1400px) rotateY(var(--rotate-y)) rotateX(var(--rotate-x));
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
}

:root {
    --max-rotate: 10deg; 
    --perspective: 2000px; 
}


@keyframes hovering{
	0%{ transform: scale(1.0); }
	100%{transform: scale(1.18); }
}


@keyframes slide{
	0%{transform: translatex(-200%); }
	100%{transform: translatex(0px);}		
}


.overlay2[role="button"]{
 	margin: 0;
 	padding:0;
 	cursor: pointer;
}


@keyframes expandContent {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}


@keyframes imge{
  0%{ transform: scale(1.0); }
  100%{ transform: scale(1.0); }
 }


/*----------------------- Page 1 ------------------------*/


.textgroup{
	display: flex;
	flex-direction: row;
	margin-top: 2%;
	margin-bottom: 20%;
}


.textbox{
	border-left: solid .05rem #000;
	width: 50%;
	color: #333;
	display: flex;
	flex-direction: column;
	font-family: "Instrument Sans";
	padding-left: 1%;
	padding-top: 0;
	margin-top: 0;

}

.textbox:first-child{
	margin-right: 3%;
}

.textbox > h1{
	font-size: 40px;
	margin: 0;
	font-weight: 200;

}
.textbox > p{
	font-size: 17px;	
}
.textcon{
	padding-left: 2%;
}

/*----------------------- Page 2 ------------------------*/


.newr{
	min-height: calc(100vh - 80px);
}

.marg{
	margin-top: 10%;
	margin-bottom: 5%;
}
.container3{
	margin-top: 10%;
}
/*----------------------- footer -------------------------*/


#footer{
 width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #333;
  bottom: 0;
  left: 0;
  margin: 0;
  height: 80px;
  color: white;
  align-items: center;
}

#footer > h1{
	font-weight: 300;
	font-size: 25px;
	margin: 0 0 0 2.5%;
}

#footer > h1{ 
	font-family: "Instrument Sans";
}


/*----------------------- Media Queries ------------------------*/

@media only screen and (min-height: 500px) and (max-height: 800px){
.modal{
	padding-top: 14%;
}
}
@media only screen and (min-height: 100px) and (max-height: 500px){
.modal{
	padding-top: 18%;
	overflow-y: auto;
	padding-bottom: 5%;
}
#modal-title{
font-size: 250%;
}
#modal-description{
 font-size: 80%;
 margin-bottom: 6%;
}
.modcont{
	max-width: 80%;
}
.imgm{
		padding-left: 0%;
	}
}


@media only screen and (min-width: 2500px) and (max-width: 4000px){
	space{ 
		width: 45%; 
	}
	 .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(700px, 1fr));
    grid-gap: 10px;
  }
    @keyframes imge{
   		0%{ transform: scale(1.0); }
   		100%{ transform: scale(1.05); }
   }
   .textbox > h1{
	font-size: 50px;
	margin: 0;
}
.textbox > p{
	font-size: 20px;	
}
.imgm{
		padding-left: 0%;
	}
	.modcont{
	max-width: 60%;
}
}


@media only screen and (min-width: 1760px) and (max-width: 2500px){
	space{ 
		width: 45%; 
	}
	 .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(700px, 1fr));
    grid-gap: 10px;
  }
    @keyframes imge{
   		0%{ transform: scale(1.0); }
   		100%{ transform: scale(1.05); }
   }
   .textbox > h1{
	font-size: 50px;
	margin: 0;
}
.textbox > p{
	font-size: 20px;	
}
.imgm{
		padding-left: 0%;
	}
}


@media only screen and (min-width: 1600px) and (max-width: 1760px){
	 space{ 
		width: 34%; 
	}
	 .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 10px;
  }
.imgm{
		padding-left: 0%;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1600px){
	 space{ 
		width: 28%; 
	}
	 .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 10px;
  }
.imgm{
		padding-left: 0%;
	}
}

@media only screen and (min-width: 1026px) and (max-width: 1200px){
	space{ 
		width: width: 47%;; 
	}
	 .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 10px;
  }
   .modal-header h2{
	font-size: 253%;
  margin: 0;
 text-align: right;
 max-width: 31%;
}
#modal-title{
	font-size: 351%;
}
.imgm{
		padding-left: 0%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1026px){
	space{ 
		width: 20%; 
	}
	 .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
  }
  .modal-header h2{
	font-size: 253%;
  margin: 0;
 text-align: right;
 max-width: 31%;
}
#modal-title{
	font-size: 327%;
}
}
@media only screen and (min-width: 900px) and (max-width: 1000px){
	nav{
		flex-direction: column;
		height: 90px;
	}
 .h1size > p{
 	font-size: 32px;
 }
	nav > p{
		margin: 0;
	}
	.window{	
	}
	
 .modal-header h2{
	font-size: 253%;
  margin: 0;
 text-align: right;
 max-width: 31%;
 
}
#modal-title{
	font-size: 351%;
}
#modal-description{
	font-size: 72%;
}
		.ulok{
		padding-left: 13%;
	}
	 .containernav {
  max-width: 94%;
}
}

@media only screen and (min-width: 700px) and (max-width: 900px){
	nav{
		flex-direction: row;
		height: 90px;
	}
.h1size > p{
 	font-size: 30px;
 }

nav ul{
	font-size: 18px;
}
 .containernav {
  max-width: 90%;
}

	nav > p{
		margin: 0;
	}
	.window{
	
	}
	.ulok{
		padding-left: 13%;
	}
	space{
		width:38%;
	}
	
	.imgm{
		margin-top: 2%;
	}
	

	.textgroup{
		flex-wrap: wrap;
		padding-left: 2% ;
	}
	.textbox{
		
		width: 86%;
	}
	.textbox:first-child{
		margin-bottom: 2%;
	}
	.textbox > h1{
		font-size: 35px;
		margin: 0;
	}
	.textbox > p{
	font-size: 17px;	
	}
	.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    padding: 5%;
  }
  .modal-header{
  	max-width: 36%;
  	max-width: 230%;
  }
  .modal-header h2{
	font-size: 253%;
  margin: 0;
 text-align: right;
 max-width: 100%;
 
 
}
.modcont{
	flex-direction: column;
    align-items: center;
    width: 72%;
  
}

#modal-description{
	font-size: 72%;
	max-width: 80%;
}

.prev, .next{
	font-size: 41px;
}
.modal-content{
	width: 81%;
}


}



@media only screen and (min-width: 500px) and (max-width: 700px){
	nav{
		flex-direction: column;
		height: 150px;
	}
.h1size > p{
 	font-size: 28px;
 }
	nav > p{
		margin: 0;
	}
	.window{
		
	}
	
	.textgroup{
		flex-wrap: wrap;
		padding-left: 2% ;
	}
	.textbox{
		width: 100%;
	}
	.textbox:first-child{
		margin-bottom: 2%;
	}
	.textbox > h1{
		font-size: 35px;
		margin: 0;
	}
	.textbox > p{
	font-size: 15px;	
	}
	.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    padding: 5%;
  }
  .modal-header{
  	max-width: 36%;
  	max-width: 230%;
  }
  .modal-header h2{
	font-size: 253%;
  margin: 0;
 text-align: right;
 max-width: 100%;
 
 
}
.modcont{
	flex-direction: column;
	align-items: center;
	width: 65%;
}

#modal-description{
	font-size: 72%;
	max-width: 72%;
}

.prev, .next{
	font-size: 41px;
}
.modal-content{
	width: 81%;
}
.modal{
	
}
.shows{
	display: none;
}
.hides{
	display: flex;
}
.hides > ul{
	margin-top: 6%;
}

.imgm {
  margin-top: 3%;
}
main{
	margin-top: 10%;
}
}



@media only screen and (min-width: 300px) and (max-width: 500px){
	nav{
		flex-direction: column;
		height: 140px;
		  background-color: #F8F8F8;
	}
	nav > ul{
		display: none;
	}
	nav > p{
		margin: 0;
		font-size:50px ;
		margin-top: 10px;
	}
	ul{
	margin-top: 8%;
	}

	h1{

	}
	.textbox{
		width: 100%;
		margin-bottom: 5%;
	}
	

	 @keyframes imge{
   		0%{ transform: scale(1.0); }
   		100%{ transform: scale(1.07); }
   }
   
	#wrap{
		
	}
	.textgroup{
		flex-wrap: wrap;
		margin-bottom: 30%;
	}
	.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
  }
  .modal-header{
  	max-width: 36%;
  	max-width: 230%;
  }
  .modal-header h2{
	font-size: 253%;
  margin: 0;
 text-align: right;
 max-width: 98%;
 
}
.modcont{
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-left: 1%;
}

#modal-description{
	font-size: 73%;
	max-width: 84%;
}

.hide{
	display: none;
}

.modal-content{
	width: 81%;
	min-width: 297px;
}
.modal{
	
}
.hidden{
	display: flex;
	flex-direction: row;
	width: 54%;
	justify-content: center;
	align-items: center;
	align-items: center;
   margin-top: 6%;
   margin-bottom: 4%;
}
.hidden .prev{
	padding-right: 86%;
}
.closeside{
	bottom: 40%;
    left: 67%;
}
.close{
	font-size: 290%;

}
.shows{
	display: none;
}
.hides{
	display: flex;
	

}
.textcon{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.imgm {
  margin-top: 3%;
}

.newr{
	min-height: calc(100vh - 230px);
}

}



