@charset "UTF-8";

/*
Theme Name: DNN

*/
#wpadminbar{
	display: none;
}
html {
	margin-top: 0 !important;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body{
	font-family: Poppins;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left:0;
	right:0;
}
body.show_mobile_menu{
	left:-280px;
	right:280px;
}
section{
	padding: 60px 0;
}
img{
	max-width: 100%;
}
header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index: 99;
	background: rgba(25, 26, 48, 0.4);
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header .show_mobile_menu_btn{
	position:absolute;
	right:15px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	cursor:pointer;
	background:transparent;
	border:0 none;
	display: none;
}
header .show_mobile_menu_btn svg{
	width:25px;
	height:25px;
}
#mobile_menu {
    position: fixed;
    right: -280px;
    top: 0;
    width: 280px;
    background: #202331;
    z-index: 999;
    bottom: 0;
    padding: 15px;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
body.show_mobile_menu #mobile_menu {
	right:0;
} 
body.show_mobile_menu header{
	right: 280px;
	left: -280px;
}
#mobile_menu ul{
	list-style: none;
}
#mobile_menu .main_menu_mobile li{
	margin-bottom:10px;
}
#mobile_menu .main_menu_mobile a{
	color:#fff;
	font-size:16px;
	text-decoration: none;
}
#mobile_menu .social_menu{
	position:absolute;
	left:15px;
	right:15px;
	bottom:15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: start;
}
#mobile_menu .social_menu li{
	padding-right:30px;
}
#mobile_menu .social_menu li:last-child{
	padding-right:0;
}
#mobile_menu .social_menu svg{
	width:25px;
}
header ul{
	list-style: none;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
}
header ul li {
	
	border-left: 1px solid #ffffff14;
}
header ul li:last-child{
	border-right: 1px solid #ffffff14;
}
header ul li a {
	color:#fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	padding: 30px;
	display: inline-block;
	transition: all 0.3s ease;
}
header ul li a:hover{
	color:rgb(0, 204, 255);
}

.logo{
	text-align: center;
	position: relative;
}
.logo .icon {
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	top:-20px;
	z-index:-1;
}
.logo .icon svg{
	width: 85px;
    height: 85px;
}

.logo a{
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
.logo .club{ 
	font-size:18px;
	line-height: 18px;
}
.logo .events{
	font-size:24px;
	line-height: 24px;
}
.container{
	max-width:1230px;
	padding:0 15px;
	margin: 0 auto;
	display: block;
}

.background{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.section_title{
	margin-bottom: 20px;
}
.section_title h1,
.section_title h2{
	font-size: 38px;
    letter-spacing: 5px;
	text-transform: uppercase;
	color:#fff;
	margin:0;
}
.section_title.small{
	margin:0;
}
.section_title.small h2{
	font-size:18px;
}
.section_title h3{
	font-size:38px;
	line-height: 48px;
	color:#fff;
	margin-bottom:20px;
}

.section_description {
	margin-bottom:60px;
}
.section_description p{
	font-size:18px;
	line-height:32px;
	color:#fff;
	margin:0;
	font-weight: 300;
}

.bordered_btn{
	padding: 15px 35px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bordered_btn:hover{
	background:#00ccff;
	border-color:#00ccff;
}
.container:after{
	content: "";
	display: block;
	clear: both;
}
.first_section {
	position:relative;
	height: 100vh;
}

.first_section .video_container{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
.first_section .video_container:after{
	content:"";
	position:absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#202331;
	opacity:0.3;
}
.first_section video{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.first_section .container {
	padding:200px 0;
	position: relative;
	z-index: 9;
}
.first_section .section_container{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width:100%;
	padding:0 15px;
}
.first_section h1{
	color:#fff;
	font-size:58px;
	margin-bottom:20px;
}

.first_section .section_description{
	margin-bottom: 60px;
}

.first_section .section_description p{
	color:#fff;
	font-size:24px;
	line-height: 42px;
	margin-bottom: 0;
}
 
/* ---- Services Section ----*/
.services_section{
	position: relative;
	background:#202331;
	background: radial-gradient( circle at center, #b73c58 0%, #232b4b 100% );
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.services_section .background{
	background-attachment: fixed;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	z-index: 1;
}
.services_section .background:after{
	content:"";
	position:absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#000;
	opacity:0.7;
}
.services_section .container{
	z-index: 2;
	position: relative;
}
.services_section .details_container{
	margin-bottom:50px;
}

.services_section .flex{
	display: flex;
	flex-direction: column;
}

.services_section .left{
	text-align: left;
	padding-left:15px;
}
.services_section .content h3{
	font-size: 21px;
	color:#fff;
	margin-bottom:10px;
	font-weight: 600;
}
.services_section .content p{
	font-size:18px;
	line-height:22px;
	color:#fff;
	font-weight: 300;
}
.services_section ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px
}
.services_section ul li{
	width:50%;
	padding:0 15px;
	margin-bottom:70px
}
.services_section ul li:last-child{
	margin-bottom: 0;
}
.services_section .btn_container{
	text-align: center;
}

.services_section li .flex{
	display: flex;
	flex-direction: row;
}
.services_section li .icon{
	flex: 0 0 70px;
}
.services_section li .left{
	padding-left:40px;
}

/* ---- Packages Section ----*/
.packages_section{
	position:relative;
}
.packages_section > .background{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-attachment: fixed;
}
.packages_section > .background:after{
	content:"";
	position:absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#000;
	opacity:0.8;
}
.packages_section .container{
	position: relative;
	z-index: 2;
}
.packages_container > ul{
	display: flex;
	flex-direction: row;
	margin:0 -15px;
}
.packages_container > ul > li{
	width: 33.33%;
	padding: 0 15px
}
.packages_container li .background{
	height:250px;
	width:100%;
	margin-bottom:20px;
}
.packages_section li h3{
	color:#fff;
	font-size:21px;
	margin-bottom:10px;
}
.packages_section li p, 
.packages_section ul ul li{
	color:#fff;
	font-weight: 300;
	margin-bottom: 10px;
}
.packages_section ul ul{
	padding-left:19px;
}
.packages_container .btn_container{
	padding-top:30px;
}
.packages_section .servicii_extra{
	margin-bottom: 20px;
}
.packages_section .servicii_extra h4,
.packages_section .nota h4{
	color:#fff;
	font-size:18px;
	margin-bottom:5px;
}
.packages_section .servicii_extra ul,
.packages_section .nota ul{
	padding-left:20px;
}
.packages_section .servicii_extra p,
.packages_section .servicii_extra li{
	font-size:16px;
	color:#fff;
}
.packages_section .nota{
	max-width: 500px;
}
.packages_section .nota li,
.packages_section .nota p{
	color:#fff;
	font-size:14px; 
}
.packages_section .servicii_extra li,
.packages_section .nota li{
	margin-bottom:5px;
}

.aboutus_section {
	background: radial-gradient(
	circle at center,
	#713c6c 0%,
	#45154f 40%,
	#1b0834 100%
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background:#202331;
	padding: 120px 0;
}
.aboutus_section .section_description{
	max-width: 840px;
	margin-bottom: 100px;
}

.team_container > li{
	margin-bottom:90px;
	list-style: none;
}
.team_container > li:last-child{
	margin-bottom:0; 
}
.team_container .flex{
	display: flex;
	flex-direction: row;
}
.team_container .image{
	flex: 0 0 250px;
    border-radius: 250px;
    height: 250px;
}
.team_container .right_details{
	padding-left:90px;
}
.team_container h3{
	color:#fff;
	font-size:24px;
	font-weight: 500;
}

.team_container h4{
	color:#fff;
	font-size:14px;
	font-weight: 400;
	margin-bottom: 20px;
}

.team_container p{
	color:rgb(131, 134, 149);
	font-weight: 300;
}
.characteristics{
	padding-top:10px;
}
.characteristics p{
	font-size: 18px;
	font-weight:500;
}
.characteristics li{
	list-style: none;
	font-size: 16px;
	font-weight: 300;
	color:rgb(131, 134, 149);
	position:relative;
	padding-left:15px;
}
.characteristics li:before{
	content:"";
	position: absolute;
	left:0;
	top:8px;
	width:5px;
	height:5px;
	border-radius: 5px;
	background-color: rgb(131, 134, 149); 
}

/*--- Testimonials Section --- */
.testimonials_section {
	position: relative;
}
.testimonials_section .background{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-attachment: fixed;
}
.testimonials_section .container{
	position: relative;
	z-index: 2;
}
.testimonials_section .flex{
	display: flex;
	flex-direction: row;
	margin: 0 -10px;
	list-style: none;
	flex-wrap: wrap;
}
.testimonials_section .flex li{
	flex: 0 0 33%;
	flex-wrap: wrap;
	padding: 0 10px;
	margin-bottom: 15px;
}
.testimonials_section li p{
	font-size: 14px;
	font-weight: 300;
}
.testimonials_section li .comment{
	margin-bottom:10px;
	color:#fff;
}
.testimonials_section li .name{
	font-weight:500;
	color:rgb(131, 134, 149);
}
.testimonials_section .inner_container{ 
	background:#202331;
	padding:15px;
	min-height: 190px;
}
/*--- Colaborators Section --- */
.colaborators_section {
	background: radial-gradient( circle at center, #b73c58 0%, #232b4b 100% );
}
.colaborators_section .top{
	text-align: center;
}
.colaborators_section ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.colaborators_section ul li{
	flex: 0 0 20%;
	padding:0 15px;
}


/* --- DNN Club Section --- */
.section_dnn_club{
	position: relative;
	padding:140px 0;
}
.section_dnn_club .section_title,
.section_dnn_club h3{
	margin-bottom: 0;
}

.section_dnn_club .background{
	 position: absolute;
	 left:0;
	 top:0;
	 width: 100%;
	 height: 100%;
	 z-index: 1;
	 background-attachment: fixed;
}
.section_dnn_club .container{
	position: relative;
	z-index: 2;
}
.section_dnn_club .top{
	text-align: center;
}
.section_dnn_club ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.section_dnn_club ul li{
	flex: 0 0 33%;
	padding:0 15px;
	text-align: center;
	list-style: none;
}
.section_dnn_club li p{
	color:#fff;
	font-size:16px;
}
.section_dnn_club li .title{
	margin-bottom: 10px;
}
.section_dnn_club li .details,
.section_dnn_club li a{
	font-size: 21px;
	text-decoration: none;
	color:#fff;
}

/* ---- Foooter ---- */ 
footer{
	position: relative;
}
footer .background{
	position:absolute;
	left:0;
	top:0; 
	width: 100%;
	height: 100%;
	z-index: 1;
}
footer .container{
	position: relative;
	z-index: 2;
}
footer .center_content{
	padding: 300px 0;
	text-align: center;
}
footer .logo{
	margin-bottom: 60px;
}
footer ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
footer ul li{
	list-style: none;
	padding:0 30px;
}
footer .logo .club{
	font-size: 32px;
	line-height: 24px;
}
footer .logo .events{
	font-size: 42px;
	line-height: 42px;
}
footer .copyright{
	padding:10px 0;
}
footer .copyright p {
	color:#fff;
	font-size:14px;
	text-align: center;
}

@media all and (max-width:1400px){
	header ul li a{
		padding:15px 30px;
	}
	footer .center_content{
		padding: 200px 0;
	}
}

@media all and (max-width: 1200px){
	.first_section h1 {
		color: #fff;
		font-size: 46px;
		line-height: 62px;
	}
	.first_section .section_description p {
    	font-size: 21px;
    	line-height: 34px;
	}
}

@media all and (max-width:800px){
	.services_section ul li{
		width:100%;
	}
	.packages_container > ul{
		flex-direction: column;
	}
	.packages_container > ul > li{
		width: 100%;
		margin-bottom: 40px;
	}
	.team_container .right_details{
		padding-left:20px;
	}
	.team_container .image {
		flex: 0 0 150px;
		border-radius: 150px;
		height: 150px;
	}
	.section_dnn_club li .details,
	.section_dnn_club li a{
		font-size: 16px;
	}
	.section_title.small h2{
		font-size: 14px;
	}
	.section_title h3 {
    	font-size: 24px;
    	line-height: 36px;
		margin:0;
	}
	.section_title {
		margin-bottom: 10px;
	}
	.section_description p {
    	font-size: 16px;
    	line-height: 25px;
	}
	.services_section li .left {
    	padding-left: 10px;
	}
	.services_section li .icon {
    	flex: 0 0 50px;
	}
	.section_description {
		margin-bottom: 30px;
	}
	.services_section ul li{
		margin-bottom: 40px;
	}
	.services_section .content p{
		font-size:16px;
	}
	.services_section .content h3{
		font-size: 18px;
		margin-bottom:5px;
	} 
	.packages_section .section_description br{
		display: none;
	}
	.packages_container .btn_container{
		padding-top:10px;
	}
	.packages_container .bordered_btn{
		font-size: 14px;
		padding: 10px 25px;
	}
	.aboutus_section{
		padding:60px 0;
	}
}

@media all and (max-width: 740px){
	.first_section h1 {
        font-size: 32px;
        line-height: 48px;
    }
	.first_section .section_description p {
        font-size: 18px;
        line-height: 28px;
    }
	header ul li a {
        padding: 10px 30px;
    }
	.first_section .section_description {
    	margin-bottom: 30px;
	}
	.first_section h1{
		margin-bottom:10px;
	}
	.first_section .section_description {
    	margin-bottom: 20px;
	}
}

@media all and (max-width:720px){
	.colaborators_section ul li{
		flex: 0 0 33%;
	}
	.section_dnn_club .section_description p br{
		display: none;
	}
	header .link{
		display: none;
	}
	header ul li{
		border:0 none;
	}
	header .show_mobile_menu_btn{
		display: block;
	}
}
@media all and (max-width:680px){
	.section_dnn_club ul{
		flex-direction: row;
		align-items: start;
		flex-wrap: wrap;
	}
	.section_dnn_club ul li{
		flex: 0 0 50%;
		margin-bottom:20px;
	}
	.section_dnn_club ul li:last-child{
		margin-bottom: 0;
	}
	.aboutus_section .section_description{
		margin-bottom:40px;
	}
	.team_container .image{
		flex: 0 0 80px;
		width:80px;
        border-radius: 150px;
        height: 80px;
	}
	.team_container h3{
		font-size: 21px;
	}
	.team_container p{
		font-size:14px;
	}
	.characteristics li{
		font-size:14px;
		
	}
	.team_container > li{
		margin-bottom:40px;
	}
	.team_container > li .flex{
		position:relative;
	}
	.team_container > li .image{
		position:absolute;
		left:0;
		top:-15px;
	}
	.team_container > li h3,
	.team_container > li h4{
		padding-left:90px;
	}
	.team_container .right_details{
		padding-left:0;
	}
	.team_container h4{
		margin-bottom:25px;
	}
	.testimonials_section .flex li{
		flex:0 0 50%;
	}
	.section_dnn_club{
		padding: 40px 0;
	}
	footer .center_content {
        padding: 70px 0;
    }
	footer ul li svg {
		width: 25px;
	}
	footer .logo {
		margin-bottom: 20px;
	}
}


@media all and (max-width:540px){

	.first_section h1 {
        font-size: 32px;
        line-height: 44px;
	}
	.first_section .section_description p {
        font-size: 16px;
        line-height: 26px;
    }
	.first_section .section_description p br{
		display: none;
	}
	.bordered_btn {
    	padding: 10px 25px;
	}
	.packages_section li p, 
	.packages_section ul ul li{
		font-size:14px;
		line-height: 20px;
	}
	.packages_container li .background{
		height:200px;
	}
	.testimonials_section .flex li{
		flex:0 0 100%;
	}
}

@media all and (max-width:480px){
	.first_section h1 br{
		display: none;
	}
}

#not_found{
	padding:390px 0 250px;
	background: radial-gradient(circle at center, #b73c58 0%, #232b4b 100%);
}
#not_found .container{
	max-width:540px;
	text-align: center;
}

@media all and (max-width:540px){
	#not_found{
		padding:250px 0;
	}
}