*,
*::after,
*::before{
    padding: 0;
    margin: 0;    
    box-sizing: border-box;
}

body {
  background-color: #ecc94c;
  border: 1px black;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", sans-serif;
  color: #414144;
  overflow-x: hidden;
}

#english {
    background-color: #fecb76;
}

h2 {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 18px;
        font-weight: bold;
        color: #414144;
}

h1 {
    font-weight:400;
	font-size: 17px;
    color: #dba30e;

}

           .arrow {
               font-size: 12px;
               color:white;
           }
br {
	display: block;
    content: "";
    margin: 0;
    padding: 0;
}


/* unvisited link */
a:link {
    color: #414144;
 text-decoration: none;

}

/* visited link */
a:visited {
    color: #414144;
text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #f0f0f0;
}

/* selected link */
a:active {
    color: #dba30e;
}

.html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 25.5%;
    overflow-x: hidden;

}

/*.pages {
    display: block;
    height: 100%;
}
*/
#cover {
    position: relative;
    z-index: 0;
}

#archivepage {
    background-color: #ffffff;
}

.center {
    display: block;
    margin: 0 auto 0 auto;
	max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    display: inline-block;
    z-index: 0;
    padding: 0;
    margin: 0 auto;
      object-fit: cover;

}

.image-container {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    line-height: 0;
    margin: auto;
}

/*Archive page */

.arsheef {
    position: fixed;
    display: block;
    top: 10px;
	font-family: "Helvetica Neue", sans-serif;
	max-width: 75px;
	text-align: right;
	color: #414144;
	font-size: 12px;
    text-decoration: none;
    z-index: 1;
}



  
.email {
   position:absolute;
   margin: 0 0 7px 0;
   top:5px;
   right:50px;
   color:#616161;
   z-index: 1;

  }
  
.aja {
      margin: 30px 0 0 90px;
      width: 100%;
}

/*  links of Archive Page */

a.arch:link {
	color: #dba30e;
   text-decoration: none;
}

a.arch:visited {
color: #dba30e;
text-decoration: none;
}

a.arch:hover {
color: #414144;
text-decoration: none;

}

a.arch:active {
color: #000000;
}

/*  links of email address */

a.email:link {
	color: #414144;
   text-decoration: none;
}

a.email:visited {
color: #616161;
text-decoration: none;
}

a.email:hover {
color: #414144;
text-decoration: none;

}

a.email:active {
color:#dba30e;
}

/*navbar  */

.container {
  position: absolute;
    margin: auto;
    width: 100%;

}
  


.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}


.navbar{
    position: fixed;
    width: 100%;
    background: #ecc94c;
    color: #000;
    z-index: 100;
      align-items: center;
      background-color: transparent;
    margin: 30px 0 0 0;

}

.navbar-container{
    justify-content: space-between;
    height: 25px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
    align-items:center;

}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.1rem;
}

.navbar a{
    color: #414144;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #f0f0f0;
}

@media (max-width: 850px){
    .navbar{
             margin: 0;

    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
        }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 32px;
        top: 20px;
        left: 10px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        height: 18px;
        width: 25px;
        position: absolute;
        top: 20px;
        left: 10px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding: 100px 0 0 0;
        background: #ecc94c;
        height: 100vh;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        padding-left: 100px;
        transition: transform 0.5s ease-in-out;
        overflow: scroll;
        width: 100%;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 0.8rem;
        font-weight: 400;
    }

 
  
    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}

 /* slider page */

.arrow {
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
    color:black;
    z-index: 2;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
#wrapper {
	width: 100%;
}
 

@media (max-width: 800px) {
	#wrapper {
		width: 100%;
	}
	
	.pdfdlsl {
	font-size: 12px;
    padding-bottom:25px;
    position:absolute;
    }
    
    .homesl  {
	font-size: 12px;
    padding-bottom: 25px;
    position:absolute;

	}
	.arsheef  {
	font-size: 120px;
	position:absolute;

	}
	.pdfdl {
	font-size: 12px;
	margin-bottom: 25px;
	position:absolute;

	}
}


@media screen and (max-width: 850px) {
  .email {
   position:absolute;
   top:10px;
   right:50px;
   color: red;

  }
}

/* archive page colmns and iframes  */
 iframe {
  width: 90%; 
  height: 80vh; 
  top: 30px;
  border: none;
        }

/* Make the right column fixed */
.fixed-right-column {
   position: fixed;
   top: 40px;
   bottom: 10px;
   right: 0;
   width: 40%; 
   height: 100vh; 
   overflow-y: auto; 
   background-color: #ffffff; 
   
        }

.left-column {
    width: 60%; 
    padding: 10px;
    word-wrap: break-word;
    flex: 1;
  }
  
  /* back to top navigation */

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: grey;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #topBtn:hover {
    background-color: #87a775;
  }
  
  /* pdf downloads page */

#downloads {
    background-color: white;
    margin: 0;
    padding: 0;
}

section {
    padding: 100px;
  }

.project {
    margin-bottom: 20px;
    text-align: center;
  
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
  
  }


.project img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    cursor: pointer;

  }
  
section {
    padding-top: 100px;
    padding-bottom: 1px;
  }

.project {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 150px; /* Space between thumbnails */

  
  }


.project img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    height: 250px;

  }


  .thumbnail-container {
    margin: 10px;
    text-align: center;
}

.thumbnail-container img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.description {
    margin-top: 10px;
    max-width: 200px;

}

.description p {
    margin: 5px 0;
}

/* slider css */
.wrapper,
.slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  overflow: hidden;
}
.slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.slide .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* swiper button css */
.nav-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.nav-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.swiper-button-next {
  right: 50px;
}
.swiper-button-prev {
  left: 50px;
}
.nav-btn::before,
.nav-btn::after {
  font-size: 25px;
  color: #fff;
}
.swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: #fff;
  visibility: hidden;
}
.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: #c87e4f;
}




.thing {
    width: 80%;
    height: 99vh; /* Full viewport height */

}

.thing div {
    width: 100%;
    height: 100vh; /* Full screen image */
    display: flex;
    justify-content: center;
    align-items: center;
}

.thing div img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    border: 10px solid rgba(0, 0, 0, 0.5);
    background-color: black;

}

        @media (max-width: 800px) {
           .arrow {
               font-size: 12px;
               color:white;
               bottom: 100px;
           }
            .thing div img {
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                border: 0px;
                background-color: transparent;


            }
        }





