
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
* {
	margin: 0;
	padding: 0;

	box-sizing: border-box;
	outline: none;
	list-style: none;

}
body {

	line-height: 1.3;
	font-family: "primary-font", "segoe ui", "tahoma";
  overflow-x: hidden;


}

.enshow {
  visibility: hidden;
}
.nlshow {
  visibility: visible;
}

.goog-te-banner-frame {
  display: none !important;
}
.iframe.goog-te-banner-frame {
  display: none !important;
}

/* ======================= Loading  =========================== */
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3498db;
  margin: 0 10px;
  animation: bounce 1.5s infinite ease-in-out;
}

.circle:nth-child(1) {
  animation-delay: 0s;
}

.circle:nth-child(2) {
  animation-delay: 0.3s;
}

.circle:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* =======================  TOP Menu  =========================== */

  .menubar {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid rgb(231, 221, 221);
    background-color: #160202;
    height: max(3vw,32px);
    position: fixed;
    top: 0px;
    color: rgb(255, 254, 254);
    align-items: center;
    z-index: 99;
    justify-content: space-between;

   

}
.menubar .titlebar {
 
  display: flex; 
  align-items: center; 
  justify-content: center;
  
  
}
.menubar svg {
  width: max(1.5vw,25px);
  height: max(1.5vw,25px);

}
#google_translate_element {
  visibility: hidden;
}

.menubar a {
  color: white;
}
.menubar span {
  margin: 20px;
}
.menubar h1 {
  margin: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
 
}
.menubaricon {
  margin: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.socm {
  display: flex;
  gap:1vw;
  margin-left: auto;
  
 
}
.socm a {
  align-content: center;
}

.socm img {
  margin-top: 50px;
  width: 120px;
align-content : flex-start;
align-self: flex-start;
  
  

}

/* =======================  Left Menu =========================== */

.menu-p {

	display: flex;
	align-items: center;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.785);
  display: flex;
  justify-content: center;
  align-items: center;
  

   visibility: hidden; 
   z-index: 100;
}

.menu-item {
  padding-bottom: 25px;
}
.menu-link {
  color: #fff;
  text-decoration: none;
  font-size: max(1.5vw,16px);
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  
}

.menu-link:hover {
  color: #FFD700; 
  transform: scale(1.1); 
}


/* =======================  Nav Point =========================== */

.nav-points {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}

.nav-points ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-points li {
    margin: 10px 0;
}

.point-link {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #bbb;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.3s;
}

.point-link:hover {
    background-color: #666;
    transform: scale(1.2);
}

.point-link.active {
    background-color: #ff6600;
    transform: scale(1.4);
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;

    border-bottom: 2px solid #ddd;


    
    padding: 5vw;
    
  
}

/* =======================  Section 1 =========================== */
.sec1 {
  min-height: 100vh;
  height : auto;
 
  display: grid;
  grid-template-columns: repeat(auto-fit,1fr 1fr 1fr );
  align-content: center;
  align-items: center; 
  text-align: center;
  background: url("https://kijkme.nl/img/sec1.jpg");
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;

   

}
.sec1 h1 {
  grid-column: 1/4;
  font-size:2vw;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
  background: #fd8432;
  color: white;
  padding: 1vw 2vw;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 3%;
  
 
}
@keyframes shake {
  0% { opacity: 1; transform: translateX(-10px); }
  25% { opacity: 1; transform: translateX(0); }
  75% { opacity: 1; transform: translateX(10px); }
  
  100% { opacity: 1; transform: translateX(0); }

}
.sec1 img {
  grid-column: 3/4;
  margin-right: 100px;
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 2s ease-in-out;
  animation: shake 0.5s;
  animation-iteration-count: 5;
}
.sec1 img:hover {
  content:url("https://kijkme.nl/img/lookatme2.png")
}

.sec1 img:not(:hover) {
  transition:  2s ; 
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.sec1 .welcome-container {
  grid-column: 1/3;
  align-self: center;
  margin-left: 5vw;
  text-align: left;
  line-height: 2.5vw;
  animation: fadeIn 2s ease-in-out;
 width: 90%;
  margin: auto;
  padding: 1vw;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  grid-row: 2;
   font-weight: bold;
}


.sec1 .welcome-container h2 {
 
  color: #120c44;
  font-size: max(2vw,16px);
}

.sec1 .welcome-container p {
  font-size: max(1vw,12px);
  line-height: 1.6;
  color: #333;
}

.sec1 .welcome-container ul {
  list-style-type: disc;
  padding-left: large;
}

.sec1 .welcome-container li {
  font-size: max(1vw,12px);
  color: #555;
  margin: 5px 0;
  font-style: italic ;
}

.sec1 .welcome-container strong {
  color: #042011;
  font-size: max(1vw,12px);
  font-style: italic ;
  
}

/* =======================  Section 2 =========================== */
.sec2 {
  min-height: 100vh;
  height : auto;
 
  display: grid;
  grid-template-columns: 1fr;

  text-align: center;
  background: url("https://kijkme.nl/img/sec2.jpg");
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;

  position: relative;

}
.sec2 .title {
  grid-column: 1;
  font-size: max(2vw,16px);
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
  background: #fd8432 ;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: 5vw;
  margin-right: 5vw;
  margin-bottom: 1vw;
  grid-row: 1;
}


.sec2 .slider-container {
  grid-column: 1;
  grid-row: 2;
  width: 95%;
  margin: auto;
  overflow: hidden;
  position: relative;
/

  
 
}
.sec2 .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%; 
}
.sec2 .slide {
  width:25%;

  display: flex;
  align-items: center;

  font-size: max(1vw,12px);
  font-weight: bold;
  color: white;
  flex-direction: column;
  border: #042011 solid 3px;
  border-radius: 15px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;


}
.sec2 .slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

 
.sec2 .prev,.sec2  .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
}
.sec2 .prev { left: 10px; }
.sec2 .next { right: 10px; }
.sec2 img {
  width:100%;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); 
  
 
}
.sec2 img:hover {
  transform: scale(1.1) rotate(5deg); 
  

}
.sec2 .slide p {
  font-family: 'Inter', sans-serif;
  color: #eee2e2;
  font-size: clamp(12px,1vw,16px);
  transition: transform 0.3s ease-in-out;
  overflow: visible;
  text-align: center;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  color: #282a86;
  text-decoration: none;
  transition: color 0.3s ease;
  
}
.sec2 .slide a {
  color: blue;
  font-size: min(1vw,18px);
  font-style: italic;
}

.sec2 .labelcontainer {
  position: absolute;
  top : 10%;
  left: 3%;
 
  width: max(20%,200px);
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;


  max-height: 40%; 
  overflow-y: auto; 


}

.sec2 .labelcontainer:hover {
  transform: scale(1.05);
}
.sec2 .labelcontainer h2 {
  color: #ff6600;
  font-size: max(1.5vw,16px);
}
.sec2 .labelcontainer p {
  color: #333;
  font-size: max(1vw,14px);;
  line-height: 1.6;
}
.sec2 .labelcontainer .highlight {
  font-weight: bold;
  color: #0077cc;
}

.sec2 .labelcontainer .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: max(0.8vw,14px);
  cursor: pointer;
  line-height: 25px;
}

/* ================================== Section 3 ================================== */
.sec3 {
  min-height: 100vh;
  height : auto;
 
  text-align: center;
  background: url("https://kijkme.nl/img/sec3.jpg");
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  color: rgb(235, 220, 220);
  font-family: 'Tahoma', sans-serif;
  text-align: center;
  margin: auto;
  padding: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 

}
.sec3 .container {
 
  width: 90%;
  align-items: center;
  justify-content: center;
}

.sec3 .container   h1 {
  font-size: max(2.2vw,16px);
  font-style: italic;
  font-weight: bold;
  animation: colorChange 3s infinite alternate;
}
@keyframes colorChange {
  0% { color: #ff0000; }
  25% { color: #ff7300; }
  50% { color: #47ff00; }
  75% { color: #00ffee; }
  100% { color: #3200ff; }
}

.sec3 .container   p{
  font-size: max(1.2vw,14px);

}
.sec3  .features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  justify-items: center;

}
.sec3      .feature {
  width: 90%;
  background: #1E1E1E;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
}
.sec3   .feature:hover {
  background: #333;
  color: yellow;
}
.sec3       .feature svg {
  width: 60px;
  height: 60px;
  fill: #00D1B2;
  margin-bottom: 15px;
}
.sec3      .feature h3 {
  font-size: max(1.5vw,16px);
  margin-bottom: 15px;
  letter-spacing: 2px
}
.sec3       .feature p {
  font-size: max(1.2vw,14px);
  color: #bbb;
}
@media (min-width: 768px) {
  .sec3 .features {
      grid-template-columns: repeat(3, 1fr);
  }
}


/* ================================== Section 4 ================================== */

.sec4 {


  background-color: #0a0a23;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  color: rgb(235, 220, 220);
  font-family: 'Tahoma', sans-serif;
  display: flex;

  flex-direction: column;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  height : auto;
  

}

.sec4 h1 {
  margin-top: 4vw;
  font-size: max(2.2vw,24px);
  font-style: italic;
  font-weight: bold;
  text-shadow:  2px 2px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.sec4 .filtering span {
  display: inline-block;
  color: #333;
  font-size: max(0.7vw,10px);
  font-weight: 700;
  margin: 0 5px;
  padding: 8px 20px;
  border: 1px solid #1ecaaa;
  border-radius: 30px;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s;
}
.sec4  .filtering .active {
  background: #1ecaaa;
  color: #fff;
}




.sec4  .gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.sec4 .items {
  width: max(27%,300px);
  padding: 10px;
  display: none;
  position: relative;
  color: black;
}
.sec4 .items .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.sec4 .items img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.sec4  .item-img-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;

  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.sec4 .items .item-img:hover .item-img-text {
  opacity: 1;
}
.sec4 p {
font : arial ;
font-size: max(1vw,14px);  
padding: 1vw;
}
.sec4 p::first-letter {
  font-size: max(1vw,16px);
  font-weight: 900;
  color: #282a86;
}

.items.show {
  display: block;
}
.sec4 a {
  font-size: max(0.9vw,13px);
  padding: 1vw;
}


/* ==================== Section 5 ======================== */

.sec5 {
  min-height: 100vh;
  height : auto;
 
  
  margin: 0;
  background-color: #1b1b32;
  color: #f5f6f7;
  font-family: Tahoma;
  font-size: 0.8vw;
  position: relative;
  
}
.canvasshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
 

}
.sec5 .title {
  width: 30%;
  margin: 10px;
}
.sec5 h1 {
  margin: 1em auto;
  text-align: center;
  font-size: max(1.5vw,16px);
}
.sec5  p {
  margin: 1em auto;
  text-align: center;
  font-size: max(1vw,14px);
}

.sec5 form {
  width: 69%;
 
  max-width: 500px;
  min-width: 300px;
  margin: 0 auto;
  padding-bottom: 2em;
}

.sec5 fieldset {
  border: none;
  padding: 2rem 0;
  border-bottom: 3px solid #3b3b4f;
}

.sec5 fieldset:last-of-type {
  border-bottom: none;
}

.sec5 label {
  display: block;
  margin: 0.5rem 0;
  color: #ffffff;
  font-size: 1vw;
}

.sec5 input,textarea,select {
  width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.sec5 input, textarea {
  background-color: #0a0a23;
  border: 1px solid #0a0a23;
  color: #ffffff;
}

.sec5 .inline {
  width: unset;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}

input[type="submit"] {
  background: #007bff;
  color: white;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
input[type="submit"]:hover {
  background: #0056b3;
}

.sec5 a {
  color: #007bff;
  text-decoration: none;
}

.sec5 a:hover {
  text-decoration: underline;
}

/* ==================== Section 6 ======================== */
.sec6 {
  min-height: 100vh;
  height : auto;
 
  background-color: #120c44;
  display: flex;
  flex-direction: column;
  
}


.sec6 .aboutus {
  --w:600px;
  --c:calc(100vw - var(--w));
  
  max-width:60%;
  margin:20px auto clamp(20px,var(--c)*-1000,120px);
  position:relative;
  padding-right:clamp(0px,var(--c)*1000,140px);
  margin-bottom: 30px;

}
.sec6 .aboutus p {
  padding:10px;
  background:#37b1d9;
  border-radius:15px;
  margin:0;
  font-size: max(1vw,16px);
}
.sec6 .aboutus img {
  position:absolute;
  width:clamp(60px,var(--c)*1000,100px);
  border-radius:50%;
  right:clamp(0px,var(--c)*-1000,40px);
  top:clamp(0%,var(--c)*-1000,calc(100% + 15px));
}
.sec6 .aboutus h4 {
  position:absolute;
  top:clamp(110px,var(--c)*-1000,calc(100% + 35px));
  right:clamp(50px,var(--c)*-1000,110px);
  transform:translate(clamp(0px,var(--c)*1000,50%));
  margin:0;
  color: white;
  font-size: max(0.8vw,14px);
}
.sec6 .aboutus:before {
   content: "";
   position: absolute;
   top: clamp(50px,var(--c)*-1000,calc(100% - 18px));
   right: clamp(0px,var(--c)*1000,110px);
   width: 40px;
   height: 40px;
   background: #37b1d9;
   clip-path: polygon(20% 0,100% 00%,0 100%);

}   



/* ============================ Section7 =========================== */
.sec7 {
background-color: #020202;
display: flex;

color: wheat;

height: auto ;
position: relative;
padding-left: 10%;
padding-right: 10%;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;

}
.sec7 img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: max(7vw,100px);
}
.sec7 .ourproduct h1 {
  font-size: max(1vw ,16px);
}
.sec7 .ourproduct a {
  font-size: max(0.8vw ,14px);
  color: #00ffee;
}

.sec7 iframe {
  width : clamp(30vw,600px,50vw);
  height: clamp(30vh,450px,50vh);
 
}

@media (max-width: 768px) {
  body {
      font-size: 14px;
  }




  .socm {
      gap: 2vw;
  }


  
  .section {
      padding: 3vw;
  }


  .sec1 {
      grid-template-columns: 1fr;
      text-align: center;
      display: flex;
      flex-direction: column;
  }

  .sec1 h1 {
      font-size: 5vw;
      padding: 3vw;
  }

  .sec1 .welcome-container {
      width: 90%;
      font-size: 3vw;
      text-align: center;
      padding: 3vw;
  }

  .sec1 img {
      width: 80%;
      margin: 0 auto;
  }

  .sec2 .slider {
    
    width: 600%; 
  }
  .sec2 .slide {
    width:50%;
  }
  .sec2 .slide {
      font-size: 3vw;
      padding: 10px;
  }



  .sec2 .prev, .sec2 .next {
      padding: 5px;
      font-size: 3vw;
  }

 .sec5 .title {
  transform: rotate(270deg); display: inline-block;
 }

  .sec5 label {
      font-size: 3vw;
  }

  input[type="submit"] {
      font-size: 3vw;
      padding: 2vw;
  }


}




   