
/* #17153B #2E236C #433D8B #C8ACD6 */
body{
    background-color: black;
    color: #F8F0DF;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;

}
header{
    background-image: url(../images/header.jpg);  
    background-size: cover;
    background-position: center;
    height: 100%;
    
}
.fotoGalerij{
    height: 65%;
}

nav{
    display: flex;
    justify-content: space-between;
    color:     #F8F0DF;
    font-size: 1.7em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    font-family: "Gugi", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 5px;
    
    
}
nav > ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin-right: 10px;
}

 a{
    color: #F8F0DF;
    text-decoration: none;
    transition-duration: 400ms;
    
}
/*web animation*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
   
    text-transform: uppercase;
    color: grey;
  }
  ul li {
    padding: 0 .5em .25em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: .3s;
  }
  
  ul li:before {
    content: "";
    position: absolute;
    inset: calc(100% - 3px) 0 0 0; /* 3px = the thickness */
    background: #7d038e; /* the color */
    scale: 0 1;
    transition: .3s, translate 0s .3s;
    
  }
  ul:hover li:before {
    scale: 1;
  }
  ul li:hover:before {
    translate: 0;
    transition: .3s;
  }
  ul:hover li:has(~ li:hover):before {
    translate: 100% 0;
    transition: .2s .2s,scale 0s .4s;
  }
  ul:hover li:hover ~ li:before {
    translate: -100% 0;
    transition: .2s .2s,scale 0s .4s;
  }
   nav a:hover{
    color: #9c239a;
    transition-duration: 400ms;
    
    
   }
    
    
main{
margin: 5% 0;
}
.logo_name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 10%;
    margin-left: 10px;
    
}
.logo_header {
    
    width: 50px;
    height: 50px;
}
.banner{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: left;
    margin-left: 25%;
    height: 100vh;
    color: #F8F0DF;
    font-size: 2.3em;
    font-weight: bold;
    
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;

}
.banner > h1{
    
    
    text-transform: uppercase;
    font-family: "Gugi", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
}
.banner > p{
    margin-top: 5px;
    font-size: 0.5em;
    max-width: 50%;
    
}
main >section{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 5%;
}
.planets{
    text-align: center;
    align-items: center;
    border: #F8F0DF 1px solid ;
    max-width: 20%;
    border-radius: 8px;
    transform: scale(1.0);
    transition-duration: 400ms;
    
}
.planets:hover{
    transform: scale(1.1);
    transition-duration: 400ms;
}
.planets p{
    color: #F8F0DF;
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 5px 5%;
}
.planets img{
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}
.planets h2{
    color: #f8e9df;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Gugi", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 20px 2% 10px 2%;
}
.reizen{
    text-align: center;
    align-items: center;
    border: #F8F0DF 1px solid ;
    max-width: 30%;
    border-radius: 8px;
    transform: scale(1.0);
    transition-duration: 400ms;
    margin: 20px auto;
    
}
.reizen:hover{
    transform: scale(1.1);
    transition-duration: 400ms;
}
.reizen p{
    color: #F8F0DF;
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 5px 5%;
}
.reizen img{
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}
.reizen h2{
    color: #f8e9df;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Gugi", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 20px 2% 10px 2%;
}
.mars{
    background-color: #924c1eac;
}
.venus{
    background-color: #121d41;
}
.jupiter{
    background-color: #7e956f;
}
.saturn{
    background-color: #656da9;
}
.moon{
    background-color: #664d7c;
}
.galaxy{
    background-color: #275f2f;
}

.planets >p> a{ 
   
    font-weight: bold;
    text-decoration: underline ;
    font-size: 1.2em;
    line-height: 1.5em;
    color:   #feffd2;
    transition-duration: 400ms;
   
}
.tip_box{
    display: flex;
    justify-content: space-between;
    text-align: right;
    align-items: center;
    line-height: 30pt;
}

.tip_text{
    font-size: 1.5em;
    display: felx;
    margin: auto 5%;
    
}
.tip_text h2{
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Gugi", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 20px 2% 30px 2%;
}
    

.tip_img{
    
    height: 50%;
}
.left{
    text-align: right;
    color: black;
    background-color: #f8e9df;
}
footer{
   
    margin-top: 40px;
    font-size: 0.6em;
    border-top: #7d038e 3px solid;
}
footer > section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 20%;
    
    
}
footer > section > div{
    display: flex;
    flex-direction: column;
    margin: 10px 5%;
    max-width: 40%;
   
}
.contact_box{
    display: flex;
    justify-content: left;
    margin: 10px 5%;
}
i{
    margin: 10px;
    font-size: 2em;
}
footer > section> div > h6{
    color: #F8F0DF;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Gugi", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 10px 0;
    line-height: normal
}
footer > section> div > p{
   
    max-width: 60%;

}
.socialmedia_links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 30%;
}
.fa-brands{
    font-size: 3em;
    transform: scale(1.0);
   transition-duration:400ms ;
}
.fa-brands:hover{
    transform: scale(1.2);
    transition-duration: 400ms;
}
/* PAGINA CONTACT */

form{
    margin: 15% 20%;
    font-family: "Roboto", sans-serif;
    
}
label{
    font-family: "Gugi", sans-serif;
}
table{
    margin: auto;
    
    border-collapse: collapse;
}

input{
    
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-bottom: solid 2px #7d038e;
    background-color: transparent;
    color: #F8F0DF;
    
}
input:focus{
    
    outline: none;
}
#submit{
    
    border: solid 2px #7d038e;
    padding: 11px 20px;
    font-weight: 400;
    font-size: 12pt;
    
    transition: 0.3s;
    margin: auto 0;
    
}
#submit:hover{
    background-color: #7d038e;
    color: #F8F0DF;
    transition: 0.3s;
    border: solid 1px #7d038e;
    border-radius: 32px;
}
select{
    width: 100%;
    padding: 11px;
    margin: 10px 0;
    border: none;
    border-bottom: solid 2px #7d038e;
    background-color: transparent;
    color:#F8F0DF;
}   
option{
    background-color: black;
    color: #7d038e;
    border-inline: none;
    
    
}
.tips_footer{
    margin-top: 0;
}
.row{
    margin: 0 5%;
    
}
.table-container {
  overflow-x: auto; /* Voeg horizontale scroll toe */
  -webkit-overflow-scrolling: touch; /* Vloeiende scroll voor mobiele apparaten */
}


/* MEDIA QUERIES */


 @media only screen and (max-width: 1024px){
   nav{
       font-size: 1.3em;
       
         font-weight: 500;
    }
    
    
     .planets{
         max-width: 40%;
         margin: 20px 0;
         padding-bottom: 10px;
     }
     .reizen{
        max-width: 40%;
        margin: 20px 0;
        padding-bottom: 10px;
    }
     form{
            margin: 25% 15%;
     }
     .banner {
        font-size: 30pt;
     }
     .tip_img{
    
        height: 100%;
        width: 100%;
    }
    .tip_text{
        width: 50%;
        font-size: 9pt;
    }
    .planets > img, .reizen > img{
        height: 50%;
        
    } 
       
}
@media only screen and (max-width: 840px){
    nav{
        font-size: 3em;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        line-height: 20pt;
        margin-bottom: 0;
    }
    
    ul {
        flex-direction: column;
        padding: 0;
        margin: 0;
        overflow: hidden;
        
    }
    ul li {
        position: relative;
        margin: 5px 0;
        padding: 10px;
        overflow: visible;
    }
    ul li:before {
        display: none; /* Schakel animaties uit */
    }
    .banner{
        margin-left: 10%;
        text-align: left;
        font-size: 20pt;
        height: 50vh;
        margin-top: 0;
    }
    
    .logo_name{
        margin: 0;
        justify-content: space-around;
    }
    
      .planets{
          max-width: 80%;
          margin: 20px 0;
          padding-bottom: 10px;
          font-size: 1.5em;
      }
      .planets p{
          margin: 10px 2%;
      }
      .reizen{
        max-width: 80%;
        margin: 20px 0;
        padding-bottom: 10px;
        font-size: 1.5em;
    }
    .reizen  p{
        margin: 10px 2%;
    }

      footer > section{
          flex-direction: column;
          align-items: center;
          font-size: 12pt;
          text-align: center;
          margin: auto;
        
      }
        footer > section > div{
            max-width: 100%;
            margin: auto;
        }
        footer > section > div > p{
            margin: auto;
        }
        .tip_box{
            flex-direction: column;
            text-align: center;
        }
        .tip_text{
            font-size: 12pt;
            line-height: 20pt;
        }
      
        
        
        .socialmedia_links{
            margin: 10px 0;
        }
        
        .planets > img, .reizen > img{
            height: 50%;
        } 
        .reizen > h2{
            font-size: 1.3em;
        }
        .main{
            margin: 10px 0;
        }
        .contactHeader{
            height: 140%;

        }
    }