
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-image: url("../images/totaale_productpage_background.png");  
    /* height: 3700px; */
    /* width: auto; */
    background-repeat: no-repeat;
    overflow-x: hidden;  
    
}

/* div.header {
    padding-top: 0 px;
    width: auto;
    height: auto;
}

/* div.header div{
    /* width:50%;   */
  /* float:left; */

/* Header styling */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    background-color: rgba(54, 45, 116, 0.884);
    position: fixed;
    top: 0;
    width: 100%;
    height: 83px;
    z-index: 1000;
    color: white;
    font-family: 'inter', sans-serif;
}

.LogoImg {
    width: 125px; 
    position: relative;
    
    left: 60px;
    bottom: -20px;
}


.header-nav {
    list-style: none;
    display: flex;
    justify-content: space-around;
    
    
}

.header-nav li {
    margin: 0 200px;
    
}

.header-nav li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    text-align: center;
}

.header-nav li a:hover {
    text-decoration: underline;
}







.eerste_3_producten, .tweede_3_producten {
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    margin-bottom: 20px; 
    gap: 90px;
    
   
    
}

.eerste_3_producten img, .tweede_3_producten img {
    padding-top: 200px;
    width: 90%; 
    height: auto;
    
}

.product-details {
    padding-left: 150px;
    text-align: center;
    margin-top: 10px;
}

.eerste_3_producten h3 {
    padding-top: 50px;
    margin: 10px 0;

    color: white;
    font-family: 'inter', sans-serif;
}

.tweede_3_producten h3 {
    padding-top: 50px;
    margin: 10px 0;

    color: white;
    font-family: 'inter', sans-serif;
}

.eerste_3_producten ul {
    list-style-type: none;
    padding: 0;
    
}
.tweede_3_producten ul {
    list-style-type: none;
    padding: 0;
    
}

.eerste_3_producten li {
    margin: 5px 0;
     
}

.tweede_3_producten li {
    margin: 5px 0;
     
}

.eerste_3_producten a {
    color: white;
    font-family: 'inter', sans-serif;
    
}
.tweede_3_producten a {
    color: white;
    font-family: 'inter', sans-serif;
    
}

.LogoImg {
    margin: 0 15px;
}








.footer_locater{
    padding-top: 1200px;
}


footer {
    background-color: rgba(28, 22, 65, 1);
    padding: 40px 40px;
    width: 100%;
    box-sizing: border-box;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.footer-content div {
    /* width: 400px; */
    flex-basis: 16,66%; 
    
}
.footer-content .newsletter { 
    flex-basis: 30%; 
    
}

.footer-content .social-media { 
    flex-basis: 50%; 
}

.footer-content h3 {
    padding-left: 38px;
    margin-bottom: 15px;
    color: white;
    font-family: 'inter', sans-serif;
    text-align: left;
}



.footer-content ul {
    list-style: none;
    text-align: left;
    font-weight: normal;

}

.footer-content ul li {
    margin-bottom: 10px; 
}
.footer-content ul li a {
    color: white;
    text-decoration: none;
    font-family: 'inter', sans-serif;
    
    
    

}


.newsletter{
    margin-left: 100px;
}

.footer-content ul li a:hover {
    color: #575fcf;
}
.newsletter p{
    width: 200%;
    color: white;
    font-family: 'inter', sans-serif;
    
}
.newsletter input {
   
    padding: 15px;
    /* margin-right: 10px; */
    width: 70%;
    
    border-radius: 30px;
    
    
}

.newsletter button {
    padding: 15px;
    background-color: #e00ae0;
    color: white;
    border: none;
    cursor: pointer;
}

.social-media a img {
    width: 30px;
    margin: 10px;
}

.footer-bottom {
    color: white;
    margin-top: 20px;
    text-align: center;
    font-family: 'inter', sans-serif;
    font-weight: normal;
}