
:root {
  --light_green: rgba(174, 196, 184, 1);
  --pink:rgba(238, 155, 142, 1);
  --yellow:rgba(228, 133, 83, 1);
  --red:#EC594B;
  --beige:rgba(248, 218, 203, 1);
}

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

html,
body {
  width: 100vw;
  height: 100%;
  background: var(--light_green);
  color: #fff;
  font-family: "Big Shoulders Display";
}

p {
width: 80%;
padding: 0 2 0 0em; /* Note: This line has an incorrect padding value; it should use 'px' or '%' */
font-family: "Montserrat";
font-weight: 400;
font-size: 26px;
line-height: 40px;
color: white;
transition: transform 0.1s ease; /* Add transition for scaling */
margin-top: 20px; /* Adjust this value to move p2 lower */
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h6 {
  position: relative;
  font-family: Montserrat;
  font-size: 4vw;
  letter-spacing: 0.26vw;
  font-weight: bold;
  color: var(--beige); /* Make the fill transparent */
  text-shadow: 
      -1px -1px 0 var(--yellow),  
       1px -1px 0 var(--yellow),
      -1px  1px 0 var(--yellow),
       5px  5px 0 var(--yellow); /* Create a stroke effect */
  line-height: 95%;
}

h8 {
  width: 50%;
  font-family: "PP Neue Montreal";
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}

h9 {
  width: 50%;
  font-family: "PP Neue Montreal";
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}

h10 {
  width: 50%;
  font-family: "PP Neue Montreal";
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}

h11 {
  width: 50%;
  font-family: "PP Neue Montreal";
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}
















.intro_logo {
  position: fixed; /* Change to fixed when scrolling */
  left: 50%; /* Center horizontally */
  top: 4%; /* Adjusted to bring the logo down */
  transform: translate(-50%, -50%); /* Keep it centered */
  width: 3vw; /* Smaller size when fixed */
  height: 3vw; /* Smaller size when fixed */
}
























.container {
  position: relative;
  width: 100vw;
  height: 100vh;
}



a {
  text-decoration: none;
  color: #fff;
  font-family: "Akkurat Mono";
  text-transform: uppercase;
  font-size: 12px;
}

.timeline {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 10vh;
  padding: 2.25em 1em;
  display: flex;
  justify-content: space-around;
}

.marker {
  width: 1px;
  height: 100%;
  background: #fff;
}

.scroller {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  font-family: "Akkurat Mono";
  text-transform: uppercase;
  background: var(--light_green);
  cursor: pointer;
  line-height: 150%;
}

span {
  font-family: "Montserrat";
  font-size: 13px;
  padding: 0 3em;
}

span2 {
  font-family: "Montserrat";
  font-size: 36px;

}


.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 500vw;
  height: 90vh;
  display: flex;
}

section {
  position: relative;
  width: 100vw;
  height: 100%;
  padding: 4em 2em 0 2em;
  display: flex;
  gap: 2em;
  /* overflow: hidden; */
}



.img {
  width: 100%;
  height: 100%;
}

#section-1 {
  display: flex;
  width: 40%;
  overflow: hidden;
  justify-content: space-between;
}

#section-2 {
  display: flex;
  width: 60%;
  left: -90vw;
  top: -4vw;
  justify-content: space-between;
}














.blokkies_container {
  width: 20%;
  height: 30vw;
  top: -1vw;
  position: relative;
  transform: scale(0.8);
}

   /* ▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆ curves ▆▆▆▆▆▆▆▆▆▆▆▆▆▆ */


   .f_finish {
    position : relative ;
    left: -15vw;
    top: 31vw;
    height: 14vh;
    width : 89vw;
    /* z-index: 2; */
}

.f_lax_01 {
    position : relative ;
    left: 8vw;
    top: -10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_02 {
    position : relative ;
    left: 9vw;
    top: -10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_03 {
    position : relative ;
    left: 10vw;
    top: -10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_04 {
    position : relative ;
    left: 11vw;
    top: -10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_05 {
    position : relative ;
    left: 12vw;
    top: -10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_06 {
    position : relative ;
    left: 13vw;
    top: -10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_07 {
    position : relative ;
    left: 14vw;
    top: -10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_08 {
    position : relative ;
    left: 15vw;
    top: -10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_09 {
    position : relative ;
    left: 16vw;
    top: -10vw;
    width : 23vw;
    /* z-index: 2; */
}


.f_lax_01_1 {
    position : relative ;
    left: 65vw;
    top: 18vw;
    width : 23vw;
}

.f_lax_01_2 {
    position : relative ;
    left: 64vw;
    top: 18vw;
    width : 23vw;
}

.f_lax_01_3 {
    position : relative ;
    left: 63vw;
    top: 18vw;
    width : 23vw;
}

.f_lax_01_4 {
    position : relative ;
    left: 62vw;
    top: 18vw;
    width : 23vw;
}

.f_lax_01_5 {
    position : relative ;
    left: 61vw;
    top: 18vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_01_6 {
    position : relative ;
    left: 60vw;
    top: 18vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_01_7 {
    position : relative ;
    left: 59vw;
    top: 18vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_01_8 {
    position : relative ;
    left: 58.7vw;
    top: 18vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_01_9 {
    position : relative ;
    left: 58vw;
    top: 17.3vw;
    width : 21.8vw;
    /* z-index: 2; */
}

.f_curve_01_1 {
    position : relative ;
    left: 20vw;
    top: 4vw;
    width : 47.2vw;
}

.f_curve_01_2 {
    position : relative ;
    left: 20vw;
    top: 5vw;
    width : 46.15vw;
}

.f_curve_01_3 {
    position : relative ;
    left: 20vw;
    top: 6vw;
    width : 45.13vw;
}

.f_curve_01_4 {
    position : relative ;
    left: 20vw;
    top: 7vw;
    width : 44.14vw;
}

.f_curve_01_5 {
    position : relative ;
    left: 20vw;
    top: 8vw;
    width : 43.15vw;
    /* z-index: 2; */
}

.f_curve_01_6 {
    position : relative ;
    left: 20vw;
    top: 9vw;
    width : 42.16vw;
    /* z-index: 2; */
}

.f_curve_01_7 {
    position : relative ;
    left: 20vw;
    top: 10vw;
    width : 41.30vw;
    /* z-index: 2; */
}

.f_curve_01_8 {
    position : relative ;
    left: 19.8vw;
    top: 11vw;
    width : 40.2vw;
    /* z-index: 2; */
}

.f_curve_01_9 {
    position : relative ;
    left: 20.4vw;
    top: 11.5vw;
    width : 39vw;
    /* z-index: 2; */
}

  /* ▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆ curves2 ▆▆▆▆▆▆▆▆▆▆▆▆▆▆ */



  .f_lax_02_1 {
    position : relative ;
    left: 65vw;
    top: 10vw;
    width : 23vw;
}

.f_lax_02_2 {
    position : relative ;
    left: 64vw;
    top: 10vw;
    width : 23vw;
}

.f_lax_02_3 {
    position : relative ;
    left: 63vw;
    top: 10vw;
    width : 23vw;
}

.f_lax_02_4 {
    position : relative ;
    left: 62vw;
    top: 10vw;
    width : 23vw;
}

.f_lax_02_5 {
    position : relative ;
    left: 61vw;
    top: 10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_02_6 {
    position : relative ;
    left: 60vw;
    top: 10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_02_7 {
    position : relative ;
    left: 59vw;
    top: 10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_02_8 {
    position : relative ;
    left: 58.7vw;
    top: 10vw;
    width : 23vw;
    /* z-index: 2; */
}

.f_lax_02_9 {
    position : relative ;
    left: 58vw;
    top: 9.3vw;
    width : 21.8vw;
    /* z-index: 2; */
}

.f_curve_02_1 {
    position : relative ;
    left: 20vw;
    top: -10vw;
    width : 47.2vw;
}

.f_curve_02_2 {
    position : relative ;
    left: 20vw;
    top: -9vw;
    width : 46.15vw;
}

.f_curve_02_3 {
    position : relative ;
    left: 20vw;
    top: -8vw;
    width : 45.13vw;
}

.f_curve_02_4 {
    position : relative ;
    left: 20vw;
    top: -7vw;
    width : 44.14vw;
}

.f_curve_02_5 {
    position : relative ;
    left: 20vw;
    top: -6vw;
    width : 43.15vw;
    /* z-index: 2; */
}

.f_curve_02_6 {
    position : relative ;
    left: 20vw;
    top: -5vw;
    width : 42.16vw;
    /* z-index: 2; */
}

.f_curve_02_7 {
    position : relative ;
    left: 20vw;
    top: -4vw;
    width : 41.30vw;
    /* z-index: 2; */
}

.f_curve_02_8 {
    position : relative ;
    left: 19.8vw;
    top: -3vw;
    width : 40.2vw;
    /* z-index: 2; */
}

.f_curve_02_9 {
    position : absolute ;
    left: 20.4vw;
    top: -2vw;
    width : 39.3vw;
    /* z-index: 2; */
}

.f_finish2 {
    position : relative ;
    left: -15vw;
    top: 31vw;
    height: 14vh;
    width : 89vw;
    /* z-index: 2; */
}

.f_finish3 {
    position : relative ;
    left: -15vw;
    top: -11vw;
    height: 14vh;
    width : 70vw;
    /* z-index: 2; */
}

  /* ▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆ curves2 ▆▆▆▆▆▆▆▆▆▆▆▆▆▆ */

.header_text{
  position: relative;
  left: -85vw;
}

  h2 {
    width: 60%;
    font-family: "PP Neue Montreal";
    font-weight: 400;
    font-family: "Montserrat";
    line-height: 60px;
    font-size: 36px;
    text-transform: uppercase;
    transition: transform 0.1s ease; /* Add transition for scaling */
  }
  
  h2:hover {
    transform: scale(1.05); /* Scale the text on hover */
  }
  
  /* Optional: Add a subtle animation for the highlight */
  .highlight {
    display: inline;
    height: 5vw;
    background-color: var(--yellow);
    border-radius: 5rem;
    transition: background-color 0.1s, transform 0.1s; /* Add transform transition */
    padding: 0.2rem 2rem;
    position: relative;
    z-index: 1;
  }
  
  .highlight:hover {
    background-color: var(--red);
    cursor: pointer;
    transform: scale(1.1); /* Scale the highlight on hover */
  }

  .header_sub {
    position: relative;
    width: 50vw;
    height: 19.5vw;
    top: 25vw;
    left: 8vw;
    
  }
  
  .header_sub p {
    width: 57%;
    
    font-family: "Montserrat";
    font-weight: 400;
    top: 30px;
    font-size: 18px;
    line-height: 30px;
    color: white;
    transition: transform 0.1s ease; /* Add transition for scaling */
    margin-top: 20px; /* Adjust this value to move p2 lower */
  }










/* <!-- ▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆ MENU PAGE ▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆ --> */

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.menu-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgba(248, 218, 203, 1);
}

.menu-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  color: rgba(248, 218, 203, 1);
}

.menu-open,
.menu-close {
  margin: 0.75em;
  padding: 0.75em;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  cursor: pointer;
}

.menu-open p,
.menu-close p {
  position: relative;
}

.menu-close h2 {
  position: relative;
  color: transparent;
}



.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 2vw;
  height: 100vh;
  display: flex;
  z-index: 2;
}

.menu-item {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  background: rgba(248, 218, 203, 1);

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  margin-left: -1px;
}

.menu-item-index {
  height: 100%;
  padding: 1.5em 0.5em 2em 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: rgba(248, 218, 203, 1);
}

.menu-item-index p:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
}

.menu-link {
  position: absolute;
  bottom: 20%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-90deg);
  
}

.menu-item:nth-child(3) .menu-link {
  bottom: 30%; 
}

.menu-link p {
  position: relative;
  display: flex;
  font-family: "OPTICaslon-ExtraCondensed";
  font-size: 100px;
  font-weight: lighter;
  transition: all 0.5s;
}

.menu-link p span {
  position: relative;
}

.menu-item .menu-link-main,
.menu-item .menu-link-hover {
  transition: all 0.5s;
}

.menu-link-main p {
  color: #2c221d;
}

.menu-item .menu-link-hover {
  left: 150%;
  color: rgba(163, 155, 137, 0.85);
}

.menu-item:hover .menu-link-main {
  left: -100%;
}
.menu-item:hover .menu-link-hover {
  left: 50%;
  
}

.menu-img {
  position: absolute;
  width: 75%;
  height: 35%;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-item.menu-opened:hover .menu-img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 900px) {
  .menu {
    flex-direction: column;
  }

  .menu-link {
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .menu-item:nth-child(3) .menu-link {
    bottom: unset;
  }

  .menu-link p {
    font-size: 80px;
  }

  .menu-link-hover {
    display: none;
  }

  .menu-item:hover .menu-link-main {
    top: 50%;
    left: 50%;
  }

  .menu-item-index {
    align-items: center;
  }

  .menu-item-index p:nth-child(1) {
    padding: 0 0.5em;
  }

  .menu-img {
    display: none;
  }
}












/* <!-- ▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆ about ▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆ -->  */



.section_container2{
  position: relative;
  left: 5rem;
  top: 10vw;
}

.aboutmesneakycontainer{
  position: relative;
  left: 13vw;
  top: -10vw;
  width: 20vw;
  height: 70vh;
  background-color: var(--light_green);
}


.about_section {

  top: -10vw;
  width: 30%;
  height: 100vh;
 
}

#headingabout_name {
  font-family: Montserrat;
  position: relative;
  left: 62vw;
  font-size: 4vw;
  top: 15.5vw;
  letter-spacing: 0.56vw;
  font-weight: bold;
  color: var(--light_green); /* Make the fill transparent */
  text-shadow: 
      -1px -1px 0 var(--yellow),  
       1px -1px 0 var(--yellow),
      -1px  1px 0 var(--yellow),
       5px  5px 0 var(--yellow); /* Create a stroke effect */
  line-height: 1.3;
}

#project_name {
  position: relative;
  font-family: Montserrat;
  font-size: 4vw;
  top: 10vw;
  left: 23vw;
  letter-spacing: 0.26vw;
  font-weight: bold;
  color: var(--beige); /* Make the fill transparent */
  text-shadow: 
      -1px -1px 0 var(--yellow),  
       1px -1px 0 var(--yellow),
      -1px  1px 0 var(--yellow),
       5px  5px 0 var(--yellow); /* Create a stroke effect */
  line-height: 95%;
}


.about_lax_container {
  position: relative;
  width: 38vw;
  height: 41vw;
  left: -3vw;
  top: 5vw;
  z-index: 2;

}

.a_lax_01 {
  position: relative;
  top: 0vw;
  left: -2vw;
  width: 38vw;
}

.a_lax_02 {
  position: relative;
  left: 3vw;
  top: 5vw;
  width: 25vw;
}

.a_lax_03 {
  position:relative;
  left: 0vw;
  width: 28vw;
  top: 5vw;
}

.a_lax_04 {
  position: relative;
  top: 4vw;
  left: 22vw;
  width: 8vw;
}


.a_lax_07 {
  position: relative;
  top: 2vw;
  left: 0vw;
  width: 8vw;
}

.a_lax_08 {
  position: relative;
  top: 14vw;
  left: 28vw;
  width: 5vw;
}





.a_lax_illustrator {
  position: relative;
  top: -5vw;
  left: 65vw;
  width: 25vw;
}

.a_aftereffects {
  position: relative;
  left: 65vw;
  top: 1vw;
  width: 25vw;
}

.a_lax_photoshop {
  position:relative;
  left: 65vw;
  width: 25vw;
  top: 7vw;
}

.a_lax_blender {
  position: relative;
  top: 13vw;
  left: 65vw;
  width: 25vw;
}


.a_lax_unity {
  position: relative;
  top: 19vw;
  left: 65vw;
  width: 25vw;
}

.a_lax_figma {
  position: relative;
  top: 26vw;
  left: 66vw;
  width: 23vw;
}



.about_heading {
  position: absolute;
  top: 25vw;
  left: 10vw;
  width: 24.6vw;
  font-family : Quincy CF;
  font-weight: 400;
  font-size : 5.5vw;
  letter-spacing : 2.65px;
  color : #EC594B;
}

.about_subh {
  position: absolute;
  width: 30vw;
  top: 23vw;
  left: 30vw;
 
  font-family: Montserrat;
  font-size: 0.8vw;
  letter-spacing: 0.2vw;
  line-height: 155%;
  font-weight: 500;
  color: var(--beige);
}

.about_p {
  position: absolute;
  width: 20vw;
  top: 5vw;
  left: 25vw;

  font-family: Montserrat;
  font-size: 0.8vw;
  letter-spacing: 0.2vw;
  line-height : 155%;
  font-weight: 500;
  color: var(--beige);
}













.main_02 { 
  position: absolute;
  width: 30vw;
  height: 21vw;
  top: 0;
  left: 19vw;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid var(--beige);
}

.menu_img_02 {
  position: absolute;
  width: 90%;
  height: 90%;
  bottom: 0;
  left: 2vw;
}


.proj_02{
  background-color: var(--yellow);
  border-radius: 20px;
  border: 10px solid var(--pink);
}

.main_03 { 
  position: absolute ;
  width : 40vw;
  height: 24vw;
  bottom: -2vw;
  left: 25.5vw;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid var(--blue);
}

.menu_img_03 {
  position: absolute;
  width: 80%;
  height: 80%;
  bottom: 1vw;
  left: 1vw;
}


.proj_03 {
  background-color: var(--pink);
  border-radius: 20px;
  border: 10px solid var(--yellow);
}



.project_headings_container {
  position: absolute;
  width: 76vw;
  height: 42vw;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}














































@font-face {
  font-family: "Big Shoulders Display";
  src: url("./fonts/BigShouldersDisplay.ttf") format("woff2-variations");
}



img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.marquees {
  position: relative;
  width: 100vw;
  top: 55vw;
  display: flex; /* Ensure flex display */
  flex-direction: column; /* Stack vertically */
  justify-content: center; /* Center items vertically */
  height: auto; /* Allow height to grow with content */
  background-color: var(--red);
  padding: 4px 4px 0px 32px;
}

.marquee-container {
  position: relative;
  width: 100%; /* Ensure full width */
  height: auto; /* Adjust height based on content */
  display: flex; /* Flex to center items */
  margin-bottom: 1em; /* Space between containers */
  overflow: hidden; /* Hide overflow if necessary */
}

.marquee {
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  display: flex;
  justify-content: center; /* Center the content */
  align-items: center; /* Center vertically */
}

.item {
  flex: 1; /* Allow items to grow */
  display: flex;
  justify-content: center; /* Center the text */
  align-items: center; /* Center vertically */
  flex-direction: column;
}

.item.with-text {
  flex: 1.5; /* Adjust as needed */
  color: var(--beige);
}

.item h1 {
  text-transform: uppercase;
  font-size: 70px; /* Adjust font size as needed */
  color: var(--beige);
}

/* Media Queries */
@media (max-width: 900px) {
  .item h1 {
      font-size: 60px; /* Smaller font size for mobile */
  }
}














a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #5e5e5e;
  text-transform: uppercase;
}

.projects {
  position: relative;
  width: 100vw;
  top: 55vw;
  height: 120vh;
  background-color: black;
}

















/* 

.slider {
  position: relative;
  width: 110vw;
  height: 100vh;
  overflow: hidden;
}

.slider-images {
  position: absolute;
  width: 100%;
  height: 100%;
}

.img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider-counter {
  position: relative;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  height: 24px;
  display: flex;
  gap: 0.5em;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-counter > div {
  flex: 1;
}

.slider-counter p {
  line-height: 20px;
}

.counter {
  position: relative;
  top: 0px;
  will-change: transform;
}

.slider-title {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 64px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-title-wrapper {
  position: relative;
  width: 100%;
  top: 0px;
  text-align: center;
  will-change: transform;
}

.slider-title-wrapper p {
  font-size: 50px;
  line-height: 40px;
}

.slider-indicators {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  display: flex;
  justify-content: space-between;
}

.slider-indicators p {
  position: relative;
  font-size: 40px;
  font-weight: 200;
  will-change: transform;
}

.slider-preview {
  position: absolute;
  bottom: 2em;
  right: 2em;
  width: 35%;
  height: 50px;
  display: flex;
  gap: 1em;
}

.preview {
  position: relative;
  flex: 1;
  cursor: pointer;
}

.preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}

.preview.active::after {
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 900px) {
  .slider-indicators {
    width: 90%;
  }

  .slider-preview {
    width: 90%;
    bottom: 5em;
  }

  .slider-title-wrapper p {
    font-size: 30px;
  }
}

 */






















 /* <!-- ▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆ MY WORK PAGE ▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆▆ --> */


.animated_flex_cards {
  width: 100vw;
  height: 150vh;
  top: 55vw;
  position: relative;
  background: var(--light_green);
  /* overflow: hidden; */
}

.wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contain {
  height: 600px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}

.card {
  width: 120px;
  border-radius: .75rem;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2rem;
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
  transition: .6s cubic-bezier(.28, -0.03, 0,.99);
  /* box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8); */
}

.card > .row {
  color: white;
  display: flex;
  flex-wrap: nowrap;
}

.card > .row > .icon {
  background: var(--beige);
  color: var(--yellow);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 2vw;
}

.card > .row > .discription {
  

  font-family: 'Montserrat', sans-serif;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  left: 5rem;
  height: 100px; /* Increased height to fit the text better */
  width: 420px;
  opacity: 100; /* Start hidden */

}

.discription p {
  color: #ffffff;
  padding-top: 1px;
  font-family: 'Montserrat', sans-serif;

}

.description h5 {
  text-transform: uppercase;
}

input {
  display: none;
}

input:checked + label {
  width: 600px;

}



input:checked + label .discription {
  opacity: 1; /* Make visible when checked */
  transform: translateY(0); /* Move to original position */
}

.card[for="c1"] {
  background-image: url(./img/projects/3dDevice.png) ;
}

.card[for="c2"] {
  background-image: url(./img/projects/JackParow.png) ;
}

.card[for="c3"] {
  background-image: url(./img/projects/malhub.png) ;
}

.card[for="c4"] {
  background-image: url(./img/projects/sekura.png) ;
}

.card[for="c5"] {
  background-image: url(./img/projects/cocacola.png) ;
}



























 /* ----------------------------------------- S H O W R E E L  S E C T I O N  ----------------------------------- */
  
 .Check_Section {
  width: 100vw;
  height: 150vh;
  position: relative;
  left: 0vw;
  top: 40vh;
  background: var(--light_green);
  /* overflow: hidden; */
}


.Showreel_Video {
  width: 60vw;
  height: 71vh;
  position: relative;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1440px) {
  .Showreel_Video {
    width: 63vw;
    height: 63vh;
  }
}

@media only screen and (max-width: 1194px) {
  .Showreel_Video {
    width: 85vw;
    height: 70vh;
  }
}












/* FOOTER ------------------------------------------ */


.footer {
  position: relative;
  width: 100vw;
  height: 30vw;
  background: var(--pink);
}

.footer_lax_container {
  position : relative ;
  display: inline-block;
  width : 70vw;
  height : 20vw;
  /* outline: #476F6F 2px solid; */
  overflow: hidden;
}


.connect_text {
  position: absolute;
  top:12vw;
  left: 10vw;
  font-family : Quincy CF;
  font-weight: 400;
  font-size : 5.5vw;
  letter-spacing : 0.2vw;
  color : var(--beige);
}


.contact_info{
  position: absolute;
  line-height: 1;
  width: 50vw;
  top: 3vw;
  left: 65vw;
}

.connect_line {
  position: absolute;
  width: 28vw;
  top: 60%;
  left: 38vw;
  transform: translate(-50%, -50%);
}

.j_lax_01 {
  position : relative ;
  left: 1vw;
  top: 2vw;
  width : 4vw;

}

.j_lax_02 {
  position : relative ;
  left: 8vw;
  top: 8vw;
  width : 6vw;

}

.j_lax_03 {
  position : relative ;
  left: 6vw;
  top: 7vw;
  width : 8vw;

}
