.one_plant_body{
    background-color: #459BF0;
}

.one_plant_main_section{
    background-color: #459BF0;
}

.one_plant_header{
    padding: 10px;
}

.one_plant_navbar{
    background-color: #010101;
}

.one_plant_navbar ul li a{
    color: #ffffff!important;
    font-weight: 600;
    padding: 0 45px!important;
    transition: 0.5s;
}

.one_plant_navbar ul li a:hover{
    transition: 0.5s;
    color: #459BF0!important;
}

.one_plant_description{
    line-height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 97px);
}

.one_plant_description h1{
    font-size: 82px;
    font-weight: 800;
    word-break: break-word;
}

.one_plant_description h1:first-child{
    color: #ffffff;
    word-break: break-word;
}
.one_plant_description h1{
    color: #000000;
    word-break: break-word;
}

.one_plant_learn_more{
    position: absolute;
    bottom: 20px;
    display: flex;
    flex-direction: column;
}

.one_plant_learn_more_button{
    border: none;
    padding: 0 20px;
    background-color: #ffffff;
}

.one_plant_learn_more_icon{
    font-size: 80px;
    color: #000000;
    transition: 0.5s;
    margin-top: 30px;
    cursor: pointer;
}

.one_plant_learn_more_icon:hover{
    transition: 0.5s;
}

.one_plant_logo_leaf{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.one_plant_desc{
    margin-top: 100px;
}

.one_plant_desc_title h1{
    color: #459BF0;
    font-size: 50px;
    font-weight: 800;
    word-break: break-word;
}

.one_plant_product{
    padding: 0 50px;
    background-color: #ffffff;
    margin: 0 10px;
}

.one_plant_desc_properties{
    display: inline-block;
    padding: 0 5px;
    background-color: #459BF0;
    font-family: Courier Prime, monospace !important;
    margin-top: 40px;
}

.one_plant_desc_properties h4{
    word-break: break-word;
}

.one_plant_desc_more p:first-child{
    color: #459BF0;
    font-weight: bold;
    word-break: break-word;
    margin-bottom: 0;
    line-height: 0;
}

.one_plant_desc_more{
    margin-top: 40px;
    font-weight: 600;
}

.one_plant_desc_more p{
    word-break: break-word;
}

.one_plant_desc_text{
    margin-top: 40px;
}

.one_plant_desc_text p{
    font-weight: 600;
    word-break: break-word;
}

.desc_image{
    width: 100%;
    height: 707px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/template/CreatingTemplate/TemplateSixth/tree.png");
}

.one_plant_copyright{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background-image: url("../images/template/CreatingTemplate/TemplateSixth/OnePlant_Logo_Leaf_Trademark.png");
    background-position: -20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.one_plant_copyright p{
    margin: 0;
    font-weight: 600;
    padding: 0 50px;
    font-size: 14px;
}


.one_plant_footer_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.one_plant_footer_menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.one_plant_footer_menu ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.one_plant_footer_menu ul li a{
    text-decoration: none;
    padding: 0 15px;
    color: black;
    font-weight: 600;
    transition: 0.5s;
}

.one_plant_footer_menu ul li a:hover{
    color: #459BF0;
    transition: 0.5s;
}

.one_plant_footer{
    background-color: #ffffff;
    margin: 0 10px 10px 10px;
    padding: 10px 0;
}

.in{
    display: block!important;
}

@media (max-width: 1300px) {
    .one_plant_navbar ul li a{
        padding: 0 20px!important;
    }
}


@media (max-width: 768px) {
    .one_plant_product{
        height: unset;
    }
    .one_plant_footer_menu{
        justify-content: center;
    }
    .one_plant_description h1{
        font-size: 55px;
    }
}


@media (max-width: 400px) {
    .desc_image{
        height: 400px;
    }
}
