@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: beige;
    background: #e20c65;
}

a {
    text-decoration: none;
}

img {
    max-width: 40%;
}

.wrapper{
    background: linear-gradient(to bottom,rgb(5, 0, 2),rgb(248, 8, 80));
    overflow-x: hidden;
}

.container {
    width: 1400px;
    margin: 0 auto;

}

header {
    padding: 50px 0;
}

header .logo, footer .blocks .logo {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 800;
    color: beige;
}

header nav {
    float: right;
    width: 50%
}

header nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    color:beige
}

header nav ul li.active ::after {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    background: #e20ca2;
    border-radius: 10px;
    position: relative;
    top: 10px;
    left: -15px;
}

header nav ul li:not(.active):not(.btn) a:hover {
    border-bottom: 5px solid #e20ca2;
}

header nav ul li.btn a, .email .block button {
    background: #e20ca2;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 500ms ease;
}

header nav ul li.btn a:hover, .email .block button:hover {
    background: #470122;
}

.hero {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.hero--info {
    width: 530px;
    padding-top: 70px;
}

.hero--info h2 {
    color:beige;
    font-size: 20px;
    font-weight: 600;
}

.hero--info h1 {
    color:beige;
    font-size: 50px;
    font-weight: 600;
}

.hero--info p {
    font-weight: 500;
    line-height: 170%;
    margin: 30px 0;
}

.hero--info .btn, .hero-about .info .btn {
    background: #e20c90;
    color:beige;
    border-radius: 50px;
    padding: 15px 30px;
    border: 0;
    transition: all 500ms ease;
    font-size: 17px;
}

.hero--info .btn:hover, .hero-about .info .btn:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.hero img {
    position: absolute;
    top: 0px;
    right: 0;
    opacity: 0.6;
    mix-blend-mode: color-burn;
    border-radius: 100px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    background-color: rgba(0, 0, 0, 0.5);
}

.trending {
    padding-top: 50px;
}

.trending h3 {
    font-weight: 600;
    font-size: 31px;
}

.trending .see-all, .projects .see-all {
    color: beige;
    background: #ca008e;
    border-radius: 5px;
    padding: 12px 23px;
    float: right;
    display: block;
    transition: all 500ms ease;
}

.trending .see-all:hover, .projects .see-all:hover {
    transform: scale(1.1);
}

.trending .games {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}

.trending .games span {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.trending img {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-width: 100%;
}

.big-text {
    padding: 50px 0;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    width: 800px;
}

.banner {
    padding: 80px 0;

}

.banner h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.banner p {
    line-height: 170%;
    margin-bottom: 30px;
    width: 550px;
}

.banner img {
    width: 200%;
    margin-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-width: 100%;
}

.features {
    background: url(/img/landscape.jpeg) no-repeat center center fixed;
    background-size: cover;
    padding: 80px 0;
    opacity: 0.7;
}

.features h3, 
.features p {
    margin-bottom: 10px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.features p {
    margin-top: 20px;
}

.features h3 {
    font-size: 30px;
}

.features .info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.features .info .block {
    text-align: center;
    align-items: center;
    width: 20%;
    margin: -20px 2%;
}

.features .info .block img {
    margin-bottom: -150px;
    max-width: 100%;
}

.features .info .block img {
    cursor: pointer;
    transform: translateY(-50px);
}

.features .info .block img:active {
    transform: translateY(-50px);
}

.projects {
    padding: 100px 0;

}

.projects h3 {
    font-size: 30px;
    text-align: center;
}

.projects p {
    margin: 40px 0;
    text-align: center;
}

.projects .images {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.projects .see-all {
    float: none;
    width: 60px;
    text-align: center;
    margin: 0 auto;
}

.email {
    padding-bottom: 120px;

}
.email h3 {
    margin-top: 60px;
    font-size: 30px;
}

.email .block {
    background: #f861a7;
    margin-top: 30px;
    border-radius: 15px;
    padding: 40px 3%;
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.email .block h4 {
    font-size: 30px;
    font-weight: 500;
}

.email .block p {
    width: 500px;
}

.email .block input {
    background: #fff;
    outline: none;
    border: 0;
    border-radius: 5px;
    width: 380px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 20px 30px;
    position: relative;
    right: -100px;
    z-index: 1;
    padding-right: 120px;
}

.email .block input::placeholder {
    color: #3d3d3d;
}

.email .block button {
    cursor: pointer;
    border: 0;
    padding: 13px 17px;
    position: relative;
    z-index: 2;
    color: #fff;
}

footer {
    background: #000;
    padding: 50px;
}

footer .blocks {
    display: flex;
    justify-content: space-between;
}

footer .blocks p {
    width: 300px;
    margin: 15px 0;
}

footer .blocks h4 {
    font-weight: 500;
    font-size: 17px;
}

footer .blocks ul {
    list-style: none;
    margin-top: 7px;
    opacity: 0.8;
}
footer hr {
    margin: 30px 0;
    border: 0;
    height: 0.6px;
    background: #3d3d3d;
}
footer > p {
    text-align: center;
}

.hero-about {
    position: relative;
}

.hero-about .info {
    width: 500px;
    padding: 150px 0;
}

.hero-about .info h1 {
    margin-bottom: 15px;
    font-size: 30px;
}

.hero-about .info .btn {
    margin-top: 20px;
}
.hero-about img {
    position: absolute;
    right: -150px;
    top: 0;
    width: 700%;
}

.work {
    padding: 80px 0;
}

.work h2 {
    font-size: 25px;
    margin-bottom: 40px;
}

.work .blocks {
    display: flex;
    justify-content: space-between;
}

.work .blocks .block {
    width: 25%;
    border-radius: 10px;
    padding: 50px 35px;
    background: #f861a7;
}

.work .blocks .block h3 {
    font-size: 20px;
    margin: 20px 0;
}

.work .blocks .block .badge {
    border-radius: 7px;
    padding: 10px 20px;
}

.work .blocks .block .badge.blue {
    background: #722ef0;
}

.work .blocks .block .badge.orange {
    background: #f1a93c;
}

.work .blocks .block .badge.green {
    background: #3ee97f;
}

.hero-contacts h1 {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 33px;
}

.hero-contacts p {
    text-align: center;
}

.hero-contacts img {
    width: 500%;
    margin: 80px 30%;
    text-align: center;
}

.feedback {
    padding: 70px 0;
    background: #ff198c;
}

.feedback h2 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.feedback p {
    text-align: center;
    margin-top: 10px;
}

.feedback form {
    margin: 80px auto;
    width: 600px; 
}

.feedback form .inline {
    display: flex;
    justify-content: space-between;
}

.feedback form .inline > div {
    width: 50%;   
}

.feedback form label {
    color:rgba(250, 122, 201, 0.945);
    font-size: 14px;
}

.feedback form input, .feedback form textarea {
    background: rgba(248, 111, 196, 0.945);
    border-radius: 10px;
    border: 0.6px solid rgba(243, 173, 216, 0.945);
    display: block;
    width: 90%;
    padding: 15px 10px;
    outline: none;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 20px;
}

.feedback form .one-line {
    width: 96%;
}

.feedback form textarea {
    resize: none;
    height: 200px;
    width: 96%;
}

.feedback form button {
    background: #e20c90;
    border-radius: 5px;
    border: 0;
    float: right;
    cursor: pointer;
    color: #fff;
    padding: 15px 35px;
    transition: all 500ms ease;
}

.feedback form button:hover {
    background: #b32d7f;
}