/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/

/* font-family: 'Karla', sans-serif; */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  word-wrap: break-word;
}
::-moz-selection { /* Code for Firefox */
  color: rgb(22, 22, 22);
  background: #21E892;
}

::-webkit-selection {
  color: rgb(22, 22, 22);
  background: #21E892;
}

/* ::selection {
  color: rgb(22, 22, 22);
  background: #e8e521;
} */

a,
a:visited,
a::after {
  text-decoration: none !important;
  color: inherit;

}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  font-size: 62.5%;
  font-family: 'Montserrat', sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  background-color: rgb(22, 22, 22);
  
}

body {
  box-sizing: border-box; 
  text-rendering:optimizeLegibility;
}

.screen_over {
  display: none;
  position: fixed;
  inset: 0;
  height: 100vh;
  background-color: rgba(22, 22, 22, 0.493);
  backdrop-filter: blur(10px);
  z-index: 2000;
}

.screen_over img {
  position: relative;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: auto;
}

.screen_over_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(242, 242, 242);
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}

/* BUTTON */
.menu-toggle {
    position: fixed;
    top: 2.5rem;
   left: 2.5rem;
    z-index: 1100;
    background: none;
    border: none;
    letter-spacing: 0.2rem;
    color: #21E892;
    font-size: 1.5rem;
    padding: 10px 25px;
  }
  
  /* MENU OVERLAY */
  .fullscreen-menu {
    position: fixed;
    inset: 0;
    height: 100vh;
  
    /* Glass effect */
    background: rgba(41, 41, 41, 0.404);
    backdrop-filter: blur(10px);
  
    display: flex;
    align-items: center;
  
    /* Hidden state */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  
    z-index: 1000;
  }
  
  /* ACTIVE STATE */
  .fullscreen-menu.active {
    opacity: 1;
    pointer-events: all;
  }
  
  /* LINKS */
  .menu-links {
    position: absolute;
    list-style: none;
    left: 30%;
    transform: translate(-50%, 0%);
    padding: 0;
    margin: 0;
  }
  
  .menu-links li {
    overflow: hidden;
    margin-bottom: 1rem;
  }
  
  /* LINK STYLE */
  .menu-links a {
    display: inline-block;
    letter-spacing: .4rem;
    text-transform: uppercase;
    font-size: clamp(2rem, 2vw, 3rem);
    font-weight: 700;
    color: white;
    text-decoration: none;
    font-family: Montserrat;

  
    transform: translateY(100%);
    opacity: 0;
  }
  
  /* HOVER EFFECT */
  .menu-links a:hover {
    opacity: 0.6;
    color: #21E892;
  
  }


  h1 {
    font-weight: 800;
      
  }
  
  h2 {
    font-weight: 700;
      
  }
  
  h3 {
      font-size: 1.7rem;
      font-weight: 500;
  }
  
  ul {
      display: block;
      list-style-type: disc;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
  }
  
  ul li {
      padding: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
  }
  
  
  
  p {
      display: block;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      font-size: 1.4rem;
      max-width: 60ch;
      line-height: 2.6rem;
      font-weight: 300;
      font-kerning: normal;
      color: rgb(242, 242, 242);
      
  }
  
  
  .header {
      position: relative;
      width: 100%;
      height: 60vh;
      background-color: rgb(22, 22, 22);
  
  }
  
  .hero_text {
      position: relative;
      display: inline-block;
      top: 30vh;
      left: 15%;
      line-height: 6rem;
      font-weight: 700;
      letter-spacing: 0.2rem;
      font-size: 7rem;
  }


  
.about_container {
  position: relative;
  width: 100%;
  height: 60vh;
  background-color: rgb(22, 22, 22);
}

.about_info_text {
  position: absolute;
  top: 13vh;
  left: 15%;
  width: 70vw;

}

.projects_container {
  position: relative;
  width: 100%;
  height: auto;


}

.projects_list_container {
  position: absolute;
  top: 15vh;
  left: 15%;

}



.project_list_flexbox {
  position: relative;
  top: 18%;
  left: 15%;
  width: 70vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}





.menu_link {
  height: max-content;
  order: 1;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 400px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  color: rgb(242, 242, 242);
  transition: all 0.3s;
}



.link_01:visited {
  text-decoration: none !important;
  color: inherit
  
   
}
.link_01:hover
.link_01:active {
  text-decoration: none !important;
  color: rgb(22, 22, 22);
   text-shadow: 0 1rem 3rem #000 1; 
   
}


.link_01:hover {
  text-decoration: none !important;
    background-color: #e6f180;
    color: rgb(22, 22, 22);
}


.menu_project_info {
  height: max-content;
  order: 2;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 50rem;
  padding: 2.9rem 0.5rem 0.5rem 1rem;
  font-size: 1.1rem;
  max-width: 50ch;
  line-height: 2rem;
  font-weight: 300;
  font-kerning: normal;
  color: rgb(242, 242, 242);
  
}

.link_02:visited {
  text-decoration: none;
 
   
}
.link_02:hover,
.link_02:active {
    color: rgb(22, 22, 22);
    background-position-x: -100%;
    text-shadow: 0 1rem 3rem #000 .6; 
   
}


.link_02:hover {
  background-color: #97f180;
  
}

.link_03:visited {
  text-decoration: none;
  color: rgb(242, 242, 242);
   
}
.link_03:hover,
.link_03:active {
    color: rgb(22, 22, 22);
    background-position-x: -100%;
    text-shadow: 0 1rem 3rem #000 .6; 
   
}


.link_03:hover {
  background-color: #e4e4e4;
  
}

.link_04:visited {
  text-decoration: none;
  color: rgb(242, 242, 242);
   
}
.link_04:hover,
.link_04:active {
    color: rgb(22, 22, 22);
    background-position-x: -100%;
    text-shadow: 0 1rem 3rem #000 .6; 
   
}


.link_04:hover {
  background-color: #b39c6b;
  
}

.link_05:visited {
  text-decoration: none;
  color: rgb(242, 242, 242);
   
}
.link_05:hover,
.link_05:active {
    color: rgb(22, 22, 22);
    background-position-x: -100%;
    text-shadow: 0 1rem 3rem #000 .6; 
   
}


.link_05:hover {
  background-color: #3BB9E4;
  color: rgb(242, 242, 242);
  
}

.link_06:visited {
  text-decoration: none;
  color: rgb(242, 242, 242);
   
}
.link_06:hover,
.link_06:active {
    color: rgb(22, 22, 22);
    background-position-x: -100%;
    text-shadow: 0 1rem 3rem #000 .6; 
   
}


.link_06:hover {
  background-color: #FFCC00;
  
}









.footer_container {
  position: relative;
  width: 100%;
  height: 40vh;
 
}

.contact_text {
  position: absolute;
  display: inline-block;
  top: 25%;
  right: 15%;
  line-height: 6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 7rem;
  color: rgb(242, 242, 242);
}

.contact_sub_text {
  position: relative;
  display: flex;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7rem;
  margin-top: 1.2rem;
  justify-content: end;
  text-decoration: none;
  color: rgb(242, 242, 242);
  transition: color 0.4s;
}

.contact_sub_text:hover {
  color: #21E892;
  text-shadow: 0 1rem 3rem #000 1;
  
}


.flex_container_left {
  display: flex; /* Enable flexbox */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    gap: 2rem; /* Add spacing between the text and video */
    align-items: center; /* Align items vertically in the center */
    justify-content: center; /* Center content horizontally */
    margin: 2rem 0 2rem 0; /* Add padding for spacing around the content */
    border-radius: 8px; /* Optional: Add rounded corners */
    padding: 2rem 0;
}

.flex_container_left_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  height: 100%;
  flex: 1 35%;
  order: 1;
  padding: 1rem;
  color: rgb(242, 242, 242);
}

.flex_container_left_content {
  flex: 1 55%;
  order: 2;
  min-width: 400px;
  margin: 2rem 0 2rem 0; /* Add padding for spacing around the content */
  border-radius: 8px; /* Optional: Add rounded corners */
}


.flex_container_right {
  display: flex; /* Enable flexbox */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    gap: 2rem; /* Add spacing between the text and video */
    align-items: center; /* Align items vertically in the center */
    justify-content: center; /* Center content horizontally */
    margin: 2rem 0 2rem 0; /* Add padding for spacing around the content */
    border-radius: 8px; /* Optional: Add rounded corners */
    padding: 2rem 0;
}

.flex_container_right_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  height: 100%;
  flex: 2 35%;
  order: 2;
  padding: 1rem;
  color: rgb(242, 242, 242);
}

.flex_container_right_content {
  flex: 1 55%;
  order: 1;
  min-width: 400px;
  margin: 2rem 0 2rem 0; /* Add padding for spacing around the content */
  border-radius: 8px; /* Optional: Add rounded corners */
}
