#featureCardContainer{
    margin-bottom: 14vw;
}

#featuresCard_image{
    display: flex;
    justify-content: center;
    border: 1px solid #086efd;
    padding: 1.2vw;
    transition: 0.25s cubic-bezier(.52,.67,0,.8);
    color: #3e8fff;
    filter: invert(55%) sepia(99%) saturate(3451%) hue-rotate(199deg) brightness(102%) contrast(101%);
}

#featuresCard:hover #featuresCard_image{
    border: 1px solid #f8f8fe00;
    padding: 0.9vw;
    transition: 0.25s cubic-bezier(.52,.67,.24,.51);
    filter: invert(40%) sepia(100%) saturate(4648%) hue-rotate(208deg) brightness(99%) contrast(102%);
}


/* --- logo Styles --- */

.logoContainer{
    position: relative;
    display: flex;
    flex-direction: row;
    /* background-color: #086efd; */
    background-color: #fff;
    width: 15vw;
    max-width: 15em;
    height: 4.5vw;
    max-height: 4.5em;
    transition: 0.2s;
}

.logoContainer:hover{
    transition: 0.2s;
    border-radius: 0.5vw;
}


.logo__box1__square{
    position: absolute;
    width: 100%;
    padding: 2.5vw;
    height: 4.5vw;
    max-height: 4.5em;
    border-radius: 1.6vw;
}
.logoContainer:hover .logo__box1__square{
    position: absolute;
    background-color: #086ffd;
    width: 100%;
    padding: 2.5vw;
    height: 4.5vw;
    max-height: 4.5em;
    border-radius: 1.6vw;
}

.logo__box1{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 32.5%;
    position: relative;
}

.logo__box1__container{
    position: relative;
    /* position: absolute; */
    /* background-color: #f708c7; */
    width: 74%;
    height: 74%;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
}

/* --------number 1 ---------- */
.branch{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.4vw;
    border-bottom: 0vw solid #086ffd;
    border-left: 0vw solid #086ffd;
    border-right: 0vw solid #086ffd;
    /* transform:  rotateZ(48deg); */
   
    transition: 0.3s cubic-bezier(.31,.68,.53,.31);
     /* transition-delay: 0.5s; */
}

.logoContainer:hover .branch {
    border-bottom: 0.4vw solid #fff;
    border-left: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    /* transform:  rotateZ(48deg); */
    transition: 0.3s cubic-bezier(.31,.68,.53,.31);
    /* transition-delay: 1.2s; */
}



.branch::after{
    content: '';
    position: absolute;
    height: 75%;
    width: 0.3vw;
    background-color: #086efd00;
    right: 60%;
    top: -32%;
    transform:  rotateZ(90deg);
    border-radius: 8px;
    transition: 0.4s cubic-bezier(.31,.68,.53,.31);

}

.logoContainer:hover .branch::after {
    background-color: #fff;
    transition: 0.4s cubic-bezier(.31,.68,.53,.31);
}


.branch2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 80%;
    margin: -1% 0% 0% 20%;
    border: 0.3vw solid #086efd00;
    border-radius: 0.2vw;
    transition: 0.5s cubic-bezier(.31,.68,.53,.31);
}

.logoContainer:hover .branch2 {
    border: 0.4vw solid #fff;
    border-radius: 0.2vw;
    transition: 0.5s cubic-bezier(.31,.68,.53,.31);  
}

.fruit{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #f7800800;
    transition: 1s cubic-bezier(.31,.68,.53,.31);  
}
.logoContainer:hover .fruit {
    width: 35%;
    height: 70%;
    background-color: #f77f08;
    transition: 0.5s cubic-bezier(.31,.68,.53,.31);  
}


/* --------number 2 ---------- */

.branch__negative{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.4vw;
    border-bottom: 0.4vw solid #086ffd;
    border-left: 0.4vw solid #086ffd;
    border-right: 0.4vw solid #086ffd;

   
    transition: 0.3s cubic-bezier(.31,.68,.53,.31);
}

.logoContainer:hover .branch__negative {
    border-bottom: 0vw solid #086ffd;
    border-left: 0vw solid #086ffd;
    border-right: 0vw solid #086ffd;

    transition: 0.3s cubic-bezier(.31,.68,.53,.31);

}



.branch__negative::after{
    content: '';
    position: absolute;
    height: 75%;
    width: 0.3vw;
    background-color: #086efd00;
    background-color: #086ffd;
    right: 60%;
    top: -32%;
    transform:  rotateZ(90deg);
    border-radius: 8px;
    transition: 0.4s cubic-bezier(.31,.68,.53,.31);

}

.logoContainer:hover .branch__negative::after {
    background-color: #086efd00;
    transition: 0.4s cubic-bezier(.31,.68,.53,.31);
}


.branch2__negative{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 80%;
    margin: -1% 0% 0% 20%;
    border: 0.3vw solid #086efd00;
    border: 0.4vw solid #086ffd;
    border-radius: 0.2vw;
    transition: 0.5s cubic-bezier(.31,.68,.53,.31);
}

.logoContainer:hover .branch2__negative {
    border: 0.3vw solid #086efd00;
    border-radius: 0.2vw;
    transition: 0.5s cubic-bezier(.31,.68,.53,.31);  
}

.fruit__negative{
    width: 100%;
    height: 100%;
    width: 35%;
    height: 70%;
    border-radius: 8px;
    background-color: #f7800800;
    background-color: #f77f08;
    transition: 1s cubic-bezier(.31,.68,.53,.31);  
}
.logoContainer:hover .fruit__negative {
    width: 100%;
    height: 100%;
    background-color: #f7800800;
    transition: 0.5s cubic-bezier(.31,.68,.53,.31);  
}

/* -------///-----------///---------- */

.logo__box2{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 2vw;
    font-size: min(2vw, 2em);
    width:75% ;
    /* word-spacing: 1vw; */
}

.logo__textFruit{
    height:min-content;
}

.logoContainer:hover .logo__box2 p{
    display: inline;
    color: #086ffd;
}

.logo__box2 p{
    display: inline;
    color: #086ffd;
    margin-left: 5%;
    font-weight: 600;
}

.logo__box2__fruit{
    font-weight: 800;
    margin-left: 4%;
    display: inline-block;
    color: #086ffd;
    transform:  rotateZ(0deg);
    border-radius: 8px;
    transition: 0.3s cubic-bezier(.31,.68,.53,.31);
    transition-delay: 0.15s;
}

.logoContainer:hover .logo__box2__fruit {
    margin-left: 4%;
    transform:  rotateZ(-45deg);
    color: #f77f08;
    transition: 0.2s cubic-bezier(.31,.68,.53,.31);
    transition-delay: 0.15s;
}


/* ------responsive------- */

@media (max-width: 480px) {

    
    #featureCardContainer{
        margin-bottom: 15vw;
        margin-top: 8vw;
    }
    #feature-section{
        height: fit-content;
    }

    #featuresCard_image{
        padding: 0.75em;
    }


    #featuresCard:hover #featuresCard_image{
        padding: 0.6em;
    }
}

@media (min-width: 1800px) {

    .logo__box1__container{
        width: 65%;
        height: 65%;
    }

    #featuresCard_image{
        padding: 0.5em;
    }


    #featuresCard:hover #featuresCard_image{
        padding: 0.3em;
    }

    .logo__box1__square{
        padding: 1.6vw;
        border-radius: 1.1vw;
    }
    .logoContainer:hover .logo__box1__square{
        padding: 1.6vw;
        border-radius: 1.1vw;
    }



    /* --------number 1 ---------- */
    .branch{
        border-radius: 0.4vw;
        border-bottom: 0vw solid #086ffd;
        border-left: 0vw solid #086ffd;
        border-right: 0vw solid #086ffd;
    }

    .logoContainer:hover .branch {
        border-bottom: 0.3vw solid #fff;
        border-left: 0.3vw solid #fff;
        border-right: 0.3vw solid #fff;
    }



    .branch::after{
        top: -35%;

    }

    .branch2{
        border: 0.2vw solid #086efd00;
        border-radius: 0.2vw;
    }

    .logoContainer:hover .branch2 {
        border: 0.3vw solid #fff;
        border-radius: 0.2vw;
    }



    /* --------number 2 ---------- */

    .branch__negative{
        border-radius: 0.3vw;
        border-bottom: 0.3vw solid #086ffd;
        border-left: 0.3vw solid #086ffd;
        border-right: 0.3vw solid #086ffd;
    }

    .logoContainer:hover .branch__negative {
        border-bottom: 0vw solid #086ffd;
        border-left: 0vw solid #086ffd;
        border-right: 0vw solid #086ffd;
    }



    .branch__negative::after{
        border-radius: 8px;
    }

    .branch2__negative{
        border: 0.2vw solid #086efd00;
        border: 0.3vw solid #086ffd;
        border-radius: 0.2vw;
    }

    .logoContainer:hover .branch2__negative {
        border: 0.2vw solid #086efd00;
        border-radius: 0.2vw;
    }


}


 
