/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a{
    text-decoration: none;
}
@font-face {
    font-family: 'HONORSans-Regular';
    src: url(../fonts/HONORSans-Regular.eot);
    src: url(../fonts/HONORSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/HONORSans-Regular.otf) format('otf'),
    url(../fonts/HONORSans-Regular.ttf) format('truetype'),
    url(../fonts/HONORSans-Regular.woff) format('woff'),
    url(../fonts/HONORSans-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'HONORSans-Demibold';
    src: url(../fonts/HONORSans-Demibold.eot);
    src: url(../fonts/HONORSans-Demibold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/HONORSans-Demibold.otf) format('otf'),
    url(../fonts/HONORSans-Demibold.ttf) format('truetype'),
    url(../fonts/HONORSans-Demibold.woff) format('woff'),
    url(../fonts/HONORSans-Demibold.woff2) format('woff2');
}



::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #32312e;
    box-shadow: 0 0 3px #fff inset;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #DA7703;
    box-shadow: 0 1px 1px #fff inset;
}

::-webkit-resizer {
    width: 3px;
    height: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

img {
    width: 100%;
    max-width: 100%;
    transition: all 400ms ease;
}

.bounce {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

html {
    font-size: 20px;
    scroll-behavior: smooth;
}

body {
    font-family: 'HONORSans-Regular', sans-serif;
    line-height: 1.5;
    font-weight: normal;
    color: #000000;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.text-bold {
    font-family: 'HONORSans-Demibold', sans-serif;
}

main {
    overflow: hidden;
}

header {
    padding: 50px 0;
}

.logo {
    max-width: 315px;
}

h1 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0;
}

h1 span {
    font-family: 'HONORSans-Regular', sans-serif;
}

h2 {
    font-family: 'HONORSans-Demibold', sans-serif;
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0;
}

.index-9 {
    z-index: 9;
}

.button {
    min-width: 222px;
    font-size: .7rem;
    text-align: center;
    color: #000000;
    border: 2px solid #000000;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 20px;
    background: none;
    box-shadow: none;
    transition: all 400ms ease;
}

.button > svg {
    fill: #000000;
}

.button:hover {
    background: #000000;
    color: #ffffff;
}

.button:hover > svg {
    fill: #ffffff;
}

.button-buy {
    width: 100%;
    max-width: 270px;
    font-size: 1.2rem;
    text-align: center;
    color: #ffffff;
    border: 2px solid #000000;
    padding: 8px 24px;
    border-radius: 30px;
    background: #000000;
    box-shadow: none;
    transition: all 400ms ease;
}

.button-buy:hover {
    background: #ffffff;
    color: #000000;
    border-color: #000000;
}

.degree {
    position: relative;
}

.degree > span {
    position: absolute;
    top: 0;
    left: 100%;
    font-size: .6rem;
}

h2 > .degree > span {
    font-size: 1rem;
}

.preview {
    min-height: 800px;
}

.preview h3 {
    line-height: 1.4;
}

.alisa {
    width: 198px;
}

.product-prompts {
    font-size: .4rem;
    line-height: 1.2;
    color: #8e8e8e;
}

.list-item {
    font-size: .6rem;
}

.product {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    transform: translateX(15%);
}

.product-image {
    max-width: 300px;
}

.plus-image {
    min-height: 101px;
}

.plus-label {
    max-width: 240px;
    font-size: 1rem;
    text-align: center;
    margin: 0 auto;
}

.content-image {
    overflow: hidden;
    border-radius: 16px;
}

.characteristics .product-image {
    max-width: 190px;
}

.characteristics p {
    text-align: center;
}

.characteristics .text-left {
    text-align: left;
}

@media screen and (max-width: 1366px)  {
    .product {
        width: 70%;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1rem;
    }

    p {
        font-size: .8rem;
    }

    h2 > .degree > span {
        font-size: .8rem;
    }

    .product {
        transform: translateX(10%);
    }

    .product > picture {
        display: block;
        transform: translateX(-20%);
    }

}

@media screen and (max-width: 992px)  {
    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: .8rem;
    }

    p {
        font-size: .6rem;
    }

    .logo {
        margin-bottom: 100px;
    }

    .copyright .logo {
        margin-bottom: 0;
    }

    .alisa {
        margin-bottom: 50px;
    }

    .product {
        position: relative;
        left: inherit;
        bottom: inherit;
        width: 100%;
        margin-top: 40px;
        transform: none;
    }

    .product > picture {
        transform: none;
    }

    .plus-label {
        font-size: .8rem;
    }

    .characteristics .product-name {
        font-size: .7rem;
    }

    .button-buy {
        font-size: .8rem;
    }
}

@media screen and (max-width: 539px) {
    h1 {
        font-size: 1.4rem;
        text-align: center;
    }

    h2 {
        font-size: 1.2rem;
        text-align: center;
    }

    h3 {
        font-size: .9rem;
        text-align: center;
    }

    h2 > .degree > span, .degree > span {
        font-size: .5rem;
    }

    .characteristics p {
        flex: 0 0 50%;
        width: 50%;
    }

    .list-item {
        font-size: .5rem;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 1.2rem;
        text-align: center;
    }

    h2 {
        font-size: 1rem;
        text-align: center;
    }

    h3 {
        font-size: .8rem;
        text-align: center;
    }

    .plus-label {
        font-size: .6rem;
    }

    .characteristics p {
        flex: 0 0 50%;
        width: 50%;
    }

}


