@font-face {
    font-family: myriad;
    src: url(../../assets/fonts/Font/MYRIADPRO-SEMIEXT_0.OTF);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: myriad;
    font-weight: 400;
    font-style: normal;
    src: url(../../assets/fonts/MyriadPro-Light.otf);
}

@font-face {
    src: url(../../assets/fonts/Font/MYRIADPRO-BOLDSEMIEXT_0.OTF);
    font-family: myriad;
    font-weight: 700;
    font-style: normal;
}


@font-face {
    src: url(../../assets/fonts/MyriadPro-Black.otf);
    font-family: myriad;
    font-weight: 900;
    font-style: normal;
}

@font-face {
    src: url(../../assets/fonts/SVN-Sunflora.otf);
    font-family: sunflora;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url(../../assets/fonts/MTD-William-Letter.otf);
    font-family: letter;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: gotham;
    src: url(../../assets/fonts/SVN-Gotham-Book.otf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: gotham;
    font-weight: 400;
    font-style: normal;
    src: url(../../assets/fonts/SVN-GothamLight.ttf);
}

@font-face {
    src: url(../../assets/fonts/SVN-GothamBold.otf);
    font-family: gotham;
    font-weight: 700;
    font-style: normal;
}

.f-gotham {
    font-family: gotham !important;
}

body {
    font-family: gotham;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.fz-30 {
    font-size: 30px;
    line-height: 36px;
}

h1,
h2,
h3,
h4 {
    font-family: myriad;
    font-weight: 500;
}

#st-viko {
    padding-top: 100px;
    padding-bottom: 100px;
}

.color-f1e6d8 {
    color: #f1e6d8;
}

.fz-60 {
    font-size: 60px;
    line-height: 70px;
}

/* .fz-110 {
    font-size: 6.875em;
    line-height: 120px;
} */

.hotline {
    font-size: 2.5rem;
    letter-spacing: 1.5px;
}

.f-letter {
    font-family: 'letter' !important;
}

.mt-60 {
    margin-top: 60px;
}

footer {
    font-size: 26px;
    line-height: 40px;
}

.des-real-moment {
    font-size: 20px;
    text-align: center;
    border: 1px solid;
    border-radius: 50px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 50px;
    padding: 50px;
}

.text-cover-korea {
    font-size: 180px;
    transform: translateY(30px);
    display: inline-block;
}

.f-sunflora {
    font-family: 'sunflora' !important;
}

.container-1440 {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.mbt-50 {
    margin-bottom: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tfy-10 {
    transform: translateY(10px);
    display: inline-block;
}

.level-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0;
}
section#level span {
    font-weight: 500;
}
.face-title {
    font-size: 85px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    line-height: 90px;
}

.fz-50 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}

.five-year {
    font-size: 10.3rem;
    line-height: 6rem;
    text-align: center;
    margin-top: 90px;
}

.viko-item {
    font-size: 22px;
    padding: 0 30px;
    border-right: 2px solid #979494;
    margin: 30px 0;
    font-family: gotham;
    line-height: 32px;
    font-weight: 500;
}

.choose-stviko-des {
    padding-left: 60px;
    text-align: justify;
}

.fz-40 {
    font-size: 2.7rem;
    line-height: 2.5rem;
}

.fz-54 {
    font-size: 3.375rem;
    line-height: 3.4rem;
}

.logo-partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media(min-width: 1024px) {
    .container {
        max-width: 852px;
    }
}

a {
    transition: .3s ease;
}

a:hover {
    transition: .3s ease;
}

.button-contact {
    background: #be8f70;
    font-weight: 700;
    color: white !important;
    transition: .3s ease;
    display: flex;
    font-size: 43px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    line-height: 55px;
    text-decoration: none;
}

.button-contact:hover {
    transition: .3s ease;
    transform: scale(1.1);
    box-shadow: 0 2px 7px 6px #00000026;
}

.button-contact a {
    color: white;
    text-decoration: none !important;
    transform: translateY(-5px);
}

.step-title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px;
}

.step-des {
    margin-top: 20px;
    font-family: serif;
    font-size: 22px;
    color: white;
    transform: translateX(10px);
}

ol.real-moment.carousel-indicators {
    position: unset;
    width: 100%;
    margin: 0;
    height: unset;
    margin-right: -8px;
}

.real-moment.carousel-indicators li {
    cursor: pointer;
    width: 33.33%;
    height: unset;
    margin: 0;
    margin-right: 15px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: .7;
}



@media(min-width: 1024px) {
    #step .bf:before {
        content: "";
        position: absolute;
        top: 45%;
        right: -25px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 20px solid #fff;
        border-bottom: 10px solid transparent;

    }
}

.fz-150 {
    font-size: 150px;
    line-height: 150px;
}

/* width */
body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 20px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #be8f70;
    border-radius: 20px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #8f6b53;
}

.cursor-pt {
    cursor: pointer;
}

.fz-40 {
    font-size: 40px;
    line-height: 45px;
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 1s ease-out infinite;
}

.zoom-2 {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

button.close.close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
}

.popup-content {
    font-size: 25px;
    line-height: 35px;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}


.zoom img {
    transition: 2s ease;
}

.zoom {
    overflow: hidden;
    position: relative;
}

.zoom:hover img {
    transform: scale(1.1);
    transition: 5s ease;
}

:root {
    --animate-duration: 1200ms;
    --animate-delay: 0.9s;
}

.arrow-top {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(2px) rotate(-45deg);
}

.scroll-top {
    position: fixed;
    width: 35px;
    height: 35px;
    background: #be8f70;
    bottom: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
}

.face-left {
    width: 30%;
}

.face-center {
    width: 40%;
}

.face-right {
    width: 30%;
    justify-content: end;
}

@media(max-width: 768px) {
    .face-left {
        width: 35%;
    }

    .face-item {
        font-size: 16px !important;
        line-height: 20px;
        padding: 15px 0;
        border-bottom: 1px solid;
        margin: 0 !important;
        text-align: right;
    }

    #face .modal-dialog.modal-lg {
        display: flex;
        justify-content: center;
    }

    #face .modal-dialog.modal-lg img {
        width: 160%;
        max-width: 180%;
    }

    .face-center {
        width: 65%;
    }

    .face-right {
        width: 35%;
        justify-content: end;
    }
}

.face-select {
    position: absolute;
    z-index: 1;
    border: 2px solid;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-color: rgb(255, 255, 255);

}

.face-select {
    opacity: 0;
    transition: .3s ease;
}

.face-item:hover .face-select {
    opacity: 1;
    transition: .3s ease;
    box-shadow: 0 0 5px 5px #be8f70;

}

.face-item:hover {
    color: red;
    cursor: pointer;
}

#menu-mobile>div:hover {
    color: #be8f70;
    transition: .3s ease;
}

.face-1 {
    left: 49%;
    top: 28%;
}

.face-2 {
    left: 48%;
    top: 35%;
}

.face-3 {
    left: 49%;
    top: 42%;
}

.face-4 {
    left: 46%;
    top: 45%;
}

.face-5 {
    left: 47%;
    top: 54%;
}

.face-6 {
    left: 53%;
    top: 22%;
}

.face-7 {
    left: 56%;
    top: 30%;
}

.face-8 {
    left: 57%;
    top: 38%;
}

.face-9 {
    left: 57%;
    top: 46%;
}

.face-10 {
    left: 53%;
    top: 63%;
}

a.view-more-realstory {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: white !important;
    background: #0000006b;
    opacity: 0;
    transition: .3s ease;
    text-decoration: none;
}

.real-story-item:hover .view-more-realstory {
    opacity: 1;
    transition: .3s ease;
}

#before-after {
    background-color: #f1e6d8;
}

.date-row {
    padding: 15px;
    border: 1px solid #6f6f6f;
    border-radius: 50px;
    margin-top: 30px;
    text-align: center;
}

strong.date-start {
    transform: translateY(-4px);
    padding: 0 15px;
    border-left: 3px solid;
    display: inline-block;
}

.sub-title-stviko {
    background: #be8f70;
    color: #ffffffb8;
    font-weight: 500;
    padding: 5px 40px;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
    transition: .3s ease;
}

.register-now {
    background: #be8f70;
    color: #ffffffb8;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 40px;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
    transition: .3s ease;

}

.register-now:hover {
    transition: .3s ease;
    transform: scale(1.1);
    box-shadow: 0 2px 7px 6px #00000026;
}

.logo-item {
    width: 10%;
}

div#form_register {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 10px #0000001a;
}

#full_name, #phone_number {
    width: 100%;
    border-radius: 50px;
    border: 1px solid;
    padding: 5px;
    font-size: 16px;
    padding-left: 15px;
    font-weight: 500;
}

@media(max-width: 768px) {
    .face-select {
        display: none !important;
    }

    div#form_register {
        padding: 10px;
        margin-bottom: 15px;
    }

    div#form_register input {
        margin-bottom: 15px;
    }

    .partner-title {
        font-size: 18px !important;
        line-height: 25px;
    }

    .date-item {
        width: 100%;
    }

    .des-real-moment {
        padding: 10px;
    }

    .date-row {
        flex-wrap: wrap;
        font-size: 26px !important;
    }

    .logo-item {
        display: inline-flex;
        align-items: center;
        width: 25%;
        justify-content: center;
    }

    .date-row span {
        margin-right: 0 !important;
    }
}