

/* Reset style */

:root {
    --primary: #2DA884;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}


/* #2DA884 */

/* global style */


span {

        color: var(--primary);

}
.container {
    width: 70%;
    margin: auto;
}

.bg-primary {
    background-color: var(--primary);
}

.text-primary {
    color: var(--primary);
}

.text-white {
    color: white;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content:space-evenly;
}


.align-items-center {
    align-items: center;
}

.align-content-center {
    align-content: center;
}


.flex-wrap {

    flex-wrap: wrap;
}

.btn-rounded {
    padding: 3% 9%;
    font-size: 20px;
    border-radius: 22px;
    border: 0;
    font-weight: bold;
}

.btn-primary {
    background-color: var(--primary);
    color: white;
    transition: 2s;
}
.btn-primary:hover {
 background-color: white;
    color: var(--primary);
}


.btn-white {
    background-color: white;
    color: var(--primary);
    transition: 2s;
}

.btn-white:hover {
  background-color: var(--primary);
    color: white;
}
.bg-white{
    background-color: white;
}
.text-center{
    text-align: center;
}
.border-left{
    border-left: 1px solid black;
}
.w-15 {
    width: 15%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.w-35{
    width: 35%;
}

.w-40{
    width: 40%;
}


.w-80{
    width: 80%;
}


.w-100 {

    width: 100%;
}

.h-50{
    height: 50%;
}

.h-100 {
    height: 100%;
}
.m-auto {
    margin: auto;
}
.m-bottom-10 {

    margin-bottom: 10%;
}

.m-bottom-3 {
    margin-bottom: 3%;
}


.column-gap-5 {
    column-gap: 5%;
}

.column-gap-2 {
    column-gap: 2%;
}


.column-gap-8 {

    column-gap: 8%;
}

.border-rounded-12 {
  border-radius: 12px;  
}

.box-shadow-6 {
box-shadow: 6px 6px 20px 6px rgba(128, 126, 126, 0.307) ;

}


small {
display: block;
color: var(--primary);
margin-top: 4%;
font-weight: 600;
}



.text-align-center {

    text-align: center;
}

.p-bottom-5 {
    padding-bottom: 5% ;
}


.content-center {
    width:70% ;
margin: auto;
margin-bottom: 7%;
}
 
.h-bold {
        font-size: 55px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 3%;
}


/* custom style */
.hero-section {
    background-image: url(../images/Image\ Placeholder.png);
    background-size: 100% 100%;
    padding: 1% 0%;
    height: 100vh;
}

.logo {
    width: 150px;
}

nav {
    border-bottom: 1px solid white;
    padding-bottom: 1%;
}



.btn-container {
    width: 20%;
}

.hero-details {
    width: 60%;
    margin: 2% auto;
}

.hero-section h1 {
    font-size: 90px;
    margin-bottom: 2%;

}
.hero-btn{
    padding: 2% 4%;
    border-radius: 35px;
    margin-top: 3%;
    margin-left: 2%;
}
.hero-count{
    padding: 2%;
    border-radius: 15px;
    width: 70%;
    margin-top: 4%;
}
.hero-count h3{
    font-size: 30px;
}


.hero-count h3 i{
    font-size: 20px;
}








.plant-section {

    padding: 2% 0%;
}

.plant-container {

padding-bottom: 2%;
}


.plant-content {

width:70% ;
    margin-bottom: 4%;
}









.plant-description-card {
    margin-top: 4%;
    padding: 2%;
    
}

.plant-description-card i {

    font-size: 35px;
}
.plant-description-card h3 {

margin: 1% 0;
}


.plant-description-img {


    width: 32%;
}





.choose-container {

    padding: 1%;
    margin-left: 15%;
}

.choose-img {


    margin-left: 5%;

}




.choose-content {

    width: 45%;
}



.choose-content h2 {

font-size: 42px;
}



.choose-content p{

    margin: 3% 0;
}


.choose-content-item {

    margin: 5% 0;
}


.choose-content-item i{

font-size: 30px;

}






.landscaping-content {

width:55% ;
    margin-bottom: 7%;
}





.landscaping-items {
row-gap: 20px;
}


.landscaping-item {

    padding: 2.5%;
}



.landscaping-item:hover{

    background-color: var(--primary);
 color: white;
}


.landscaping-item:hover span {

 color: white;
}



.landscaping-item i {

font-size: 30px;
}


.landscaping-item h3 {

margin: 3% 0;
}










.cards {
    align-items: flex-start;
}


.card {
    width: 26%;
}





.card-header {

    height: 70px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

}



.card-header h3 {
width: 45%;
  font-size: 15px;
    font-weight: 600;
  
}



.card-header-btn button{

font-size: 16px;
font-weight: 600;
padding: 12%;

}



.card-price {

padding: 14%;    
padding-left: 25%;
margin-bottom: 1%;
border: none;
border-bottom: 5px solid var(--primary);
}


#card-price3{

border-bottom: 5px solid white;

}


.card-price h2{

font-size: 40px;


}



.card-price p{

font-size: 12px;
margin-left: 18%;
margin-top: 2%;

}


.card-descriptions {
    margin: 7% 0 ;
}

.card-description{
    padding: 2%;
    margin-bottom: 4%;
    border-bottom: 2px solid var(--primary);
}

.description3 {

        border-bottom: 2px solid white;

}



.card-btn {

    padding-bottom: 10%;
    padding-top: 1%;
}

.card-btn button{

font-size: 16px;
font-weight: 600;
padding: 6%;

width: 80%;

}











.gallery-img-middle {

        flex-direction: column;
        row-gap: 65px;
}














.feedback-customers {
    row-gap: 20px;
}



.feedback-customer {

    align-items: flex-start;
  padding: 2%;
  width: 49%;
 transition: 1s;

}


.feedback-customer:hover {

    background-color: var(--primary);
    color: white;
  

}



.feedback-customer img {

  height: 55px;
  border-radius: 50%;
  margin-right: 20px;

}

.feedback-customer h3 {

  font-size: 20px;
  font-weight: bold;
}


.feedback-customer-stars {

    color: gold;
      font-size: 18px;

}


.feedback-customer-content-description {

    margin-top: 4%;
}









.question {

padding:2%;
margin-bottom: 2%;
border-radius: 12px;
transition: 1s;
}
.question p {

    margin-top: 1%;
}

.question i {

    font-size: 25px;
}



.question:hover {

    background-color: var(--primary);
    color: white;
}






.item-img {

    height: 40%;
}




.blog-item h3 {


    margin: 2% 0;
}


.info-items {

    margin: 5% 0;
}



.blog-items p {

font-size: 12px;
}





.blog-items button {
    font-size: 14px;
    padding: 4%;
    margin-top: 8%;
}



.contact-container {
    padding-bottom: 3%;
}


.left-form {

width: 33%;
margin-left: 9%;
}


.left-form img {


border-bottom-left-radius: 12px;
border-top-left-radius: 12px;

}


.right-form {

    width: 50%;
    padding: 3%;
    font-size: 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.right-form input {

    padding: 2%;
    margin: 2% 0;
    border-radius: 40px;
    border: 1px solid white;
    outline: none;
    background-color: transparent;
}


.right-form input::placeholder {

    color: white;
}
.right-form button {

  margin-top: 4%;
  font-size: 16px;
}

.right-form button:hover {

    background-color: white;
    color: var(--primary);
}



footer {

    padding: 4%;
}

footer p {

    font-size: 12px;
}



.follow-icon {
    padding: 2%;
    border-radius: 6px;
}

