@import url(./fonts.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: none;
    font-family: "Popppins", sans-serif;
    font-weight: 400;
}

body {
    background: #1E252B;
    color: #fff;
}

.container {
    max-width: 1254px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    padding: 26px 0;
}

.header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header__nav-list_item-link {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff8c;
    transition: 0.3s;
}

.header__nav-list_item-link:hover {
    color: #ffffff;
}

.header__nav-auth {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__nav-auth_btn {
    padding: 12px 28px;
    background: transparent;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffffc7;
    transition: 0.3s;
}

.header__nav-auth_btn:hover {
    background: #ff6e30;
    color: #fdf5ff;
}

.banner {
    height: 600px;
}



.banner__content {
    max-width: 600px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner__content-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFFE5;
    margin-bottom: 30px;
}

.banner__content-title span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #ff6e30;
    margin-bottom: 30px;
}

.banner__content-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF8C;
    margin-bottom: 60px;
}

.banner__content-form_label {
    position: relative;
}

.banner__content-form_label::before {
    content: url(../img/search.svg);
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.banner__content-form_input {
    max-width: 498px;
    width: 100%;
    padding: 22px 150px 22px 56px;
    border: 1.5px solid #ffffff1a;
    border-radius: 15px;
    background: #283036;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFFE5;
}

.banner__content-form_btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #ff6e30;
    border-radius: 8px;
    transition: 0.3s;
}

.banner__content-form_btn:hover {
    background: #ffffff59;
    backdrop-filter: blur(10px);
    color: #ff6e30;
}

.banner__wrap {
    position: relative;
    z-index: 1;
}

.banner__socials {
    position: absolute;
    left: 15px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner__socials-links {
    display: inline-block;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 8px;
    transition: 0.3s;
}

.banner__socials-links:hover {
    background: #ff6e30;
}

.banner__pos {
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 589px;
    height: 100%;
    z-index: -1;
}

.banner__bos-item {
    width: 553px;
    height: 426px;
    position: absolute;
    left: 36px;
    top: 142px;
}

.banner__pos1 {
    position: absolute;
    left: 0;
    top: 0;
}

.banner__pos2 {
    position: absolute;
    left: 0;
    top: 0;
}

.banner__pos3 {
    position: absolute;
    left: 37px;
    top: 40px;
}

.banner__pos4 {
    position: absolute;
    left: 37px;
    bottom: -24px;
}

.banner__pos5 {
    position: absolute;
    left: 37px;
    bottom: -26px;
}

.banner__pos6 {
    position: absolute;
    left: 37px;
    bottom: -29px;
}

.banner__pos7 {
    position: absolute;
    top: 106px;
    left: -36px;
}

.banner__bos-item2 {
    position: absolute;
    bottom: -110px;
    left: 22px;
    width: 231px;
    height: 253px;
}

.banner__pos8 {
    position: absolute;
    top: 0;
    left: 0;
}

.banner__pos9 {
    position: absolute;
    top: 44px;
    left: 23px;
}

.banner__pos10 {
    position: absolute;
    top: 71px;
    left: 23px;
}