@font-face {
    font-family: 'August-Script';
    src: url('../fonts/august-script/AugustScriptBoldfree.woff2') format('woff2'),
        url('../fonts/august-script/AugustScriptBoldfree.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Medium";
    src: url("../fonts/rubik/rubik-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url("../fonts/rubik/rubik-regular-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Light";
    src: url("../fonts/rubik/rubik-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("../fonts/rubik/rubik-bold-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Black";
    src: url("../fonts/rubik/rubik-black-webfont.woff") format("woff");
    font-style: normal;
}

.August-Script {
    font-family: 'August-Script';
}

.Rubik-Bold {
    font-family: "Rubik-Bold";
}

.Rubik-Regular {
    font-family: "Rubik-Regular";
}

.Rubik-Light {
    font-family: "Rubik-Light";
}

.Rubik-Medium {
    font-family: "Rubik-Medium";
}

@-webkit-keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

/* story style */

.gocrystal_wrapper img {
    width: 100%;
    max-width: 100%;
}

.gocrystal_wrapper a:hover {
    text-decoration: unset;
}

.gocrystal_wrapper h1,
.gocrystal_wrapper h2,
.gocrystal_wrapper h3,
.gocrystal_wrapper h4,
.gocrystal_wrapper h5,
.gocrystal_wrapper h6,
.gocrystal_wrapper p {
    margin: 0;
    padding: 0;
    ;
}

.gocrystal_wrapper .banner_section {
    overflow: hidden;
}

/* .gocrystal_wrapper .vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 -1px;
}

.gocrystal_wrapper .vtop {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 -1px;
} */

.gocrystal_wrapper .relative {
    position: relative;
}

.gocrystal_wrapper {

    color: #000;
}

.gocrystal_wrapper .white-text {
    color: #fff;
}

.gocrystal_wrapper .section-padding {
    padding: 110px 0;
}

.gocrystal_wrapper .gocrystal_container_sec1 {
    width: 85%;
    margin: 0 auto;
}

.gocrystal_wrapper .gocrystal_container {
    width: 82%;
    margin: 0 auto;
}

.gocrystal_wrapper h1 {
    font-size: 54px;
}

.gocrystal_wrapper h2 {
    font-size: 40px;
}

.gocrystal_wrapper h3.small_fonts {
    font-size: 30px;
}

.gocrystal_wrapper h3 span {
    font-size: 54px;
}

.gocrystal_wrapper h4 {
    font-size: 20px;
}

.gocrystal_wrapper p {
    font-size: 20px;
}

.gocrystal_wrapper h5 {
    font-size: 16px;
}

.gocrystal_wrapper h6 {
    font-size: 14px;
}

.gocrystal_wrapper .blueText {
    color: #2d4c8a;
}

.gocrystal_wrapper .section-1 {
    background-image: url("../images/bg-sec1.png");
    width: 100%;
    max-width: 100%;
    /* background-size: contain; */
    background-repeat: no-repeat;
}

.gocrystal_wrapper .section1-padding {
    padding-top: 110px;
}

.gocrystal_wrapper .section-1-image {
    width: 55%;
    transform: translateX(-17%);
}

.gocrystal_wrapper .sec1-earbud1-img {
    width: 23%;
    position: absolute;
    bottom: -9%;
    right: 14%;
    transform: translate(-50%, -50%);
}

.gocrystal_wrapper .sec1-earbud2-img {
    width: 16%;
    position: absolute;
    bottom: -4%;
    right: 5%;
    transform: translate(-50%, -50%);
}

.gocrystal_wrapper .sec1-main-position {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0%;

}

.gocrystal_wrapper .sec-1-text-2 {
    text-align: right;
    position: absolute;
    bottom: 11%;
    right: -1%;
}

.gocrystal_wrapper .sec-1-text-1 {
    position: absolute;
    top: 38%;
    right: -2%;
    transform: translate(-50%, -50%);
    width: fit-content;
}

.gocrystal_wrapper .section-2 {
    background-image: url("../images/bg-sec2.png");
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
}

.gocrystal_wrapper .sec2-icon-img {
    width: 25%;
    margin: 0 auto;
}

.gocrystal_wrapper .sec-2-icon-1 {
    width: calc(100% /7);
    display: inline-block;
    float: none;
    margin: 0 -2px;
    vertical-align: top;
    padding: 0px 1%;
    text-align: center;
}

.gocrystal_wrapper .sec-2-icon-1 p {
    color: #fff;
    font-size: 12px;
    padding-top: 30px;
    font-family: "Rubik-Light";
}

.gocrystal_wrapper .section-2-content {
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.gocrystal_wrapper .youtube-video {
    text-align: center;
    position: relative;
    width: 55%;
    margin: 0 auto;
    text-align: center;
    aspect-ratio: 16/10;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.gocrystal_wrapper .responsive-iframe {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gocrystal_wrapper .section-3 {
    background-image: url("../images/bg-sec3.png");
    background-position: center center;
    /* object-fit: cover; */
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.gocrystal_wrapper .treat-text-sec {
    position: absolute;
    top: 34%;
    left: 16%;
    width: 30%;
    transform: translate(-50%, -50%);
}

.gocrystal_wrapper .comes-text-sec {
    position: absolute;
    bottom: -20%;
    right: -22%;
    width: 43%;
    transform: translate(-50%, -50%);
}

.gocrystal_wrapper .black-blue-flex {
    display: flex;
    gap: 1rem;
    width: 84%;
    margin-left: auto;
}

.gocrystal_wrapper .sec-3-text2 {
    text-align: right;
}

.gocrystal_wrapper .black-blue-flex>div {
    flex-basis: calc(50% - 1rem);
}

.gocrystal_wrapper .sec3-padd-top {
    padding-top: 20%;
}

.gocrystal_wrapper .imperial-blue-img {
    width: 100%;
    margin-top: 24%;
}

.gocrystal_wrapper .sec3-imgtext-sec {
    position: absolute;
    top: 0;
    left: 65%;
    width: 20%;
}

.gocrystal_wrapper .rich-black-img {
    width: 100%;
}

.gocrystal_wrapper .section-3 .section-padding {
    padding: 160px 0px;
}

.gocrystal_wrapper .section-3 .gocrystal_container {
    width: 84%;
}

.gocrystal_wrapper .sec-3-img {
    width: 32%;
    margin: 0 auto 0 30%;
}

.gocrystal_wrapper .sec-3-text {
    text-align: center;
}

.gocrystal_wrapper .column-flex {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    line-height: 1.2;
}

.gocrystal_wrapper .section-4 {
    background-image: url("../images/1BG.png");
    background-position: center center;
    /* object-fit: cover; */
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.gocrystal_wrapper .section-4-flex {
    display: flex;
    gap: 200px;
    align-items: center;
    justify-content: end;
}

.gocrystal_wrapper .sec-4-bg-img {
    width: 100%;
}

.gocrystal_wrapper .sec-4-bg-img img {
    margin-top: -3%;
}

.gocrystal_wrapper .sec-4-earbuds {
    position: absolute;
    bottom: -32%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.gocrystal_wrapper .section4-main-flex {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    padding: 20px 0 40px;

}

.gocrystal_wrapper .section4-main-flex>div {
    flex-basis: calc(50% - 4rem);
    text-align: left;
}

.gocrystal_wrapper .sec4-content {
    width: 73%;
    margin-left: auto;
}

.gocrystal_wrapper .section-5 {
    background-image: url("../images/bg-sec5.png");
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.gocrystal_wrapper .sect5-column-flex {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: flex-start;
    /* width: 70%;
    margin: 0 auto; */
}

.gocrystal_wrapper .sec-5-textbg {
    width: 50%;
    margin-left: auto;

}

.gocrystal_wrapper .sec-5-text1 {
    padding: 0 0 1% 26%;
}

.gocrystal_wrapper .sec-5-text2 {
    padding: 2% 2% 2% 26%;
    background-color: #8877c4;
}

.gocrystal_wrapper .sec-5-textbg2 {
    width: 50%;
}

.gocrystal_wrapper .sec-5-text3 {
    padding-bottom: 1%;
}

.gocrystal_wrapper .sec-5-text4 {
    padding: 2% 26% 2% 2%;
    background-color: #6b70be;
}

.gocrystal_wrapper .sec-5-sncimg {
    width: 20%;
    padding-top: 2%;
}

.gocrystal_wrapper .sec-5-content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.gocrystal_wrapper .section-5-flex.section-padding {
    padding: 200px 0;
}

.gocrystal_wrapper .sec5-earbuds-img {
    position: absolute;
    bottom: -1%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    z-index: 2;
}

.gocrystal_wrapper .icon-img {
    width: 70px;
}

.gocrystal_wrapper .section-6 {
    background-image: url("../images/bg-sec6.png");
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}

.gocrystal_wrapper .section6-column-flex {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    text-align: center;
}

.gocrystal_wrapper .sec6-flex {
    display: flex;
    gap: 2rem;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.gocrystal_wrapper .sec6-earbuds-img {
    padding-top: 5%;
    width: 28%;
    margin: 0 auto;
}

.gocrystal_wrapper .gen-sec {
    position: absolute;
    bottom: 7%;
    right: 2%;
    width: 16%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.gocrystal_wrapper .gen-img {
    width: 24%;
    margin-left: 4%;
    padding-bottom: 2%;
}

.gocrystal_wrapper .sec-6-img-2 {
    width: 100%;
}

.gocrystal_wrapper .section-7 {
    background-image: url("../images/bg-sec7.png");
    background-position: center center;
    /* object-fit: cover; */
    width: 100%;
    max-width: 100%;
    background-size: cover;
    /* aspect-ratio: 16/9; */
    background-repeat: no-repeat;
}

.gocrystal_wrapper .section-7-flex {
    display: flex;
    flex-direction: column;
    gap: 700px;
    text-align: center;
}

.gocrystal_wrapper .sec-7-img {
    position: absolute;
    width: 15%;
    top: 59%;
    right: 18%;
}

.gocrystal_wrapper .sec-7-text {
    width: 34%;
    margin: 0 auto;
}

.gocrystal_wrapper .power-img {
    width: 30%;
    position: absolute;
    left: 35%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.gocrystal_wrapper .sec-7-text-2 {
    text-align: center;
}

.gocrystal_wrapper .section-7 .gocrystal_container {
    width: 96%;
    margin: 0 auto;
}

.gocrystal_wrapper .sec7-earbuds-img {
    width: 32%;
}

.gocrystal_wrapper .section-7 .relative {
    z-index: 2;
}

.gocrystal_wrapper .black-patch {
    background-color: #000000;
    padding: 20px 0px 40px 0px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

.gocrystal_wrapper .sec7-icon-postion {
    position: absolute;
    top: 27%;
    right: -2%;
    transform: translate(-50%, -50%);
    width: 15%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.gocrystal_wrapper .sec7-icontext-flex {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.gocrystal_wrapper .sec7-icontext-flex>div:nth-child(1) {
    flex-basis: 22%;
}

.gocrystal_wrapper .sec7-icontext-flex>div:nth-child(2) {
    flex-basis: 86%;
}

.gocrystal_wrapper .sec7-icon-img {
    width: 100%;
}

.gocrystal_wrapper .sec7-girl-img {
    position: absolute;
    bottom: 6%;
    right: -2%;
    transform: translate(-50%, -50%);
    width: 17%;
    z-index: 2;
}

.gocrystal_wrapper .yoga-earbuds-img {
    position: absolute;
    bottom: -3%;
    right: 2%;
    transform: translate(-50%, -50%);
    width: 13%;
    z-index: 0;
}

.gocrystal_wrapper .section-8 {
    background-image: url("../images/bg-sec8.png");
    background-position: center center;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.gocrystal_wrapper .section-8-flex {
    display: flex;
    flex-direction: column;
    gap: 0rem;
}

.gocrystal_wrapper .sec-8-text a {
    text-decoration: none;
    font-size: 40px;
    color: #ffffff;

}

.gocrystal_wrapper .sec-8-text {
    text-align: right;
    width: 30%;
    margin-left: auto;
}

.gocrystal_wrapper .sec-8-img {
    width: 58%;
    margin: 0 0 0 auto;
}

.gocrystal_wrapper .win-stageimg {
    position: absolute;
    bottom: -45%;
    right: -58%;
    width: 94%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.gocrystal_wrapper .section-8 .section-padding {
    padding: 110px 0 200px;
}

.gocrystal_wrapper .section-8-flex .relative {
    z-index: 2;
}

.gocrystal_wrapper .sec2-icon-img.icon-img-1 {
    width: 50%;
}

.gocrystal_wrapper .sec-1-text-2 h3 {
    font-size: 45px;

}

/* Responsive */

.power-img img {
    filter: invert(6%) sepia(97%) saturate(5272%) hue-rotate( 260deg ) brightness(52%) contrast(100%);
}

@media only screen and (max-width:1680px) {

    .gocrystal_wrapper .sec2-icon-img {
        width: 38%;
    }

    .gocrystal_wrapper .sec-4-earbuds {
        bottom: -22%;
    }

    .gocrystal_wrapper .sec5-earbuds-img {
        bottom: 6%;
        width: 26%;
    }

    .gocrystal_wrapper .sec6-flex {
        width: 44%;
    }

    .gocrystal_wrapper p {
        font-size: 18px;
    }

    .gocrystal_wrapper .sec7-icon-postion {
        top: 30%;
    }

    .gocrystal_wrapper .sec-1-text-1 {
        right: -9%;
    }

    .gocrystal_wrapper .gen-sec {
        bottom: 5%;
        right: 1%;
        width: 17%;
    }

    .gocrystal_wrapper h1 {
        font-size: 50px;
    }

    .gocrystal_wrapper .section-1 {
        background-size: cover;
    }

    .gocrystal_wrapper .section-2 {
        background-size: cover;
    }
}

@media only screen and (max-width:1440px) {
    .gocrystal_wrapper .sec-4-earbuds {
        left: 47%;
        bottom: -15%;
        width: 34%;
    }

    .gocrystal_wrapper .sec-1-text-2 {
        text-align: right;
        position: absolute;
        bottom: 8%;
        right: -4%;
    }

    .gocrystal_wrapper h1 {
        font-size: 48px;
    }

    .gocrystal_wrapper .sec2-icon-img {
        width: 45%;
    }

    .gocrystal_wrapper .gocrystal_container {
        width: 86%;
    }

    .gocrystal_wrapper .win-stageimg {
        bottom: -42%;
        right: -52%;
        width: 88%;
    }

    .gocrystal_wrapper .sec-8-text {
        width: 32%;
    }

    .gocrystal_wrapper .sec7-icon-postion {
        top: 27%;
        width: 18%;
        top: 32%;
    }

    .gocrystal_wrapper h1 {
        font-size: 44px;
    }

    .gocrystal_wrapper .comes-text-sec {
        bottom: -17%;
    }

    .gocrystal_wrapper .treat-text-sec {
        width: 35%;
    }

    .gocrystal_wrapper .sec2-icon-img {
        width: 32%;
    }

    .gocrystal_wrapper h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width:1366px) {

    .gocrystal_wrapper .section-3 .gocrystal_container {
        width: 85%;
    }

    .gocrystal_wrapper .section-5-flex {
        width: 84%;
    }

    .gocrystal_wrapper p {
        font-size: 16px;
    }

    .gocrystal_wrapper h3.small_fonts {
        font-size: 26px;
    }

    .gocrystal_wrapper h3 span {
        font-size: 48px;
    }

    .gocrystal_wrapper h2 {
        font-size: 34px;
    }

    .gocrystal_wrapper .sec2-icon-img {
        width: 32%;
    }

    .gocrystal_wrapper h1 {
        font-size: 40px;
    }

    .gocrystal_wrapper .sec-8-text a {
        font-size: 38px;
    }
}

@media only screen and (max-width:1280px) {
    .gocrystal_wrapper h1 {
        font-size: 34px;
    }

    .gocrystal_wrapper h3 span {
        font-size: 40px;
    }

    .gocrystal_wrapper h3.small_fonts {
        font-size: 22px;
    }

    .gocrystal_wrapper h2 {
        font-size: 30px;
    }

    .gocrystal_wrapper .sec6-flex {
        width: 46%;
    }

    .gocrystal_wrapper .sec5-earbuds-img {
        bottom: 9%;
    }

    .gocrystal_wrapper .sec-8-text a {
        font-size: 34px;
    }
}

@media only screen and (max-width:1152px) {
    .gocrystal_wrapper .sec-8-text {
        width: 38%;
    }

    .gocrystal_wrapper p {
        font-size: 14px;
    }

    .gocrystal_wrapper h5 {
        font-size: 14px;
    }

    .gocrystal_wrapper .sec2-icon-img {
        width: 45%;
    }

    .gocrystal_wrapper h2 {
        font-size: 26px;
    }

    .gocrystal_wrapper .sec-5-textbg {
        width: 46%;
    }

    .gocrystal_wrapper .sec-5-textbg2 {
        width: 46%;
    }

    .gocrystal_wrapper .sec5-earbuds-img {
        bottom: 14%;
        width: 28%;
    }

    .gocrystal_wrapper .sec6-flex {
        width: 51%;
    }

    .gocrystal_wrapper .sec6-earbuds-img {
        width: 38%;
    }

    .gocrystal_wrapper .gen-sec {
        width: 20%;
    }

    .gocrystal_wrapper .sec7-icon-postion {
        width: 21%;
        top: 37%;
    }

}

@media only screen and (max-width:1024px) {
    .gocrystal_wrapper .sec-2-flex {
        width: 100%;
    }

    .gocrystal_wrapper .youtube-video {
        width: 70%;
    }

    .gocrystal_wrapper .sec-3-img {
        width: 42%;
    }

    .gocrystal_wrapper .sec-3-text {
        flex-basis: 60%;
    }

    .gocrystal_wrapper .section-4-flex {
        gap: 40px
    }

    .gocrystal_wrapper .sec-4-text {
        flex-basis: 45%;
    }

    .gocrystal_wrapper .sec-6-flex-2 {
        position: absolute;
        top: 40%;
        right: 2%;
    }

    .gocrystal_wrapper .sec-6-img-2 {
        width: 70%;
        margin: 0 auto;
    }

    .gocrystal_wrapper .section-6-flex {
        gap: 400px;
        width: 60%;
    }

    .gocrystal_wrapper .section-6 {
        /* aspect-ratio: 16/15; */
    }

    .gocrystal_wrapper .section-7 {
        /* aspect-ratio: 16/12; */
    }

    .gocrystal_wrapper .sec-8-text a {
        font-size: 32px;
    }

    .gocrystal_wrapper h3 span {
        font-size: 36px;
    }

    .gocrystal_wrapper .comes-text-sec {
        bottom: -12%;
        right: -24%;
        width: 46%;
    }

    .gocrystal_wrapper .sec-3-img {
        width: 37%;
    }

    .gocrystal_wrapper .sec-4-earbuds {
        left: 46%;
        bottom: -11%;
        width: 35%;
    }
}

@media only screen and (max-width:992px) {
    .gocrystal_wrapper .sec-2-icon-1 {
        width: calc(100% /4);
        vertical-align: top;
        padding: 3% 1%;
        text-align: center;
    }

    .gocrystal_wrapper .gocrystal_container_sec1 {
        width: 92%;
    }

    .gocrystal_wrapper .treat-text-sec {
        position: relative;
        top: 0;
        left: 0;
        width: 78%;
        transform: translate(0);
        z-index: 2;
    }

    .gocrystal_wrapper .section-3 .section-padding {
        padding: 110px 0px;
    }

    .gocrystal_wrapper .comes-text-sec {
        position: relative;
        bottom: 0;
        right: 0;
        width: 97%;
        transform: translate(0, 12%);
    }

    .gocrystal_wrapper .comes-text-sec {
        position: relative;
        bottom: 0;
        right: 0;
        width: 97%;
        transform: translate(0, 12%);
    }

    .gocrystal_wrapper .section4-main-flex {
        flex-direction: column;
        gap: 2rem;
    }

    .gocrystal_wrapper .section4-main-flex>div {
        flex-basis: 100%;
        text-align: left;
        width: 100%;
    }

    .gocrystal_wrapper .sec4-content {
        width: 100%;
        margin-left: auto;
    }

    .gocrystal_wrapper .sec-4-earbuds {
        left: 52%;
        bottom: 3%;
        width: 47%;
    }

    .gocrystal_wrapper .sec-1-text-1 {
        right: -13%;
        width: 41%;
        top: 6%;
    }

    .gocrystal_wrapper .sec1-earbud1-img {
        width: 28%;
        bottom: 4%;
        right: 16%;
    }

    .gocrystal_wrapper .sec1-earbud2-img {
        width: 21%;
        bottom: 2%;
        right: -1%;
    }

    .gocrystal_wrapper .sec-1-text-2 {
        bottom: 7%;
        right: 3%;
    }

    .gocrystal_wrapper .section-5-flex {
        width: 92%;
    }

    .gocrystal_wrapper .sec5-earbuds-img {
        bottom: 16%;
        width: 35%;
    }

    .gocrystal_wrapper .section-5-flex.section-padding {
        padding: 110px 0;
    }

    .gocrystal_wrapper .sec-5-sncimg {
        width: 30%;
    }

    .gocrystal_wrapper .sec6-flex {
        width: 86%;
    }

    .gocrystal_wrapper .sec-2-icontext {
        text-align: center;
    }

    .gocrystal_wrapper .youtube-video {
        width: 100%;
    }

    .gocrystal_wrapper .responsive-iframe {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        width: 100%;
        height: 100%;

    }

    .gocrystal_wrapper .section-padding {
        padding: 70px 0;
    }

    .gocrystal_wrapper .sec-7-text {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .gocrystal_wrapper .sec7-earbuds-img {
        width: 45%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .gocrystal_wrapper .power-img {
        width: 45%;
        position: absolute;
        left: 79%;
        top: 35%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .gocrystal_wrapper .sec7-icontext-flex {
        display: flex;
        align-items: center;
        gap: 2rem;
        flex-basis: 48%;
    }

    .gocrystal_wrapper .sec7-icon-postion {
        width: 100%;
        top: unset;
        left: unset;
        transform: unset;
        position: relative;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .gocrystal_wrapper .sec7-yoga-earbuds {
        width: 30%;
        margin-left: auto;
    }

    .gocrystal_wrapper .yoga-earbuds-img {
        position: relative;
        bottom: unset;
        right: unset;
        transform: unset;
        width: 100%;
        z-index: 0;
    }

    .gocrystal_wrapper .sec7-girl-img {
        position: relative;
        bottom: unset;
        right: unset;
        transform: unset;
        width: 100%;
        margin-bottom: -20%;
        z-index: 2;
    }

    .gocrystal_wrapper .sec-8-text {
        width: 55%;
    }

    .gocrystal_wrapper .win-stageimg {
        bottom: -32%;
        right: -55%;
        width: 98%;
    }

    .gocrystal_wrapper .sec-8-img {
        width: 75%;
        margin: 0 0 0 auto;
    }

    .gocrystal_wrapper .section-3 .section-padding {
        padding: 70px 0px;
    }

    .gocrystal_wrapper .section-5-flex.section-padding {
        padding: 70px 0;
    }
}

@media only screen and (max-width:767px) {

    /* .gocrystal_wrapper .section-6 {
        background-image: url(../images/non-stop-music.png);
        
    } */
     .gocrystal_wrapper .section-8 {
        background-image: url(../images/last-image.png);
    }
    
    .gocrystal_wrapper .section-2 {
        background-image: url("../images/icon-image.png");
        width: 100%;
        max-width: 100%;
        background-repeat: no-repeat;
    }

    .gocrystal_wrapper .sec4-content {
        width: 100%;
        margin-left: auto;
        padding: 10px 10px 0 10px;
    }

    .gocrystal_wrapper .mobile_white {
        color: #ffffff;
    }
    .gocrystal_wrapper .sec-3-text2 {
        text-align: left;
    }
    .gocrystal_wrapper .mobile_height_img  .sec-4-bg-img  img {
        height: 500px;
        object-fit: cover;
    }
    .gocrystal_wrapper .sec-4-text_img {
        position: absolute;
        top: 5%;
        left: 0;
        width: max-content;
        padding-right: 0 !important;
    }
    .gocrystal_wrapper .section-3 {
        /* height: 150%; */
    }

    .gocrystal_wrapper .section-3 {
        background-image: url("../images/treat-of your.png");
        /* background-position: top center;
      
        width: 100%;
        max-width: 100%;
        background-size: 100% 68%;
        background-repeat: repeat;
        background-attachment: unset;
        background-size: 425% 122%  !important; */
    }
    .gocrystal_wrapper .pdt0 { 
        padding-top: 0 !important;
    }
    .gocrystal_wrapper .section-3_mobile {
        background-image: url("../images/come-in-two.png");
        background-position: top center;
        /* object-fit: cover; */
        width: 100%;
        max-width: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: unset;
        background-position: 100% 100%;
    }
    .gocrystal_wrapper .section-mobile_icon {
        background-image: url("../images/icon-2-image.png");
    }
    .gocrystal_wrapper .section-7 {
        background-image: url(../images/complete-control.png);
    }
    
    .gocrystal_wrapper .comes-text-sec {
        position: relative;
        bottom: 0;
        right: 0;
        width: 97%;
        transform: unset;
    }
    .gocrystal_wrapper .section-5  {
        background-attachment: unset;
    }
    .gocrystal_wrapper .section-1 , .gocrystal_wrapper .section-2 , .gocrystal_wrapper .section-3 , .gocrystal_wrapper .section-4 , .gocrystal_wrapper .section-5 , .gocrystal_wrapper .section-6 ,     
    .gocrystal_wrapper .section-7 ,  .gocrystal_wrapper .section-8 {
        background-size: cover;
        background-attachment: unset;
    }

    .gocrystal_wrapper h3 {
        font-size: 24px;
    }

    .gocrystal_wrapper .sec2-icon-img {
        width: 30%;
        height: 60px;
    }
    .gocrystal_wrapper .gocrystal_container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .gocrystal_wrapper .pdlr15{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .gocrystal_wrapper h1 {
        font-size: 36px;
    }

    .gocrystal_wrapper h2 {
        font-size: 26px;
    }

    .gocrystal_wrapper .sec-2-icon-1 {
        width: calc(100%/2 - 11px);
    }

    .gocrystal_wrapper .youtube-video {
        width: 100%;
        padding: 0 15px;
    }

    .gocrystal_wrapper .responsive-iframe {
        left: unset;
    }

    .gocrystal_wrapper .section-2-content {
        gap: 50px;
    }

    .gocrystal_wrapper .sec-4-text {
        width: 100%;
        padding-left: 15px;
        padding-right: 30px;

    }

    .gocrystal_wrapper .section-3 .gocrystal_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gocrystal_wrapper .sec-3-img {
        width: 85%;
        margin: 0 auto;
    }

    .gocrystal_wrapper .sec-4-img {
        margin-top: -80px;
        width: 65%;
    }

    .gocrystal_wrapper .sec-4-text {
        padding-top: 70px;
    }

    .gocrystal_wrapper .sec-5-img {
        width: 85%;
        margin: 0 auto;
    }

    .gocrystal_wrapper .section-6-flex {
        width: 100%;
        text-align: left;
    }

    .gocrystal_wrapper .section-6 {
        /* aspect-ratio: 16/25; */
    }

    .gocrystal_wrapper .sec-6-img-2 {
        width: 40%;
    }

    .gocrystal_wrapper .sec-6-flex-2 {
        position: absolute;
        top: 50%;
    }

    .gocrystal_wrapper h3.small_fonts {
        font-size: 22px;
    }

    .gocrystal_wrapper .sec-6-text span {
        font-size: 28px;
    }

    .gocrystal_wrapper .sec-5-icons-mob {
        display: flex;
        gap: 17px;
        align-items: center;
        justify-content: center;
    }

    .gocrystal_wrapper .icon-img {
        width: 50px;
    }

    .gocrystal_wrapper h5 {
        font-size: 14px;
    }

    .gocrystal_wrapper .section-7 {
        /* aspect-ratio: 16/26; */
    }

    .gocrystal_wrapper .section-7-flex {
        text-align: left;
    }

    .gocrystal_wrapper .sec-7-img {
        position: absolute;
        width: 40%;
        top: 76%;
        right: 5%;
    }

    /* .gocrystal_wrapper .sec-7-text {
        text-align: left;
    } */

    .gocrystal_wrapper .sec-7-text-2 {
        text-align: left;
    }

.gocrystal_wrapper .sec-8-img {
    width: 87%;
    padding: 0 15px;
    margin: 0 auto;
}

    .gocrystal_wrapper .sec-8-text {
        text-align: left;
    }

    .gocrystal_wrapper .sec-8-text a {
        text-decoration: none;
        font-size: 28px;
        color: #ffffff;
    }

    .gocrystal_wrapper p {
        font-size: 16px;
    }

    .gocrystal_wrapper h4 {
        font-size: 14px;
    }

    .gocrystal_wrapper .sec-1-text-1 {
        width: auto;
        text-align: center;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        z-index: 9;
        width: 100%;
    }

    .gocrystal_wrapper .section1-padding {
        padding-top: 50px;
    }

    .gocrystal_wrapper .section-1-image {
        padding-top: 30px;
        width: 130%;
        transform: translateX(-30%);
    }

    .gocrystal_wrapper .sec1-earbud1-img {
        width: 45%;
        bottom: 10%;
        right: -5%;
    }

    .gocrystal_wrapper .sec1-earbud1-img {
        width: 45%;
        bottom: 10%;
        right: -5%;
    }

    .gocrystal_wrapper .sec-1-text-2 {
        bottom: 0%;
        right: 2%;
        text-align: left;
    }

    .gocrystal_wrapper .section-3 .section-padding {
        padding: 50px 0px;
    }

    .gocrystal_wrapper .section-padding {
        padding: 50px 0;
    }

    .gocrystal_wrapper .sec-8-text {
        width: 100%;
        padding-bottom: 20px;
        padding: 0 15px 120px 15px;
    }
    .gocrystal_wrapper .sec-2-icon-1 {
        padding: 6% 1%;
     
    }

    .gocrystal_wrapper .win-stageimg {
        bottom: -31%;
        right: -45%;
        width: 100%;
    }

    .gocrystal_wrapper .section-8 .section-padding {
        padding: 50px 0 50px;
    }

    .gocrystal_wrapper .sec7-icontext-flex>div:nth-child(1) {
        flex-basis: 10%;
    }

    .gocrystal_wrapper .sec7-icontext-flex {
        display: flex;
        align-items: center;
        gap: 2rem;
        flex-basis: 100%;
    }

    .gocrystal_wrapper .section6-column-flex {
        width: 92%;
        margin: 0 auto;
    }

    .gocrystal_wrapper .sec7-yoga-earbuds {
        width: 50%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .gocrystal_wrapper .sec7-earbuds-img {
        width: 65%;
        margin: 0;
    }

    .gocrystal_wrapper .power-img {
        width: 60%;
        left: 70%;
        top: 35%;
    }

    .gocrystal_wrapper .sec6-flex {
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .gocrystal_wrapper .sec6-iconimg {
        flex-basis: 29%;
    }

    .gocrystal_wrapper .sec6-earbuds-img {
        width: 70%;
    }

    .gocrystal_wrapper .gen-sec {
        width: 60%;
        position: relative;
        bottom: unset;
        transform: unset;
        right: unset;
        margin: 0 0 15% 15px;
    }

    .gocrystal_wrapper .gen-img {
        width: 40%;
        margin-left: 0;
        padding-bottom: 2%;
    }

    .gocrystal_wrapper .sec-5-text1 {
        padding: 0 0 10px 0;
    }

    .gocrystal_wrapper .sec-5-text2 {
        padding: 10px;
    }

    .gocrystal_wrapper .sec-5-textbg {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .gocrystal_wrapper .section-5-flex.section-padding {
        padding: 50px 0;
    }
    
    .gocrystal_wrapper .sec-5-textbg2
     {
        display: flex;
        flex-direction: column;
        gap: 10px;
        line-height: 1.2;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }

    .gocrystal_wrapper .column-flex {
        display: flex;
        flex-direction: column;
        gap: 10px;
        line-height: 1.2;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        text-align: left;
    }

    .gocrystal_wrapper  .mobile_tp_0.column-flex {
        padding-top: 0 ;
    }

    .gocrystal_wrapper .sec5-earbuds-img {
        bottom: unset;
        width: 50%;
        position: relative;
        left: unset;
        transform: unset;
        padding: 20px 0;
        margin: 0 auto;
    }

    .gocrystal_wrapper .sec-5-sncimg {
        width: 50%;
        margin-left: 4%;
    }

    .gocrystal_wrapper .sec-5-text4 {
        padding: 2%;

    }

    .gocrystal_wrapper .sec-4-earbuds {
        left: unset;
        bottom: unset;
        width: 79%;
        position: relative;
        margin: 0 auto;
        padding-bottom: 0;
        transform: unset;
        margin-top: -75%;
    }
    .gocrystal_wrapper .section6-column-flex {
        text-align: left;
    }

    .gocrystal_wrapper .sec-4-text.column-flex,
    .gocrystal_wrapper .sec-4-text {
        padding: 0px;
    }

    .gocrystal_wrapper .black-blue-flex {
        display: flex;
        gap: 1rem;
        width: 100%;
        margin-left: auto;
        padding: 0 0;
        align-items: center;
    }

    .gocrystal_wrapper .sec1-earbud2-img {
        width: 35%;
        bottom: 45%;
        right: -1%;
    }

    .gocrystal_wrapper .sec1-earbud2-img {
        width: 30%;
        bottom: 28%;
        right: -15%;
    }

    .gocrystal_wrapper .sec-2-icon-1 p {
        padding-top: 20px;
    }

    .gocrystal_wrapper .section4-main-flex {
        padding: 20px 0 50px;
    }

    .gocrystal_wrapper .sec-1-text-2 {
        bottom: 0%;
        right: unset;
        text-align: left;
    }
    .gocrystal_wrapper .section-7 .gocrystal_container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        padding-bottom: 50px;
    }

    /**/
    .gocrystal_wrapper .sec1-earbud1-img {
        width: 38%;
        bottom: -2%;
        right: 6%;
        z-index: 99;
    }
    .gocrystal_wrapper .sec1-earbud2-img {
        width: 30%;
        bottom: 0;
        right: -15%;
        z-index: 99;
    }
    .gocrystal_wrapper .sec-1-text-2 {
        bottom: 6%;
        text-align: left;
        left: 5px;
    }
    .gocrystal_wrapper .sec-1-text-2 h3 {
        font-size: 30px;
    }
    .gocrystal_wrapper h6 {
        font-size: 8px;
        padding-top: 0.5rem;
        text-align: right;
    }
    .gocrystal_wrapper .gocrystal_container_sec1 {
        width: 100%;
    }
    .gocrystal_wrapper .mobile_overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20%;
        background: rgb(191 188 188 / 35%);
    }
    
}

@media only screen and (max-width:400px) {

    /* .gocrystal_wrapper .section-3 {
        height: 1240px;
    }
    .gocrystal_wrapper .section-6 {
        height: 850px;
    } */

    .gocrystal_wrapper h1 {
        font-size: 30px;
    }

    .gocrystal_wrapper h2 {
        font-size: 24px;
    }

    .gocrystal_wrapper .sec1-earbud1-img {
        width: 38%;
        bottom: -2%;
        right: 6%;
    }
    .gocrystal_wrapper .sec1-earbud2-img {
        width: 30%;
        bottom: 0;
        right: -15%;
    }
    .gocrystal_wrapper .sec-1-text-2 {
        bottom: 6%;
        text-align: left;
        left: 4px;
        z-index: 9;
    }
    .gocrystal_wrapper .sec-1-text-2 h3 {
        font-size: 26px;
    }
    .gocrystal_wrapper h6 {
        font-size: 8px;
        padding-top: 0.5rem;
        text-align: right;
    }
}

@media only screen and (max-width:375px) {
    .gocrystal_wrapper .sec-6-flex-2 {
        position: absolute;
        top: 52%;
    }
    /* .gocrystal_wrapper .section-6 {
        height: 850px;
    } */

    .gocrystal_wrapper .sec-6-img-2 {
        width: 30%;
    }
}