/* Global */
*{
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  /* background-color: #111; */
  color: #f5f5f5;
}

/* Font */
.sofia-regular {
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-style: normal;
  }

  .lilita-one-regular {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }  

 .big-shoulders {
    font-family: 'Big Shoulders';
    font-weight: 400;
 } 

  .big-shoulders-stencil {
    font-family: 'Big Shoulders Stencil';
    font-weight: 900;
    font-size: 18px;
 } 
  
.white-txt{
    color: white;
}

.txt-glow-white{
    text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
}

/* end of of font class */


/* Header */
header {
    background: rgba(10, 10, 10, 0.95);
    border-bottom: 1px solid #d4af37;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    height: 5vh;
}

.header-label strong {
  font-size: 1.5rem;
  color: #d4af37; /* gold */
}

.header-right {
  display: flex;
  gap: 20px;
}

.btn-header {
  padding: 10px 18px;
  color: #f5f5f5;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #d4af37; /* gold line hover */
  transition: width 0.3s ease;
}

.btn-header:hover::after {
  width: 100%;
}

.btn-header:hover {
  color: #d4af37; /* gold text hoover */
}

.hamburder{
  width: 20px;
  height: 20px;
  display: none;
}

.hamburder-svg{
    width: 20px;
  height: 20px;
  display: none;
}

.header-label{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header-right {
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.header-right.is-hidden {
    opacity: 0;
    visibility: hidden;
    display: none;
}

section{

    width: 100%;
    height: 92vh;
    padding: 0px;
}

.section-grey{
    background: linear-gradient(135deg, #1a1a1a, #2b2b2b);
    color: #d4af37;
}

.section-red {
  background: linear-gradient(135deg, #b22222, #8b0000, #5c0000);
  color: #fff;
}

.section-overview{
  display: flex;
  flex-direction: row;
}

.section-overview div{
  max-height: 95%;
  width: 50%;
  padding: 10px;

}

.section-overview-div-img {
  width: 30% !important;
  padding-top: 5% !important;
  padding-left: 50px;

}

#profil-img{
        border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
       transition: transform 0.4s ease;
}

#profil-img:hover{
    transform: scale(1.03);
}

.center-txt {
  font-size: 30px;
  width: 70% !important;
  text-align: justify;
  padding-right: 30px !important;
  padding-top: 7% !important;
}

.btn-main {
  width: 400px;
  height: 50px;
  color: #2b2b2b;
  background: linear-gradient(135deg, #d4af37, #b8860b); 
  font-family: 'Big Shoulders', sans-serif;
  font-weight: 900;
  font-size: 24px;
  border: 2px solid #cc9e09;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-main:hover {
  color: #fff;
  background: linear-gradient(135deg, #8b0000, #5c0000); 
  border: 2px solid #4b0000;
  box-shadow: 0 8px 18px rgba(139, 0, 0, 0.6);
  transform: scale(1.05);
}

.btn-main-inverse {
  width: 400px;
  height: 50px;
  color: #fff;
  background: linear-gradient(135deg, #8b0000, #5c0000); 
  border: 2px solid #4b0000;
  font-family: 'Big Shoulders', sans-serif;
  font-weight: 900;
  font-size: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-main-inverse:hover {

    color: #2b2b2b;
    background: linear-gradient(135deg, #d4af37, #b8860b); 
  border: 2px solid #cc9e09;

  box-shadow: 0 8px 18px rgba(139, 0, 0, 0.6);
  transform: scale(1.05);
}

section{

    width: 100%;
    height: 92vh;
    padding: 0px;
}

.section-grey{
    background: linear-gradient(135deg, #1a1a1a, #2b2b2b);
    color: #d4af37;
}

.section-red {
  background: linear-gradient(135deg, #b22222, #8b0000, #5c0000);
  color: #fff;
}

.section-overview{
  display: flex;
  flex-direction: row;
}

.proj-title{
  margin-top: 5px;
  margin-bottom: 15px;
}

.proj-description{
 margin-bottom: 20px;
}

.proj-stack{
  margin-bottom: 50px;
}

.proj-links{
  display: flex;
  gap: 15px;
  max-height: 100%;
}

.extlinks {
    height: 50px;
    width: 50px;
    padding: 8px;
    background-color: white;
    border: 2px solid #d4af37; 
    border-radius: 12px; 
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.extlinks:hover {
    background-color: #fff8dc; 
    transform: scale(1.15);
    border-color: #b8860b; 
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.6);
}

/*  GALLERIES  */

.gallery-container{
  display: flex;
  flex-direction: column;
}

#selected_img,
#selected_img1,
#selected_img2,
#selected_img3,
#selected_img4,
#selected_img5,
#selected_img6,
#selected_img7,
#selected_img8
{
  width: 100%;
  height: fit-content;
  max-height: 80%;

}

#selected_img img,
#selected_img1 img,
#selected_img2 img,
#selected_img3 img,
#selected_img4 img,
#selected_img5 img,
#selected_img6 img,
#selected_img8 img,
#selected_img7 img
{
    width: 100%;
    max-width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;

       border-radius: 22px;
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.25),
    0 16px 32px rgba(0, 0, 0, 0.20),
    0 2px 6px rgba(255, 255, 255, 0.25) inset;
}

#image_list,
#image_list1,
#image_list2,
#image_list3,
#image_list4,
#image_list5,
#image_list6,
#image_list7,
#image_list8 {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

#image_list li img,
#image_list1 li img,
#image_list2 li img,
#image_list3 li img,
#image_list4 li img,
#image_list5 li img,
#image_list6 li img,
#image_list7 li img,
#image_list8 li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#image_list li img:hover,
#image_list1 li img:hover,
#image_list2 li img:hover,
#image_list3 li img:hover,
#image_list4 li img:hover,
#image_list5 li img:hover,
#image_list6 li img:hover,
#image_list7 li img:hover,
#image_list8 li img:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

/*  GALLERIES END */

/* RESPONSIVE DESIGN */

@media (max-width: 900px){
.section-overview{
  flex-direction: column;
  min-height: fit-content;
  justify-content: center;
  align-items: center;
}
}

.section-grey{
  min-height: min-content;
}

.content_info{
  min-height:fit-content;
}

@media (max-width: 800px){
  .big-shoulders-stencil{
    font-size: 1.1rem !important;
  }
  .header-right{
    gap: 10px;
  }
}

@media (max-width: 700px){
  header {
    flex-direction: column;
    text-align: center;
    min-height: fit-content;
  }

    .hamburder{
  width: 20px;
  height: 20px;
  display: block;
}

.hamburder-svg{
    width: 20px;
  height: 20px;
  display: block;
}

  .header-right {
    flex-direction: column;
    gap: 10px;
  }
  .big-shoulders-stencil{
    margin-bottom: 20px;
  }
  .gallery-container{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image_list{
    margin-top: 15px;
  }
}

@media (max-width: 600px){
  .image_list{
    display: grid !important;
    grid-template-columns: 70px 70px 70px;
    
  }
  .image_list li:first-child{
    width: 60px;
  }
  .section-overview div{
    width: 80%;
  }
}

@media (max-width:400px) {
  .big-shoulders-stencil{
    font-size: 1rem;
    margin-bottom: 10px;
  }
  header{
    padding: 15px 30px;
  }
}



/* END RESPONSIVE DESIGN */