@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
	color: #333;
	background: #fff;
}
.container {
	max-width: 1160px;
    padding: 30px 60px;
	margin: 0 auto;
	position: relative;
}
header {
    background-color: #F8F8F8;
}
.flex_block {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
}
.menu_item {
    color: #818181;
    text-decoration: none;
    margin-right: 60px;
}
.menu_item:hover {
    color: #D11D3C;
}
.sec1 {
    padding: 120px 0;
}
.text_h2 {
    display: block;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    margin: 50px 0;
}
.text_h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    margin: 10px 0;
}
.header_text {
    padding-top: 60px;
    width: 60%;
}
.header_img {
    padding-top: 30px;
}
.h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 110px;
    background-color: #333333;
    background-image: linear-gradient(90deg, #D11D3C, #822373, #00A795, #E38142);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    max-width: 490px;
    line-height: 1.4;
 }
.h2 {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}
.sec2 {
    background-color: #F8F8F8;
    padding-bottom: 100px;
}
.img_left {
    width: 60%;
    padding-top: 30px;
}
.text_right {
    max-width: 400px;
}
.text_right p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0;
}
.sec3 {
    padding-bottom: 60px;
}
.img_skills {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}
.img_skills .item {
    margin: 20px;
}
.sec4 {
    padding-bottom: 60px;
}
.img_slider {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.text_left {
    width: 100%;
    max-width: 50%;
}
.text_left .contact {
    margin-bottom: 40px;
}
.text_left .contact a {
    text-decoration: none;
    font-size: 24px;
    background-color: #333333;
    background-image: linear-gradient(90deg, #D11D3C, #822373, #00A795, #E38142);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
}
.text_left .contact a:hover {
    background-image: linear-gradient(90deg, #E38142, #00A795, #822373, #D11D3C);
}
.img_right {
    padding-top: 30px;
}
.sec5 {
    padding-bottom: 60px;
}
footer {
    background-color: #F1F1F1;
}
.img_footer {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}
.img_footer a {
    margin: 0 20px;
    text-decoration: none;
}
