html{
    box-sizing: inherit;
}

*,
*:before,
*:after{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

.App-fragancy{
    overflow:  hidden !important;
}

/*----------------Cursor--------------------*/
#cursor-custom{
	display:block;
	background-color:#000;
	width:100px;
	height:100px;
	position:fixed;
	border-radius:50%;
	left:-50px;
	top:-50px;
    opacity: 0;
    transition: opacity .5s;
}

.enOn #cursor-custom{
	transform:scale(.5);
	transition:.2s;
}
/*----------------Cursor--------------------*/


.vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.vc_row {
    margin-left: 0px !important; 
    margin-right: 0px !important;
}

