/* ==========================================================================
   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%;
    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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HONORSans-Demibold', sans-serif;
    line-height: 1.2;
    font-weight: 600;
} 

.page-title {
    font-size: 45px;
}

.page-title-md {
    font-size: 38px;
}

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: linear-gradient(84deg, #C1A6B2 0%, #A58E98 25%, #806E76 50%, #493F44 75%, #000000 100%);
}

.page-start .container {
    max-width: 1800px;
}



.page-start-phones-mb {
    display: block;
    margin: 20px auto;
    max-width: 500px;
}

.page-start-wrap {
    padding-top: 80px;
}

.page-start-card {
    margin: 0 auto;
    max-width: 620px;
    padding: 30px 35px;
    width: 100%;
    background-image: url(../img/start-card.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(250, 211, 226, 1); 
    border-radius: 25px; 
}

.page-start-card h2 {
    background: linear-gradient(264.39deg, #7F6670 -2.77%, #B399A8 30.2%, #CFB4C5 59.91%, #7C646E 121.22%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-start-card h2 sup {
    -webkit-text-fill-color: #B399A8;
}

.page-start-item { 
    display: flex;
    flex-direction: column;
    align-items: center;  
}

.page-start-icon {
    min-height: 100px;
}

.page-start-icon--mod {
    margin-top: -14px;
}

.page-start-item-lg {
    width: 25%;
}

.page-start-item-sm {
    width: 12.5%;
}

.page-start-item img {  
    max-width: 70px; 
}

.page-start-item-sm img {
    max-width: 35px;
} 

.page-start-card h2 {
    font-size: 30px;
}

.page-start-item span {
    font-size: 10px;
    color: #fff;
}

.page-start-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    font-size: 10px;
    color: #fff;
    max-width: 52%;
    text-align: right;
}

.page-start-bottom img {
    display: block;
    margin-left: auto;
    max-width: 120px;
    margin-bottom: 5px;
}

.page-video {
    position: relative;
}

.page-video video {
    width: 100%;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
} 

.promo-wrap {
    margin: 0 auto;
    max-width: 550px;
}

.promo-present {
    position: absolute;
    left: -50px;
    top: 50%;
    max-width: 100px;
    transform: translateY(-50%);
}

.promo-item {
    position: relative;
}

.promo-img {
    display: block;
    max-width: 200px;
}

.promo-group {
    padding: 25px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background: rgba(248, 247, 247, 1);
    border-radius: 5px;
}

.promo-group p {
    font-size: 24px;
}

.promo-item-present {
    position: absolute;
    left: -55px;
    top: 50%;
    max-width: 65px;
    transform: translateY(-15%);
}

.promo-item-present-last {
    left: -10px;
}

.promo-bottom {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.feature-wrap {
    gap: 2%;
}

.feature-item {
    border-radius: 25px;
    margin-bottom: 2%;
}

.feature-item p {
    padding: 45px 35px 10px;
    font-size: 25px;
    font-weight: 600;
}

.feature-item-1 {
    height: 500px;
    width: 55%;
    display: flex;
    flex-direction: column;
    order: 1;
    justify-content: space-between;
    background-image: url(../img/feature-1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}



.feature-item-1 img { 
    display: block;
    margin: 0 auto;
    max-width: 75%;
}

.feature-item-2 {
    height: 404px;
    width: 43%;
    display: flex;
    flex-direction: column;
    order: 2;
    justify-content: space-between;
    background-image: url(../img/feature-2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-item-2 p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.feature-item-2 img {
    max-width: 83%;
    margin-left: auto;
}

.feature-item-3 {
    height: 328px;
    width: 55%;
    display: flex; 
    order: 3;
    justify-content: space-between;
    align-items: center;
    background-image: url(../img/feature-3-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-item-3 p {
    color: #fff;
    padding: 10px 10px 10px 35px;
}

.feature-item-4 {
    height: 256px;
    width: 43%;
    padding: 15px 25px;
    display: flex; 
    align-items: center;
    margin-top: -96px;
    order: 4;
    justify-content: space-between;
    background-image: url(../img/feature-4-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-item-4 p {
    margin-left: 15px;
    padding: 0;
    background: linear-gradient(90.06deg, #FDEDD7 22.41%, #A29482 36.66%, #E7D0B3 54.29%, #D2B794 69.05%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-item-4 p sup {
    -webkit-text-fill-color: #D2B794;
}

.feature-item-4 img {
    max-width: 100px;
}

.feature-item-5 {
    height: 298px;
    width: 55%; 
    position: relative;
    display: flex; 
    align-items: center; 
    order: 5;
    overflow: hidden;
    justify-content: space-between;
    background-image: url(../img/feature-5-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-item-5 p {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    max-width: 45%;
}

.feature-item-5 img {
    margin-left: auto;
    max-width: 65%;
}

.feature-item-6 {
    height: 465px;
    margin-top: -166px;
    width: 43%; 
    position: relative;
    display: flex; 
    align-items: center; 
    flex-direction: column;
    order: 6;
    overflow: hidden;
    justify-content: space-between;
    background-image: url(../img/feature-6-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-item-6 p {
    text-align: center;
}

.special {
    background-color: #000;
    color: #fff;
}

.special .page-title-md img {
    max-width: 250px;
}

.special-card-two {
    position: relative;
}

.special-titles {
    position: absolute;
    left: 75px;
    top: 40px;
    max-width: 500px;
    font-size: 40px;
    background: linear-gradient(264.17deg, #7F6670 9.61%, #B399A8 32.16%, #CFB4C5 52.47%, #7C646E 94.39%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special-date {
    display: block;
    margin: 105px auto 25px;
    background: rgba(224, 193, 211, 1);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
}

.special-titles .special-honor {
    -webkit-text-fill-color: #fff;
}

.special-titles sup {
    -webkit-text-fill-color: #CFB4C5;
}

.special-row-one {
    display: block;
}
.special-row-two {
    display: block;
}

.special-text-promo {
    margin-top: 30px;
    font-size: 16px;
    color: rgba(146, 146, 146, 1);
}

.special-text-promo a {
    color: rgba(146, 146, 146, 1);
    text-decoration: underline;
}

.special-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.special-item img {
    width: auto;
    height: 140px;
    object-fit: cover;
}

.special-item span {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}

.special-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.special-list li {
    width: 19%;
    font-size: 14px;
    color: rgba(146, 146, 146, 1);
}

.trend-color {
    background-image: url(../img/trend-color-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    color: #000;
}

.page-text {
    font-size: 19px;
    font-weight: 400;
}

.trend-color h2 {
    max-width: 750px;
}

.trend-color p {
    max-width: 480px;
}

.trend-color-tripple {
    max-width: 150px;
}

.trend-color-list {
    display: flex;
    gap: 20px;
}

.trend-color-list li {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    font-weight: 600;
}

.frame-item {
    padding: 40px;
    background-image: url(../img/frame-bg.png);
}

.frame-item-1 {
    margin-top: 50px;
    margin-left: -100px;
    padding-left: 140px;
}

.frame-subtitle {
    font-size: 24px;
    background: linear-gradient(180deg, #EFAED6 0%, #A37385 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.frame-row {
    display: flex; 
    align-items: center;
}

.frame-row span {
    padding-right: 15px;
    width: 65%;
    font-size: 19px;
}

.frame-row b {
    font-size: 24px;
}

.frame-row img {
    max-width: 150px;
}

.frame-item-2 {
    position: relative;
    z-index: 2;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    margin-right: -100px;
    padding-right: 140px;
}

.protection {
    min-height: 1000px;
    background-image: url(../img/protection-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.protection-item {
    position: relative; 
}

.protection-wrap {
    position: relative;
    z-index: 2;
}

.protection-ellipse {
    position: absolute;
    left: -150px;
    bottom: -70px;
    z-index: 1; 
    transform: scale(1.4);
}

.protection-subtitle {
    font-size: 24px;
    background: linear-gradient(180deg, #EFAED6 0%, #A37385 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.battery {
    background: rgba(36, 31, 33, 1);
    color: #fff;
}

.battery-top-img {
    display: block;
    margin: 0 auto;
    max-width: 750px;
}

.battery-wrap {
    display: flex;
    justify-content: space-between;
}

.battery-left,
.battery-right {
    width: 48%;
}

.battery-left {
    max-width: 500px;
}

.battery-green {
    font-size: 24px;
    font-weight: 500;
    background: linear-gradient(180deg, #49D7B8 -10.65%, #19A88C 60.19%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.battery-green sup {
    -webkit-text-fill-color: #19A88C;
}

.battery-row {
    margin-top: 10px;
    display: flex;
}

.battery-icon {
    max-width: 25px;
    margin-right: 10px;
}

.battery-row-group {
    width: 49%;
}

.battery-bottom-img {
    position: absolute;
    right: -100px;
    bottom: 0;
    max-width: 550px;
}

.battery-bottom-wrap {
    margin-top: 250px;
    min-height: 600px;
    position: relative;
    padding-top: 120px;
}

.battery-bottom-group {
    display: flex;
    max-width: 700px;
}

.battery-bottom-row {
    font-size: 24px;
    background: linear-gradient(180deg, #ACE2F2 0%, #41B7DB 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.battery-bottom-row-line {
    position: relative; 
    padding-left: 48px; 
}

.battery-bottom-row-line::before {
    content: '';
    position: absolute;
    left: 23px;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(180deg, #ACE2F2 0%, #41B7DB 100%);
} 

.effect {
    background-image: url(../img/effect-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.effect-title-wrap {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto -350px;
}

.display {
    position: relative;
    min-height: 900px;
    display: flex;
    align-items: center;
    background-image: url(../img/display-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.display-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.display-item {
    max-width: 48%;
    margin-bottom: 25px;
}

.display-img {
    position: absolute;
    right: 12%;
    bottom: 0;
    max-width: 540px;
}

.display-subtitle {
    font-size: 24px;
    font-weight: 500;
}

.display-two {
    background-image: url(../img/display-bg-2.png);
}

.display-two .container {
    position: relative;
    z-index: 2;
}

.display-img-two {
    left: 12%;
    right: auto;
    max-width: 450px;
}

.display-two::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(270deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
    filter: blur(310px);
}

.display-two .display-item {
    width: 30%;
    margin-right: 3%;
}

.display-two .display-subtitle {
    font-size: 28px;
}

.display-two .display-list {
    justify-content: flex-start;
}

.display-three {
    min-height: 800px;
    background-image: none;
    background-color: #fff;
    color: #000;
}

.display-three::before {
    display: none;
}

.display-three .display-list {
    justify-content: space-between;
}

.display-three .display-item {
    width: 48%;
    margin: 0 0 20px;
}

.display-three .display-subtitle {
    font-size: 21px;
}

.display-color {
    font-size: 31px;
    background: linear-gradient(180deg, #D8B1C9 0%, #A17E8B 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.display-color sup {
    -webkit-text-fill-color: #D8B1C9;
}

.operation {
    background: rgba(36, 31, 33, 1);
    color: #fff;
}

.operation-item {
    height: 100%;
    display: flex;
    align-items: center;
}

.operation-image-top  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
 

.sound-title-wrap {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
} 

.work .page-title img {
    max-width: 210px;
    margin-bottom: -4px;
}

.work-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.work-img-transform {
    transform: translateX(20px);
}

.service {
    background: rgba(17, 17, 17, 1);
    color: rgba(238, 223, 202, 1);
}

.service-text {
    margin-bottom: 10px;
    font-size: 16px;
}

@media(max-width: 1650px) {
    .effect-title-wrap {
        margin-bottom: -250px;
    }
    .display-img { 
        right: 0; 
    }

    .display-img-two {
        left: 5%; 
    }
}

@media(max-width: 1500px) {
    .page-start {
        min-height: 800px;
    }
    .page-start-phones {
        position: absolute;
        bottom: 0;
        left: 40px;
        max-width: 45%;
    }
}

@media(max-width: 1400px) {
    .feature-item p {
        padding: 25px 25px 10px;
        font-size: 20px; 
    }
    .protection {
        align-items: flex-start;
        min-height: 700px;
    }

    .protection-ellipse {
        bottom: -200px;
    }

    .display-img-two {
        left: 5%; 
        max-width: 400px;
    }
}

@media(max-width: 1200px) {
    .page-start {
        min-height: 800px;
    }
    .special-titles {
        font-size: 35px;
        left: 65px;
        max-width: 450px;
    }
    .special-row-one {
        display: inline-block;
    }
    .special-row-two {
        display: inline-block;
    }

    .special-list li { 
        font-size: 11px; 
    }

    .frame-item-1 {
        margin-left: 0;
        margin-top: 0;
        padding-left: 40px;
    }
    .frame-item-2 {
        margin-right: 0;
        margin-top: 0;
        padding-right: 40px;
    }

    .battery-bottom-img {
        right: -140px;
        max-width: 450px;
    }

    .battery-bottom-wrap {
        margin-top: 120px;
    }
    .effect-title-wrap {
        margin-bottom: -150px;
    }

    .display {
        min-height: 650px;
    }

    .display-img {
        max-width: 340px;
    }

    .display-img-two {
        left: 2%; 
        max-width: 300px;
    }
}

@media(max-width: 991px) {

    .page-start-bottom {
        position: static;
        max-width: 100%;
    }
    .button {
        font-size: 16px;
    }
    .page-title {
        font-size: 35px;
    }
    .page-title-md {
        font-size: 28px;
    }
    .page-start-title {
        max-width: 500px;
    }
    .page-start-card {
        padding: 20px 25px;
    }
    .page-start-card h2 {
        font-size: 23px;
    }

    .promo-img {
        max-width: 110px;
    }

    .promo-group p {
        font-size: 18px;
    }

    .feature-item-1 {
        width: 100%;
        height: 425px;
    }

    .feature-item-2 {
        width: 49%;
        height: 321px;
    }

    .feature-item-6 {
        order: 3;
        width: 49%;
        height: 321px;
        margin-top: 0;
    }
    .feature-item-3 {
        order: 4;
        width: 100%;
        height: 267px;
    }

    .feature-item-3 img {
        max-width: 36%;
    }
    .feature-item-4 {
        order: 5;
        margin-top: 0;
        width: 49%;
        height: 204px;
    }
    .feature-item-5 {
        order: 6;
        width: 49%;
        height: 204px;
    }

    .feature-item-5 p {
        padding: 0;
        left: 15px;
        max-width: 55%;
    }
    .special-titles {
        font-size: 26px;
        left: 55px;
        top: 30px;
        max-width: 350px;
    }
    .special-item img { 
        height: 110px; 
    }
    
    .special-item span { 
        font-size: 14px; 
    }
    .special-list li { 
        font-size: 9px; 
    }

    .frame-item {
        background-image: none;
    }

    .frame-item .page-title-md, 
    .frame-subtitle {
        text-align: center;
    }
    .frame-item-2 {
        text-align: center;
    }
    
    .protection {
        min-height: 1400px;
        background-image: url(../img/protection-bg-mb.png);
        background-position: center;
        text-align: center;
    }
    .battery-bottom-img {
        position: static;
        display: block;
        margin: 30px auto 0;
    }

    .effect-title-wrap {
        margin-bottom: -100px;
    }

    .display {
        flex-direction: column;
    }

    .display .page-title {
        text-align: center;
    }

    .display-img {
        position: static;
        display: block;
        margin: 0 auto;
        max-width: 450px;
    }

    .work .page-title img {
        max-width: 150px;
    }

    .promo-list {
        padding-left: 30px;
        padding-right: 30px;
    }
    .promo-item-present {
        max-width: 45px;
        left: -25px;
    }
    .promo-item-present-last {
        left: -5px;
    }
}

@media(max-width: 767px) {
    .container {
        max-width: 650px;
    }

    .promo-wrap {
        max-width: 80%;
    }

    .promo-present {
        left: -30px;
        max-width: 70px;
    }

    .feature-item-4 p {
        padding: 0;
    }
    .special-titles {
        font-size: 26px;
        left: 46px;
        top: 25px;
        max-width: 350px;
    }
    .special-row-md {
        display: block;
    }
    .special-row-one {
        display: inline;
    }
    .special-row-two {
        display: inline;
    }

    .special .page-title-md img {
        max-width: 134px;
    }
    .special-item img { 
        height: 85px; 
    }
    
    .special-item span { 
        font-size: 12px; 
    }
    .special-list li { 
        font-size: 8px; 
    }

    .trend-color {
        text-align: center;
    }

    .trend-color p {
        margin-left: auto;
        margin-right: auto;
    }

    .trend-color-list {
        max-width: 250px;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }
    .frame-row span {
        font-size: 16px;
        width: 55%;
    }

    .frame-row b {
        font-size: 21px;
    }

    .protection {
        min-height: 1100px;
    }

    .battery {
        padding-top: 200px !important;
    }

    .battery-left {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        max-width: 90%;
    }

    .battery-right {
        width: 100%;
    }

    .battery-group {
        margin-bottom: 15px;
        display: flex;
        align-items: center; 
        justify-content: space-between;
    }

    .battery-green {
        margin-bottom: 0 !important;
        font-size: 21px;
    }

    .battery-green,
    .battery-transform {
        width: 48%;
    }

    .page-text {
        font-size: 16px;
    }

    .battery-row {
        width: 48%;
        flex-direction: column;
        margin-top: 0;
    }

    .battery-row-group {
        width: 100%;
    }

    .battery-group-mod {
        align-items: flex-start;
    }

    .battery-bottom-row {
        font-size: 21px;
    }

    .battery-bottom-wrap .page-title,
    .battery-bottom-wrap .page-text {
        text-align: center;
    }
    .effect-title-wrap {
        margin-bottom: -40px;
    }

    .display-two .display-list {
        max-width: 550px;
        margin: 0 auto;
    }

    .operation-titles {
        font-size: 28px;
    }

    .operation-titles-bottom {
        text-align: center
    } 
}

@media(max-width: 650px) {
    

    .feature-item {
        width: 100%;
        height: 300px;
        flex-direction: column;
        justify-content: space-between;
    }
    .feature-item p {
        padding: 15px;
    }
    .feature-item img {
        max-width: 50%;
    }
    .feature-item-2 img {
        max-width: 40%;
    }
    .feature-item-3 img {
        max-width: 30%;
    }
    .feature-item-4 {
        padding: 0 0 15px 0;
        flex-direction: column-reverse;
    }
    .feature-item-4 img {
        max-width: 30%;
    }
    .feature-item-5 {
        align-items: flex-end;
        justify-content: flex-end;
    }
    .feature-item-5 p { 
        top: 15px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        max-width: 90%;
        width: 100%;
        text-align: center;
    }
    .feature-item-5 img {
        max-width: 45%;
    }
    .special-titles {
        font-size: 3.5vw;
        left: 6.5vw;
        top: 3.5vw;
        max-width: 50vw;
    }
    .special-list {
        gap: 15px;
        justify-content: center;
    }
    .special-list li { 
        width: 33%;
        font-size: 11px; 
        text-align: center;
    }
    .battery-group {
        flex-direction: column;
        align-items: center;
    }
    .battery-green, 
    .battery-transform {
        width: 100%;
        text-align: center;
    }
    .battery-row {
        margin-top: 10px;
        width: 100%;
        align-items: center;
    }
    .battery-row p {
        justify-content: center;
    }
    .battery-row .battery-green {
        width: auto;
    }
    .battery-row-group .page-text {
        width: 100%;
        text-align: center;
        display: block;
    }

    .display-list {
        flex-direction: column;
    }

    .display-item {
        margin-bottom: 35px;
        max-width: 100%;
        text-align: center;
    }

    .display-two .display-list {
        flex-direction: row;
        justify-content: center;
    }

    .operation-item {
        justify-content: center;
    }

    .operation-titles { 
        margin-bottom: 20px;
        text-align: center;
    }
    
    .sound-title-wrap {
        width: 100%;
        padding: 0 15px;
    }

    .promo-group {
        flex-direction: column;
        text-align: center;
    }
}

@media(max-width: 575px) {
    .promo-list {
        flex-direction: column;
    }

    .promo-item {
        margin-bottom: 15px;
    }
    .page-start-icon {
        min-height: auto;
    }

    .page-start-item span {
        margin-top: 10px;
    }

    .special-item {
        margin-bottom: 25px;
    }

    .special-item img { 
        height: 120px; 
    }
    
    .special-item span { 
        font-size: 16px; 
    }
    .special-list li { 
        width: 100%; 
    }
    .frame-row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .frame-item {
        padding: 0;
    }
    .frame-item span {
        margin-top: 5px;
        padding: 0;
    }
    .protection {
        min-height: 1300px;
        background-position: center bottom;
    }

    .battery-bottom-group {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .battery-bottom-row-line {
        padding-left: 0;
        padding-top: 48px;
    }

    .battery-bottom-row-line::before {
        left: auto;
        top: 23px;
        width: 100%;
        height: 2px;
    }

    .display-two .display-list {
        flex-direction: column; 
    }

    .display-two .display-item {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .sound-title-wrap {
        top: 15px;
    }
}

@media(max-width: 400px) {
    .sound .page-title {
        font-size: 25px;
    }
}

@media(max-width: 380px) {
    .protection {
        min-height: 1500px; 
    }
}

@media(min-width: 576px) {
    .page-start-item-sm {
        margin-top: 15px;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media(min-width: 1800px) { 

    .page-start-wrap {
        padding-top: 100px;
    }

    
}

 