/* shared style */
.display-flex {
    display: flex;
}
 
/* font-style */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* paragraph */
.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight:  400;
  font-style: normal;
  font-size: 1rem;
  color:  rgba(137, 135, 161, 1);
}
#inter-bold{
    font-weight:  700;
    font-size: 1.375rem;
    color: rgba(17, 17, 17, 1)
}

#noto-sans-font-orange {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    /* font-size: 3.125rem; */
    color: rgba(233, 90, 8, 1);
}
.medium-noto{
    font-size: 3.125rem;
}
.noto-sans-font {
  font-family: "Noto Sans", sans-serif;
  /* font-optical-sizing: auto; */
  font-weight:700;
  font-style: normal;
  font-size: 3.125rem;
  color:  rgba(0, 0, 0, 1);
}


/* header style */
/* nav style */
.cart {
    /* display: flex; */
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
}

.cart i.fa-shopping-cart {
    font-size: 1.8rem;
    color: rgba(37, 36, 50, 1);
    cursor: pointer;
    transition: color 0.2s;
}

.cart i.fa-shopping-cart:hover {
    color: #ff69b4; /* Example hover color */
}
.cart-count {
    font-size: 1.2rem;
    color: rgba(37, 36, 50, 1);
    margin-left: 5px;
}
.nav{
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-left: 235px;
    margin-right: 65px;
    border: 3px solid rgba(233, 90, 8, 1);
}
.menu {
    /* font-family: 'Inter', 'Work Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px rgba(137, 135, 161, 1); */
    gap: 48px;
    justify-content: center;
    align-items: center;
}
#Home {
    /* color: #000; */
    font-weight: bold;
    color: rgba(37, 36, 50, 1);
    /* font-family: noto-sans, sans-serif; */
}
/* banner */
.banner {
    margin-top: 120px;
    margin-left: 150px;
    margin-right: 150px;
    justify-content: center;
    align-items: flex-end;
    border: 3px solid rgba(233, 90, 8, 1);
}
.banner div {
    width: 50%;
}
.banner div img {
    width: 100%;
    height: auto;
}
.bold{
    font-size: 4.0625rem /* 65px */;
}
/* plant */
.our-plants {
    text-align: center;
    /* margin: 30px auto; */
    margin-top: 30px;
    max-width: 1140px;
    border: 3px solid rgba(233, 90, 8, 1);
    margin-left: 150px;
    margin-right: 150px;
}
.plant-paragraph{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 120px;
    border: 3px solid rgba(233, 90, 8, 1);
}
.plant-paragraph p{
    width: 888px;
    margin: 0 auto;
}
.plant-card-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    gap: 20px;
    border: 3px solid rgba(233, 90, 8, 1)  ;
    /* justify-items: space-between; */
    /* align-content: center; */
    justify-content: space-between;
    /* margin-left: 150px;
    margin-right: 150px; */
    
}
.plant-card{
    width: 100%;
    /* height: 484.94; */
    /* margin-bottom: 30px; */

}
.plant-card img {
    /* width: calc(100% - 20px); */
    width: 100%;
    margin: 0 auto;
    /* display: block; */
    
}
.plant-details{
    text-align: center;
    /* margin-top: 30px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.plant-name{
    font-size: 1.375rem;
    color:rgba(17, 17, 17, 1);
    /* font-weight: medium 500; */
    
}
#plant-name-id{
    font-weight: 500;
}
.button {
    /* display:block; */
    /* width:  100% calc(100% - 20px); */
    margin: 0 auto;
    width: 100%;
    /* height: 50px; */
    padding: 26px  0;
    box-sizing: border-box;
    background-color: rgba(233, 90, 8, 1); 
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    /* border-radius: 5px; */
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Inter', 'Work Sans', Arial, sans-serif;
    transition: background-color 0.3s ease;
}
/* flower & love */
.plant-store{
    justify-content: center;
    align-items: flex-end;
    margin-left: 150px;
    margin-right: 150px;
    
}
/* .plant-store img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    
} */
.img-container {
    position: relative;
    width: 286px; /* or your desired width */
    height: 286px; /* or your desired height */
}

.img-container img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px; /* badge size */
    height: 100px;
    z-index: 2;
}

.img-container img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 286px;
    height: 286px;
    z-index: 1;
    object-fit: cover;
}
.flower-and-plant{
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight:  400;
  font-style: normal;
  font-size: 1.375rem;
  color:  rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.flower-container{
    width: 100%;
}
/* join section */
.join-section-paragraph{
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: rgba(255, 255, 255, 1);
}
.email-input{
    padding: 8px 20px;
    color:rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 644px;
    
}
.join-button{
    padding: 26px 50px;
    background-color: rgba(233, 90, 8, 1);
    color: rgba(255, 255, 255, 1);
    font-family: 'Inter', 'Work Sans', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.join-section{
 
  background-image: url("./assets/news-letter-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  
  /* background-position: center; */
  height: 533px;
  width: 100%;
  justify-content: center;
  align-items: center;
  /* color: white; */
  /* padding: 20px; */
}

/* footer */

.footer-logo{
    width: auto;
    height: 100%;
    /* display: flex;*/
    justify-content: flex-start;
    align-items: flex-start; 
}

.footer{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 160px;
    margin-right: 160px;
    gap: 48px;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-socials{
    width: auto;
    gap:24px;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 32px;
    width: auto;
    min-width: 300px;
}
/* .footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
} */

.footer-links li {
    display: block;
    margin-bottom: 12px; /* space between items */
    padding: 0;
    width: auto;
    white-space: normal;
    
}

.footer-links li {
    font-family: 'Inter', 'Work Sans', Arial, sans-serif;
    font-size: 1rem;
    color: rgba(37, 36, 50, 1);
    cursor: pointer;
    transition: color 0.2s;
    padding: 0 8px;
    height: auto;
    width: auto;
}

.footer-links li:hover {
    color: rgba(233, 90, 8, 1); /* Orange on hover */
    text-decoration: underline;
}
.footer-links a {
    text-decoration: none;
    color: rgba(37, 36, 50, 1); /* your normal text color */
    font-family: 'Inter', 'Work Sans', Arial, sans-serif;
    font-size: 1rem;
    transition: color 0.2s;
    display: inline;
    white-space: normal;
}

.footer-links a:hover {
    color: rgba(233, 90, 8, 1); /* orange on hover */
    text-decoration: underline;
}
.footer-link-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 32px; /* 12px row gap, 32px column gap */
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-link-list li {
    margin-bottom: 0;
    padding: 0;
}
.footer-link-list a {
    text-decoration: none;
    color: rgba(37, 36, 50, 1);
    font-family: 'Inter', 'Work Sans', Arial, sans-serif;
    font-size: 1rem;
    transition: color 0.2s;
    display: inline;
    white-space: normal;
}
.footer-link-list a:hover {
    color: rgba(233, 90, 8, 1);
    text-decoration: underline;
}