@charset "utf-8";

@font-face {
    font-family: '';
    src: url('Brillion.woff2') format('woff2'),
        url('Brillion.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: auto; min-height:100%;}

body{
	min-height:100%;
	font-family:"Roboto Condensed", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #fff;
	background-image: url(../../Images/background.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#000;
	overflow-x: hidden;
}

select, input, textarea, button{
	font-family:"Roboto Condensed", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#512a78;
}
.container{
	width:94%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow{
	visibility:hidden;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background-color: #af4362;
	background-image: linear-gradient(90deg, #af4362 0%, #991d41 100%);
}
.forbidden{background-color:#d00;}

.big-btn-container{
	width: 100%;
	max-width: 700px;
	margin: auto;
}
.big-btn{
	background-color: #ffcce1;
	width: 49%;
	max-width: 330px;
	height: 70px;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	color: #4c0012;
	border-radius: 8px;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.big-btn:hover{
	color: #ffcce1;
	background-color: #4c0012;
}
.sticky-button{
	display: block;
    width: 280px;
    height: auto;
    line-height: 20px;
	padding: 10px 5px;
    border-radius: 8px;
	background-color: #af4362;
	background-image: linear-gradient(90deg, #af4362 0%, #991d41 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: auto;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 15px;
    font-weight: 700;
    text-transform: uppercase;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.2); /* Adjust the color and blur radius as needed */
}

.header-container{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.header-bg{
	width: 100%;
}
.header-element-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.header-element{
	width: 100%;
}

section{
	padding: 100px 0;
	width: 100%;
	min-height: 100vh;
}
.dark-pink-section{
	background-color: #af4362;
	background-image: linear-gradient(90deg, #af4362 0%, #991d41 100%);
}
.dark-section{
	background-color: #040707;
	min-height: 300px;
}
.light-pink-box{
	width: 100%;
	min-height: 400px;
	padding: 25px;
	border-radius: 15px;
	background-color: #f5b1c6;
	position: relative;
}

.despre-image{
	width: 45%;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
}

.despre-info{
	width: 55%;
}
.despre-title{
	font-family: 'Italianno';
	font-size: 72px;
	margin-left: 50px;
	margin-top: 50px;
	color: #fff;
	font-weight: 400;
}
.despre-text-box{
	width: 100%;
	height: 420px;
	margin-top: 25px;
	border-bottom-right-radius: 100px;
	background-color: #fddce7;
	padding: 35px;
	font-size: 16px;
	color: #4c0012;
	text-align: justify;
}

.promotie-box{
	width: 100%;
	max-width: 900px;
	margin: auto;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	background-color: #ffcce1;
	padding: 35px;
	font-size: 16px;
	color: #4c0012;
	text-align: justify;
}
.promotie-title{
	text-align: center;
	font-family: 'Italianno';
	font-size: 72px;
	color: #4c0012;
	font-weight: 400;
	margin: 0;
}
.promotie-image{
	width: 45%;
	align-self: center;
}
.promotie-image-circle{
	border-radius: 50%;
	border: 5px solid #fff;
}
.promotie-text{
	width: 50%;
}

.oferta-logo{
	width: 19%;
	margin-top: 1vw;
}



.white-title{
	text-align: center;
	font-family: 'Italianno';
	font-size: 72px;
	color: #FFFFFF;
	font-weight: 400;
	margin: 0;
}
.brands-desc{
	font-size: 18px;
	color: #fff;
	max-width: 900px;
	margin: 15px auto;
	text-align: center;
}

.form-container{
	position: fixed;
	z-index: 99;
	width:80%;
	max-width:900px;
	background-color: #fff;
	border-radius: 5px;
	height: 80px;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: auto;
}
.form-input{
	height: 60px;
	width: calc(100% - 200px);
	margin: 10px;
	border: none;
	background-color: #fff;
	font-size: 16px;
	
}

.form-button{
	width: 160px;
	height: 60px;
	border: none;
	background-color: #af4362;
	background-image: linear-gradient(135deg, #991d41 0%, #800629 100%);
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 5px;
	margin: 10px;
}


















/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



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

.disp-mob{display: block;}
.disp-desk{display: none;}

	.header-mob{
		width: 100%;
		margin-top: 60px;
	}
	
	
.sticky-button{
	width: 100%;
    height: 60px;
    line-height: 20px;
	padding: 10px 5px;
    border-radius: 0;
    top: 0;
    font-weight: 700;
    text-transform: uppercase;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.2); /* Adjust the color and blur radius as needed */
}
.big-btn{
	width: 90%;
	max-width: 90%;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	margin: 0 auto 25px auto;
}
	
section{
	padding: 50px 0;
}
.light-pink-box{
	width: 100%;
	min-height: 400px;
	padding: 25px;
	border-radius: 15px;
	background-color: #f5b1c6;
	position: relative;
}

	.despre-container{
		flex-direction: column-reverse;
	}
.despre-image{
	width: 100%;
}

.despre-info{
	width: 100%;
}
.despre-title{
	font-size: 42px;
	margin: 0 auto;
	text-align: center;
}
.despre-text-box{
	height: auto;
	padding: 35px 25px;
	border-top-left-radius: 75px;
}

.promotie-box{
	width: 100%;
	max-width: 900px;
	margin: auto;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	background-color: #ffcce1;
	padding: 35px 25px;
	font-size: 16px;
	color: #4c0012;
	text-align: justify;
}
.promotie-title{
	font-size: 42px;
}
.promotie-image{
	width: 100%;
	margin: 25px auto;
}
.promotie-image-circle{
	border-radius: 50%;
	border: 5px solid #fff;
}
.promotie-text{
	width: 100%;
}

.oferta-logo{
	width: 31%;
	margin-top: 1vw;
}



.white-title{
	font-size: 42px;
}
.brands-desc{
	font-size: 16px;
}

.form-input-mob{
	height: 50px;
	width: 100%;
	text-align: center;
	margin: auto;
	border: none;
	background-color: #fff;
	font-size: 16px;
	border-radius: 5px;
	
}

.form-button-mob{
	width: 160px;
	height: 50px;
	border: none;
	background-color: #af4362;
	background-image: linear-gradient(135deg, #991d41 0%, #800629 100%);
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 5px;
	margin: 10px auto;
}

	
	
	
}
