* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: Noto Sans SC,Microsoft YaHei New,Microsoft YaHei,Microsoft YaHei UI,Helvetica Neue,Helvetica,Arial,sans-serif!important;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* 1. 顶部导航栏 */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.logo img {
    height: 40px;
    margin-left: 50px;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    /* width: 100%; */
}

nav ul li {
    margin: 0 1rem;
}

header nav ul li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-bottom: 25px;
    letter-spacing: 0.2em;
}
body.en header nav ul li a {
    letter-spacing: 0;
}

header nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #ffffff;
    transition: width 0.3s ease, left 0.3s ease;
}
nav.nav-bar ul {
    font-size: 1.4rem;
}

nav ul li a:hover::after,
nav ul li a.active::after {
    width: 100%;
    left: 0;
}

nav ul li a.active {
    /* color: #005DDF; */
}

/* 2. 主内容区域 */
main {
    /* padding-top: 80px; */
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    height: 3px;
    width: 25px;
    background-color: #fff;
    margin-bottom: 4px;
    border-radius: 2px;
}
#languageToggle {
    color: #ffffff;
    font-size: 1.2rem;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0 10px;
    text-decoration: none;
}

.first-section {
    /* position: relative; */
    background-image: url(static/s1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100vh; */
    background-color: #000000;
    padding-top: 61.5625%;
}

.content-section {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}

.content-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-1-img {
    display: none;
}

.static-overlay {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    text-align: center;
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 65.62%, rgba(0, 0, 0, .8));
}
.text-overlay h2 {
    font-size: 4rem;
}

.section-1-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    text-align: right;
    padding-right: 10%;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
}


.section-1-content h2 {
    font-size: 4.5rem;
}
body.en .section-1-content h2 {
    width: 40rem;
    font-size: 4rem;
}


.buy-button {
    display: inline-block;
    background-image: url('static/buy_btn.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
    font-size: 1.5rem;
    /* transition: transform 0.3s ease; */
    width: 180px; /* 根据您的图片调整宽度 */
    line-height: 150%;
    text-align: center;
    margin: 10% 0 2%;
}

.buy-button:hover {
    transform: scale(1.05);
}


.section-1-title .foo {
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    font-weight: 100;
}
body.en .section-1-title .foo {
    font-size: 1.5rem;
}
.section-1-content p {
    font-size: 1.95rem;
    
}
body.en .section-1-content p {
    font-size: 1.5rem;
}

#section2 {
    background-color: #000000;
    background-image: url(static/s2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 63.229167%;
}

.section-2-content {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    height: 100%;
    text-align: center;
    background:none;
    left: 80px;
    padding-top: 6rem;
    top: 6rem;
}
.section-2-content h2 {
    color: #000000;
}
body.en .section-2-title2 {
    font-size: 2rem;
    font-weight: unset;
}

.section-2-desc {
    width: 28rem;
    position: absolute;
    bottom: 15rem;
}
.section-2-content p {
    /* width: 400px; */
    margin-top: 3.5rem;
    text-align: left;
    color: #000000;
    font-size: 1.2rem;
}
.section-2-content .amglass_red {
    width: 8rem;
    height: auto;
    margin-right: 5px;
    position: relative;
    top: 7px;
}

#section3 {
    background-image: url(static/s3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: unset;
}

#section3 img {
    width: 100%;
    height: unset;
    object-fit: unset;
}

#section3 .static-overlay h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
#section3 .static-overlay p {
    font-size: 1.75rem;
}
#section3 .static-overlay {
    top:50%;
    width: 100%;
    transform: unset;
    position: unset;
}

.selling-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 9rem auto 9rem;
}

.selling-point {
    width: 20%;
    text-align: center;
    /* padding: 20px; */
    /* background-color: rgba(255, 255, 255, 0.1); */
}

.selling-point-line1 span {
    font-size: 1.2rem;
    border-radius: 20px;
    border: 1px solid #ffffff;
    padding: 0 10px;
}
.selling-point-line2 {
    font-weight: bold;
    font-size: 2rem;
}
.selling-point-line3 {
    font-size: 0.9rem;
}

#section4 {
    background-image: url(static/s4_cn.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 63.229167%;
}
body.en #section4 {
    background-image: url(static/s4_en.jpg);
}

.section-4-content {
    height: 100%;
    text-align: right;
    padding-right: 7%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: unset;
    padding-top: 9rem;
}
#section4 .static-overlay h2 {
    color: #000000;
    font-size: 4.3rem;
    text-align: right;
}
#section4 .static-overlay p {
    color: #000000;
    font-size: 2.8rem;
    text-align: right;
}
#section4 .static-overlay p span {
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 0 20px;
}
.section-4-title {
    margin-top: 50px;
}
body.en #section4 .section-4-title {
/* body.en .section-4-title { */
    font-size: 2rem;
    margin-top: 1rem;
}

#section4 .section-4-price span {
    font-size: 2.5rem;
}
body.en #section4 .section-4-price span {
    font-size: 2rem;
}
#section4 .best_partner { 
    display: none;  
}
.section-4-best-partner {
    display: none;
}

#section5 {
    background-image: url(static/s5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 62.5%;
}


.section-5-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000;
    top:unset;
    /* transform: unset; */
    bottom: 2rem;
    background:unset;
    left: 8rem;
}

.section-5-content h2 {
    font-size: 3.5rem;
    line-height: 130%;
    text-shadow: 
        1px 1px 0 white, /* 描边效果，调整偏移和颜色 */
       -1px 1px 0 white,
        1px -1px 0 white,
       -1px -1px 0 white;
    
}

body.en .section-5-title3 {
    font-size: 2rem;
    margin-top: 2rem;
}
body.en .section-5-title3-h3 {
    font-size: 1.5rem;
}
#section5 .section-5-logo {
    width: 20rem;
    margin-bottom: 1rem;
}

.section-5-content p {
    /* font-weight: bold; */
    font-size: 1.5rem;
}
.section-5-content .section-5-desc {
    margin-top: 20px;
}

#section6 {
    background-image: url(static/s6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000; 
    padding-top: 58.333333%;
}
.section-6-content {
    color: #ffffff;
    top:0;
    left:0;
    transform: unset;
    width: 100%;
}

body.en .section-6-content h2 {
    display: flex;
    flex-direction: column;
}

body.en .section-6-title2 {
    font-size: 2rem;
    /* font-weight: unset; */
}

.section-6-content h2 {
    font-size: 4rem;
    margin-top: 10rem;
    margin-bottom: 3rem;
}
.section-6-content h2 span:first-child {
    margin-right: 5rem;
}
body.en .section-6-content h2 span:first-child {
    margin-right: 0;
}

.section-6-content p {
    font-size: 1.8rem;
    width: 85%;
    margin: 0 auto;
}
body.en .section-6-content p {
    width: 55rem;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: unset;
}

.section-6-content h3 {
    display: none;
}
#section6 .section-6-img1 {
    display: none;
}
#section6 .section-6-img2 {
    display: none;
}
   

.unboxing-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.unboxing-content h2 {
    margin-bottom: 20px;
    font-size: 5.3rem;
}

.unboxing-content p {
    font-size: 2.5rem;
    margin-top: 15px;
}

.content-section.active .text-overlay {
    transform: translateY(0);
}

/* 3. 页脚 */
footer {
    background-image: url(static/footerBG.png);
    color: #fff;
    padding: 2rem;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-content h2 {
    letter-spacing: 1.04em;
    text-indent: 1.04em;
    font-size: 2.4rem;
}

body.en .footer-content h2 {
    letter-spacing: 0;
    text-indent: unset;
    font-size: 2.3rem;
    font-weight: normal;
}

.footer-content p {
    font-size: 1.7rem;
    text-align: center;
}
body.en .footer-content p {
    font-size: 1.3rem;
    font-weight: lighter;
}
.footer-logo img {
    /* margin-left: 250px; */
    width: 11.9rem;
}

.copyright {
    text-align: center;
    font-size: 0.8rem;
}
.copyright a {
    color: #ffffff;
}

/* 4. 右侧常驻导航栏 */
.side-nav {
    position: fixed;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.side-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side-nav li {
    margin: 0.5rem 0;
}

.nav-dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    transition: all 0.3s ease;
}

.nav-dot:hover, .nav-dot.active {
    transform: scale(1.5);
    background-color: #ffffff;
}



.compatible-product-list {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin: 30px auto;
    width: 75%;
}

.compatible-product-row {
    display: flex;
    justify-content: center;
    gap: 150px;
}

.compatible-product-item {
    width: calc(25% - 15px);
    text-align: center;
}

.compatible-product-item .img-container {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.compatible-product-item img {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compatible-product-item p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.compatible-section {
    height: unset;
}
.compatible-section h2 {
    margin: 3rem auto 8rem;
    font-size: 2.6rem;
}

.compatible-section .static-overlay {
    /* position: relative; */
    top: 0;
    left: 0;
    transform: none;
    padding: 50px 0;
    width: 100%;
}

#section8 {
    background-image: url(static/s8.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding-top: 62.5%; */
    height: 100vh;

}

.how-to-buy-section {
    height: unset;
    background-image: url(static/s9.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.how-to-buy-section h2 {
    font-size: 4.3rem;
    color: #000000;
    /* margin-bottom: 9.25rem; */
}
.how-to-buy-section {
    height: unset;
}

.how-to-buy-section .static-overlay {
    transform: unset;
    top: 0;
    left: 0;
    width: 100%;
    position: unset;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    padding: 3rem 0;
}

.purchase-channels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 150px;
    margin-top: 30px;
}

.channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.channel img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 2rem;
}

.channel-button {
    display: inline-block;
    padding: 6px 6px;
    color: #000000;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    border: 1px solid #000;
    width: 100%;
    /* height: 44px; */
    font-size: 1.5rem;
}

.channel-button:hover {
    background-color: #000000;
    color: #ffffff;
}

/* 响应式设计 */
@media (max-width: 768px) {
    html {
        font-size: 100% !important;
    }
    header {
        position: relative;
        background-color: rgba(0, 0, 0, 1);
    }
    .logo {
        display: none;
    }
    nav {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        margin-top: 1rem;
    }

    nav ul li {
        margin-left: 1rem;
    }
    nav.nav-bar {
        align-items:flex-start;
        position: absolute;
        width: 100%;
    }
    #languageToggle {
        font-size: 0.8rem;
        position: absolute;
        right: 1rem;
    }

    .menu-toggle {
        display: flex;
        position: absolute;
        top: 1.5rem;
        left: 1rem;
    }

    nav ul.show {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9);
    }

    nav.nav-bar ul {
        display: none;
        width: 100%;
    }

    nav.nav-bar ul.show {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1rem;
        width: 8rem;
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 0.9rem;
    }
    header nav ul li a {
        padding-bottom: 0;
    }
    header nav ul li a::after {
        display: none;
    }

    nav ul li {
        margin: 0.5rem 0;
    }

    .side-nav {
        padding-right: 0;
        right: 0.5rem;
    }

    .footer-content {
        flex-direction: column;
        padding-right: 0;
    }

    .footer-text {
        text-align: center;
    }
    .display-none {
        display: none;
    }


    #section1 {
        background-image: url(static/s1_m.jpg);
        /* padding-top: 177.777778%;*/
        height: 100vh;
    }

    .section-1-content {
        padding: 0;
        align-items: center;
        text-align: center;

        display: flex;
        top: 0;
        left: 0;
        right: unset;
        transform: unset;
    }
    .section-1-title{
        /* margin: 5rem auto 0; */
        margin:0;
        width: 11rem;
    }
    body.en .section-1-title {
        width: 14rem;
    }
    body.en .section-1-desc {
        width: 80%
    }
    .section-1-content h2 {
        font-size: 1.8rem !important;
    }
    body.en .section-1-content h2 {
        width: unset;
    }
    .section-1-content .foo{
        font-size: 0.8rem !important;
    }
    .section-1-content .section-1-img {
        height: unset;
        display: block;
    }   
    .section-1-content .buy-button{
        font-size: 0.75rem;
        padding: 1px 15px;
        width: unset;
        margin-bottom: 1rem;
        margin-top: 1.5rem;

    }
    .section-1-content p{
        font-size: 0.8rem;
    }
    body.en .section-1-content p {
        font-size: 0.7rem;
    }

    #section2 {
        background-image: url(static/s2_m.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 177.777778%;
    }
    
    .section-2-content {
        left: 0;
        top:0;
        padding-top: 2rem;
        display: flex;
        align-items: flex-end;
        padding-right: 1rem;
    }
    .section-2-content h2 {
        font-size: 1.6rem;
        
    }
    .section-2-content p{
        width: 100%;
        font-size: 0.6rem;
        color: #000000;
        margin-bottom: 14rem;
    }
    body.en .section-2-content p {
        margin-bottom: 14rem;
    }

    body.en .section-2-content {
        padding-top: 1rem;
        top: 1rem;
    }
    body.en .section-2-content .section-2-title2 {
        font-size: 0.9rem;
    }

    #section3 {
        background-image: url(static/s3_m.png);
        /* padding-top: 177.777778%; */
    }
    #section3 .static-overlay {
        /* position: absolute; */
        top: 0;
        left: 0;
        transform: unset;
    }

    #section3 .static-overlay h2 {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }
    #section3 .static-overlay p {
        font-size: 0.8rem;
    }
    .section-2-desc {
        width: 10rem;
        top: 9rem;
        bottom: unset;

    }
    body.en .section-2-desc {
        top: 6rem;
    }
    .section-2-content .amglass_red {
        width: 4.8rem;
        top: 1px;
    }

    #section3 img {
        display: none;
    }

    .sction-3-img-holder {
        background-image: url(static/s3_m_glass.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 72.592593%;
        margin-top: 3rem;
    }
    .selling-point-line1 span{
        font-size: 0.7rem;
    }
    body.en .selling-point-line1 span{
        font-size: 0.7rem;
        width: 100%;
        display: block;
    }
    .selling-point-line2 {
        font-size: 1.1rem;
    }

    .selling-points {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .section-4-content {
        padding-top: 17%;
        padding-right: 1rem;
    }

    section#section4.content-section {
        background-image: url(static/s4_m.jpg);
        padding-top: 177.777778%;
        /* height: 100vh; */
    }

    #section4 .static-overlay h2{
        font-size: 1.35rem;
    }

    #section4 .best_partner {
        display: block;
        width: 8rem;    
        margin-top: 1.4rem;
    }
    #section4 .static-overlay p{
        font-size: 0.75rem !important;
        margin-top: 0.5rem !important;
    }
    #section4 .static-overlay p.section-4-price {
        margin-top: 0;
    }
    #section4 .static-overlay p span{
        font-size: 0.8rem !important;
        padding: 0 5px;
    }
    .section-4-title {
        margin-top: 1.5rem;
    }
    #section4 .section-4-best-partner {
        width: 100%;
        display: flex;
        align-items: center;
        position: absolute;
        top: 60%;
        flex-direction: column;
        left: 50%;
        transform: translateX(-50%);
    }
    #section4 .section-4-best-partner h2 {
        font-size: 1rem;
    }

    #section4 .section-4-best-partner p {
        text-align: center;
        font-size: 0.7rem;
        padding: 0 2rem;
    }

    #section5 {
        background-image: url(static/s5_m.png);
        /* padding-top: 177.777778%; */
        height: 100vh;
    }
    
    .section-5-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #000;
        left:6%;
        bottom: 12%;
        /* transform: unset; */
    }
    
    .section-5-content h2 {
        font-size: 1.5rem;
        text-align: left;
    }
    body.en .section-5-title3 {
        font-size: 1rem;
    }
    #section5 .section-5-logo {
        width: 8rem;
        margin-bottom: 1rem;
    }
    .section-5-content .section-5-title3 {
        /* margin-top: 2rem; */
    }
    .section-5-content .section-5-title3-h3 {
        font-size: 0.9rem !important;
        font-weight: unset;
    }
    .section-5-content p {
        font-size: 0.8rem;
    }

    body.en .section-5-content p{
        font-weight: unset;
    }
    .section-5-content .section-5-desc {
        margin-top: 1rem;
    }

    #section6 {
        background-image: url(static/s6_m.jpg);
        /* padding-top: 178.518519%; */
        padding:0;
        /* height: 100vh; */
    }
    .section-6-content {
        position: relative;
    }

    .section-6-content h2 {
        font-size: 1.5rem;
        display: flex;
        justify-content: space-evenly;
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    body.en .section-6-content h2 {
        flex-direction: column;
        align-items: center;
    }
    .section-6-content h3 {
        font-size: 1rem;
        margin-bottom: 2rem;
        display: block;
    }
    .section-6-content h2 span:first-child {
        display: inline-block;
        /* width: 100%; */
        margin: 0;
    }
    body.en .section-6-content h2 span:first-child {
        width: 15rem;
        
    }
    body.en .section-6-content .section-6-title2 {
        font-size: 0.5em;
    }

    #section6 .section-6-content p {
        font-size: 0.7rem;
        width: 85%;
        margin: 0 auto;
    }
    #section6 .section-6-img1 {
        display: block;
    }
    #section6 .section-6-img2 {
        width: 85%;
        margin: 0 auto 5.5rem;
        display: block;
    }


    #section7 {
        display: none;
    }

    .compatible-section {
        height: auto;
    }
    .compatible-section h2{
        margin: 0 auto;
    }

    div.compatible-product-list {
        width: 100%;
        gap: 30px;
    }
    div.compatible-product-row {
        flex-wrap: wrap;
        gap: 50px;
    }

    .compatible-product-item {
        width: calc(30% - 10px);
    }

    #section8 {
        background-image: url(static/s8_m.jpg);
        /* padding-top: 177.777778%; */
        height: 100vh;
    }
    #section8 .text-overlay h2 {
        font-size: 2rem;
    }
    #section8 .unboxing-content {
        /* background: linear-gradient(360deg, transparent, rgba(0, 0, 0, .6) 65.62%, rgba(0, 0, 0, .5)); */
    }
    #section8 .unboxing-content p {
        font-size: 1rem;
    }
    .how-to-buy-section {
        background-image: url(static/s9_m.png);
        padding-top: 61.111111%;
    }
    .how-to-buy-section .static-overlay {
        position: absolute;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .how-to-buy-section h2 {
        font-size: 1.5rem;
    }
    footer {
        background-image: url(static/footerBG_m.jpg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .footer-logo {
        text-align: center;
        width: 6.5rem;
    }
    .footer-logo img {
        margin: 0 auto;
        width: 50%;
    }
    footer .footer-content h2 {
        letter-spacing: 0.9em;
        text-indent: 0.9rem;
        font-size: 0.9rem;
    }
    body.en .footer-content h2 {
        letter-spacing: 0;
        text-indent: 0;
        font-size: 0.9rem;
    }
    footer .footer-content .footer-text p {
        font-size: 0.6rem;
    }
    body.en .footer-content p {
        /* font-size: 0.7rem; */
    }
}

@media (max-width: 768px) {
    .purchase-channels {
        gap: 40px;
        flex-wrap: nowrap;
    }

    .channel {
        width: 120px;
    }

    .channel img {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 1rem;
    }

    .channel-button {
        height: unset;
        padding: .1rem 1.5rem;
        font-size: 0.8rem;
        width: unset;
        /* font-weight: 100; */
    }
}

@media (max-width: 768px) {
    .selling-point {
        width: 45%;
    }
}

@media (max-width: 1600px) {
    html {
        font-size: 83%;
    }
}
@media (max-width: 1440px) {
    html {
        font-size: 75%;
    }
}
@media (max-width: 1280px) {
    html {
        font-size: 65%;
    }
}
@media (max-width: 1024px) {
    html {
        font-size: 55%;
    }
}
@media (max-width: 800px) {
    html {
        font-size: 41%;
    }
}

