
a{
    text-decoration: none;
}


*{
     font-family: "Nunito", sans-serif;
}
.reach-container-wrapper{
                display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFBF5;
}

.reach-container{
         max-width: 1200px;
        padding: 4rem;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.reach-box-container{
          width: 100%;
    display: grid;
    grid-template-columns: repeat(2,2fr);
    margin-top: 2rem;
    gap: 1rem;
}

.reach-box{
    background-color: #FFE0C2;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    border-radius: 15px;
    align-items: center;
    padding: 1.5rem 1.5rem;
}
.reach-box-left{
    width: auto;
}

.reach-box-left img{
    width: 10rem;
    height: fit-content;
}

.reach-box-right{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.reach-townname{
    font-size: 20px;
    font-weight: 600;
    color: #372315;
      font-family: "Montserrat", sans-serif;
}

.reach-address{
    font-size: 16px;
    color: #372315CC;
}

.material-icons{
    font-size: 16px !important;
}

.ready-container-wrapper{
                    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #F97415;
}


.ready-container{
             max-width: 1200px;
        padding: 4rem;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
 
.heading-ready-to{
       font-size: 40px;
    line-height: 15px;
    font-weight: 600;
    color: #372315;
    text-align: center;
      font-family: "Montserrat", sans-serif;
}

.text-wrapper-24{
    color: white;
}

.join-us-at-sprouting{
    color: white;
    font-size: 16px;
    text-align: center;
}

.ready-contact-btn{
        width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: fit-content;
    padding: 0 2rem;
    background-color: white;
    border-radius: 12rem;
    color: #F97415;
    font-size: 18px;
    text-decoration: none
}

.footer-container-wrapper{
                        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFE0C2;
}

.footer-container{
             max-width: 1200px;
        padding: 4rem 4rem 2rem;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.footer-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

.footer-top-1{
 width: 40%;
}

.footer-logo{
    padding: 2rem;
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 75%;
    
}

.footer-logo img{
    height: 5rem;
    width: fit-content;
}

.footer-logo p{
    font-size: 16px;
    color: #372315CC;
    text-align: center;
}

.footer-top-2{
      display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 30%;
}

.footer-top-2 h1{
    font-size: 20px;
    font-weight: 600;
    color: #372315;
}

.footer-top-2 a {
    color: #372315CC;
    font-size: 16px;
    text-decoration: none;
}

.footer-top-3{
      display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 30%;
}

.footer-top-3 h1{
    font-size: 20px;
    font-weight: 600;
    color: #372315;
}

.footer-top-3 a {
    color: #372315CC;
    font-size: 16px;
    text-decoration: none;
}

.footer-bottom{
    border-top: 1px solid #37231533;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 0;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}

.footer-bottom a{
    font-weight: 700;
    text-decoration: underline;
    color: #372315;
}

.subbanner-container-wrapper{
                    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFF6F0;
    height: 30vh;
     margin-top: 5rem;
     position: relative;
}

.subbanner-container{
             max-width: 1200px;
        padding: 0 4rem;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    
}

.subbanner-text{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    z-index: 50;
}

.subbanner-heading{
    font-size: 40px;
    color: #372315;
    font-weight: 600;
}

.subbanner-paragraph{
    font-size: 16px;
    color: #956D50;
}

 .ellipse {
  left: 10rem;
  width: auto;
  height: 25vh;
  position: absolute;
  top: 0;
  z-index: 10;
}

 .ellipse-2 {
  right: 10rem;
  width: auto;
  height: 20vh;
  position: absolute;
  top: 0;
  z-index: 10;
}


@media (max-width: 1200px){
    .reach-container {
        padding: 2rem;
    }

    .ready-container {
 padding: 2rem;
    }

    .footer-container{
         padding: 2rem;
    }

    .subbanner-container{
        padding: 0 2rem;
    }
   
}

@media(max-width: 900px){
      .reach-container {
        padding: 2rem 1rem;

    }
      .ready-container {
  padding: 2rem 1rem;
    }

    .footer-container{
      padding: 2rem 1rem;
    }

    .reach-box-left img{
        width: 6rem;
    }

    .reach-box{
        padding: 1rem;
        border-radius: 12px;
    }

    .heading-ready-to{
        font-size: 30px;
    }

    .footer-top{
        flex-direction: column;
    }
.footer-top-1{
    width: 100%;
}

.footer-logo{
    width: 50%;
}

.footer-top-2{
    width: 100%;
}
.footer-top-3{
    width: 100%;
}

.subbanner-container-wrapper{
    height: 20vh;
}
.ellipse{
    height: 15vh;
    left: 3rem;
}
.ellipse-2{
    height: 10vh;
    right: 2rem
}

}

@media(max-width: 700px){
     .reach-box-container{
        grid-template-columns: repeat(1,1fr);
    }

    .footer-logo{
        width: 100%;
    }

    .heading-ready-to{
        font-size: 28px;
        line-height: 28px;
    }

    .subbanner-text{
        text-align: center;
    }

    .subbanner-heading{
        font-size: 30px;
    }

    .subbanner-paragraph{
        font-size: 15px;
    }

    .ellipse{
        height: 10vh;
        left: 1rem;
    }
    .ellipse-2{
        height: 8vh;
        right: 0
    }

    .footer-bottom{
        flex-direction: column;
    }
}