
.fullscreen-nav{
    background-color: #F7FFD6;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* overflow-y: scroll; */
    /* transform: translateY(-2050px); */
    transform: scale(0);
    transition: .5s;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 20px;
    padding-top: 50px;
}

.fullscreen-nav .__horizontal-line{
    height: 2px;
    background-color: var(--white);
}

.fullscreen-nav  .__close{
    height: 61px;
    display: block;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.fullscreen-nav  .__close h2{
    margin-bottom: 0px;
}


.fullscreen-nav .__bottom {
    margin-top: 40px;
}


.fullscreen-nav .__left{
    margin-top: 40px;
}


.fullscreen-nav .__bottom .__left-box{
    background-color: var(--color1);
    margin-bottom: 10px;
    padding: 20px;
    min-height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}


.fullscreen-nav .__bottom .__left-box.__active{
    background-color: var(--black);
    transition: 900ms;
    color: var(--color1);
}


.fullscreen-nav .__bottom .__left-box:hover{
    background-color: var(--black);
    transition: 900ms;
}



.fullscreen-nav .__right{
    
}

.fullscreen-nav .__right-bg{
    background-image: url("../img/fullscreen-bg.png"); /* The image used */
    background-color: var(--black); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    
    min-height: 100%;
    width: 1000px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100px 0px 0px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

.fullscreen-nav .__right h2{
    color: var(--color1);
}   


#navbar2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.fullscreen-nav .__right .__box-container{
    margin-bottom: 30px;
    min-height: 230px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}


.fullscreen-nav .__right .__box-container.__one{
    background-image: url("../img/__one.png"); /* The image used */
    background-color: var(--black); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.fullscreen-nav .__right .__box-container.__one:hover{
    background-image: url("../img/__one-hover.png"); /* The image used */
    transition: 700ms;

}

.fullscreen-nav .__right .__box-container.__one.__active{
    background-image: url("../img/__one-hover.png"); /* The image used */
}

.fullscreen-nav .__right .__box-container.__two{
    background-image: url("../img/__two.png"); /* The image used */
    background-color: var(--black); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.fullscreen-nav .__right .__box-container.__two:hover{
    background-image: url("../img/__two-hover.png"); /* The image used */
    transition: 700ms;

}

.fullscreen-nav .__right .__box-container.__two.__active{
    background-image: url("../img/__two-hover.png"); /* The image used */
}

.fullscreen-nav .__right .__box-container.__three{
    background-image: url("../img/__three.png"); /* The image used */
    background-color: var(--black); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.fullscreen-nav .__right .__box-container.__three:hover{
    background-image: url("../img/__three-hover.png"); /* The image used */
    transition: 700ms;

}

.fullscreen-nav .__right .__box-container.__three.__active{
    background-image: url("../img/__three-hover.png"); /* The image used */
}

.fullscreen-nav .__right .__box-container.__four{
    background-image: url("../img/__four.png"); /* The image used */
    background-color: var(--black); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.fullscreen-nav .__right .__box-container.__four:hover{
    background-image: url("../img/__four-hover.png"); /* The image used */
    transition: 700ms;

}

.fullscreen-nav .__right .__box-container.__four.__active{
    background-image: url("../img/__four-hover.png"); /* The image used */
}


.fullscreen-nav .__right .__box-container h6{
        color: white;
}

.fullscreen-nav .__logo2{
    margin-top: 10px;
}