#svg-div{
    width: 49%;
}

#svg-div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: none;
}

#header-section {
    background-color: #47acc3;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 120px 0 60px;
    width: 100%;
}

.highlights-text-container{
    width: 49%;
}

#header-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    text-align: center;
    width: 49%;
}

#header-text-inner-container {
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header-text-inner-container h1{
    color: #fff;
    font-size: 40px;
    margin: 0 0 10px;
    text-align: left;
}

#usp-container {
    margin-top: 50px;
}

.usp-item-container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.usp-item-container svg{
    height: 25px;
    margin-right: 20px;
    width: 25px;
    fill: white;
}

.usp-item-container p{
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-align: left;
}

#header-cta-container button{
    background-color: #f48183;
    border: 1px solid #f48183;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    margin-top: 50px;
    padding: 20px;
    color: white
}

#header-cta-container p{
    color: #fff;
    font-size: 12px;
}

#social-proof-logo-container {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0px 50px 0px;
    width: 100%;
    background-color: #fff;
    flex-wrap: wrap;
}

#social-proof-logo-container img{
    width: 150px;
}

#social-proof-logo-container svg{
    width: 150px;
}

.highlight-div{
    margin: 100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlight-div h1{
    font-size: 40px;
    color: #47acc3;
    padding: 0px 30px;
}

.details-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: 50px 0px;
}

.highlights-banner-container{
    width: 49%;
    height: 400px;
    margin: 0px 30px 0px 50px;
}

.highlights-banner-container img{
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    border: 1px solid #f4f4f4;
}

.highlights-text-container{
    margin: 0px 50px 0px 30px;
}

.highlights-text-container p{
    font-size: 22px;
    color: #f48183;
    margin: 0;
    text-align: left;
}

.highlights-text-container  li{
    font-size: 20px;
    margin-bottom: 10px;
}

.highlights-text-container  button{
    margin-top: 30px;
}

.home-banner-no-box-shadow{
    box-shadow: none !important;
    border: none !important;
}

.usp-icon{
    font-size: 35px;
    color: white;
    margin-right: 15px;
}

#news-letter-section{
    background-color: white;
    padding: 30px;
    display: flex;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/deccos-landing-new.appspot.com/o/banner-newsletter.jpg?alt=media&token=c3a52469-eddd-4d49-b733-98f2dd894353');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    box-shadow: inset 0 0 0 2000px rgba(71, 172, 195, 0.8);
}

#news-letter-section h2, #news-letter-section p{
    color: white;
}

#news-letter-section ul{
    color: white;
    font-size: 10px;
}

#news-letter-text-container{
    width: 49%;
}

#newsletter-form-container{
    width: 49%;
}

#newsletter-form-container input{
    width: 80%;
}

#newsletter-succes-container{
    display: none;
    
}

#newsletter-succes-container h2{
    font-size: 40px;
}
