
/*---------------*/
/*catalog*/
/*---------------*/

/**
 * globel
 * elements
 * header
 * about
 * quote
 * skill
 * experience
 * work
 * contact
 * footer
 * parallax graphic
 */




/*---------------*/
/*globel*/
/*---------------*/

/*---------------*/
/*elements*/
/*---------------*/

/* background
---------------*/
.bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/scenery.jpg");
	background-size: cover;  
	background-position: center;

}
.bg:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(60deg,#0066CC,#C4E1FF);
	/*background: linear-gradient(60deg,#0066CC,#FFFFB9);*/
	opacity: 0.6;

}
/* lean-bg
---------------*/
.lean-bg--top:before,
.lean-bg--bottom:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 180px;
	background-color: #fefefe;
}
.lean-bg--bottom-blue:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 160px;
	background-color: #fefefe;
}
@media(max-width: 768px){
	.lean-bg--top:before,
	.lean-bg--bottom:after{
		height:80px}

}
.lean-bg--top:before{
	top: 0;
	transform: skewY(-5deg) translateY(-50%);
}

.lean-bg--bottom:after{
	bottom: 0;
	transform: skewY(-5deg) translateY(50%);

}
.lean-bg--top{
	margin-top: 160px;
}
@media(max-width: 768px){
	.lean-bg--top{
		margin-top: 80px
	}
}


.lean-bg--bottom{
	margin-bottom: 160px;
}
@media(max-width: 768px){
	.lean-bg--bottom{
		margin-bottom: 80px
	}
}


.lean-bg--no-margin{
	margin: 0;
}


/* btn
---------------*/
.btn{
	display: inline-block;
	vertical-align: text-top;
	position: relative;
	margin: 0;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	min-width: 64px;
	box-sizing: 14px;
	text-align: center;
	font-weight: 500;
	font-family: 'Raleway','Helverica', 'roboto', arial, sans-serif;
	letter-spacing: 0;
	text-decoration: none;
	background-color: #d1d2d3;
	border: 0;
	border-radius: 18px;
	outline: 0;
	cursor: pointer;
	overflow: hidden;
	user-select: none;
	user-drag: none;
	transition: all 0.3s;
}
.btn.btn--primary,
.btn.btn--secondary,{
	color: #fefefe;
}
.btn.btn--primary{
	background-color: #84C1FF;
	color: #fefefe;
}
.btn.btn--primary:hover,
.btn.btn--primary:active{
	background-color: #f4f4f4;
	color: #84C1FF;
}
.btn.btn--secondary{
	background-color: inherit;
	border: 1px solid #84C1FF;
	color: #84C1FF;
}
.btn.btn--secondary:hover,
.btn.btn--secondary:active{
	background-color: #84C1FF;
	color: #fefefe;
}
.btn.btn--lg{
	font-size: 20px;
	line-height: 56px;
	height: 56px;
	font-weight: 400px;
	border-radius: 28px;
	padding: 0 64px;

}
.btn.btn--md{
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	font-weight: 400px;
	border-radius: 24px;
	padding: 0 64px;
}
.btn.btn--sm{
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	font-weight: 400px;
	border-radius: 16px;
	padding: 0 64px;
}

/*icon btn*/
.icon-btn{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
}
.icon-btn .icon{
	display: block;
	text-align: center;
	transition: all 0.3s;
}
.icon-btn .icon:hover{
	transform: translateY(-20%);
}
/*text btn*/
.text-btn{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Raleway','Helverica', 'roboto', arial, sans-serif;
	letter-spacing: 0;
	text-decoration: none;
	color: #484848;
}
.text-btn.text-btn--primary{
	color: #84C1FF;
}
.text-btn.text-btn--lg{
	font-size: 20px;
	line-height: 48px;
	height: 48px;
	font-weight: 900;
}
.text-btn.text-btn--lg:before{
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #84C1FF;
	transition: all 0.3s;
}
.text-btn.text-btn--lg:hover:before{
	width: 100%;

}
/* image
---------------*/
.image{
	width: 100%;
	display: block;
	
}
/* imgbox
---------------*/
.imgbox{
	width: 100%;
	overflow: hidden;
	/*border:  1px solid #000*/
}
.imgbox__inner{
	width: 100%;
	padding-top: 100%;
	/*border:  1px solid #000*/
	position: relative;
}
.imgbox__inner.imgbox__inner--4-3{
	padding-top: calc(100% * 3 / 4);
}

.imgbox__inner .image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;

}
/*---------------*/
/*header*/
/*---------------*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: all 0.3s;
	/*height: 80px;
	background-color: #fff;*/

}
.header--colored{
	background-color: #fefefe;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.header--colored .menu-toggle span{
	background-color: #84C1FF;
}
.header--colored .navbar__social-bar .icon-btn{
	color: #84C1FF;
}
/* navbar
---------------*/
.navbar{
	/*height: 80px;*/
	/*border: 1px solid #fff;*/
}
.navbar--collapse{
	margin-right: -16px;
	margin-left: -16px;
	
}
.navbar__social-bar{
	padding: 24px;
	float: left;
}
@media (max-width: 768px){
	.navbar__social-bar{
		padding: 12px;
		padding-top: 16px;
	}
}

.navbar__social-bar .icon-btn{
	color: #fefefe;
}
.navbar__nav{
	float: right;
}


/* menu-toggle
---------------*/
.menu-toggle{
	/*border: 1px solid #fff;*/
	display: block;
	padding: 24px;
	padding-top: 26px;
}
@media (max-width: 768px){
	.menu-toggle{
		padding: 12px;
		padding-top: 16px;
	}
}
.menu-toggle span{
	display: block;
	height: 2px;
	width: 32px;
	background-color: #fefefe;
	margin-bottom: 8px;
	transition: all 0.3s;
}
.menu-toggle:hover span:nth-child(1){
	transform: translate(-20%);

}
.menu-toggle:hover span:nth-child(3){
	transform: translate(20%);

}

/* popup-menu
---------------*/
.popup-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fefefe;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
#popup-overlay:target{
	opacity: 1;
	visibility: visible;

}
.popup-menu__close{
	padding: 24px;
	width: 80px;
	height: 80px;
	/*border: 1px solid #000;*/
	/*display: block;*/
	float: right;
	transition: all 0.3s;
	margin-right: -16px;
}
@media(max-width: 768px){
	.popup-menu__close{
		padding: 12px;
		width: 56px;
		height: 56px;
	}
}


.popup-menu__close:hover{
	transform: rotate(180deg);

}

.popup-menu__close span{
	height: 2px;
	width: 32px;
	background-color: #2894FF;
	position: absolute;
	top: 50%;
	left: 50%;
}

.popup-menu__close span:nth-child(1) {
	transform: translate(-50%,-50%) rotate(45deg);

}
.popup-menu__close span:nth-child(2) {
	transform: translate(-50%,-50%) rotate(135deg);
}
.popup-menu__item{
	display: block;
	text-align: center;
	font-family: 'Raleway','Helverica', 'roboto', arial, sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #484848;
	line-height: 80px;
	transition: all 0.3s;
}
@media(max-width: 768px){
	.popup-menu__item{
		font-size: 24px;
		line-height: 48px;
	}
}

.popup-menu__item:hover{
	color: #2894FF;
}
/*---------------*/
/*about*/
/*---------------*/
.hero{
	/*border: 1px solid #fff;*/
	padding-top: 20vh;
	padding-bottom: 20vh;
}

@media (max-width: 480px){
	.hero{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.hero__heading{
	font-size: 120px;
	font-weight: 900;
	color: #fff;

}

@media (max-width: 768px){
	.hero__heading{
		font-size: 48px;
	}
}

.hero__bg{
	/*border: 1px solid red;*/
	position: absolute;
	top: 80px;
	width: 100%;
	height: 130%;
	right: 50px;
	background-image: url("../images/PhotoRoom_20220111_134855.png");
	/*background-image: url("../image s/PhotoRoom_20220111_151120.png");*/
	background-size: 280px;
	background-repeat: no-repeat;
	background-position: top right;
	left: 45%;
	transform: translate(-50%);
	max-width: 1140px;
	z-index: 1;
	pointer-events: none;
}
@media (min-width: 1200px) {
	.hero__bg{
		background-size: 320px;
		top: 55px;
		left: 45%;
	}
}
@media (max-width: 991px){
	.hero__bg{
		background-size: 250px;
		top: 90px;
		left: 40%;
	}
}
@media (max-width: 768px){
	.hero__bg{
		background-size: 200px;
		top: 180px;
		left: 35%;
	}
}
/*@media (max-width: 673px){
	.hero__bg{
		background-size: 180px;
		top: 360px;
	}
}

@media (max-width: 581px){
	.hero__bg{
		background-size: 150px;
		top: 500px;
	}
}
@media (max-width: 480px){
	.hero__bg{
		background-size: 150px;
		top: 380px;
	}
}
/*---------------*/
/*quote*/
 /*---------------*/
.quote{
 	padding-top: 80px;
 	padding-bottom: 80px;

 }
 @media (max-width: 768px){
 	.quote{
 		padding-top: 40px;
 		padding-bottom: 40px;
 	}
 }

 .quote__content{
 	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #484848;


 }
.quote__icon{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #D2E9FF;
	text-align: center;
	line-height: 64px;
	font-size: 32px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 24px;

}
.quote__text{
	font-size: 18px;
	line-height: 40px;
	color: #484848;
	margin-bottom: 24px;
}


.quote__name span{
	color: #2894FF;

}
/*---------------*/
/*skill*/
/*---------------*/
.skill{
	padding-top: 80px;
	/*padding-bottom: 80px;*/
}
@media (max-width: 768px){
	.skill{
 		padding-top: 40px;
 		padding-bottom: 40px;
 	}
}
.skill-group{
	padding-top: 80px;
	padding-bottom: 80px;
}
.skill-card{
	/*border:  1px solid #000;*/
	padding-left: 32px;
	margin-bottom: 32px;
}
.skill-card__inner{
	background-color: #fefefe;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	padding: 24px;
	padding-left: 48px;
}
.skill-card__title{
	color: #84C1FF;
	font-family: 'Raleway','Helverica', 'roboto', arial, sans-serif;
	margin-top: 0;
	margin-bottom: 8px;

}
.skill-card__text{
	margin: 0;
}
.skill-card__icon{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f3f4f5;
}

.skill-card__icon .image{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 60%;
	max-height: 60%;
}
@media(max-width: 768px){
	.skill-card__icon{
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.skill-card{
		padding: 0;
		margin-top: 48px;
	}
	.skill-card__inner{
		padding: 24px;
		padding-top: 48px;
	}
	.skill-group{
		padding-bottom: 0;
	}
}
/*---------------*/
/*experience*/
/*---------------*/
.experience{
	padding-top: 80px;
	padding-bottom: 80px;
	/*height: 800px;*/

}
@media(max-width: 768px){
	.experience{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}



 /* timeline
---------------*/
.timeline-group{
	/*border: 1px solid #000;*/
	max-width: 960px;
	/*height: 800px;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
}
.timeline{
	width: 4px;
	height: 100%;
	background-color: #D2E9FF;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px){
	.timeline{
		left: 0;
	}
}
.timeline-cards__row:nth-child(odd){
	display: flex;
	justify-content: flex-start;

}
.timeline-cards__row:nth-child(even){
	display: flex;
	justify-content: flex-end;

}
.timeline-card{
	padding: 24px;
	background-color: #f4f4f4;
	border-radius: 4px;
	width: calc(50% - 24px);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.timeline-card:before{
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #D2E9FF;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;

}
.timeline-cards__row:nth-child(odd) > :before{
	transform: translate(50%,-50%);
	right: -24px;
}
.timeline-cards__row:nth-child(even) > :before{
	transform: translate(-50%,-50%);
	left: -24px;
}

.timeline-card__text{
	margin: 0;
}

@media (max-width: 768px){
	.timeline{
		left: 0;
	}
	.timeline-card{
		width: calc(100% - 24px);
		margin-bottom: 24px;
	}
	.timeline-cards__row:last-child .timeline-card{
		margin-bottom: 0

	}
	.timeline-cards__row:nth-child(odd){
		justify-content: flex-end;
	}
	.timeline-cards__row:nth-child(odd) > :before{
		transform: translate(-50%,-50%);
		left: -24px;
	}
}
/*---------------*/
/*work*/
/*---------------*/
.work{
	padding-top: 20px;
	padding-bottom: 120px;
}

@media(max-width: 768px){
	.work{
		padding-top: 40px;
		padding-bottom: 80px;
	}
}

.work-list{
	padding-top: 80px;

}
.work-item{
	margin-bottom: 160px;

}
.work-item__text{
	padding-top: 24px;
}
.work-item__text--right{
	text-align: right;
}
.work-item__text--left{
	text-align: left;
}


.work-item__title{
	font-size: 40px;
	font-family: 'Raleway','Helverica', 'roboto', arial, sans-serif;
	color: #484848;
	margin-top: -10px;
}
.work-item__title--right{
	/*margin-right: -80px;*/

}
.work-item__title--left{
	margin-left: -80px;

}
.work-item__intro{
	font-size: 16px;
	line-height: 32px;
}
@media(max-width: 768px){
	.work-item__text--right{
		text-align: left;
	}
	.work-item__title--right{
		margin-right: 0;
	}
	.work-item__title--left{
		margin-left: 0;

	}
	.work-item__title{
		font-size: 24px;
		line-height: 32px;
		margin-top: 0;
		margin-bottom: 8px;
	} 
	.work-item{
		margin-bottom: 48px;
	}

}

/*---------------*/
/*contact*/
/*---------------*/
.contact{
	padding-top: 80px;
	padding-bottom: 80px;
}
@media(max-width: 768px){
	.contact{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

 /* form
---------------*/
.form{
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea{
	padding: 8px 16px;
	display: inline-block;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 16px;
	background-color: inherit;
	color: #fefefe;

}
.form textarea{
	resize: none;
}
.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form textarea:focus{
	outline: 0;
	border: 1px solid #D2E9FF;
}
.form label{
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: middle;
	color: #fefefe;

}
.form__btn-group{
	margin-top: 32px;
}

 /* divide-text
---------------*/
.divide-text{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
	font-size: 28px;
	line-height: 32px;
	color: #fefefe;
}
 /* info
---------------*/
.info{
	text-align: center;
}
.info__email{
	margin-bottom: 16px;
}
.info__email a{
	color: #D2E9FF;
	font-size: 18px;
	font-weight: 400;
}

.info__phone{
	margin-bottom: 16px;
}
.info__phone a{
	color: #fefefe;
	font-size: 24px;
	font-weight: 400;
}
.info__social-bar .icon-btn{
	color: #D2E9FF;
}
/*---------------*/
/*footer*/
/*---------------*/
.footer{
	/*padding-top: 40px;*/
	padding-bottom: 60px;
}
.final-text{
	text-align: center;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #fefefe;
	font-size: 25px;
}
.copyright{
    text-align: center;
    color: #fefefe;
    font-size: 14px;
}

/*---------------*/
/*parallax graphic*/
/*---------------*/
[class^="graphic_"]{
	position: absolute;
}
@media(max-width: 768px){
	[class^="graphic_"]{
		transform: scale(0.5);
	}
}
.graphic__001{top: 15%;right: 10%; width: 250px;}
.graphic__002{bottom: 55%;left: 10%;}












