.body{
   position: relative;
   }
   

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 2em;
    position: absolute;
    top: 0;
    width: 100%;
    margin-bottom: 10rem;
    z-index: 10;
}

header .logo img {
    width: 350px;
    margin: -50px;
}

nav {
    display: flex;
    align-items: center;
    gap: 1.5em;
}

nav a.indicator {
    font-weight: bold;
}
nav a {
    color: #051661;
    text-decoration: none;
    font-size: 1.2em;
}

.cart-icon {
    width: 24px;
    height: 24px;
}


main {
    padding: 0 0 18em 0em; 
    background-color: #e49383; 
}
.sendplastic-info {
    background-color: #e49383; 
    padding: 6em 2em 3em 2em;
    padding-top:7rem;
    margin-bottom: 2em;
    border-radius: 0;
    text-align: center;
}

.sendplastic-info h1 {
    color: #fff;
    font-size: 4.0em; 
    margin-bottom: 1em;
    text-align: left;
    padding-left: 1em;
    line-height: 1.2; 
    max-width: 600px;
}
.sp-image-wrapper {
    position: relative;
    max-width: 900px; 
    margin: 0 auto;
    height: 600px;
}

.sp-image-wrapper img {
    position: absolute;
    width: 900px; 
  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sp-image-wrapper .spcard1 {
    top: -75px; 
    left: -125px;
    transform: rotate(-7deg);
    z-index: 1;
}

.sp-image-wrapper .spcard2 {
    top: -130px;
    left: 450px; 
    transform: rotate(8deg);
    z-index: 2;
}

.sp-description {
    font-size: 1.7em;
    color: #ffffff;
    line-height: 1.6;
    text-align: right;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: -25px;
}

.spool-image {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.spool-image img {
    width: 100%;
    height: 300px; 
    object-fit: cover; 
    object-position: center;
}

.recycling-stats {
    background-color: #e49383; 
    padding: 3em 2em;
    text-align: center;
}

.recycling-stats h2 {
    color: #fff;
    font-size: 4.0em; 
    margin-bottom: 1em;
    text-align: left;
    padding-left: 1em;
}

.recycling-stats p {
    font-size: 1.7em;
    color: #ffffff;
    line-height: 1.6;
    text-align: left;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: -65px;
    padding-bottom:5rem;
}





.footer {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    padding-left: 2rem;
    padding-right: 2rem;
    color:#051661;
    position: absolute; 
    bottom: 0; 
    padding-bottom:-5rem;
    padding-top:10rem;
    width: 100%; 
    height: 300px; 
    z-index: 100; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}
.footer-content {
    max-width: 1800px;
    margin: 0 auto;
    display: flex; 
    justify-content: space-between;
    width: 100%; 
}

.footer-text {
    flex: 1; 
    text-align: left; 
    font-size: 16pt;
    
}

.footer-logo {
    flex: 0 0 auto;
    
}

.footer-logo {
    width: 350px; 
    height: auto;
}