/* @override 
	http://www.yif.lab.arkage.it/cms/wp-content/themes/yif/style.css?* */


/*
Theme Name: YIF
Theme URI: http://yif.it
Author: Arkage | Artattack Group
Author URI: http://yif.it/
Version: 1.0
*/

#menu-main li,
.current-menu-item {
	position: relative;
}
#menu-main li a::before,
.current-menu-item a::before {
	content: '';
	display: block;
	height: 3px;
	background: #fff;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}


#menu-main li:hover a::before,
.current-menu-item a::before {
	width: 100% !important;
}

.z200 {
	position:relative;
	z-index:200;
}


.reveal {
	visibility: hidden;
}

.logo svg {
	max-width: 100%;
}

body {
	overflow-x: hidden !important;
}

.spacing {
	letter-spacing: 2px;
}

.bg-light {
	background: #FAFAFA;
}

.mb-10 {
	margin-bottom: 5rem !important;
}

.weight-400,
#section-1 p {
	font-weight: 400 !important;
}

b,
strong {
	font-weight: 500;
}

.relative {
	position: relative;
}

.cover {
	background-size: cover;
	background-position: center;
	color: #fff;
	min-height: 70vh;
	position: relative;
}

.cover .abs {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
}

.cover h1 {
	font-size: 2.5rem;
	padding: 3rem 0;
}

.parallax-multiple {
	position: relative;
	overflow: hidden;
}

.parallax {
	visibility: hidden;
}

#parallax-1 {
	position: absolute;
	top: 0;
	display: block;
	left: 5%;
	width: 70%;
	z-index: 0;
}

#parallax-2 {
	position: absolute;
	bottom: 0;
	display: block;
	right: 0;
	width: 70%;
	z-index: 0;
}

/*
#section-1 {
	background: url('assets/img/bg-yellow.png') no-repeat top center;
	background-size: contain;
}

#section-2 {
	background: url('assets/img/bg-blue.png') no-repeat top center;
	background-size: contain;
}
*/

.gradient {
	padding: 0 .5rem;
	font-weight: 600;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 50px;
background: #00aeef;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.gradient:hover {
	color: #fff;
}

.gradient:after {
	content: '';
	display: block;
	background: url(assets/img/arrow.png);
	background-size: contain;
	position: absolute;
	top: 3px;
	right: -35px;
	width: 21px;
	height: 21px;
}

.title-gradient {
	background: #00aeef;
	    /* Old browsers */
	    background: -moz-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	    /* FF3.6-15 */
	    background: -webkit-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	    /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
		-webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
		  display: inline-block;
	
}

.svg-blue * {
	fill: #00AEEF;
}

.svg-yellow * {
	fill: #FCB62C;
}

.svg-green * {
	fill: #00A150;
}

.svg-purple * {
	fill: #EC008C;
}

.owl-home .slide {

}

.colophon {
	background: #FAFAFA;
}

.colophon p {
	margin-bottom: 0;
	font-size: 0.8rem;
	font-weight: 400;
}

.colophon a {
	color: #000;
	font-size: 0.8rem;
	text-decoration: underline;
}

footer p {
	font-weight: 300;
}

.gradient-section {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcb62c+0,00aeef+100 */
	background: #fcb62c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fcb62c 0%, #00aeef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fcb62c 0%,#00aeef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fcb62c 0%,#00aeef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb62c', endColorstr='#00aeef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}

.num {
	font-size: 4rem;
}

.owl-gradient .slide {
	color: #fff;
}

.owl-gradient .slide h2 {
	font-size: 2rem;
}

.owl-gradient .slide h3 {
	font-size: 1rem;
	position: relative;
	padding-left: 70px;
}

.owl-gradient .slide h3:before {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 8px;
}

.owl-controls {
	color: #fff;
	font-weight: 400;
	font-size: 0.9rem;
	border-top: solid 1px #fff;
	padding-top: 28px;
}

.owl-controls .owl-menu {
	position: relative;
	cursor: pointer;
}

.owl-controls .owl-menu:before {
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	left: 50%;
	top: -35px;
	margin-left: -7px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.owl-controls .owl-menu.active:before {
	width: 28px;
	height: 28px;
	margin-left: -14px;
	top: -42px;
}

.owl-controls .owl-menu:after {
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 1px #fff;
	left: 50%;
	top: -35px;
	margin-left: -7px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.owl-controls .owl-menu.active:after {
	width: 36px;
	height: 36px;
	margin-left: -18px;
	top: -46px;
}

.box-circle-container {
	position: relative;
}

.box-circle-container:before {
	content: attr(data-sel);
	display: block;
	border-radius: 50%;
	background: #B8FFBE;
	opacity: .2;
	position: absolute;
	z-index: 0;
	overflow: visible;
	top: 0;
	left: 0;
	height: 200px;
	width: 200px;
}

.slide .row .box-circle-container:nth-child(1):before {
	height: 250px;
	width: 250px;
	left: -80px;
	top: -20px;
  animation: MoveUpDown1 6s ease-in-out infinite, LeftAndRight1 7s ease-in-out infinite;
}

.slide .row .box-circle-container:nth-child(2):before {
	height: 250px;
	width: 250px;
	left: 80px;
	top: 20px;
  animation: MoveUpDown2 5s ease-in-out infinite, LeftAndRight2 8s ease-in-out infinite;
}

.slide .row .box-circle-container:nth-child(3):before {
	height: 400px;
	width: 400px;
	left: 30px;
	top: -100px;
  animation: MoveUpDown3 7s ease-in-out infinite, LeftAndRight3 9s ease-in-out infinite;
}

.slide {
	display: none;
}

.slide:first-child {
	display: block;
}

@keyframes MoveUpDown1 {
  0%, 100% {
    top: -20px;
	transform: scale(1.03);
  }
  50% {
    top: -40px;
	transform: scale(.95);
  }
}

@keyframes MoveUpDown2 {
  0%, 100% {
    top: 20px;
	transform: scale(.95);
  }
  50% {
    top: 40px;
	transform: scale(1.05);
  }
}
@keyframes MoveUpDown3 {
  0%, 100% {
    top: -100px;
	transform: scale(1);
  }
  50% {
    top: -120px;
	transform: scale(.96);
  }
}


@keyframes LeftAndRight1 {
  0%, 100% {
	left: 0;
	opacity: .2;
  }
  50% {
	left: -30px;
	opacity: .1;
  }
}

@keyframes LeftAndRight2 {
  0%, 100% {
	left: 80px;
	opacity: .13;
  }
  50% {
	left: 50px;
	opacity: .2;
  }
}
@keyframes LeftAndRight3 {
  0%, 100% {
	left: 30px;
	opacity: .2;
  }
  50% {
	left: 0;
	opacity: .1;
  }
}

.goto {
	margin-top: 2.7rem;
}

.num-mobile {
	font-weight: 800;
	font-size: 5rem;
	line-height: 1em;
}

.mobile-section {
	font-weight: 400;
}

.btn-gradient {
	border: none;
	color: #000;
	font-weight: 500;
	display: inline-block;
	margin-left: auto;
	padding: 19px 5px !important;
	margin-right: auto;
	z-index: 20;
	border-radius: 0;
	position: relative;
background: #fcb62c; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fcb62c 0%, #00aeef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fcb62c 0%,#00aeef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fcb62c 0%,#00aeef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb62c', endColorstr='#00aeef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-gradient:hover {
	color: #000;
}

.btn-gradient span {
	padding: 1rem;
	background: #fff;
}

.btn-gradient:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	opacity: .5;
	z-index: 1;
}

.btn-gradient:  before {
	content: '';display: block;
		position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}



.active .loop-slider {
	opacity: 1;
}

.loop-slider h3 {
	font-size: 1.5rem;
	position: relative;
}

.loop-slider h3:after {
	content: '';
	display: block;
	background: #000;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 1px;
	width: 100px;
}

.loop-slider .content {
	color: #6D6D6D;
}

.project-meta h4 {
	font-weight: 400;
}

.project-meta {
	margin-bottom: 1.5rem;
}

.cover {
	position: relative;
}

.cover::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	pointer-events: none;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.32+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#52000000',GradientType=0 ); /* IE6-9 */
}

.cover h1 {
	position: relative;
	visibility: hidden;
	z-index: 20;
}

.gradient-bar {
	font-weight: 400;
	font-size: 1rem;
	    background: #00aeef;
	    background: -moz-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	    background: -webkit-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	    background: linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	padding: 0 1rem;
	color: #fff;
	
}


.project-meta-title {
	font-weight: 400;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.light-title {
	font-weight: 400;
	position: relative;
	padding-left: 70px;
}

.light-title::before {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 13px;
	left: 0;
}

.loop-event h2 {
	margin: 0; 
}

.loop-event h2 a {
	color: #fff;
	font-size: 2rem;
	display: inline-block;
	line-height: 1.2em;
	padding: 5rem 3rem 3rem;
}

.box-head {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 1rem;
}

.loop-event .cat {
	color: #40B049;
	background: #fff;
	display: block;
	margin: 0.5rem 3rem 8rem;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	opacity: 0;	
}

.box-body {
	background: #fff;
	position: relative;
	padding: 2rem 3rem !important;
}

.box-body h3 {
	font-size: 1.5rem !important;
	position: relative;
	margin-bottom: 2rem !important;
}

.box-body h3:after {
	content: '';
	display: block;
	background: #000;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 1px;
	width: 100px;
}

.box-body .meta {
	font-weight: 400;
	font-size: 1rem;
}

.countdown-days,
.countdown-hours,
.countdown-minutes,
.countdown-seconds {
	font-weight: 600;
	font-size: 1.2rem;
	color: #40B049;
}

.countdown .row .col {
	font-size: 0.8rem;
}

.event-icon svg {
	width: 40px;
	margin-right: 10px;
}

.event-meta {
	width: calc(100% - 50px);
}

.showcase-type .countdown-days,
.showcase-type .countdown-hours,
.showcase-type .countdown-minutes,
.showcase-type .countdown-seconds,
.showcase-type .loop-event .cat,
.showcase-type svg * {
	color: #2E3192 !important;
	stroke: #2E3192 !important;
}

.menu-center {
	/*display: flex;*/
}

.menu-close,
.menu-open {
	cursor: pointer;
}

.menu-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 2rem ;
}

.page-template-page-events main::before {
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50px;
	left: 40%;
	z-index: 0;
	height: 300px;
	width: 300px;
	background: #FCB62C;
}

.page-template-page-projects main::before {
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50px;
	left: 40%;
	z-index: 0;
	height: 300px;
	width: 300px;
	background: #00AEEF;
}

.loop-project h2 {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.loop-project h2::after {
	content: '';
	display: block;
	width: 40%;
	height: 1px;
	background: #000;
	margin: .5rem 0 1rem;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	bottom: 0;
	display: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00aeef+0,fcb62c+100 */
	background: #00aeef; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #00aeef 0%, #fcb62c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #00aeef 0%,#fcb62c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #00aeef 0%,#fcb62c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#fcb62c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	z-index: 1;
	font-weight: 400;
}

.mobile-menu a {
	color: #fff;
	font-weight: 400;
}

.mobile-menu-ul {
	list-style: none;
	padding: 0;
	padding-top: 100px;
	margin: 0;
	text-align: center;
}

.mobile-menu-ul li {
	align-items: center;
	margin-bottom: 3rem;
	justify-content: center;
}

.mobile-menu-ul li a {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 1.8rem;
}

header {
	position: relative;
	z-index: 200;
}

.single-event header {
	position: fixed;
}

.single-event header:not(.is_stuck) {
	background: transparent;
}

body.menu-opened header {

}


/* animation slider */
.owl-home .slide {
	position: relative;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.owl-home .slide h3 {
	position: relative;
}

.shape {
	position: absolute;
	transition: all ease-in-out 0.7s;
	-webkit-transition: all ease-in-out 0.7s;
	-moz-transition: all ease-in-out 0.7s;
	-ms-transition: all ease-in-out 0.7s;
	-o-transition: all ease-in-out 0.7s;
}

.shape-curv {
	height: 500px;
}

.shape-circle {
	height: 130px;
}

.shape svg {
	height: 100%;
	width: auto;
}

.owl-grab .active .curv-1,
.curv-1 {
	top: 50px;
	left: -300px;
	transform-origin: center;
	transform: rotate(180deg);
}


.owl-grab .active .curv-2,
.curv-2 {
	top: 50px;
	right: -300px;
}

.active .curv-1 {
	left: -50px;
}

.curv-2 {
	transition-delay: .1s;
}

.active .curv-2 {
	right: -50px;
}

.owl-grab .active .shape-circle,
.shape-circle {
	transform: scale(0);
}

.active .shape-circle {
	transform: scale(1);
}

.circle-1,
.circle-3 {
	left: 50%;
	margin-left: -65px;
}

.circle-2 {
	right: -80px;
		 transition-delay: .1s;
	
}

.circle-4 {
	left: -80px;
		 transition-delay: .3s;
	
}

.circle-1 {
	top: 0;
	 transition-delay: 0s;
}

.circle-3 {
	bottom: 0;
		 transition-delay: .2s;
	
}

.shape-logo {
	width: 70vw;
	max-width: 370px;
}

.shape-logo svg {
	height: auto;
	width: 100%;
}

.owl-grab .active .logo-1,
.logo-1 {
	transform: rotate(180deg);
	top: -400px;
}

.owl-grab .active .logo-2,
.logo-2 {
	bottom: -400px;
}

.active .logo-1 {
	top: 0;
}

.active .logo-2 {
		 transition-delay: .1s;
	bottom: 0;
}

/* animation slider end */

.stik {
	z-index: 2000;	
}

.stik .relative {
	background: transparent;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.stik.is_stuck .relative {
	background: #fff;
}

.owl-controls-mobile {
	color: #fff;
}

.stik.is_stuck .owl-controls-mobile {
	color: #000;
}

.stik.is_stuck .owl-controls-mobile *
.stik.is_stuck svg * {
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.stik.is_stuck svg * {
	fill: #000;
}

.stik.is_stuck {
	margin-bottom: 0 !important;
}

.owl-controls-mobile .owl-item:first-child .goto-prev,
.owl-controls-mobile .owl-item:last-child .goto-next {
	opacity: 0;
	pointer-events: none;
}

.owl-projects .owl-item:first-child .goto-prev,
.owl-projects .owl-item:last-child .goto-next {
	opacity: 0;
	pointer-events: none;
}

.owl-events .owl-item:first-child .goto-prev,
.owl-events .owl-item:last-child .goto-next {
	opacity: 0;
	pointer-events: none;
}


.slider-projects-counter {
	font-size: 1.2rem;
	font-weight: 400;
}

.slider-projects-counter svg * {
	fill: #000;
}

.img-gradient {
	background: #00aeef;
	    background: -moz-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	    background: -webkit-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	    background: linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    min-height: 300px;
	    margin-bottom: 1rem;
}

.content h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.content h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.content h4 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.content h5 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.content h6 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.full-head {
	background: #FAFAFA;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	
}

.full-head > .container,
.full-head > .container > .row {
	height: 100%;
}

.full-head h1 {
	color: #fff;
	font-size: 2rem;
	padding-top: 30%;
}

.full-head .box-body {
	max-width: 90vw;
}

.overlay-form {
	background: rgba(0,0,0,.75);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	opacity: 0;
	pointer-events: none;
}

.overlay-form.open {
	opacity: 1;
	pointer-events: auto;
}

.overlay-form label a {
	color: #fff;
	text-decoration: underline;
}

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

	header {
		height: auto;
	}

	h2 {
		font-size: 2rem;
	}

	.gradient {
		display: inline;
		white-space: normal;
	}
	
	.gradient:after {
		display: none;
	}

	/*
	#section-1 {
		background-image: url('assets/img/bg-yellow-mobile.png');
	}

	#section-2 { 
		background-image: url('assets/img/bg-blue-mobile.png');
		background-position: top center;
		background-size: contain;
	}
	*/
	
	#section-1 img,
	#section-2 img {
		max-width: 100vw !important;
		width: 100vw !important;
		display: block;
		margin-left: -1rem;
		margin-top: 4rem !important;
	}

	.title-gradient {
		font-size: 3rem;
	}
	
	.loop-slider {
		margin-bottom: 0;
	}

	.form-gradient {
		 -webkit-overflow-scrolling: touch;
		 max-height: none !important;
		height: 100vh !important;
		width: 100vw !important;
	}
	
	.custom-btn {
		display: block;
		margin-bottom: 1rem;
	}
	
	.form-group .custom-btn + .custom-btn {
		border-left: solid 1px rgba(255,255,255,.5) !important;
	}

}


@media screen and (min-width: 769px) {

.full-head {

	min-height: 500px;
	
}
.full-head h1 {
	color: #fff;
	font-size: 3rem;
	padding-top: 30%;
}
.full-head .box-body {
	width: 50%;
	position: absolute;
	top: 300px;
	left: 50%;
	max-width: 600px;
}

.full-head  + .bg-light {
	padding-top: 200px;
}

.loop-slider {
	margin-bottom: 100px;
}
.light-title {
	font-weight: 400;
	position: relative;
	padding-left: 170px;
}

.light-title::before {
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 13px;
	left: 0;
}

	#section-1,
	#section-2 {
		min-height: 600px;
	}

	.loop-slider {
		opacity: .5;
		transition: all ease-in-out 0.3s;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
		-ms-transition: all ease-in-out 0.3s;
		-o-transition: all ease-in-out 0.3s;
	}
	
	.box-translate {
		background: #fff;
		position: relative;
		z-index: 200;
		transform: translateX(-150px) translatey(150px);
	}
	
	.owl-home .slide {
	}
	
	.cover {
		min-height: 70vh;
	}
	
	.cover .abs {
		bottom: 3rem;
	}
	
	.cover h1 {
		font-size: 5rem;	
		line-height: 5.5rem;
	}
	
	
	.indent {
		position: relative;
		left: -30px;
	}
	
	section.py-5.padding {
		padding: 5.5rem 0;
	}
	
	
	#section-1,
	#section-2 {
		background-size: cover;
	}
	
	/* animation slider desktop */
	.active .curv-1 {
		left: 150px;
	}
	
	
	.active .curv-2 {
		right: 150px;
	}
	
	.shape-circle {
		height: 90px;
	} 
	
	.circle-2 {
		right: 20%;
		
	}
	
	.circle-4 {
		left: 20%;
		
	}
	.box-body {
		top: -6rem;
		width: 85%;
	}
	
	.shape-logo {
		max-width: 300px;
	}
	
	/* end animation */
	
}

.form-gradient {
	font-weight: 400;
	background: #00aeef;
	    background: -moz-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	    background: -webkit-linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
	    background: linear-gradient(45deg, #00aeef 0%, #44b0ba 34%, #91b37f 66%, #c1b45a 83%, #fcb62c 100%);
		width: 80vw;
		max-height: 80vh;
		overflow: auto;
		z-index: 3000;
}

.form-gradient input[type="text"],
.form-gradient input[type="email"],
.form-gradient textarea {
	color: #fff;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.form-gradient textarea {
	color: #fff !important;
	padding-left: 0;
	padding-right: 0;
	border-bottom: solid 1px rgba(255,255,255,.5) !important;
}

.form-gradient select {
	border: none;
	color: #fff !important;
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
	appearance: none !important;
	-webkit-appearance: none !important;
	background-color: transparent !important;
}

.form-gradient select option {
	color: #fff !important;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #fff !important;
}

.line-select .was-validated .form-control:invalid {
	color: #f00 !important;
}

.form-gradient .btn-gradient {
	display: block !important;
	margin: 0 auto !important;
	min-width: 200px !important;
	padding: 10px 5px !important;
}

.form-gradient .btn-gradient span {
	min-width: 180px !important;
	display: inline-block;
	margin: 0;
}

.form-gradient select:focus,
.form-gradient input[type="text"]:focus,
.form-gradient input[type="email"]:focus,
.form-gradient textarea:focus {
	border: none !important;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.form-gradient textarea:focus {
	background: transparent !important;
	border-bottom: solid 1px #fff !important;
}

.invalid-feedback {
	display: none !important;
}

.custom-btn {
	border: solid 1px rgba(255,255,255,.5);
	flex: 1;
	cursor: pointer;
}

.custom-btn + .custom-btn {
	border-left: none !important;
}

.custom-btn div {
	padding: .5rem;
	opacity: .5;
}

.custom-btn:hover div {
	opacity: 1;
}

.custom-btn.active {
	background: rgba(255,255,255,.5);
}

.custom-btn.active div {
	opacity: 1;
}

.form-gradient {
	color: #fff;
}

.form-gradient .line {
	border-bottom: solid 1px rgba(255,255,255,.5);
}

.form-gradient .form-group {
	margin-bottom: 0 !important;
}

.close-form {
	background: rgba(255,255,255,.2);
	display: block;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	margin: 0 auto 1rem;
	justify-content: center;
	align-content: center;
	display: flex;
	line-height: 70px;
	overflow: hidden;
	text-indent: -3000px;
	cursor: pointer;
	position: relative;
}

.close-form::after,
.close-form::before {
	content: '';
	position: absolute;
	background: #fff;
	height: 3px;
	width: 50px;
}

.close-form::before {
	top: 34px;
	left: 10px;
	transform: rotate(45deg);
}

.close-form::after {
	top: 34px;
	right: 10px;
	transform: rotate(-45deg);
}


.form-hidden {
	display: none;
}
.custom-btn.error {
	color: #f00 !important;
}

.icon svg {
	width: 30px;
}