@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700&family=Montserrat:wght@400;500;700&family=Outfit:wght@300;400;600&family=Red+Hat+Display:ital,wght@1,300;1,600&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}

body{
    background: linear-gradient(#fff, #e2e2e2);
}

.banner{
    background-image: url('./images/150916-teacher-stock.jpg');
    width: 100%;
    height: 100vh;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-color: rgb(50, 48, 48);
    
}

.navbar{
    width: 85%;
    margin: auto;
    margin-top: -20px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    font-size: x-large;
    cursor: pointer;
    color: white;
    font-weight: bolder;
    font-family:'Courier New', Courier, monospace
    
}

.logo:hover {
    font-size: 1.6rem;
    color: #009688;
    transition: 0.5s;
}

#logos {
    height: 100px;
    margin: 0;
    padding: 0%;
    transition: 0.5s;
}

#logos:hover{
    height: 103px;
}

.navbar ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;

}
.navbar ul li a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}
.navbar ul li::after {
    content: '';
    height: 3px;
    width: 0%;
    background: #009688;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}
.navbar ul li:hover::after {
    width: 100%;
}

.content {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff
    
}

.content h1{
    font-size: 70px;
    margin-top: 80px;
}

.content p{
    margin: 15px;

}

button {
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border:#009688 solid 2px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #009688;
    transition: ease-out 0.5s;
    outline: none;
}

button:hover{
    box-shadow: inset 200px 0 0 0 #009688;
}

.subject { 
    width: 90%;
    margin: 120px auto;

}

.subject h2 {
    margin: 20px;
    display: flex;
    justify-content: start;
}

.subject h2{
    font-size: 40px;}
  
.subject h3{
    margin: 20px auto;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    width: 60%;
    margin-bottom: 0;
}

.intro-text, .alt-subject {
    line-height: 1.5;
    font-size: 16px;
    width: 60%;
    margin: 20px auto;
    margin-bottom: 0;
}

button a {
    text-decoration: none;
    color: white;
}

.images {
    width: 75%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

}

.img-card {
    width: 150px;
    height: 200px;
}

.subject-image {
    object-fit: contain;
}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

a #download-button {
    font-family: 'Poppins';
    text-transform: uppercase;
    padding: 15px 25px;
    background-color: #1CA594;
    color: #fff;.main-content a 
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 0 0 0 #2bbaa9;
    transition: ease-out 0.5s;
    outline: none;
    border: none;
    margin: 20px auto;
    width: 40%;
    text-align: center;
    margin-left: 220px;
}

a #download-button:hover {
    box-shadow: inset 500px 0 0 0 #1CA594;
    color: #fff;
}

a  #download-button svg {
    margin-right: 3px;
}

/* .course-col {
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
} */

.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2)
}

.campus-col {
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 400px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.campus-col img {
    max-width: 100%;
    margin-top: 30px;
}

.layer {
    background: transparent;
    color: transparent; 
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.8s;
}

.chem:hover{
    background: rgba(0, 243, 105, 0.7);
    color: black;
}

.math:hover {
    background: rgba(8, 109, 217, 0.7);
    color: black;
}

.phy:hover {
    background: rgba(0, 222, 204, 0.7);
    color: black;
}

footer {
    display: flex;
    background-color: #333;
    color: #fff;
    font-weight: bolder;
    line-height: 1.5;
    justify-content: space-between;
    padding: 25px;

}

.contact-vraag{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 25px auto;
    max-width: 650px;
    height: 400px;
    background: url('/images/leren_contact.jpg');
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgb(50, 48, 48);
    background-size: cover;
    border-radius: 10px;

}

.contact-titel{
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px; 
}

.onder {
    background: #333;
}

#footer-logo {
    padding: 0;
    margin: 0px 0px 0px 15px;
    height: 100px;
}

.logo-socials {
    display: flex;
    justify-content: space-between;
}

/* .social-icon {
    height: 60px;
    padding: 10px;
    border: #fff solid 2px;
    border-radius: 30%;
    margin: 20px;
    transition: 0.5s;
}  */

.wrapper {
    display: flex;
    justify-content: flex-end; 
}

.wrapper .icon {
    margin: 20px;
}

.wrapper .icon span{
    height: 60px;
    width: 60px;
    display: block;
    background: #ffffff;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.wrapper .icon span img{
    height: 25px;
    line-height: 60px;
    margin-top: 18px;

}

.wrapper .icon .facebook:hover{
    background: #4364ab;
}

.wrapper .icon .instagram:hover{
    background: #ed2d83;
}

.wrapper .icon .linked-in:hover{
    background: #0d78e3;
}


@media screen and (max-width:600px){
    a #download-button{
        margin-left: 10px;
        width: 80%;
    }

    a #download-button:hover {
        box-shadow: inset 200px 0 0 0 #1CA594;
        color: #fff;
    }
    
    .logo{
        font-size: 40px;
    }

    .content h1{
        font-size: 30px;
        margin-top: -110px;
        text-align: center;
    }
    
    .content p{
        margin: 15px;
        text-align: center;
    
    }

    .subject { 
        width: 90%;
        margin: 120px auto;
    
    }

    .subject h3{
        font-size: 16px;
        margin-left: 30px;
    }
    
    .subject h2 {
        margin: 20px;
        display: flex;
        justify-content: center;
    }
    
    .subject h2{
        font-size: 40px;}
      
    .subject h3{
            font-size: 20px;
        }
    
    .intro-text, .alt-subject {
        line-height: 1.5;
        font-size: 16px;
        width: 60%;
        margin: 20px auto;
        margin-bottom: 0;
    }

    .logo-socials {
        flex-direction: column;
    }

    .footer-logo {
        height: 80px;
       
    }
    .row {
        flex-direction: column;
    }

    .alt-subject {
        width: 80%;
    }

}


.hamburger {
    display: none;
    font-size: 30px;
}

.cross {
    display: none;
    font-size: 30px;
}

.mobile-menu {
    display: none;
}

/* CSS for the responsive navbar */
@media screen and (max-width: 600px) {
    .ul {
      display: none; /* Hide the desktop navigation links */
    }
  
    .hamburger {
      display: block; /* Display the hamburger icon */
      font-size: 30px;
      cursor: pointer;
      color: white;
    }
  
    .cross {
      display: block; /* Initially hide the "X" icon */
      font-size: 30px;
      cursor: pointer;
      color: white;
    }
  
    .mobile-menu {
      display: none; /* Initially hide the mobile menu */
      flex-direction: column;
      justify-content: baseline;
      inset: 0 0 0 30%;
      height: 100vh;
      position: fixed;
      /* top: 60px;
      right: 20px; */
      background-color: #292929;
      padding: 0px;
      border-radius: 5px;
      z-index: 10;
    }

    .mobile-m-top{
        height: 50px;
        background-color: #333;
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    .mobile-m-top img{
        max-height: 30px;
    }

    .mobile-menu ul {
        margin: 10px;
    }
  
    .mobile-menu a {
      color: #5fc6bb;
      text-decoration: none;
      margin: 5px 0;
    }

    .mobile-menu li {
        list-style: none;
        font-size: 22px;
        padding-bottom: 5px;
        border-bottom: 2px solid rgb(195, 255, 252);
        width: 120px;
        margin-top: 25px;
    }
  
    .navbar.active .ul {
      display: block; /* Show the mobile menu when the navbar has the 'active' class */
    }
  
    .navbar.active .hamburger {
      display: none; /* Hide the hamburger icon when the navbar has the 'active' class */
    }
  
    .navbar.active .cross {
      display: block; /* Show the "X" icon when the navbar has the 'active' class */
    }
  }
  

  /*  MODALS */

  /* Style the <dialog> element */
dialog {
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

/* Style the modal container */
.pop-modal {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #888;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 15px;
    display: flex; /* Add flex display to arrange content horizontally */
    flex-direction: column; /* Arrange content in a row */
    align-items: start; /* Center content vertically */

}

.exact-img img {
    max-width: 100%;
    border-bottom: #292929 2px solid;
    margin-bottom: 7px;
}

.modal-content {
    padding: 0 20px 0 20px; /* Adjust left and right padding for content */
    flex: 1; /* Allow content to expand and take available space */
}

.modal-content h2 {
    margin: 0 0 15px;
    font-size: 25px;
    font-weight: 500;
    text-align: start;
}

.modal-content ul {
    text-align: left; /* Adjust text alignment to the left */
}

.modal-content ul li {
    list-style-type: none;
    margin-bottom: 3px;
}
#dow
.modal-but {
    color: #333;
}

.modal-but:hover {
    color: #fff;
}
