body,
html {
    margin: 0px;
    margin: 0px;
    font-size: 14px;
    list-style-type: none;
    padding: 0px;
    list-style-type: none;
    line-height: 22px;
    background-color: #FFFFFF;
    color: #333333;
    font-family: "SF ETH", sans-serif;
    min-height: -webkit-fill-available;
    height: 100vh;
    overflow-x: hidden;
}

li {
    list-style-type: none;
}

@font-face {
    font-family: 'SF ETH';
    src: url(''), url('/src/SFPRODISPLAYREGULAR.OTF') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF ETH BOLD';
    src: url(''), url('/src/SFPRODISPLAYBOLD.OTF') format("opentype");
    font-weight: normal;
    font-style: normal;
}

.container {
    width: 1460px;
    display: block;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.btn-1 {
    display: flex;
    flex-direction: row;
    font-family: "SF ETH", sans-serif;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    border: 1px solid #333333a4;
    border-radius: 5px;
    color: #333333c5;
    background-color: unset;
    font-style: normal;
    font-weight: 200;
    outline: none;
    font-size: 16px;
    line-height: 19px;
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.btn-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: "SF ETH", sans-serif;
    align-items: center;
    padding: 12px 24px;
    outline: none;
    border: none;
    background: #1C1CFF;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    max-width: fit-content;
    line-height: 21px;
    color: #FFFFFF;
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.btn-1:hover,
.btn-2:hover {
    cursor: pointer;
    opacity: 0.75;
}

.app {
    min-height: 100%;
    position: relative;
}

.navbar {
    display: none;
}

@keyframes fly-1 {
    0% {
        transform: translate(-50%, 0px)
    }
    50% {
        transform: translate(-50%, -15px)
    }
    100% {
        transform: translate(-50%, 0px)
    }
}

@keyframes fly-2 {
    0% {
        transform: translate(-50%, 0px)
    }
    50% {
        transform: translate(-50%, 15px)
    }
    100% {
        transform: translate(-50%, 0px)
    }
}

.input {
    margin-top: 50px;
    position: relative;
    max-width: 370px;
}

input {
    height: 60px;
    width: calc(100% - 30px);
    border: none;
    outline: none;
    background: #F3F5FF;
    border-radius: 10px;
    font-family: "SF ETH", sans-serif;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height */
    letter-spacing: 0.018em;
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
}

input:focus {}

input:focus+.placeholder-text .text,
 :not(input[value=""])+.placeholder-text .text {
    background-color: white;
    transform: translate(0, -110%);
}

input:focus+.placeholder-text .text {}

.placeholder-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.text1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 4px;
    border-radius: 5px;
    margin-left: -5px;
    background-color: transparent;
    letter-spacing: 0.018em;
    color: rgba(0, 0, 0, 0.6);
    transform: translate(0);
    transition: transform 0.15s ease-out, font-size 0.15s ease-out, background-color 0.2s ease-out, color 0.15s ease-out;
}

input,
.placeholder-text {
    padding-left: 15px;
    font-size: 16px;
    line-height: 16px;
}

.btn-3 {
    outline: none;
    border: none;
    padding: 12px 83px;
    height: 60px;
    background: #1C1CFF;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    font-family: 'SF ETH', sans-serif;
    color: #FFFFFF;
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.btn-3:hover {
    cursor: pointer;
    opacity: 0.75;
}

.header {
    height: 76px;
    border-bottom: 1px solid #0000001A;
    position: relative;
    width: 100%;
}

.header .wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.header .wrapper .logo {
    display: flex;
    position: absolute;
    left: 260px;
}

.header .wrapper .logo img {
    height: 37px;
}

.sadasd {
    display: flex;
    align-items: center;
    width: 100%;
}

.header .wrapper .center {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.header .wrapper .center>li {
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.header .wrapper .center>li:hover {
    cursor: pointer;
    opacity: 0.75;
}

.header .wrapper .center>li>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(51, 51, 51, 0.8);
}

.header .wrapper .right {
    position: absolute;
    right: 260px
}

.center-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 50PX;
    position: relative;
    z-index: 2;
}

.center-top .title {
    font-family: "SF ETH BOLD", sans-serif;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    letter-spacing: 0.018em;
    color: #000000;
}

.center-top .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.018em;
    max-width: 525px;
}

.ion {
    margin-top: 50px;
    position: relative;
    background: linear-gradient(269.63deg, #E5E5F6 0.35%, #E9FAF9 99.71%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 80px;
}

.ion .right {
    position: absolute;
    right: 70px;
    top: 70px;
}

.ion .left {
    background: #FFFFFF;
    border: 1.25px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 70px;
    padding-right: 100px;
    padding-left: 100px;
    width: fit-content;
}

.ion .left>.title {
    font-family: "SF ETH BOLD", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.018em;
    color: #000000;
    max-width: 370px;
}

.ion .left .btn-3 {
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
    .ion .right {
        height: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    .container {
        width: 1180px;
    }
}

@media screen and (max-width: 1406px) {
    .ion {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 70px;
        align-items: center;
        justify-content: center;
        padding: 40px;
        margin-bottom: 20px;
    }
    .ion .left {
        order: 2;
        padding: 20px;
        padding-top: 40px;
    }
    .ion .left>.title {
        font-size: 20px;
        line-height: 24px;
        max-width: unset;
    }
    .ion .left .btn-3 {
        padding: 0;
    }
    .ion .right {
        order: 1;
        top: 0;
        transform: unset;
        position: relative;
        max-width: 100%;
        height: 100%;
        right: unset;
    }
    .container {
        width: 960px;
    }
    .sadasd {
        flex-direction: column;
        position: absolute;
        top: 76px;
        display: none;
    }
    .header .wrapper {
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .header .wrapper .center {
        flex-direction: column;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
        border-bottom: 1px solid #0000001A;
        gap: 15px;
        top: 76px;
        z-index: 3;
        background: white;
        left: unset;
        transform: unset;
        margin-left: 0%;
    }
    .header .wrapper .right {
        position: unset;
        padding-top: 20px;
        border-bottom: 1px solid #0000001A;
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 212.5px;
        left: unset;
        transform: unset;
        z-index: 3;
        background: white;
    }
    .header {
        height: auto;
        border-bottom: unset;
    }
    .header .wrapper .logo {
        position: relative;
        width: calc(100% - 40px);
        background: white;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0px;
        left: unset;
        display: flex;
        align-items: center;
        justify-content: space-between;
        justify-content: space-around;
        border-bottom: 1px solid #0000001A;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .navbar {
        display: block !important;
        padding: 20px;
        font-size: 20px;
        line-height: 20px;
        padding-top: 22px;
        transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    }
    .navbar:hover {
        cursor: pointer;
        opacity: 0.75;
    }
}

@media screen and (max-width: 1243px) {
    .container {
        width: 860px;
    }
}

@media screen and (max-width: 1000px) {
    .container {
        width: 760px;
    }
    .header .wrapper .logo {
        justify-content: space-between;
    }
    .center-top {
        padding-left: 40px;
        padding-right: 40px;
        align-items: center;
    }
}

@media screen and (max-width: 820px) {
    .container {
        width: 100%;
        padding: 0px;
    }
    .ion {
        margin-right: 20px;
        margin-left: 20px;
        width: fit-content;
    }
}

@media screen and (max-width: 536px) {
    .center-top .title {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
    }
    .center-top .text {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        max-width: 100%;
    }
}