@import url("./reset.css");
@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@800;900&display=swap");

* {
    box-sizing: border-box;
}

body {
    font-family: "Spoqa Han Sans Neo", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

button {
    font-family: inherit;
    outline: 0;
    border: 0;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

.inner {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.hide {
    display: none !important;
}

img {
    display: block;
}

header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px -2px #c0c0c0;
    background-color: #fff;
    z-index: 1000;
}

header > .inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-size: 29px;
    font-weight: 900;
}

.header__logo span {
    color: #ff5353;
    margin-left: 5px;
}

.header__btn-box {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 0.85rem;
}

.header__btn-box a:hover {
    /* color: #4694ff; */
}

.start-btn {
    padding: 12px 27px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
}

#main {
    margin-top: 70px;
}

.start-box {
    position: relative;
    background-color: #4694ff;
    padding: 70px 0;
    margin-bottom: 50px;
}

.start-box__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.4;
}

.start-box .inner {
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: space-between;
    align-items: flex-end;
}

.start-box__text {
    color: #fff;
}

.start-box__text h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.start-box__text h5 {
    font-size: 0.9rem;
    font-weight: 300;
}

.start-box__btn {
    padding: 12px 27px;
    background-color: #fff;
    color: #4694ff;
    border-radius: 100px;
}

.home__section {
    padding: 70px 0px;
}

.home__section h1 {
    font-size: 2rem;
    font-weight: 700;
}

.home__section h1 span {
    font-weight: 400;
}

.home__section h4 {
    font-size: 1.1rem;
    margin-top: 20px;
    color: #898989;
}

.home__img-inner {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 80px;
}

.create__img-box {
    position: relative;
}

.create__img-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-bottom: 50px;
    transition: transform 0.15s ease-in-out;
}

.create__img-item:nth-child(2) {
    position: absolute;
    align-items: flex-end;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/* .create__img-item:not(:nth-child(2)):hover {
    z-index: 100;
    transform: scale(1.02);
}

.create__img-item:nth-child(2):hover {
    z-index: 100;
    transform: translateY(-50%) scale(1.02);
} */

.create__img-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 100px;
    background-color: #e9eef4;
    margin-bottom: 15px;
}

.create__img-item h3 span {
    font-size: 1.1rem;
    font-weight: 400;
}

.create__img-item img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 3px 13px #0000005e;
}

.template__img-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 150px 0;
}

.template__img-box img {
    max-width: 400px;
    width: 100%;
    box-shadow: 0px 3px 12px #0000005e;
    border-radius: 16px;
}

.template__img-box img:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.3);
}

.why__section {
    background-color: #e9eef4;
}

.why__section h1 {
    text-align: center;
    margin-bottom: 55px;
}

.why__box {
    display: flex;
    gap: 20px;
}

.why__item {
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: 220px;
    padding: 25px 29px;
}

.why__item:nth-child(1) {
    background-color: #ff934d;
}
.why__item:nth-child(2) {
    background-color: #965bff;
}
.why__item:nth-child(3) {
    background-color: #fb6363;
}
.why__item:nth-child(4) {
    background-color: #fe4b8a;
}

.why__item img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.why__item-text {
    position: relative;
    z-index: 10;
    color: #fff;
}

.why__item-text h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.why__item-text h3 span {
    font-weight: 400;
}

.why__item-text p {
    font-size: 0.85rem;
    font-weight: 200;
    max-width: 200px;
    word-break: keep-all;
}

.service__section .inner {
    display: grid;
    gap: 25px;
    grid-template-columns: 1.7fr 1fr;
}

.service__box {
    border: 2px solid #dfdfdf;
    border-radius: 18px;
    padding: 51px 62px;
}

.service__box h1 {
    margin-bottom: 100px;
}

.service__box > div {
    display: flex;
    justify-content: space-between;
}

.service__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 180px;
}

.service__item img {
    max-width: 90px;
}

.service__item h3 {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #eaeaea;
    border-radius: 100px;
}

.center__box {
    background: linear-gradient(135deg, #5c5c5c, #5b5b5b, #5c5c5c);
    height: 100%;
    border-radius: 18px;
    color: #fff;
    padding: 41px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center__box img {
    max-width: 150px;
}

.center__box > div {
    display: flex;
}

.center__box a {
    font-size: 1.1rem;
    font-weight: 300;
}

.center__box ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.center__box h2 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
}

/* login */
.account__page {
    min-height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.account__page .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 20px;
}

.account__box {
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
}

.account__box form {
    width: 100%;
    max-width: 290px;
    border-radius: 0;
}

.account__row {
    width: 100%;
}

.account__row:not(:last-child) {
    margin-bottom: 20px;
}

.account__box input {
    display: block;
    border: none;
    outline: none;
    border-bottom: 1.5px solid #bdbdbd;
    width: 100%;
    padding: 7px 0;
    font-size: 0.95rem;
}

.account__box input::placeholder {
    color: #bdbdbd;
}

.account__box input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.account__box input:focus {
    border-bottom: 1.5px solid #4694ff;
}

.account__box h1 {
    font-size: 1.7rem;
    margin-bottom: 60px;
}

.account__row label {
    color: #646464;
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: block;
}

.account__sub-btn-box {
    display: flex;
    gap: 5px;
    font-size: 0.8rem;
    color: #4694ff;
    margin-top: 15px;
}

.account__btn-box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 60px;
}

.account__btn-box button {
    padding: 14px 84px;
    color: #fff;
    background-color: #4694ff;
    font-size: 0.9rem;
    border-radius: 100px;
}

.error {
    font-size: 0.8rem;
    color: #ff003e;
}

.account__required {
    color: #4694ff;
    margin-left: 5px;
}

.send-mail__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.send-mail__box h1 {
    font-size: 1.7rem;
    margin-bottom: 30px;
}

.send-mail__box p {
    font-size: 0.9rem;
    color: #646464;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center;
}

.send-mail__box p span {
    color: inherit;
}

.send-mail__box span {
    font-size: 0.8rem;
    color: #898989;
    font-weight: 400;
}

.send-mail__box a {
    margin-left: 10px;
    color: #4694ff;
}

.success__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.success__box img {
    width: 80px;
}

.success__box h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 70px;
}

.success__box a {
    padding: 14px 74px;
    color: #fff;
    background-color: #646464;
    border-radius: 100px;
}

footer {
    height: 50px;
    color: #646464;
    font-size: 0.8rem;
    font-weight: 300;
}

footer .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
