/* ==========================================================================
   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;
}

#hellopreloader_preload {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background: #DA7703 url(../img/bars.svg) center center no-repeat;
    background-size: 41px;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    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: 18px;
    scroll-behavior: smooth;
}

body {
    font-family: 'HONORSans-Regular', sans-serif;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0;
    background: #FFF;
}

.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 a {
    color: gray;
}

.footer-top {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
} 

.logo {
    max-width: 285px;
}

.start-icon {
    max-width: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HONORSans-Demibold', sans-serif;
    line-height: 1.2;
    font-weight: 600;
} 

.page-title {
    font-size: 36px;
} 

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.button {
    position: relative;
    z-index: 99;
    min-width: 222px;
    font-size: 20px;
    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;
    text-decoration: none;
}

.button > svg {
    fill: #000000;
}

.button:hover {
    background: #000000;
    color: #ffffff;
}

.button:hover > svg {
    fill: #ffffff;
}


.page-start {  
    background: #fff;
    color: #000;
}

.page-start .container {
    max-width: 1920px;
}

.page-start-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 620px;
}


.page-start-phones-mb {
    display: block;
    margin: 20px auto;
    max-width: 500px;
}


.page-start-bottom {
    position: absolute;
    bottom: 0;
    right: 25px;
    padding: 10px;
    font-size: 10px;
    color: #000;
    max-width: 40%;
    text-align: right;
}

.page-start-bottom img {
    display: block;
    margin-left: auto;
    max-width: 120px; 
}

.page-start .page-start-sgc {
    max-width: 85px;
    margin-bottom: 10px;
}

 

.promo-wrap {
    margin: 0 auto;
    max-width: 550px;
}

.promo-present {
    position: absolute;
    left: -50px;
    top: 50%;
    max-width: 100px;
    transform: translateY(-50%);
}


.color-green {
    background: linear-gradient(180deg, #AAF2E3 0%, #30C7AE 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-green sup {
    background: linear-gradient(180deg, #AAF2E3 0%, #30C7AE 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promo-bottom {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-titles {
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}
.page-titles img {
    max-width: 30px;
}

.page-text {
    font-size: 20px;
    line-height: 1.2;
}

.color__inner {
    display: flex;
    align-items: flex-end;
    min-height: 1080px;
    background-image: url(../img/color.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.color__inner ul { 
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.color__inner li {
    width: 290px;
    display: flex;
    align-items: center;
}

.color__inner li img {
    max-width: 50px;
    margin-right: 10px;
}

.features__list {
  columns: 2;
  column-gap: 20px;
}

.features__item {
  break-inside: avoid;
  margin-bottom: 20px;
}

.battery {
    position: relative;
    background-image: url(../img/battery-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.battery__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 1000px;
}

.battery__item h5 {
    font-size: 32px;
    font-weight: 500;
}

.battery__item .page-text {
    display: block;
    font-size: 16px;
}

.battery__item b {
    font-weight: 600;
    font-size: 20px;
}

.battery ul {
    display: flex; 
    align-items: flex-start;
    gap: 10px;
}

.battery li {
    width: 32.33%;
    display: flex;
    flex-direction: column; 
}

.charge .container {
    max-width: 1920px;
}

.charge__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.charge__img-1 {
    max-width: 40%;
}

.charge__img-2 {
    max-width: 20%;
}

.charge__text-wrap {
    max-width: 40%;
}

.sustain {
    min-height: 1000px;
    background-image: url(../img/sustain-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sustain__title { 
    font-size: 32px;
    font-weight: 500;
}

.sustain__icon-top {
    max-width: 220px;
}

.sustain ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.sustain li {
    display: flex;
    align-items: center;
    width: 48%;
}

.sustain__icon {
    width: 55px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.sustain__icon img {
    object-fit: contain;
    width: auto;
}

.water {
    min-height: 1000px;
    background-image: url(../img/water.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.water__item {
    padding-top: 200px;
}

.fast {
    position: relative;
    z-index: 1;
    min-height: 850px; 
    background-image: url(../img/fast-bg.png);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}

.fast__bg-bottom {
    position: absolute;
    bottom: -170px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 400px;
    background-image: url(../img/fast-bg-w.png);
    background-repeat: no-repeat;
    background-size: cover;
}

 

.fast .container {
    position: relative;
}

.fast__item {
    padding-top: 150px;
}

.fast__bg-wrap {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
    max-width: 65%;
}

.touch__row {
    position: relative;
    display: flex;
    align-items: stretch;
}

.touch__row::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
    width: 100%;
    height: 350px;
    transform: translateY(-50%);
    background-image: url(../img/tocuh-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.touch__row--mod::before {
    right: 40px;
    transform: translateY(-50%);
}

.touch__img {
    position: relative;
    z-index: 3;
    flex: 1;
    max-width: 650px;
}

.touch__text-top {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.touch__text-wrap {
    position: relative;
    z-index: 2;  
    flex: 1;
    display: flex; 
    flex-direction: column;
    justify-content: center;  
}

.touch__text-wrap--right { 
    padding: 0 20px;
} 

.touch__text-wrap--left {
    padding: 0 20px;
}

.touch__text-wrap--left h2,
.touch__text-wrap--left p {
    max-width: 450px;
    margin-right: -40px; 
}

.camera__img {
    position: relative;
    z-index: 1;
}

.camera__text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.camera__title-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: -15%;
}
  
.optimal__color {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.display__item {
    height: 415px;
    padding: 25px;
    border-radius: 15px;
}

.display__item h5 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}

.display__item--1 {
    background-image: url(../img/d-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.display__item--2 {
    background-image: url(../img/d-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.display__item--3 {
    background-image: url(../img/d-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.display__item--4 {
    background-image: url(../img/d-4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.magic__top-text {
    display: block;
    margin: 0 auto 20px;
    max-width: 250px;
}

.magic .page-titles {
    display: block;
    margin: 0 auto 40px;
    max-width: 700px;
}

.magic .page-text {
    margin-bottom: 45px;
}

.magic__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 20px 0;
    border-radius: 15px;
    background: rgba(233, 254, 253, 1);
    color: rgba(0, 0, 0, 1);

}

.magic__item h4 img {
    max-width: 20px;
}

.magic__item h4 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
}

.magic__img {
    max-height: 450px;
    width: auto;
    display: block;
    margin: auto auto 0;
    max-width: max-content;
}

@media(max-width: 1650px) {  
}

@media(max-width: 1500px) {
    .page-start {
        min-height: 700px;
    }
    .page-start-phones {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 55%;
    }
    .page-start-wrap {
        max-width: 40%;
    }
}

@media(max-width: 1400px) { 
    .page-start-wrap {
        top: 40%;
    }
    .charge__img-1 {
        max-width: 30%;
    }

    .charge__img-2 {
        max-width: 20%;
    }

    .charge__text-wrap {
        max-width: 50%;
    }
}

@media(max-width: 1200px) {

    
}

@media(max-width: 991px) { 

     
    .page-start-bottom {
        position: static;
        max-width: 100%;
    }
    .page-start-wrap {
        position: static;
        max-width: 500px;
        margin: 0 auto;
        transform: translateY(0);
    }
    .button {
        font-size: 16px;
    }
    .page-titles { 
        font-size: 32px; 
    }

    .page-text {
        font-size: 16px; 
    }

    .color__inner { 
        min-height: 700px;
        background-image: url(../img/color-mb.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .color ul {
        margin-bottom: 0;
    }

    .color li img {
        max-width: 40px;
    }

    .color__text {
        display: block;
    }

    .battery__img {
        position: static;
        max-width: 100%;
        width: 100%;
    }

    .charge__inner {
        flex-direction: column-reverse;
        text-align: center;
    }
    .charge__text-wrap {
        max-width: 650px;
    }

    .charge__img-1 {
        max-width: 550px;
    }

    .sustain {
        min-height: 1200px;
        background-image: url(../img/sustain-bg-mb.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        text-align: center;
    }

    .sustain ul {
        margin-bottom: 25px;
        text-align: left;
    }

    .sustain__icon-top {
        margin: 0 auto;
    }

    .water { 
        min-height: 1100px;
        background-image: url(../img/water-mb.png); 
        background-position: center;
    }

    .water__item {
        padding-top: 0;
        text-align: center;
    }

    .fast {
        min-height: 450px;
    }

    .fast__bg-wrap {
        position: static;
        max-width: 90%;
        text-align: center;
    }
    .fast__item {
        padding-top: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .touch__text-wrap {
        max-width: 300px;
    }

    .touch__row::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -50px;
        z-index: 1;
        width: 100%;
        height: 250px;
        transform: translateY(-50%);
        background-image: url(../img/touch-bg-mb.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .touch__row--mod::before {
        right: 40px;
        transform: translateY(-50%);
    }
    .optimal__list {
        display: flex; 
        justify-content: space-between;
    }

    .optimal .page-titles {
        text-align: center;
    }

    .optimal__color {
        font-size: 22px;
    }

    .display__item {
        height: 240px;
    }

    .display__item h5 {
        font-size: 18px;
    }

    .magic__item {
        text-align: center;
    }
    .magic__item h4 {
        font-size: 28px;
    }

    .magic__img {
        max-height: auto;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .container {
        max-width: 650px;
    }

    .promo-wrap {
        max-width: 80%;
    }

    .promo-present {
        left: -30px;
        max-width: 70px;
    }

    .sustain {
        min-height: 1100px; 
    }

    .water { 
        min-height: 950px; 
        background-size: contain;
    }

     .touch__row::before {
        right: 0;
     }
     .touch__row--mod::before {
        right: 40px; 
    }
    .display__item {
        height: 200px;
    }
}

@media(max-width: 650px) {
     
}

@media(max-width: 575px) {  

    .features__list {
        display: flex;
        flex-direction: column;
    }

    .features__item {
        flex: 1 1 100%;
    }
 
    .features__item--1 { order: 1; }
    .features__item--2 { order: 2; }
    .features__item--3 { order: 3; }
    .features__item--4 { order: 4; }
    .features__item--5 { order: 5; }
    .features__item--6 { order: 6; }

    .color__inner { 
        min-height: 500px; 
    }

    .color .page-text {
        font-size: 12px !important;
    }

    .color li img {
        max-width: 30px;
    }

    .optimal__list {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }
    .camera__title-wrap {
        margin-bottom: -7%;
    }
    .page-titles {
        font-size: 28px;
    }

    .battery__item {
        text-align: center;
    }

    .battery ul {
        justify-content: center;
    }
    .sustain__title,
    .battery__item h5 {
        font-size: 28px;
    }

    .sustain ul {

        justify-content: center;
    }

    .sustain li {
        width: 55%;
    }

    .water { 
        min-height: 770px;  
    }

    .touch__row {
        flex-direction: column-reverse;
    }

    .touch__row--mod {
        flex-direction: column;
    }

    .touch__row::before {
        display: none;
    }
    .touch__text-wrap--left,
    .touch__text-wrap--right {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }
    .touch__text-wrap--left h2,
    .touch__text-wrap--left p {
        max-width: 100%;
        margin-right: 0; 
    }

    .display__item {
        text-align: center;
    }
    .magic__top-text {
        max-width: 150px;
    }
}

@media(max-width: 480px) {  
    .battery ul {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .battery li {
        width: auto;
        max-width: 320px;
    }
}

@media(max-width: 400px) {  

    .color .page-text {
        font-size: 10px !important;
    }

    .color li img {
        margin-right: 5px;
        max-width: 17px;
    }
}

@media(max-width: 380px) { 
}

@media(min-width: 576px) {
}

@media(min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
    .display__item--1 h5, 
    .display__item--3 h5 {
        max-width: 250px;
    } 
    .display__item--2 h5,
    .display__item--4 h5 {
        max-width: 380px;
    }
}



@media(min-width: 1650px) {  
    
}

 