/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@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
}

.z-index-9 {
    z-index: 9;
}

img {
    width: 100%;
    max-width: 100%;
    transition: all 500ms 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: #ffffff;
    margin: 0;
    padding: 0;
    background: #000000;
}

.text-bold {
    font-family: 'HONORSans-Demibold', sans-serif;
}

.text-left {
    text-align: left;
}

main {
    overflow: hidden;
}

header, .footer-bottom {
    padding: 24px 0;
    background: #FF7D00;
}

footer {
    color: grey;
}

.footer-text-bottom {
    font-size: 1rem;
    line-height: 1.2;
}

.footer-text-bottom a {
    color: gray;
}

.footer-top {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.footer-logo-wrap img {
    max-width: 335px;
}

.logo {
    max-width: 285px;
}

h1 {
    font-family: 'HONORSans-Demibold', sans-serif;
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 0 0 20px;
}

h1 span {
    font-family: 'HONORSans-Regular', sans-serif;
}

h2 {
    font-family: 'HONORSans-Demibold', sans-serif;
    font-size: 2.7rem;
    line-height: 1.2;
    margin: 0;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0;
}

h4 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.text-right {
    text-align: right;
}

.index-9 {
    z-index: 9;
}

.button {
    position: relative;
    z-index: 99;
    min-width: 222px;
    font-size: .7rem;
    text-align: center;
    color: #000000;
    border: 2px solid #000000;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: 700;
    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 {
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 8px 32px;
    border-radius: 30px;
    background: transparent;
    text-decoration: none;
    box-shadow: none;
    transition: all 400ms ease;
}

.button-buy:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.button-description {
    font-size: .7rem;
}

.degree {
    position: relative;
}

.degree > span {
    position: absolute;
    top: 0;
    left: 100%;
    font-size: .6rem;
}

h2 > .degree > span {
    font-size: 1rem;
}

.list-item {
    font-size: .6rem; 
}

.preview {
    min-height: 700px;
    color: #000000;
    background: #ffffff;
}

.preview-bg img {
    object-fit: cover;
}

.preview h3 {
    font-size: 1rem;
}

.product-prompts {
    font-size: .4rem;
    line-height: 1.2;
    color: #8e8e8e;
}

.preview .prompt {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.product {
    padding: 70px 0;
}

.product-image {
    transform: translateX(-15%);
}

.product-image > .sale {
    position: absolute;
    left: 0;
    top: 50%;
    width: 120px;
    transform: translateX(30%) translateY(-10%);
}

.action-image {
    flex: 0 0 210px;
    width: 210px;
}

.action-present {
    flex: 0 0 75px;
    width: 75px;
}

.action-title {
    font-size: 1rem;
}

.display-title {
    font-family: 'HONORSans-Demibold', sans-serif;
    font-size: 4rem;
    line-height: 1;
    background: #D2FEA9;
    background: linear-gradient(to right, #D2FEA9 0%, #70DDFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.display-subtitle {
    font-size: 2.2rem;
}

.display-image {
    max-width: 1200px;
}

.display-item {
    position: relative;
    padding: 0 12px;
}

.display-item:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1rem;
    width: 1px;
    height: 75%;
    background: #8e8e8e;
    transform: translateY(-50%);
}

.display-item:last-of-type:before {
    display: none;
}

.display-item--title {
    font-size: .7rem;
}

.display-item--info {
    position: relative;
    font-family: 'HONORSans-Demibold', sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    background: #D2FEA9;
    background: linear-gradient(to right, #D2FEA9 0%, #70DDFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.display-item--info span { 
    vertical-align: top;
    font-size: .7rem;
}

.safe {
    overflow: hidden;
    min-height: 800px;
}

.safe > .container {
    z-index: 2;
}

.safe-title {
    font-size: 1rem;
}

.safe-image {
    z-index: 1;
    bottom: 0;
}

.safe-image > img {
    object-fit: contain;
}

.ultra-title {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.5rem;
    line-height: 1;
    transform: rotate(-9deg) translateX(-50%) translateY(-100%);
}

.ultra-title > span {
    font-family: 'HONORSans-Demibold', sans-serif;
    font-size: 2.6rem;
    line-height: 1;
    color: #8DC96C;
}

.ultra-title.weight {
    top: 10px;
    right: 30px;
    left: inherit;
    transform: none;
}

.ultra-title > span > .degree > span {
    font-size: 1rem;
    top: 5px; 
}

.colors {
    min-height: 900px;
    background: url("../img/colors.png") no-repeat center;
    background-size: cover;
}

.colors-item--color {
    width: 20px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.colors-item--color.black {
    background: #47484A;
}

.colors-item--color.white {
    background: #E7E7E7;
}

.colors-item--title {
    font-family: 'HONORSans-Demibold', sans-serif;
    font-size: 1.2rem;
    color: #000000;
}

.sound-item {
    font-family: 'HONORSans-Demibold', sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    background: #CCE6FF;
    background: linear-gradient(to right, #CCE6FF 0%, #F7E5C6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fish {
    min-height: 1000px;
    background: url("../img/fiish.png") no-repeat center;
    background-size: cover;
}

.fish-item {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.fish-item h6 {    
    font-size: .7rem;
}

.fish-icon {
    max-height: 45px;
    max-width: 52px; 
}

.fish-icon--imax {
    max-width: 90px;
}

.fish-icon--check {
    margin-right: -6px;
} 

.hero {
    position: relative;
    z-index: 1;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    text-align: center;  
} 

.hero-subtitle {
    font-size: 2rem;
}

.hero-text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 1rem;
}

.sea {
    position: relative;
    min-height: 1000px;
    background: url("../img/sea.png") no-repeat center;
    background-size: cover;
}

.sea .container {
    position: relative;
    z-index: 1;
}

.sea::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);  
    z-index: 0;
}

.sea-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    height: 600px;
}

.sea-bg--top {
    top: -300px;
}

.sea-bg--bottom {
    bottom: -300px;
}

.sea-title {
    margin-left: auto;
    max-width: 800px;
}

.sea-text {
    margin-left: auto;
    max-width: 440px;
    font-size: 1rem;
}

.magic {
    position: relative;
    z-index: 1;
    min-height: 1400px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 500px !important;
    background: url("../img/magic.png") no-repeat center 0;
    background-size: cover;
}

.magic-title {
    font-size: 1.5rem;
    line-height: 1.2;
}

.magic-text { 
    margin: 0 auto;
    max-width: 740px;
    font-size: 1rem;
} 

.ready-text { 
    font-size: 1rem;
}

.ready-item {
    max-width: 650px;
}

.ready-item--bottom {
    margin-left: auto;
    max-width: 460px;
}

.ready-number {
    margin-right: 10px;
    font-size: 5rem;
    font-weight: 700;
    background: linear-gradient(180deg, #817EFA 0%, #EB52FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ready-feature {
    font-size: 1.5rem;
    text-align: left;
}

.innovation-item {
    min-height: 490px;
    padding: 35px;
    background-position: center;
}

.innovation-subtitle {
    font-size: 1.8rem;
}

.innovation-text {
    font-size: 1rem;
    line-height: 1.2;
}

.innovation-text span {
    font-size: .6rem;
    vertical-align: top;
}

.innovation-item--1 {
    background-color: #181818; 
}

.innovation-img-wrap {
    flex-shrink: 0;
}

.innovation-item--1 img {
    max-width: 550px;
} 

.innovation-item--2 { 
    background-image: url(../img/in2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.innovation-item--3 { 
    background-image: url(../img/in3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.innovation-item--3 span {
    font-size: 1rem;
}

.innovation-text-title {
    font-size: 1.5rem;
}

.house-text {
    font-size: 1rem;
}

.house-text span {
    font-size: .6rem;
    vertical-align: top;
}

.house-item {
    height: 100%;
}

.house-item--3 {
    margin-left: 45px;
}

.house-item--4 {
    margin-right: 45px;
}

.house-title {
    font-size: 1.9rem;
}

.house-row {
    margin-bottom: 120px;
}

.ring { 
    padding-top: 110px;
    min-height: 1000px;
    background: url("../img/ring.png") no-repeat center;
    background-size: cover;
    background-color: #0E0E0E;
}

.ring-title {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}

.start-inner {
    padding-bottom: 150px;
    min-height: 1200px;
    background: url("../img/start.png") no-repeat center;
    background-size: cover;
}

.start-subtitle {
    font-size: 2.7rem;
}

.start-text {
    margin: 0 auto;
    max-width: 900px;
    font-size: 1rem;
}

.start-list {
    padding: 20px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.start-item {
    margin-left: 35px;
    font-size: .7rem;
}

.start-item span { 
    font-size: .5rem;
    vertical-align: top;
}

.science-text {
    max-width: 700px;
    font-size: 1rem;
}

.science-text span { 
    font-size: .6rem;
    vertical-align: top;
}

.science-img-wrap {
    margin-top: -130px;
    display: flex;
    justify-content: flex-end;
}

.science-img { 
    max-width: 1000px;
}


@media screen and (max-width: 1650px)  {
    .magic {
        background-size: 1650px;
        min-height: 1000px;
        padding-bottom: 200px !important; 
    }
}


@media screen and (min-width: 1400px)  {
    .fish {
        background-size: 2000px;
    }

    .innovation .col-xl-6 {
        padding: 0 !important;
    }  

    .innovation-item--1 img {
        max-width: 650px;
    }

    .innovation-text-wrap--mod {
        max-width: 600px;
    }
}

@media screen and (max-width: 1400px)  {
    .fish {
        min-height: 950px;
        background: url(../img/fiish.png) no-repeat center top;
        background-size: 1500px;
    }
    .magic {
        background-size: 1400px;
        min-height: 800px;
        padding-bottom: 100px !important; 
    }

    .innovation-text-title {
        font-size: 1.15rem;
    }

    .science-img-wrap {
        margin-top: 0; 
    }
    
}




@media screen and (max-width: 1366px)  {
    .preview {
        min-height: 550px;
    }
    .design-image {
        width: 1100px;
    }    
}

@media screen and (max-width: 1200px)  {
    .innovation-item--1 img {
        max-width: 450px;
    }

    .house {
        text-align: center;
    }

    .house img {
        display: block;
        margin: 0 auto 35px;
        max-width: 550px;
    }

    .house-row {
        margin-bottom: 20px;
    }

    .house-item--3 {
        margin-left: 0;
    }
    
    .house-item--4 {
        margin-right: 0;
    }
    
    .ultra-title {
        font-size: 1rem;
    }

    .ultra-title > span {
        font-size: 1.5rem;
        display: inline-block !important;
    }

    .ultra-title.weight {
        top: 50px;
    }

    .ultra-title > span > .degree > span {
        font-size: .7rem;
        top: 5px;
    }
}

@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;
    }

    .preview {
        min-height: 390px;
    }

    .product {
        padding: 50px 0 20px;
    }

    .fish {
        background: url(../img/fiish.png) no-repeat center top;
        background-size: contain;
        min-height: 700px;
    }

    .sea {
        min-height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sea-title {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }
    
    .sea-text {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    } 
    
    .ring {
        min-height: 600px; 
    }

    .magic {
        background-size: 1024px;
        min-height: 700px;
        padding-bottom: 100px !important; 
    }
}

@media screen and (max-width: 992px)  {
    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: .8rem;
    }

    p {
        font-size: .6rem;
    }

    .preview-bg {
        position: relative;
    }

    .preview .prompt {
        position: relative;
        margin: 24px 0;
    }

    .design {
        min-height: 850px;
    }

    .content-description {
        font-size: .7rem;
    }

    .design-image {
        width: 700px;
    }

    .camera-order {
        order: 4;
        margin-top: 24px;
    }

    .harcourt-title {
        font-size: 1.1rem;
    }

    .display-item {
        flex: 0 0 calc(50% - 24px);
        width: calc(50% - 24px);
    }

    .display-item--border::before {
        display: none;
    }

    .product-image {
        transform: translateX(0);
    }

    .phone-safety {
        position: relative;
    }

    .colors {
        min-height: 700px;
    }

    .safety-title {
        font-size: 1rem;
    }

    .safety-description {
        font-size: .8rem;
    }

    .battery-image {
        max-width: 300px;
        margin: 24px auto 0;
    }

    .magic {
        padding-top: 12px;
    }

    .magic.gesture {
        min-height: inherit;
    }

    .gesture-image {
        transform: translateX(20%);
    }

    .energy-prompt {
        position: relative;
        margin-top: 30px;
    }

    .innovation-item--2 {
        margin-left: 0;
    }

    .innovation-item--3 {
        margin-right: 0;
    }

    .innovation-subtitle {
        font-size: 1rem;
    }

    .house-title {
        font-size: 1.25rem;
    }

    .start-subtitle {
        font-size: 1.25rem;
    }
    
    .start-inner {   
        min-height: auto;
        padding-bottom: 550px;     
        background: url(../img/start.png) no-repeat center bottom;
        background-size: contain;
    }

    .science {
        text-align: center;
    }
    
    .science-img-wrap {
        justify-content: center; 
    }
    
    .action-title {
        text-align: center;
    }

    .footer-text-bottom {
        font-size: .7rem;
    }

    .ultra-title.weight {
        right: -20px;
        top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .fish {        
        min-height: 750px;
        background-position: top;
        background-size: contain;
    }
    .magic {
        min-height: 750px;
        padding-bottom: 170px !important;
        background-size: contain;
    }
    .magic-title {
        font-size: 1.2rem;
    }

    .ready-item {
        margin: 0 auto;
        max-width: 450px;
        justify-content: flex-start;
    } 
    
    .ready-item--bottom {
        margin-left: auto;
        max-width: 100%;
        justify-content: flex-end;
    }
    
    .ready-number { 
        font-size: 3rem; 
    }
    
    .ready-feature {
        font-size: 1rem;
        text-align: left;
    }

    .ring {
        min-height: 500px;
        background-size: contain;
    }

    .start-inner {   
        min-height: auto;
        padding-bottom: 490px;   
    }

    .start-item {
        margin-left: 15px;
        font-size: .5rem;
    }

    .start-item span { 
        font-size: .3rem; 
    }

    .ultra-title {
        font-size: .8rem;
    }

    .ultra-title > span {
        font-size: 1.1rem; 
    }

    .ultra-title.weight {
        top: 25px;
    }

    .ultra-title > span > .degree > span {
        font-size: .5rem; 
    }
}

@media screen and (max-width: 575px) {
    .ultra-title.weight {
        display: flex;
        flex-direction: column;
        top: 0;
        right: 20px;
    }

    .colors {
        min-height: 500px;
    }

    .colors-item--title {
        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;
    }

    h4 {
        font-size: .8rem;
    }

    .action {
        flex: 1 1 auto;
        width: auto;
        margin-bottom: 24px;
    }

    .action-image {
        flex: 0 0 170px;
        width: 170px;
    }

    .color-item--circle {
        flex: 0 0 26px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
    }

    .color-item--circle.gray {
        background: #242426;
    }

    .color-item--circle.white {
        background: #ffffff;
    }

    .color-item--circle.blue {
        background: #8fb3af;
    }

    .sale {
        width: 70px !important;
        transform: translateY(-50%) translateX(10%) !important;
    }

    .param {
        font-size: 4rem;
    }

    .design-image {
        position: relative;
        width: 100%;
        margin-top: 24px;
    }

    .camera-configuration {
        margin-bottom: 24px;
    }

    .harcourt-title {
        text-align: center;
    }

    .fish {
        min-height: 650px;
    } 

    .magic {
        min-height: 650px;
        padding-bottom: 120px !important;
    }

    .ring {
        padding-top: 15%;
    }

    .start-inner {    
        padding-bottom: 340px;   
    }
} 


@media screen and (max-width: 479px) {
    h1 {
        font-size: 1.2rem;
        text-align: center;
    } 

    h3 {
        font-size: .8rem;
        text-align: center;
    }

    .display-item h2 {
        font-size: 1.2rem;
    }

    .speed-info {
        font-size: 2.5rem;
    }

    .magic-description {
        margin-bottom: 24px;
    }

    .magic.gesture {
        min-height: 350px;
    }

    .gesture-image {
        left: 0;
        bottom: 0;
        width: 400px;
        opacity: .2;
        transform: translateX(0%);
    }

    .gesture-image > img {
        height: 100%;
        object-fit: cover;
    }

    .ready-item {  
        justify-content: center;
        max-width: 270px;
    } 
    
    .ready-item--bottom { 
        justify-content: center;
    }
    
    .ready-number { 
        font-size: 2rem; 
    }
    
    .ready-feature {
        font-size: .7rem;
        text-align: left;
    }
    
    .innovation-item {
        min-height: 450px;
        padding: 15px;
    }

    .start-inner {    
        padding-bottom: 300px;   
    }

    .ultra-title.weight {
        right: 0; 
    }

    .hero-subtitle {
        font-size: 1.8rem;
    }

    .science-text,
    .hero-text,
    .sea-text,
    .magic-text,
    .ready-text,
    .innovation-text,
    .house-text,
    .start-text {
        font-size: .8rem !important;
    }
}

@media screen and (max-width: 439px) {
    .action-image {
        flex: 0 0 140px;
        width: 140px;
    }

     

    .action-title {
        flex: 1 1 auto;
        width: auto;
        font-size: .7rem;
    }

    .param {
        font-size: 3rem;
    }

    .param span {
        font-size: 2rem;
    }

    .design {
        min-height: inherit;
    }

    .phone-safety {
        width: 100%;
    }

    .ring {
        min-height: 400px;
    }

    .start-item {
        font-size: .4rem;
    }

    .display-item {
        width: 100%;
        flex: 0 0 100%;
    }

    .display-item:before {
        display: none;
    }
    
    .display-title {
        font-size: 2.5rem;
    }

    .display-subtitle {
        font-size: 1.5rem;
    }

    .ultra-title {
        font-size: .7rem;
    }

    .ultra-title > span {
        font-size: .8rem;
    }

    .safe-title {
        font-size: 0.8rem;
    }

    .safe {
        min-height: 600px;
    }

    
}

@media screen and (max-width: 385px) { 
    .magic {
        padding-bottom: 50px !important;
    }
    .start-inner {    
        padding-bottom: 280px;   
    }

    .colors-item--title {
        font-size: .65rem;
    }
    
    .fish {
        min-height: 690px;
    } 
    
}

@media screen and (max-width: 320px) {
    .display-title {
        font-size: 1.8rem;
    }
    .display-subtitle {
        font-size: 1.2rem;
    }
}


