@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
.font-thin { font-weight: 100 !important; }
.font-extralight { font-weight: 200 !important; }
.font-light { font-weight: 300 !important; }
.font-regular { font-weight: 400 !important; }
.font-medium { font-weight: 500 !important; }
.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }
.font-extrabold { font-weight: 800 !important; }
.font-black { font-weight: 900 !important; }

nav {
    position: relative;
    z-index: 10;
    font-weight: 500; 
}

nav ul {
    list-style: none;
    padding: 15px;
    margin: 10px;
    text-align: center;
}
  
  
  .menu-toggle {
    display: none;
  }
  
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    margin-left: 80%;
  }
  
  .hamburger .bar {
    width: 25px;
    height: 3px;
    margin: 4px 0;
    background-color: #ffffff;
    transition: 0.3s ease;
  }
  
  
  @media (max-width: 768px) {
    .hamburger {
      display: flex;
    }
  
    .nav-right {
      display: none;
      flex-direction: column;
      background-color: rgb(53, 48, 48);
      position: absolute;
      top: 60px;
      right: 0;
      width: 100%;
      padding: 5px 0;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
  
    .menu-toggle:checked + .hamburger + .nav-right {
      display: flex;
    }
  }
  

nav ul li {
    display: inline;
    margin: 20px;
    text-align: center;
    font-size: 30px;
    padding: 40px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: inline-block;
    transition: background 0.4s ease-in-out, border-radius 0.5s ease-in-out;
    font-weight: 600; 
}

nav ul li a:hover {
    background: #cd6f0b;
    border-radius: 50px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-image: url(images/achtergrond.png);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-color: white;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    overflow-x: hidden;
}


.nav-left .logo {
    position: absolute;
    width: 300px;
    height: auto;
    margin-top: -8px;
}

.background-overlay {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 113.7%; 
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.6);
    z-index: -1;
    overflow-x: hidden;
}

.page-container {
    max-width: 1200px;
    margin: 30px auto;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 20px;
}

.title-box {
    background: rgba(103, 103, 103, 0.5);
    color: #fff;
    padding: 10px 657px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font-weight: 600; 
}


.producten {
    margin-top: 700px;
}

.productsection1 {
    background-color: #cd6f0b;
    width: 200px;
    height: 200px;
}

.content-container {
    background: white;
    padding: 50px 0;
}

.products-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #f0eaea;
    margin-top: -50px;
}

.products-section h2 {
    color: #cd6f0b;
    font-size: 50px;
    margin-top: -20px;
    padding-bottom: 50px;
    font-weight: 700; 
}

.product-grid {
    display: flex;
    gap: 25px;
    flex-direction: row;
}

.product-box {
    display: flex;
    width: 270px;
    height: 270px;
    border-radius: 10px;
    gap: 50px;
    padding-left: 100px;
}

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

.info-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 50px;
    margin-bottom: 50px;
    margin-bottom: -50px;
}

.info-left img {
    width: 500px;
    border-radius: 10px;
    margin-left: 20%;
    margin-bottom: 10%;
}


.info-right {
    max-width: 500px;
    margin-left: 15%;
    margin-top: 50px;
}
.info-right h3 {
    color: #cd6f0b;
    font-size: 32px;
    font-weight: 700;
    margin-top: -20px;
}
.info-right p {
    font-size: 22px;
    color: #333;
    margin-top: 50px;
    font-weight: 400;
}

.stats {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.stat-box {
    text-align: center;
}

.stat-box h4 {
    color: #cd6f0b;
    font-size: 30px;
    font-weight: 700; 
}
.stat-box p {
    font-size: 18px;
    color: #cd6f0b;
    margin-top: -20px;
    font-weight: 500; 
}

.product-header {
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
}

#producth2 {
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    color: #ff8800;
    text-align: center;
}

.regels{
    text-align: left;
    font-size: 28px;
    width: 50%;
    margin-left: 45%;
    margin-top: 2%;
    position: relative;
    bottom: 525px;
    padding: 30px;
}

.regel-img{
    margin-top: 5%;
    margin-left: 5%;
}

.regel-img img{
    max-width: 540px;
    height: 540px;
    border-radius: 10px;
}

.hoe{
    color: #000000;
    font-size: 20px;
    font-weight: 600; 
    width: 60%;
}

.gallery {
    width: 900px;
    overflow-x: scroll;
    display: flex;
}

.gallery div {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    padding: 10px;
    flex: none;
}

.gallery div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery::-webkit-scrollbar{
    display: none;
}

.gallery p{
    color: #ff8800;
    font-weight: 600; 
    font-size: 25px;
}
.arrows{
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-btn,#next-btn{
    max-width: 50px;
    cursor: pointer;
    margin: 40px;
}

.gallery-bottom-gallery {
    width: 900px;
    overflow-x: scroll;
    display: flex;
}

.gallery-bottom-gallery div {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    padding: 10px;
    flex: none;
}

.gallery-bottom-gallery div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-bottom-gallery::-webkit-scrollbar{
    display: none;
}

#back-btn-bottom,#next-btn-bottom{
    max-width: 50px;
    cursor: pointer;
    margin: 40px;
}
.footer {
    color: white;
    background-color: #2c2c2c;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    line-height: 1.6;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-weight: 400; 
}
.footer a:hover {
    color: #f4a100;
}

.footer-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-1 .logo {
    width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}
.footer-1 .logo:hover {
    transform: scale(1.05);
    filter: brightness(0) invert(70%) sepia(100%) saturate(1000%);
}

.footer-2 ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
}
.footer-2 li {
    transition: transform 0.3s ease;
    font-weight: 500; 
}
.footer-2 li:hover {
    transform: translateX(5px);
}

.footer-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-3-1 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 400; 
}
.footer-3-1 .icon {
    font-size: 18px;
    color: #f4a100;
    min-width: 20px;
}

.footer-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.social-icons {
    display: flex;
    gap: 15px;
}
.social-icons a {
    color: white;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}
.social-icons a:hover {
    transform: translateY(-3px);
}

.social-icons a:hover {
    transform: translateY(-3px);
}
.social-icons .fa-facebook-f:hover { background: #1877f2; color: white; }
.social-icons .fa-twitter:hover { background: #1da1f2; color: white; }
.social-icons .fa-instagram:hover { 
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
}
.social-icons .fa-linkedin-in:hover { background: #0a66c2; color: white; }

.footer-frame {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #444;
    color: #aaa;
    font-size: 14px;
    font-weight: 300; 
}

a:-webkit-any-link {
    color: white;
    cursor: pointer;
    text-decoration: none;
}
.about-section {
    width: 80%;
    margin: 50px auto;
    padding: 20px;
    border-top: 2px solid gray;
}

.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #ff8800;
    margin-bottom: 20px;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.image-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.image-placeholder {
    width: 550px;
    height: 425px;
    background: lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: black;
    border-radius: 5px;
    background: url(/images/groepsfoto.png) no-repeat center center;
    background-size: cover; 
    margin-left: 20%;
}

.info-right {
    flex: 2;
    font-size: 16px;
    line-height: 1.6;
    margin-top: -50px;
}

.highlight {
    color: #ff8800;
    font-weight: bold;
}

.highlight-orange {
    color: #ff8800;
    font-weight: bold;
}
.about-section {
    height: 80%;
    width: 90%;
    margin: 50px auto;
    padding: 20px;
    border-top: 2px solid gray;
}

.section-title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #ff8800;
    margin-bottom: 60px;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.image-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-placeholder {
    width: 550px;
    height: 465px;
    background: lightgray;
    font-size: 18px;
    font-weight: bold;
    color: black;
    border-radius: 5px;
    background: url(/images/groepsfoto.png) no-repeat center center;
    background-size: cover; 
}
.info-right {
    flex: 2;
    font-size: 16px;
    line-height: 1.6;
}

.highlight {
    color: #ff8800;
    font-weight: bold;
}

.highlight-orange {
    color: #ff8800;
    font-weight: bold;
}

.informative-section {
    padding: 60px;
    background-color: #f9f9f9;
    margin-bottom: -400px;
}

.section-title {
    font-size: 40px;
    font-weight: bold;
    color: #ff8c00;
    margin-bottom: 60px;
    margin-top: -10px;
}

.informative-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.info-text {
    width: 60%;
    text-align: left;
    margin-left: -100px;
}

.info-text p {
    font-size: 28px;
    margin: 10px 0;
}

.highlight-orange {
    color: #ff8c00;
    font-weight: bold;
}

.info-image {
    width: 45%;
}

.info-image img {
    max-width: 120%;
    height: auto;
    border-radius: 10px;
    margin-left: 5%;
}

.orange-circle {
    width: 76px;
    height: 150px;
    background-color: #ff8800;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    position: absolute;
    right: 0; 
    top: 1745px;
    z-index: 1;
    overflow: hidden;
}
.header-title {
    background-color: #ff8800;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding: 5px 0; 
    margin: 0;
    margin-top: 80px;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88vh;
    background-color: #f0eaea;
}

.contact-form {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 675px;
    display: flex;
    flex-direction: column;
}

.contact-form label {
    color: #ff8c00;
    font-weight: bolder;
    margin-top: 10px;
}

.contact-form input, 
.contact-form textarea {
    width: 95%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.contact-form button {
    background-color: #ff8800;
    color: white;
    border: none;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 8px; 
    transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
    width: 98%;
    font-weight: bold; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}
.contact-form button:hover {
    background-color: #e67600;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); 
    transform: translateY(-2px); 
    
}
    #reviewline-frame {
        grid-column: 1 / -1;
        text-align: center;
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #444;
        color: #aaa;
        font-size: 14px;
        font-weight: 300; 
        max-width: 70%;
        margin-left: 15%;
    }

    #informativeline-frame {
        grid-column: 1 / -1;
        text-align: center;
        margin-top: 60px;
        border-top: 1px solid #444;
        color: #aaa;
        font-size: 14px;
        font-weight: 300; 
        max-width: 70%;
        margin-left: 15%;
    }

.Latest-reviews1{
    padding-top: 30px;
    color: #ff8c00;
    font-size: bolder;
    font-size: 30px;
    text-align: center;
}

.footer {
    color: white;
    background-color: #8b8b8b;
    padding: 60px 10%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    line-height: 1.6;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-weight: 400; 
}
.footer a:hover {
    color: #f4a100;
}

.footer-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.footer-1 .logo {
    width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}
.footer-1 .logo:hover {
    transform: scale(1.05);
    filter: brightness(0) invert(70%) sepia(100%) saturate(1000%);
}

.footer-2 ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
}
.footer-2 li {
    transition: transform 0.3s ease;
    font-weight: 500; 
}
.footer-2 li:hover {
    transform: translateX(5px);
}

.footer-3 {

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-3-1 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 400; 
}
.footer-3-1 .icon {
    font-size: 18px;
    color: #f4a100;
    min-width: 20px;
}

.footer-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.social-icons {
    display: flex;
    gap: 15px;
}
.social-icons a {
    color: white;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}
.social-icons a:hover {
    transform: translateY(-3px);
}

.social-icons a:hover {
    transform: translateY(-3px);
}
.social-icons .fa-facebook-f:hover { background: #1877f2; color: white; }
.social-icons .fa-twitter:hover { background: #1da1f2; color: white; }
.social-icons .fa-instagram:hover { 
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
}
.social-icons .fa-linkedin-in:hover { background: #0a66c2; color: white; }

.footer-frame {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #444;
    color: #aaa;
    font-size: 14px;
    font-weight: 300; 
}

a:-webkit-any-link {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 600px) {
    .contact-form {
        width: 90%;
    }
}
.orange-circle1{
    width: 75px;
    height: 150px;
    background-color: #ff8800;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    position: absolute;
    left: 0; 
    top: 3600px;
    z-index: 1;
    overflow: hidden;
}
.orange-circle2{
    width: 75px;
    height: 150px;
    background-color: #ff8800;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    position: absolute;
    right: 0; 
    top: 3600px;
    z-index: 1;
    overflow: hidden;
}
.orange-circle3 {
    width: 50px; 
    height: 100px;
    background-color: #ff8800;
    border-top-left-radius: 50px; 
    border-bottom-left-radius: 50px; 
    position: absolute;
    right: 0; 
    top: 3700px;
    z-index: 1;
    overflow: hidden;
}
html {
    scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
    nav ul li {
        display: block;
        margin: 10px 0;
        padding: 10px;
        font-size: 20px;
    }

    .nav-left .logo {
        position: relative;
        width: 200px;
        margin: 10px auto;
        display: block;
    }

    .title-box {
        padding: 10px 20px;
        width: 90%;
        top: 40%;
        font-size: 24px;
    }

    .producten {
        margin-top: 400px;
    }

    .product-grid {
        flex-direction: column;
        align-items: center;
    }

    .product-box {
        width: 90%;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .info-section {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .info-left img {
        width: 90%;
        margin-left: 5%;
    }

    .info-right {
        width: 90%;
        margin-left: 5%;
        margin-top: 0;
    }

    .regels {
        width: 90%;
        margin-left: 5%;
        bottom: 0;
        position: relative;
        font-size: 18px;
    }

    .regel-img img {
        max-width: 90%;
        height: auto;
    }

    .gallery, .gallery-bottom-gallery {
        width: 100%;
    }

    .gallery div, .gallery-bottom-gallery div {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer {
        grid-template-columns: 1fr;
        padding: 30px 5%;
    }

    .footer-2 ul {
        grid-template-columns: 1fr;
    }

    .about-section {
        width: 95%;
        margin: 30px auto;
    }

    .about-container {
        flex-direction: column;
    }

    .image-placeholder {
        width: 90%;
        margin-left: 5%;
    }

    .informative-container {
        flex-direction: column;
    }

    .info-text {
        width: 90%;
        margin-left: 5%;
        order: 2;
    }

    .info-image {
        width: 90%;
        order: 1;
    }

    .orange-circle,
    .orange-circle1,
    .orange-circle2,
    .orange-circle3 {
        display: none;
    }

    .contact-form {
        width: 90%;
    }

    .products-section h2 {
        font-size: 32px;
    }

    .stats {
        flex-direction: column;
    }

    .header-title {
        margin-top: 40px;
    }

    .page-container {
        margin: 15px;
        padding: 10px;
    }

    .info-right h3 {
        font-size: 24px;
    }

    .info-right p {
        font-size: 16px;
    }

    .product-header h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    nav ul li a {
        padding: 0.3rem 0.5rem;
        font-size: 18px;
    }

    .title-box {
        font-size: 20px;
        padding: 10px 15px;
    }

    .gallery div, .gallery-bottom-gallery div {
        grid-template-columns: 1fr;
    }

    .footer-2 ul {
        grid-template-columns: 1fr;
    }

    .info-text p {
        font-size: 18px;
    }

    .section-title {
        font-size: 28px;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
    }
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 0;
    }
    .footer img {
        width: 120px;
    }
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 0;
    }

    .footer img {
        width: 120px;
    }
    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-1, .footer-2, .footer-3, .footer-4 {
        padding: 20px 0;
    }

    .footer-4 {
        justify-content: center;
    }
@media (max-width: 900px) {
    .footer {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .footer {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-2 ul {
        grid-template-columns: 1fr;
    }
    .footer-3-1 {
        justify-content: center;
    }
    .social-icons {
        justify-content: center;
    }
}
}
