/* style for video and image */




.media_home{

    position: absolute;

    top: 0;

    left: 0;

    width: 100vw;

    height: 100vh;

    z-index: 1;

}

.media_home::before{

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: #2f2f2f2e;

}

.media_home img{

    width: 100%;

    height: 100vh;

    object-fit: cover;

}

.media_home video{

    width: 100%;

    height: 100%;

    object-fit: cover;

}



/* end video for image and video */





/* Section Hero */



.hero_home{

    position: relative;

    overflow: hidden;

    width: 100vw;

    height: 100vh;

}

@media (min-width: 1240px) {
    .media_home img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center -50px;
    }
}

@media screen and (max-width:768px) {

    .hero_home{

        display: flex;

        justify-content: center;

        align-items: center;

        flex-direction: column;

    }

    .media_home img {
    width: auto;
    height: 100vh;
    object-fit: cover;
    object-position: -500px 0px;
    /* position: relative; */
    /* left: -30px; */
    }

}

.top_hero{

    width: 100%;

    position: relative;

    z-index: 4;

    display: flex;

    justify-content: space-between;

    padding: 50px 80px 0 80px;

}

@media screen and (max-width:768px) {

    .top_hero{

        justify-content: center;

    }

}

.image_hero{

    width: 300px;

}
.image_hero img {
    width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(0.35);
    margin: 20px 0;
}

@media screen and (max-width:768px) {
    .image_hero{
        display: none;
    }
}

.navbar_flex_hero {
	width: fit-content;
	min-height: 330px;
	padding: 10px 0px;
	background: #f7f7f761;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
	z-index: 5;
	margin-top: 60px;
	/* margin-left: 30px; */
}


@media screen and (max-width:768px){

    .navbar_flex_hero{

        display: none;

    }

}



.navbar_flex_hero::before{

    content: "";

    filter: blur(5px);

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 4;

    backdrop-filter: blur(10px);

}

.navbar_flex_hero .nav.flex-column{

    position: relative;

    z-index: 10;

}

.navbar_flex_hero ul li a {
	text-shadow: 1px 1px 3px #f1ebeb4a;
	color: #666;
	padding: 15px 10px;
	transition: 400ms;
	text-align: justify;
	font-family: var(--font-menu) !important;
}

.navbar_flex_hero ul li a:hover{

    color: #000 !important;

    transition: 400ms;

}

.see_on_mini{

    z-index: 4;

    height: 100px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



@media screen and (max-width:768px) {

    .see_on_mini{

        display: none;

    }

}

.see_on_title{

    font-size: 15px;

    color: #595959;

    font-weight: 300;

    margin-right: 20px;

    font-family: var(--font-menu);
}

.logo_see_on{

    width: 25px;

    height: 100%;

    margin: 0 10px;

    object-fit: contain;

    filter: brightness(0) invert(0.35);

}





/* text-right-bottom  */



.container_hero_content{

    position: absolute;

    right: 80px;

    bottom: 50px;

    z-index: 5;

}

@media screen and (max-width:768px) {

    .container_hero_content{

        position: relative;

        right: inherit;

        bottom: inherit;

        padding-top: 95px;

    }

}



.title_hero {
	display: flex;
	justify-content: end;
	align-items: center;
	text-align: right;
	color: #fff;
	font-size: 40px;
	margin-bottom: 30px;
	max-width: 600px;
	font-family: var(--font-menu) !important;
	text-shadow: 1px 1px 3.5px #302f2fc9;
}
@media screen and (max-width:768px) {

    .title_hero{

        font-size: 30px;

        padding: 0 10px;

    }

}

.content_hero{

    text-align: right;

    color: #fff;

    font-size: 20px;

    line-height: 25px;

}

.content_hero > p{
    font-family: var(--font-menu) !important;
	text-shadow: 1px 1px 3.5px #302f2fc9;
}

.button_hero{

    width: 100%;

    display: flex;

    justify-content: end;

    margin-top: 50px;

}



@media screen and (max-width:768px) {

    .title_hero{

        justify-content: center;

        text-align: center;

    }

    .content_hero{

        text-align: center;

    }

    .button_hero{

        justify-content: center;

    }

}

/* end Section hero */

.item-hero{
    display: flex;
    align-items: center;
    width: 160px;
    padding: 0 20px;
}

.submenu-hero{
    position: absolute;
    top:-10px;
    width: 0px;
    height: 0;
    opacity: 0;
    /* background: #fff; */
    margin-left:140px ;
    overflow: hidden;
    transition: 700ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow:rgb(0 0 0 / 24%) 0px 3px 8px;
}

.submenu-hero::before{
    content: '';
    width: 100% ;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(5px);
    backdrop-filter: blur(10px);
}

.item-hero:hover .submenu-hero{
    width: fit-content;
    min-height: 330px ;
    padding: 50px 20px 20px 20px;
    opacity: 1;
    transition: 1000ms;
}


.item-hero:hover .submenu-hero h2{
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #ffff;
    background: #000;
    left: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 40px;
    font-family: var(--font-menu) !important;
}


.submenuHero-text{
    color: #ffff !important;
    width: max-content;
    position: relative;
    display: flex;
    padding: 5px 5px !important;
}

.submenuHero-text::before{
    content: '';
    position: relative;
    margin-right: 7px;
    width: 7px;
    height: 7px;
    top: 5px;
    background: #000;
}

.item-hero > i{
    color:#fff;
    margin-left: auto;
    opacity: 0;
    transition: 500ms;
}

.navbar_flex_hero:hover .item-hero > i{
    opacity: 1;
    transition: 500ms;
}


@media (max-width: 480px) {
	.media_home::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 1%, rgba(255, 255, 255, 0) 85%, rgba(255,255,255,0) 100%);
	z-index: 2;
}
}