@charset "utf-8";

*{
	margin:0;
	padding:0;
	line-height: 2;
	font-size:16px;
}

html{
	scroll-behavior: smooth;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
body{
	background-color: #F8F9FA;
	font-size: 16px;
	color: #4B4B4B;
	font-family: "noto-sans", sans-serif;
font-weight: 400;
font-style: normal;
}
.radius{
	background-color: #F8F9FA;
	box-sizing: border-box;
	padding: 3%;
}

#bg{
	background-image: url(images/fvfv.jpg);
	background-size: cover;
	min-height: 97vh;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border-radius: 100px 0 100px 0;
	box-shadow: inset 0 0 10px #D9D9D9;
}


ul{
	list-style: none;
	display: flex;
}
li{
	margin: 0 30px;
}
li a{
	text-decoration: none;
	color: #4B4B4B;
}
h1{
	font-size: 20px;
	color: #4B4B4B;
	letter-spacing: 3px;
}
header{
	display: flex;
	justify-content: space-around;
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
}
h1{
	margin-left: 8%;
	margin-right: 50%;
}
.portforio{
	font-size: 55px;
	letter-spacing: 12px;
	line-height: 1.5;
	font-weight: 450;
	position: absolute;
	top: 320px;
	left: 150px;
}
.wrap{
	width: 65%;
	margin: 0 auto;
	text-align: center;
}
h2{
	font-size: 40px;
	letter-spacing: 8px;
}
.h2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.h2:before,.h2:after{
	border-top: 2px solid #4B4B4B;
	content: "";
	width: 8rem;
}
.h2:after{
	margin-left: 1rem;
}
.h2:before{
	margin-right: 1rem;
}
.fadeInUp{
opacity: 0;
transform: translateY(40px);
transition: 2s;
}
.contact{
	margin: 100px 0;
}
.adress{
	margin-top: 50px;
}
.mail{
	border: 1px solid #4B4B4B;
	display: inline-block;
	border-radius: 30px;
	padding: 5px 20px;
	margin-top: 30px;
}
footer{
	background-color: #E6E6E6;
	text-align: center;
	padding: 20px 0;
}
.small{
	font-size: 13px;
}


.wrap2{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.works2{
	width: 50%;
	text-align: left;
	margin-bottom: 70px;
}
.wk{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 350px 0;
}
.works2 img{
	margin-bottom: 10px;
}
.works2 img:hover{
	opacity: 0.3;
  transition:1s all;
}
a{
	color: #4B4B4B;
	text-decoration: none;
}
h3{
	font-size: 20px;
}
.web{
	font-size: 13px;
	letter-spacing: 1px;
	color: #00A2D8;
}

.images{
	display: flex;
	justify-content: center;
}
.ph{
	margin-right: 50px;
}
.introduction{
	margin: 50px 0 100px 0;
	display: flex;
	justify-content: center;
	text-align: left;
}
.introduction h2{
	font-size: 30px;
	letter-spacing: 7px;
}
.introduction p a{
	color: #7BCAE5;
}
.introduction img{
	margin-left: 60px;
}
.flex1{
	display: flex;
	padding: 45px;
	border-top: 1px solid #4B4B4B;
	text-align: left
}
.flexlast{
	border-bottom: 1px solid #4B4B4B;
}
.flex2{
	color: #00A2D8;
	width: 20%;
}
.flex3{
	width:70%;
	margin-left:40px;
}
.btn a:hover{
	opacity: 0.5;
	transition: 1s;
}
.btns{
	display: flex;
	justify-content: center;
	margin-top: 120px;
	margin-bottom: px;
}
.btn .maru{
	margin-top: -5px;
	font-size: 40px;
	font-weight: 200;
	display: inline-block;
	border: 1px solid #4B4B4B;
	border-radius: 50%;
	line-height: 50px;
	width: 50px;
	height: 50px;
	padding: 0;
}
.menu{
	margin-top: 20px;
}
.btn1{
	display: flex;
	margin-right: 50px;
}
.btn2{
	margin-left: 50px;
}
.skill{
	margin-top: 200px;
}
.skill h2{
	margin-bottom: 80px;
}
.strong{
	margin-top: 200px;
	margin-bottom: 250px;
}
.strong h2{
	margin-bottom: 80px;
}






@media screen and (max-width: 599px){
body{
	font-size: 15px;
}
.radius{
	background-color: #F8F9FA;
	box-sizing: border-box;
	padding: 5%;
}
#bg{
	border-radius: 80px 0 80px 0;
	box-shadow: inset 0 0 5px #D9D9D9;
}
ul{
	margin-left: 25px;
}
li{
	margin: 0 5px;
}
li a{
	font-size: 13px;
}
h1{
	font-size: 15px;
	letter-spacing: 2px;
	margin-left: 0;
	margin-right: 20%;
}
header{
	padding: 10px 20px;
}
.portforio{
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1.2;
	font-weight: 450;
	position: absolute;
	top: 190px;
	left: 50px;
	
}
.wrap{
	width: 80%;
}
h2{
	font-size: 20px;
	letter-spacing: 6px;
}
.h2:before,.h2:after{
	width: 3rem;
}
.h2:after{
	margin-left: 0.5rem;
}
.h2:before{
	margin-right: 0.5rem;
}
.fadeInUp{
transform: translateY(20px);
}
.contact{
	margin: 50px 0;
}
.adress{
	margin-top: 25px;
}
.mail{
	margin-top: 20px;
}
footer{
	padding: 10px 0;
}
.small{
	font-size: 11px;
}


.wrap2{
	width: 80%;
}
.works{
	margin-top: 50px;
}
.works2{
	width: 100%;
	margin-bottom: 50px;
}
.wk{
	display: block;
	margin: 30px 0 150px 0;
}
.works2 img{
	margin-bottom: 5px;
}
h3{
	font-size: 16px;
}
.web{
	font-size: 13px;
	letter-spacing: 0.5px;
}




.introduction{
	margin: 50px 0 50px 0;
	display: block;
}
.introduction h2{
	font-size: 25px;
	letter-spacing: 2px;
}
.introduction img{
	margin-left: 0;
	margin-top: 30px;
}
.flex1{
	display: block;
	padding: 25px;
}
.flex2{
	width: 100%;
}
.flex3{
	width:100%;
	margin-left:0;
}
.btns{
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 170px;
}
.menu{
	margin-top: 20px;
}
.btn1{
	display: flex;
	margin-right: 0;
}
.btn2{
	margin-left: 50px;
}
.skill{
	margin-top: 100px;
}
.skill h2{
	margin-bottom: 40px;
}
.strong{
	margin-top: 100px;
	margin-bottom: 170px;
}
.strong h2{
	margin-bottom: 40px;
}






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


