	/* Fonturi */

/* Webfont: FuturaPT-Book */@font-face {
    font-family: 'FuturaPT-Book';
    src: url('fonts/FuturaPT-Book.ttf'); /* IE9 Compat Modes */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: FuturaPT-Book */@font-face {
    font-family: 'FuturaPT-Light';
    src: url('fonts/FuturaPT-Light.ttf'); /* IE9 Compat Modes */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: FuturaPT-Bold */@font-face {
    font-family: 'FuturaPT-Bold';
    src: url('fonts/FuturaPT-Bold.ttf'); /* IE9 Compat Modes */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: FuturaPT-Demi */@font-face {
    font-family: 'FuturaPT-Demi';
    src: url('fonts/FuturaPT-Demi.ttf'); /* IE9 Compat Modes */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: FuturaPT-Medium */@font-face {
    font-family: 'FuturaPT-Medium';
    src: url('fonts/FuturaPT-Medium.ttf'); /* IE9 Compat Modes */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


html,
body{
	font-family: 'FuturaPT-Book';
	overflow-x: hidden;
	background: #000;
}


button:focus,
a:focus {
	outline:0 !important; 
}
p{
	font-size: 18px;
}

li{
	list-style-image: url('../img/check.svg');
	margin-bottom: 15px;
}

img{
	max-width: 100%;
}

.content{
	overflow: hidden;
}

.hideme{
	opacity: 0;
}

.light{
	font-family: "FuturaPT-Light";
}

.medium{
	font-family: "FuturaPT-Medium";
}

.regular{
	font-family: "FuturaPT-Book";
}

.semibold{
	font-family: "FuturaPT-Demi";
}

.bold{
	font-family: "FuturaPT-Bold";
}

.blue{
	color: #D10A07!important;
}

.lightblue{
	color: #fff!important;
}

.white{
	color: #fff!important;
}

.container-fluid{
	max-width: 1300px;
}

.spacer{
	display: block;
	margin: 30px 0;
}

.header{
	padding: 30px 0;
}
.header .logo{
	display: inline-block;
	max-width: 200px;
}
.header .menu{
	display: inline-block;
	margin-left: 4vw;
}
.header .menu a{
	color: #fff!important;
	font-size: 16px;
	margin: 0 15px;
}
.header .social{
	display: inline-block;
	margin: 0 15px;
}




.footer .social{
	margin-top: 30px;
	display: block;
}
.social i {
    color: #fff!important;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
}

.button-app,
.button-app:hover {
    display: inline-block;
    background: transparent;
    color: #fff;
	border: 1px solid #fff;
    border-radius: 30px;
	padding: 10px 25px;
	text-decoration: none;
	transition: 0.3s;
	font-family: 'FuturaPT-Demi';
}

.path{
	height: 300px;
    max-width: fit-content;
    left: 50%;
    transform: translate(-50%, 0%);
    position: relative;
}


.flw{
	float: left;
	width: 100%;
}

.header{
	position: fixed;
	width: 100%;
	background: #04080e;
	z-index: 9;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.07);
}

.section1{
	margin-top: 100px;
}
.section1 .container-fluid{
	position: relative;
	z-index: 3;
}
.section1 .first-col{
	max-width: 50%;
	margin-top: 60px;
}
.section1 h1{
	font-size: 80px;
    font-weight: 500;
    line-height: 100px;
	color: #fff;
	font-family: 'FuturaPT-Demi';
}
.section1 p{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 34px;
	margin: 30px 0;
}

.button1,
.button1:hover{
	box-shadow: 0 3px 30px rgba(52, 187, 255, 0.34);
	background: linear-gradient(to right, #850806 0%, #D10A07 100%);
    color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
	text-decoration: none;
	display: block;
	max-width: 300px;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.3s;
	font-family: 'FuturaPT-Demi';
}
.button11,
.button11:hover{
	box-shadow: 0 3px 30px rgba(52, 187, 255, 0.34);
	background: linear-gradient(to right, #ecad0d 0%, #94824b 100%);
    color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
	text-decoration: none;
	display: block;
	max-width: 300px;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.3s;
	font-family: 'FuturaPT-Demi';
}

.button2,
.button2:hover{
	background: #fff;
	box-shadow: 0 3px 30px rgba(52, 187, 255, 0.34);
    color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
	text-decoration: none;
	display: block;
	max-width: 360px;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.3s;
	font-family: 'FuturaPT-Demi';
}

.button3,
.button3:hover{
	box-shadow: 0 3px 30px rgba(52, 187, 255, 0.34);
	background-color: #07eded;
    color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
	text-decoration: none;
	display: block;
	max-width: 360px;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.3s;
	font-family: 'FuturaPT-Demi';
}

.button1:hover,
.button11:hover,
.button2:hover,
.button3:hover,
.button-app:hover{
	transform: scale(1.05);
}

img.arrow{
	margin-left: 30px;
}

img.path1 {
    position: absolute;
    right: 0;
    top: -60px;
    max-width: 900px;
    z-index: -1;
}

img.path1.hide-desktop{
	width: 100%;
	max-width: 100%;
	max-height: 400px;
	object-fit: cover;
}


.section2{
	margin-bottom: 30px;
	margin-top: 300px;
}
.section2 .box1{
	text-align: center;
	background: url('../img/boxz1.png'), linear-gradient(133deg, #850806 0%, #D10A07 100%);
	padding: 30px 10px;
    border-radius: 20px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.07);
    background-size: auto 100%;
	min-height: 300px;
	max-width: 300px;
    background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .box1 p.big{
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin: 0;
}
.section2 .box1 p.small{
	color: #fff;
	font-size: 18px;
}

.section2 .box2,
.section2 .box4{
	background-color: #1e2227;
	text-align: center;
	padding: 30px 10px;
    border-radius: 20px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.07);
	min-height: 300px;
	max-width: 300px;
	margin: 0 auto 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .box2 p.big,
.section2 .box3 p.big{
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin: 0;
}
.section2 .box2 p.small,
.section2 .box3 p.small,
.section2 .box4 p.small{
	color: #D10A07;
	font-size: 18px;
}

.section2 .box3{
	text-align: center;
	background-color: #1e2227;
	background-image: url('../img/boxz3.png');
	padding: 30px 10px;
    border-radius: 20px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.07);
    background-size: auto 100%;
	min-height: 300px;
	max-width: 300px;
    background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .box4 p.big{
	color: #fff;
	font-size: 46px;
	/* line-height: 90px; */
	font-weight: 500;
	margin: 0;
}

.section3{
	margin: 60px 0;
}
.continut p,
.continut li{
	font-size: 18px;
	color: #fff;
}
.continut p.blue{
	text-transform: uppercase;
	color: #D10A07;
	font-size: 18px;
	margin-bottom: 0;
}
.continut h2{
	color: #fff;
	font-size: 60px;
	font-family: 'FuturaPT-Demi';
}
.continut a.lightblue{
	font-size: 18px;
}

.section4{
	margin: 60px 0;
}

@media(min-width: 991px){
	.path3{
		margin-left: -100px;
	}
}



img.press{
	max-width: fit-content;
    left: 50%;
    transform: translate(-50%, 0%);
    position: relative;
    width: 120%;
    margin-top: 30px;
}

.section5{
	margin: 60px 0;
}
.section5 .cont{
	position: relative;
}
.section5 .play{
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.section5 .play:hover{
	transform: translate(-50%, -50%) scale(1.10);
}

.section6{
	margin: 60px 0;
}

img.path6{
	padding: 0 60px;
}

img.rolls{
	margin: 60px 0;
}


.section7{
	margin: 60px 0;
}

.team .slick-slide img.right{
	display: inline-block;
}
.team .servicii-slider{
	margin-top: 60px;
}

.team .image img{
	display: block;
    margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.slick-slider .prevArrowSlick, .slick-slider .nextArrowSlick{
    width: 35px;
    height: 35px;
    background: #fff;
    transition: 0.3s;
    display: block;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #011654;
    border: 1px solid #011654;
    z-index: 1;
}

.slick-slider .prevArrowSlick:hover, .slick-slider .nextArrowSlick:hover{
	background: #011654;
	color: #fff;
    border: 1px solid #011654;
}

.slick-slider .nextArrowSlick {
    right: -25px;
}
.slick-slider .prevArrowSlick {
    left: -25px;
}

.section8{
	margin: 60px 0;
}

.section8 .container-fluid{
	background-color: #1b2025;
}

.section8 .container-fluid .box{
	padding: 60px 100px;
	position: relative;
}
.section8 .container-fluid .box h2{
	margin-bottom: 30px;
	font-family: 'FuturaPT-Demi';
	max-width: 70%;
	font-size: 50px;
}

.section8 .container-fluid .box p{
	max-width: 550px;
}
.section8 .container-fluid .box .logo2{
	position: absolute;
	right: 100px;
	top: 130px;
	width: 300px;
	max-width: 100%;
}


.box-second {
	margin: 60px 0 30px 0;
}
.box-second h3.big{
	color: #D10A07;
	font-size: 70px;
	font-weight: 600;
	border-bottom: 1px solid #535659;
	padding-bottom: 20px;
	font-family: 'FuturaPT-Bold';
}
.box-second p{
	color: #fff;
	margin-bottom: 0;
}
.box-second .col-md-4{	
	margin-bottom: 30px;
}


.section9{
	margin: 60px 0;
}
.section9 img.eth{
	margin-top: 30px;
}
.shadow{
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	background-color: #1b2025;
	padding: 30px;
	margin-top: 30px;
}
.shadow p.blue{
	margin-bottom: 15px;
}

.center-box{
	top: 50%;
    transform: translate(0,-50%);
    position: relative;
}

.couching-slider{
	margin-top: 45px;
}


.couching-slider .box{
	box-shadow: 9px 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    background-color: #1b2025;
    padding: 20px;
	margin: 0 15px;
	margin-top: -20px;
	position: relative;
	margin-bottom: 15px;
}


.couching-slider p{
	font-size: 16px;
	color: #D10A07;
	margin-bottom: 10px;
}

.couching-slider h3{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 27px;
}

.couching-slider img.time{
	display: inline-block;
	margin-right: 5px;
}
.couching-slider span.time{
	vertical-align: middle;
}

.couching-slider p.price{
	color: #fff;
	font-weight: 600;
}
.couching-slider img.tr{
	padding: 0 15px;
	width: 100%;
	border-radius: 15px 15px 0 0;
}


.section10{
	margin: 60px 0;
}
.section10 img.bb{
	margin-left: -20%;
}

.content-blue{
	position: relative;
}

.content-blue .floating-right{
	position: absolute;
    right: 0;
    top: 70px;
    width: 80%;
}

.content-blue .floating-right .box{
	width: 30%;
	margin: 15px 1%;
	display: inline-block;
	background: #fff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	padding: 15px 25px;
}

.content-blue .floating-right .box .logo{
	max-width: 75%;
	display: inline-block;
}
.content-blue .floating-right .box .bull-right{
	max-width: 20%;
	display: inline-block;
	margin-top: 25px;
}

.section11{
	margin: 60px 0;
}
.section11 h2{
	margin-bottom: 60px;
	font-family: 'FuturaPT-Demi';
}
.section11 .box{
	display: inline-block;
	/* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	background-color: #ffffff; */
	width: 17%;
	height: 100px;
    text-align: center;
    margin: 0 1%;
    margin-bottom: 30px;
    position: relative;
}

.section11 .box img{
	position: absolute;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
}

.footer{
	float: left;
	width: 100%;
	background-color: #000;
	padding: 60px 0;
	background-image: url('../img/footer-bg.svg');
	background-position: center left;
	background-repeat: no-repeat;
}

.footer .logo-footer{
	max-width: 150px;
}


.footer .section p.title{
	color: #D10A07;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.footer .section a.link{
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px solid #968686;
}

.footer .section span.link,
.footer-bottom span.link{
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
}


.footer-bottom{
	border-top: 1px solid #968686;
	padding: 20px 0;
	margin-top: 30px;
}

.video-hide {
    display: none;
    position: fixed;
    width: 800px;
    height: 300px;
    left: 0;
    right: 0;
    top: 15%;
    z-index: 3;
	margin: 5% auto;
	max-width: 100%;
	padding: 0 2%;
}

.video .play:hover{
	cursor: pointer;
  }


.video-show {
    display: block!important;
}

.black-frame{
    display: none;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    z-index: 1;
}


.main-carousel{
	margin: 30px 0;
}
.main-carousel .carousel-cell{
	width: 20%;
	margin: 0 15px;
}

.line{
	height: 1px;
	width: 100%;
	background: #e4e5e8;
	margin-top: 150px;
    margin-bottom: -141px;
}


.main-carousel .carousel-cell .blue{
	font-size: 14px;
}
.main-carousel .carousel-cell .year{
	font-size: 28px;
	color: #fff;
	margin-bottom: 0;
}
.main-carousel .carousel-cell .desc{
	color: #fff;
	font-size: 20px;
}



.sidefil {
    position: fixed;
    z-index: 800;
    top: 0;
    background-color: #000;
    overflow-x: hidden;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 0;
    padding-top: 60px;
  }

  .sidefil30{
    width: 30%;
  }
  .sidefil a {
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #fff!important;
    font-weight: normal;
  }
  .sidefil a:hover {
    color: #34bbff!important;
    border-bottom: 1px solid #34bbff;
    text-decoration: none;
  }
  .sidefil dt {
    text-decoration: none;
    display: block;
    padding: 15px 15px 15px 40px;
  }
  .sidefil dt.level2 {
    padding-left: 30px;
  }
  .sidefil dd.level3 {
    padding-left: 30px;
    border-bottom: 1px solid #fff;
  }
  .sidefil dt:hover{
    cursor: pointer;
  }
  .sidefil .closebtn {
    position: absolute;
    top: 0;
    left: 35px;
    font-size: 50px;
    margin-left: 0px;
  }
  .sidefil .closebtn:hover{
    border: 0;
  }


  .header .menu-mobile{
	display: none;
}

.person{
	margin-top: 150px;
}

.person h3{
	margin-bottom: 20px;
}

.person .about{
	margin-top: 30px;
}

blockquote {
    padding: 21px 30px 18px;
    border-left: 5px solid #34bbff;
    background: #eef2f5;
    font-size: 16px;
    color: #fff;
    font-style: italic;
}
blockquote p{
	margin-bottom: 0;
}

.parallax{
	margin: 60px 0;
	background-image: url("../img/rolls_text.png");
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.contact-section{
	background: #fff;
	padding: 60px;
	margin-top: 30px;
}

.social-profile a{
	margin-right: 15px;
}

.top-margin{
	margin-top: 30px;
}

.uppercase{
	text-transform: uppercase;
}