/* Use this stylesheet to add your UI details, and to overwrite layout details for specific instances. */
.social-icon img {
  width: 60px;
  height: 60px;
  display: block;
  margin-top: -20px;
}

img{
  border-radius: 20px;
}


.beige {
  color: #f1eeea;
}

.img-fullwidth {

  margin-bottom: 50px;
  padding:20px
}

/* -------------------- SCREEN SPLIT  ------------------ */


.split-screen {

position: fixed;
width: 30%;
bottom: 0;

left: 0px;
padding-top: 0px;
display: flex;
flex-direction: column;
}

.projects-right{
  width: 50%; /* Set width to 70% */

  display: flex;
  flex-direction: column; /* Stack items vertically */
  flex-wrap: wrap;


}



/* -------------------- COLOURS  ------------------ */



.split-background {
  height: 100vh; /* Full viewport height */
  width: 100vw;  /* Full viewport width */
  display: flex;
  flex-direction: column; /* Stack children vertically */
}


.white {

  background-color: #ffffff;
}

.red {
  color: #800020;
}


.backgroundChange {
  background-color: #f1eeea;

}

.dark {
  background-color: #0b0a06;
}





/* -------------------- OTHER ------------------ */

.list-wrapper {
  display: flex;
  gap: 0 10px;

}




.top-half {
  background-color: #0b0a06;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
}



/* -------------------- VIDEO  ------------------ */

#bgvideo {

  position: fixed;
  right:0;
  bottom:0;
  min-width: 100%;
  min-height: 100%;
}


/*----------- form -----------*/


#regform {
  background-color: #ffffff;
  min-width: 300px;
  border-radius: 50px;
}


input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: lato;
  border: 1px solid #aaaaaa;
}


/*----------- Main -----------*/

main a, main a:visited {
  color: #0b0a06;
  text-decoration: none;
}



main a:active {
  color: #0b0a06;

  text-decoration: none;

}



main *:first-child {
  margin-top: 0%;
}

main *:last-child {
  margin-bottom: 0%;
}

.center {
  text-align: center;
}


.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 33px;
  list-style: none;
  padding-left: 0; 
}







margin {
  margin-left: 100px;
  margin-right: 100px;
}

body {
   font-family: "mukta mahee";
  background-color:#f1eeea;
  font-size: 16px;
  font-weight: 200;
  
}



@media (min-width: 390px) {









  .background-image {
    background-image: url("images/placeholder.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height:  100vh;
    display: flex;
    margin-bottom: 50px;
    align-items: center;

  }



.top-right {
  position: absolute;
  top: 150px;
  width: 120px;
  right: 20px;
  padding: 10px;
  z-index: 1000; /* Ensures it stays on top of other content */
  animation: rotateText 10s linear infinite;
  cursor: pointer;
}

.top-right img {
  border-radius: 100%;
  width: 120px;
}

.top-right img:hover{
  width: 200px;
  transition: 0.5s ease-in-out;
}

@keyframes rotateText {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}


  .list-wrapper {
    display: flex;
    gap: 0 20px;
  
  }
  
  
  
  .sublist {
    width: 30%;
    margin-bottom: 50px;
    
  }
  
  .sublist .padding{
    padding-left: 20px;
  }
  
  .padding {
    padding-left: 100px;
  }



 
  .gradient {
    background: linear-gradient(-45deg,  #f1eeea, #f1eeea, #f1eeea);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    color: #fff;
    padding-bottom: 100px;
    padding-top: 50px;
    margin: 0;

  }
  


  .hero h1 {
    font-size: 3rem;
    margin: 0;
  }
  
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  
  

.sec-with-columns {
  display: flex;
}

.container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 auto;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-around;
  flex-wrap: wrap;
}



.flex-item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.flex-gap-sm {
  gap: 10px;
}
.flex-gap-md {
  gap: 20px;
}
.flex-gap-lg {
  gap: 40px;
}



/* -------------------- HEADER ------------------ */

header {
  background-color: #fff;
}


.navbar-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color:#f1eeea;
  z-index: 999;
  transition: top 0.3s ease-in-out;
}

.navbar-2 .hide {
  top: -80px;
}


.navbar-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px;
  margin: 0 auto;

}


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px;
  margin: 0 auto;
  background-color:#f1eeea;
}


.logo img {
  margin-bottom: 10px;
  padding-left: 20px;
  width: 90px;
}





/* -------------------- SECTIONS ------------------ */

  
  .flex-item {
    color: rgb(0, 0, 0);
  }

  .flex-item.bordered {
    color: black;
  }
  
  section .container {
    padding: 0.5em;
  }



/* ----------------- NEXT PROJECT ---------------- */



.nav-container {
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 50%;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  z-index: 999;
  transition: opacity 0.5s ease-in-out;
}


.nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.link-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.link-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-container:hover {

  transition: opacity 0.5s ease-in-out;
  transition: 0.5s;
  opacity: 100%;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}

.content-container {
  flex: 1;
}

.text {
  font-size: 18px;
  margin: 0;
  color: #000;
}

 
.next-page-link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  z-index: 999;
}

.content-container {
  flex: 1;
}

.text {
  font-size: 18px;
  margin: 0;
  color: #000;
}

.next-page-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 10px;
}

.next-page-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}
 
  
 

 

  .prev-page:hover {
    border-right: 3px solid rgb(22, 22, 22);
    border-bottom: 3px solid rgb(22, 22, 22);
  }
  
  .prev-page svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    fill: currentColor;
  }

  

  .return-link {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;

    z-index: 999;
  }
  

  
  .return-arrow span {
    position: absolute;
    height: 2px;
    background-color: #1c1c1c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .return-arrow span:first-child {
    transform: rotate(45deg);
  }
  

}



/* ----Responsive layout - Media queries-------- */
/* You can edit the rules inside of these media queries, but you can also edit the breakpoints. */

@media (max-width: 600px) {

  .background-image {
    background-image: url("images/placeholder.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height:  100vh;
    display: flex;
    margin-bottom: 50px;
    align-items: center;

  }



  /* anything you only want applied at mobile sizes can go here */
 .flex-item {
    width: calc(100vw - 4em);
    height: auto;
  }
    

/* ----------------- NEXT PROJECT ---------------- */
 
.next-page-link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  z-index: 999;
}

.next-page-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.next-page-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}

.content-container {
  flex: 1;
}

.text {
  font-size: 18px;
  margin: 0;
  color: #000;
}


}




@media screen and (min-width: 768px) {


  .background-image {
    background-image: url("images/placeholder.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height:  100vh;
    display: flex;
    margin-bottom: 50px;
    align-items: center;

  }



  .photo-margin {
    margin-top: 200px;
  }
  

.top-right {

  position: absolute;
  top: 200px;
  width: 150px;
  right: 100px;
  padding: 10px;
  z-index: 1000; /* Ensures it stays on top of other content */
  

}


/* ----------------- NEXT PROJECT ---------------- */
 


.text-above {
  margin-top: -200px;
  color: rgb(234, 153, 89);
}


.prev-page {
  display: block;
  font-size: 2em;
  margin-bottom: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-right: 3px solid rgb(234, 153, 89);
  border-bottom: 3px solid rgb(234, 153, 89);
  transform: rotate(135deg);
  position: absolute;
  bottom: 20px;
  left: 30px;
  text-decoration: none;
  position: fixed;
}

.prev-page:hover {
  border-right: 3px solid rgb(22, 22, 22);
  border-bottom: 3px solid rgb(22, 22, 22);
}

.prev-page svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  fill: currentColor;
}



.sublist {
  width: 40%;
  margin-bottom: 50px;
  
}

.sublist .padding{
  padding-left: 20px;
}

.padding {
  padding-left: 20px;
}




}


























@media (min-width: 1440px) {




  .background-image {
    background-image: url("images/placeholder.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height:  100vh;
    display: flex;
    margin-bottom: 50px;
    align-items: center;

  }



.photo-margin {
  margin-top: 200px;
}


.top-right {
  position: absolute;
  width: 150px;
  top: 200px;
  right: 100px;
  padding: 10px;
  z-index: 1000; /* Ensures it stays on top of other content */

}

/* ----------------- NEXT PROJECT ---------------- */

.gradient {
  background: linear-gradient(-45deg,  #f1eeea, #f1eeea, #f1eeea);
  background-size: 400% 400%;
  animation: gradient 20s ease infinite;

  padding-top: 150px;
  margin: 0;
}


body {

  background-color:#f1eeea;
  font-size: 16px;
  font-weight: 200;

}


.text-above {
  margin-top: -200px;
  color: rgb(234, 153, 89);
}




.prev-page {
  display: block;
  font-size: 2em;
  margin-bottom: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-right: 4px solid rgb(234, 153, 89);
  border-bottom: 4px solid rgb(234, 153, 89);
  transform: rotate(135deg);
  position: absolute;
  bottom: 20px;
  left: 30px;
  text-decoration: none;
  position: fixed;
}



.prev-page:hover {
  border-right: 4px solid rgb(22, 22, 22);
  border-bottom: 4px solid rgb(22, 22, 22);
}

.prev-page svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  fill: currentColor;
}





/* -------------------- PROJECTS ------------------ */

.projects {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 20px;
}

.project {
	flex-basis: calc(33.33% - 20px);
	margin-bottom: 40px;
}

.project img {
	width: 100%;
}


.sublist {
  width: 20%;
  margin-bottom: 50px;
  
}



.sublist .padding{
  padding-left: 20px;
}

.padding {
  padding-left: 20px;
}



 }















 @media (prefers-color-scheme: dark) {
  body {
      background-color: #0b0a06;

  }


  .backgroundChange {
    background-color: #f1eeea;
  }
  

  .container {
      background-color:  #0b0a06;
  }

.nav-container {
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 50%;
  width: 100%;
  background-color: #0b0a06;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  z-index: 999;
  transition: opacity 0.5s ease-in-out;
}

.image-overlay{

background-color: #0b0a06;
opacity: 0.5;
}


  a {
      color: #f1eeea;
      text-decoration: none;
  }

  .gradient {
    background: linear-gradient(-45deg,   #0b0a06, #0b0a06,  #000000);
    margin-bottom: 100px;
  }


  .hero h1 {
    font-size: 3rem;
    margin: 0;
  }
  
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  

  header {
    background-color: #000000;
  }
  

  .navbar {
    background-color:#0b0a06;
  }
  
  .navbar-2 {

    background-color:#0b0a06;

  }


  a {
    color: #f1eeea;
    text-decoration: none;
  }

  .top-half {
    background-color: #f1eeea;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
  

}
