* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

/* font-family: "Plus Jakarta Sans",  */

:root {
    --mc: #2DA884;
    --sc: #FFBE40;
}

#home {
    /* overflow: hidden; */
    background-image: url(../img/Image\ Placeholfdsdfder.png);
    background-size: cover;
    /* background-attachment: fixed; */
    background-image: center;
    height: 135vh;
}

.container {
    width: 85%;
    margin-inline: auto;
}

.d-inline-block {
    display: inline-block;
    vertical-align: middle;
}



/* start nav */

.logo-home {
    color: white;
    width: 32.5%;
    margin-block: 25px;
    font-size: 38px;
    font-weight: 500;
}

nav {
    border-bottom: 1px solid white;
    width: 100%;
}

#home ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    margin-right: 60px;
    text-transform: capitalize;
}


#home nav ul {
    list-style: none;
    text-align: center;
    width: 32.5%;
}


.login,
.sign-up {
    text-decoration: none;
    color: white;
}

.login-sign {
    text-align: right;
    width: 32.5%;

}

.login-sign .btn {
    border: none;
    margin-left: 32px;
    padding-inline: 40px;
    padding-block: 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 21px;
}

.login {
    background-color: var(--mc);
}

.sign-up {
    background-color: white;
    color: var(--mc);
}

/* end nav */



/* start header */
.content-header {
    color: white;
}


header {
    text-align: center;
    height: 100vh;
    padding-block: 10px;
}

.title-pra-header h1 {
    font-size: 130px;
    font-style: Bold;
    font-weight: 700;
}

.title-pra-header p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 60px;
}


.two-button {
    margin-bottom: 100px;
}


.btn-header {
    text-decoration: none;
    padding-inline: 40px;
    padding-block: 32px;
    font-weight: 600;
    font-size: 21px;
    border-radius: 40px;
    line-height: 1.9
}

/* button 1 */
header div .get {
    background-color: var(--mc);
    color: white;
    margin-right: 10px;
}

/* button2 */
header div .learn {
    background-color: white;
    color: var(--mc);
    margin-left: 10px;
}


.header-footer {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    color: black;
    width: 90%;
    margin-inline: auto;
    border-radius: 15px;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.header-footer span {
    margin-right: 40px;
    text-align: center;
}

.header-footer div p {
    margin-right: 40px;
    text-align: center;
    color: #525252;
    font-weight: 500;
}


.header-footer div {

    border-right: 0.5px solid #525252;
    padding: 20px;
    text-align: center;
    margin: auto;
}

.header-footer h3 span {
    color: var(--mc);
    font-size: 50px;
    font-weight: 600;
}

.header-footer h3 {
    font-size: 50px;
    font-weight: 500;
}




/* end header */




/* start seacton plants */

#plants {
    margin: auto;
    padding-bottom: 80px;
}

.plants-box {
    /* margin-bottom: 20px; */
    display: inline-block;
    vertical-align: middle;
    padding: 33px 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 4px rgb(206, 205, 205);
    margin-bottom: 20px;
    line-height: 1.6;

}

.plants-box h4 span {
    color: var(--mc);
}

.plants-box h4 {
    font-size: 28px;
    font-weight: 600;
}



.plants-content {
    margin-top: 80px;
}

.plants-content h3 {
    font-size: 67px;
    font-weight: 600;
}

.plants-content h3 span {
    color: var(--mc);
}


.plants-content p {
    font-weight: 500;
    margin-bottom: 40px;
}

.c {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}


.plants-img {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    border-radius: 30px;
}


.img-plants-width {
    width: 100%;
    border-radius: 25px;
    text-align: right;
}

/* end seacton plants */



/* section choose box */

#checkbox {
    padding-top: 30px;
    padding-bottom: 60px;
}

.checkbox-content {
    width: 50%;
    margin-left: 40px;
    padding: 10px;
    /* background-color: #525252; */
}


.checkbox-title h4 {
    font-size: 66px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.checkbox-title p {
    font-weight: 500;
    height: 1.6;
    margin-bottom: 40px;
}

#checkbox table tr td {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;

}

.fa-square-check {
    font-size: 40px !important;
    border-radius: 30px !important;
}


#checkbox table {
    /* width: 100%; */
}

.checkbox-title h4 span {
    color: var(--mc);
}

.check-img {
    width: 45%;
    /* text-align: left; */
}


.check-img img {
    width: 100%;
    border-radius: 15px;
}

/* end section plants */


/*  */

#services {
    font-family: "Plus Jakarta Sans";
    margin-top: 80px;
}

.service-title {
    padding-bottom: 80px;
}

.service-title h4 {
    /* background-color: #525252; */
    font-size: 67px;
    font-weight: 600;
    padding-bottom: 24px;
}


.service-title h4 span {
    color: var(--mc);
}


.service-title p {
    line-height: 1.6;
}


.service-card {
    width: 30%;
    padding-inline: 24px;
    padding-block: 30px;
    border-radius: 15px;
    /* box-shadow: 0px 0px 0px; */
    /* text-align: left; */
    margin-left: 30px;
    margin-bottom: 40px;
    box-shadow: 5px 13px 30px rgba(0, 0, 0, 0.05)
}


.service-card-1 {
    width: 30%;
    background-color: var(--mc);
    padding-inline: 24px;
    padding-block: 30px;
    border-radius: 15px;
    color: white;
    margin-left: 20px;
    margin-bottom: 40px;
    box-shadow: 5px 13px 30px rgba(0, 0, 0, 0.05)
}

.service-card h5,
p {
    line-height: 1.6;
}

.service-card h5 {
    font-size: 20px;
    font-weight: 600;
    padding-block: 20px;
}

.service-card-1 h5 {
    font-size: 20px;
    font-weight: 600;
    padding-block: 20px;
}

.service-card h5 span {
    color: var(--mc);
}

/*  */


/*  */

.title-pricing {
    /* background-color: #FFBE40; */
    text-align: center;
    width: 65%;
    margin-inline: auto;
    padding-top: 80px;
}

.border-white {
    color: white !important;
    border-bottom: 1px solid white !important;
}

.color-white {
    color: white;
}

div.bg-green {
    background-color: #2DA884 !important;
}

.card-pricing {
    /* background-color: #525252; */
    width: 30%;
    margin-left: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.5);
    vertical-align: top !important;
}

.title-pricing h4 {
    font-size: 65px;
    font-weight: 600;

}

.title-pricing p {
    line-height: 1.6;
    font-weight: 500;
    padding-bottom: 60px;
}

.title-pricing h4 span {
    color: var(--mc);
}

.header-pricing {
    background-color: #2DA884;
    padding: 20px;
    text-align: center;
}


#pricing .container .box {
    border-radius: 20px;

}

.header-pricing h6 {
    width: 49%;
    color: white;

}

.header-pricing a {
    width: 49%;
    background-color: white;
    color: var(--mc);
    text-decoration: none;
    border-radius: 30px;
    padding-block: 20px;
}

.card-pricing div:nth-child(2) {
    margin: auto;
    text-align: center;
    padding: 40px;
    border-bottom: 1px solid var(--mc);
}

.after-header-pricing h6 {
    font-size: 65px;
    font-weight: 600;
}


.after-header-pricing {
    color: #2DA884;
}


.pricing-table {
    margin-block: 40px;
    font-family: "Plus Jakarta Sans";
}



.pricing-table tr {
    display: inline-block;
    border-bottom: 1px solid var(--mc);
    width: 90%;
    margin: auto;
    padding: 10px;
    margin-inline: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;

}

.Purchase-dif {
    background-color: white !important;
    text-decoration: none;
    display: inline-block;
    padding: 24px 100px;
    border-radius: 30px;
    margin-bottom: 40px;
    margin-inline: 20px;
    color: #2DA884 !important;
    font-size: 21px;
    font-weight: 600;
}

.pricing-table tr td i {
    font-size: 16px;
}


.final-border tr {
    display: inline-block;
    border-bottom: 1px solid white !important;
    width: 90%;
    margin: auto;
    padding: 10px;
    margin-inline: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.card-pricing .Purchase {
    text-decoration: none;
    color: white;
    background-color: #2DA884;
    display: inline-block;
    padding: 24px 100px;
    border-radius: 30px;
    margin-bottom: 40px;
    margin-inline: 20px;
    font-size: 21px;
    font-weight: 600;
}

.header-dif {
    background-color: #ffffff !important;
}

.header-dif h6 {
    color: #2DA884;
}

.header-dif a {
    background-color: var(--mc);
    color: #ffffff !important;
}

.box {
    border-radius: 30px;
}


#pricing {
    margin-bottom: 130px;
}

/*  */




.gallary-title {
    /* background-color: #FFBE40; */
    text-align: center;
    width: 65%;
    margin: auto;
    padding-top: 40px;
}


.gallary-title h4 {
    font-size: 65px;
    font-weight: 600;

}

.gallary-title h4 span {
    color: var(--mc);
}


.gallary-title p {
    margin-bottom: 80px;
}

.img-gallary {
    text-align: center;
}

.colume-one,
.colume-two,
.colume-three {
    vertical-align: top;
    width: 29%;
}

.colume-three img {
    margin-left: 30px;
}

.colume-one {
    margin-right: 140px;

}


.colume-two>div img {
    width: 48%;
    display: inline-block;
    height: 270px;
}

.colume-two>div {}

.img-rose img {
    height: auto !important;
    width: 92% !important;
    margin-top: 40px;
    vertical-align: middle;

}

#gallary img {
    border-radius: 15px;
    object-fit: cover;
}


#gallary {
    margin-bottom: 40px;
}





/*  */


#comments{
    margin-top: 80px;
    margin-bottom: 40px;
    
}

.comment-title {

    /* background-color: #FFBE40; */
    text-align: center;
    width: 85%;
    margin: auto;
}


.comment-title h4 {
    font-weight: 600;
    font-size: 65px;


}


.comment-title h4 span {
    color: var(--mc);
}


.comment-title p {
    margin-bottom:80px ;
    padding-top: 24px;
}



.img-comment {
    display: inline-block;
    vertical-align: middle; 
    margin-right: -50px; 
    position: absolute; 
    left: -30px;
    top:35%;
    z-index: 2; 
}


.four-card-comment .img-comment{
    left: -1px !important;
    padding-left: 20px;
}


.four-card-comment .card-comment p{
    padding-left: 50px;
}


.img-comment img {
    border-radius: 50%;
}

.card-comment {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 40px 40px 40px 60px; 
    border-radius: 20px;
    margin: 10px;
    box-shadow: 2px 2px 5px rgb(0, 0, 0, 0.1);
    

}

.one-card-comment{
    background-color: #2DA884 !important;
    color: white !important;
}

.card-comment>div{

}
.card-comment>p{
    margin-bottom: 40px;
}



.align-star{
width: 50%;
}

.align-star h5{
font-weight: 600;
font-size: 28px;
}

.align-star p{
font-weight: 400;
font-size: 12px;
}

.star{
width: 30%;
text-align: right;
}



#comments .parent{
    width: 48%;
    position: relative;
    margin:10px;
}
/*  */








/*  */

#question{
    margin-top: 80px;
}

.question-title{
    text-align: center;
    width: 90%;
    margin: auto;
}


.question-title p{
padding-bottom: 80px;
}

.question-title h4{
font-weight: 600;
font-size: 65px;

}


.question-title h4 span{
color: var(--mc);
}


.card-question{
    background-color: #ffffff;
    margin: 40px auto;
    padding: 40px;
    border-radius: 15px;
    width: 100%;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.1);
}


.card-question p{
width: 97%;
text-align: left;
font-size: 28px;
font-weight: 600;
}


.card-question i{
/* width: 4%; */
text-align: right;
font-size: 20px;
font-weight: 600;
}



.one-card-question{
 color: white !important;
 background-color: #2DA884 !important;
}


.one-card-question h5{
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}



.one-card-question p{
font-size: 16px;
}

.one-card-question>div.d-inline-block{
    width: 97%;
}

.align-angle{
    width: 2% !important;
}

/*  */




/*  */

#articals{
    margin-bottom:80px;
}

.artical-title{
    /* background-color: #525252; */
    width: 65%;
    text-align: center;
    margin: 80px auto;
}

.artical-title h4{
    font-size: 65px;
    font-weight: 600px;
}

.artical-title h4 span{
    color: #2DA884;
}

.card-artical div img{
    border-radius: 15px;
}

.card-artical{
    width: 29%;
    margin: 0 20px;
}

.card-artical img{
    width: 100%;
}

.card-artical  h6{
margin-block: 24px 16px;
font-size: 16px;
font-weight: 600;
color: var(--mc);
}

.card-artical h5{
font-size: 28px;
font-weight: 600;
}

.artical-icons{
    margin-block: 16px;
}

.artical-icons i{
    padding-inline: 5px;
    color: #2DA884;
}


.card-artical p{
    font-weight: 500;
    padding-bottom: 40px;
}

.card-artical a{
    text-decoration: none;
    color: white;
    background-color: #2DA884;
    padding: 24px 40px 24px 40px;
    /* margin-top: 50px; */
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    border-radius: 50px;
    margin: auto;
    width: 100%;
    text-align: center;
    display: inline-block;
}
/*  */



/* contact */

.contact{
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-title{
    text-align: center;
    margin: auto;
    width: 75%;
    margin-bottom:40px;
}

.contact-title h4{
font-size: 65px;
font-weight: 600px;
}

.contact-title h4 span{
color: #2DA884;
}


.contact-title p{

}


.img-contact{
    width: 40%;
    overflow: hidden;
}

.img-contact img{
    width: 100%;
    display: block;
}


.box-contact{
    background-color: #2DA884;
    border-radius: 15px;
    vertical-align: top ;
    overflow: hidden;
}

.content-contact{
    width: 50%;
    vertical-align: top !important;
    /* overflow: hidden; */
    margin: 56px 48px 40px  48px;
}



.content-contact input {
    width: 100%;
    padding: 12px;
    margin: 10px 0px 20px 0px;
    border-radius: 25px; 
    border: 1px solid #ffffff;
    background: transparent;
    color: white;
    
}

.link-contact{
    margin-top: 40px;
    width: 100%;
    text-align: center;

}

.content-contact{
color: white;
}

.content-contact input::placeholder {
    color: #e0e0e0;
}


.content-contact a{
    text-decoration: none;
    color: #2DA884;
    background-color: white;
    width: 100%;
    margin:40px auto;
    text-align: center;
  padding: 20px 150px;
  border-radius: 30px;
    
}
/*  */



/*  */



.footer-section {
    background-color: #2DA884;
    padding: 60px 0;
    color: white;
}

.footer-col {
    width: 24%; 
    vertical-align: top;
    padding: 0 15px;

}

.footer-col h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col a {
    color: white;
    text-decoration: none;
}

.social-icons i {
    background: white;
    color: #2DA884;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block; 
}



/*  */