*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Poppins';
}

.header-1{
    background-color: #4F6CF6;
    height: 50px;
    width: 100vw;
    display: flex;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

#providing{
    color: white;
    z-index: 1;
}

nav{
    display: flex;
    
}

ul{
    display: flex;
    align-items: center;

}

li{
    margin: 20px;
    padding: 5px;
    height: 20px;
    border-radius: 10px;
    list-style: none;
}

.nav-link{
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.nav-link:hover{
    color: black;
    transition: 0.3s;
}

#logo{
    height: 100px;
    margin: 20px;
}

#contact-btn{
    display: flex;
    background-color: #4F6CF6;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    
}

#contact-btn:hover{
    background-color: #1a203d;
    transition: 0.3s;
}

#contact-us{
    display: flex;
    align-items: center;
    margin: 40px;
    font-weight: 600;
}

.header-2{
    display: flex;
    justify-content: space-between;
    height: 130px;
}


#greener{
    margin: 50px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

#main{
    display: flex;
    height: 300px;
    background-image: url(bottles-2.webp);
    font-weight: 600;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    position: relative;
}

#main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust opacity here */
}

#trusted-partner{
    font-size: 40px;
    color: white;
    z-index: 1;
    position: relative;
}

#pet-recycling{
    font-size: 60px;
    color: white;
    z-index: 1;
    position: relative;
}

#choose-PET{
    display: flex;
    flex-direction: row;
}

#recycled-bottles{
    padding: 50px;
    height: 300px;
}


#dedicated{
    padding: 50px;
    margin: 20px;
    font-size: 18px;
}

#choose-rPET{
    padding-right: 70px
}

#choose-xtra{
    display: flex;
    flex-direction: column;
    margin: 50px;
}

#choose{
    display: flex;
    flex-direction: column;
    padding: 0px 10px 40px 10px;
}

#choose p{
    font-size: 18px;
}

#choose h3{
    font-size: 24px;
}


.contact-us {
    margin: 50px;
    display: flex;
    flex-direction: column;
}

.contact-us h3{
    padding-bottom: 10px;
    font-size: 25px;
}

.contact-us h4{
    font-size: 18px;
}

#contact2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sales-team{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#alan{
    padding: 15px;
}

.rep{
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: center;
}

.reps{
    display: flex;
    padding: 10px;
}

.header-2, a{
    align-items: center;
}

.buttonz{
    text-decoration: none;
    background-color: white;
    color: #1a203d;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 15px;
}

.buttonz:hover{
   color: white;
   background-color: #4F6CF6;
   transition: background-color .8s
}


#multi-color-bottles{
    height: 300px;
    margin: 50px;
}

#about-xtra{
    background-image: url(bottles-2.webp);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.materials-photo{
    display: flex;
    height: 300px;
    padding: 0px 50px;
    margin-top: 0;
}


#product{
    display: flex;
    height: 200px;
    background-image: url(bottles-2.webp);
    font-weight: 600;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    color: white;
    position: relative;
}

#product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust opacity here */
}

#our-products{
    font-size: 40px;
    padding: 5px;
    color: white;
    flex-direction: column;
    z-index: 4;
}

#quality-plastic{
    color: white;
    z-index: 3;
}


.productz {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; /* Optional: To add space between the image and text */
  align-items: center; /* Align vertically */
}

.product-list {
  display: flex;
  flex-direction: column;
  align-items: center; /* Align items vertically in the center */
}

.productz p{
 padding: 10px;
 margin: 10px;
 padding-right: 30px;
 
}

#flake{
    padding: px;
    flex-direction: row;
    margin-top: px;
    margin-left: 20px;
}


#explore{
    padding: 40px;
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
    display: flex;
    justify-content: center;
}


#faqs{
    margin: 50px;

}


footer{
    display: flex;
    margin: 0px;
    height: 25vh;
    justify-content: space-evenly;
    background-color: #dbeef5;
}

footer img{
    height: 150px;
    width: 220px;
    padding-right: 150px;
    margin-left: -580px;
    margin-top: -5px;
    
}

footer section{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

footer section div{
    display: flex;
    flex-direction: column;

}

footer section div a{
    text-decoration: none;
    color: black;
}



#footer-links{
    padding-right: 100px;
    margin-right: -50px;
    padding-left: 100px;
    
}

#footer-contact{
    margin-right: -800px;

}

footer section div p{
    padding-top: 5px;
}


/*MEDIA QUERIES/*
/* iPhone 12 and newer (Medium and Larger iPhones) */
@media only screen 
  and (min-device-width: 390px) 
  and (max-device-width: 844px)
  and (-webkit-device-pixel-ratio: 3) {
  
  /* Your styles for iPhone screens */
  body {}

}

/* iPhone SE and older (Smaller iPhones) */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 375px)
  and (-webkit-device-pixel-ratio: 2) {
  
}


