

/*--------------------------------------------------------------*/
/*----------------------------FACTORY----------------------------*/
/*--------------------------------------------------------------*/



  header{
  width:100%;
  height:100vh;
  position:relative;
  }
  
  
  .INFherotainer{
    position:fixed;
    width:100%;
    height: 100vh;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    z-index:-1;
  }
  
  
  
  
  .heroloader{
    position:absolute;
    width:100%;
    height: 100vh;
    background-image: url("./img/DSC_0365_2_modified_knqilt/DSC_0365_2_modified_knqilt_c_scale,w_190.webp");
    background-size: 100%;
    z-index:2;
    box-sizing: initial;
    padding:10%;
    filter:blur(3px);
    background-origin: content-box;
    background-position: center;
  }
  
  
  .INFherotainer > img{
    position:absolute;
    width:100%;
    transform:scale(1);
    object-fit:contain; 
    box-sizing:border-box;
    opacity:0;
    transition: opacity 0.25s ease-in;
    z-index:3;
  }
  
.container{
  width:100%;
  background-color: white;
}




.INFInfobox{
  position:absolute;
  background-color:rgb(10, 10, 10);
  font-size: 11px;
  color:white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:4%;
  box-sizing: border-box;

  max-width:26rem;

  bottom:-5%;
  left:15%;

}
.INFInfobox h1{
  margin-bottom: 10%;
  color:#fefefe;
}
.INFInfobox p{
 color:#fefefe;
}

/*
-------------------------------MAIN------------------------------------------------
*/


.container{
width:100%;
}


.welcometext{
width:100%;
padding: 10% 13%;
}

.welcometext > p{

}

.icontainer{
  width:100%;
  background-color:#efefef;
  display:flex;
  padding:5% 16%;
  justify-content: space-around;
  position:relative;
}

.icontainer > p{
  position:absolute;
  left:13%;
  top:10%;
}

.icontainer > span{
  display:flex;
  flex-direction: column;
  width:12vw;
}

.icontainer > span > img{
  padding: 15% 15% 6% 15%;
}
.textinspan > h3{
text-align:center;
font-style: italic;
color: #707070;
margin-bottom: 5%;
}
.textinspan > p{
text-align:center;
}





  
/*---------------------GALLERY--------------------*/

  .gallerytainer{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center; 
    padding:10%; 
  }

  .slidercontainer{
  width:60vw;
  overflow: hidden;
  background-color:rgb(0, 0, 0);
  position:relative;
  }
  
  .sliderlining{
  display:flex;
  flex-flow: row nowrap;
  overflow: auto;
  flex: none;
  padding-bottom:0;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  background-color:rgb(0, 0, 0);
  }



  .sliderlining {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
  }
  .sliderlining::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }



  .imghodlR{
    min-width:100%;

    aspect-ratio: 7216 / 4810;
    height:auto;

    scroll-snap-align: end;
    scroll-snap-stop:always;
    position:relative;
    overflow:hidden;
    display:flex;
    
  }
  .imghodlR > img{
    width:100%;
    object-fit: contain;
    position:absolute;
    top:0;
    left:0;
    right:0;
  }
  
  .navcontainer{
    width:50vw;
    display:flex;
    margin-top:2%;
  }
  
  .radio{
    width:calc(50vw/19);
    height:calc(50vw/19);
    position:relative;
    /*
    padding: 1.6%;
    */
    padding: 2.25%;
  }
  
  .radio:hover{
    transform:scale(1.1)
  }
  
  .rb{
    /*
    background-color:rgb(255, 255, 255);
    outline:1px solid rgb(241, 241, 241);
    width:100%;
    height:100%;
    box-shadow: -2px 2px 3px -1px rgba(0,0,0,0.32);
    border-radius: 50%;
    */
    background-color:rgb(199, 199, 199);
    width:100%;
    height:100%;
    border-radius: 50%;
  }


  
.visible{
  /*
  box-shadow: inset -2px 2px 3px -1px rgba(0,0,0,0.32);
  */
  background-color:rgb(148, 148, 148);
  transform:scale(1.3)
}


.lefty{
  width:30%;
  height:100%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.4486928560486695) 0%, rgba(255,255,255,0) 35%);
  position:absolute;
  left:0;
  top:0;
  opacity:0;
  z-index: 10;
}
.lefty:hover{
  opacity:0.8;
}
.lefty:active{
  opacity:0.6;
}

.righty{
  width:30%;
  height:100%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 65%, rgba(255,255,255,0.4486928560486695) 100%);
  position:absolute;
  right:0;
  top:0;
  opacity:0;
  z-index: 10;
}
.righty:hover{
  opacity:0.8;
}
.righty:active{
  opacity:0.6;
}

  
  /*---------------------GALLERY--------------------*/

  .blocktexttainer{
    padding:2% 13% 12% 13%;
  }


  .section1{
    display:flex;
    justify-content: space-between;
    margin-bottom:5%;
  }


  .section1 > img{
    padding: 0% 13% 0 13%;
    width: 50%; 
    object-fit: contain;
  }
  .section1 > p{
  width: 50%;
  padding-top: 4%;
  }


  .section2{
    display:flex;
  }

  .section2 > p:nth-of-type(2){
  padding-left:3.5%;
  
  } 
  .section2 > p:nth-of-type(1){
  padding-right:3.5%;
 
  }
  
  

  .footer{
    padding:5% 13% 10% 13%;
    background-color:rgb(14, 14, 14);
    display: flex;
    flex-direction: column;
  }
  .footer > p{
    color:white;
    font-style: italic;
  }

  .footer > img{
    align-self:flex-end;
    width:10vw;
    object-fit: contain;
    margin-top:5%;
  }


 