@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;
}


.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 */

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

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

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

.cozy_neckband_wrapper .banner_section {
    overflow: hidden;
}

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

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

.cozy_neckband_wrapper .text-align-center {
    text-align: center;
}

.cozy_neckband_wrapper .text-align-left {
    text-align: left;
}

.cozy_neckband_wrapper .text-align-right {
    text-align: right;
}

.cozy_neckband_wrapper .relative {
    position: relative;
}

.cozy_neckband_wrapper {
    background-color: #5cb1c8;
    color: #fff;
    font-family: "Rubik-Regular";
}

.cozy_neckband_wrapper .section-padding1 {
    padding: 8% 0 10%;
}

.cozy_neckband_wrapper .section-padding {
    padding: 5% 0;
}

.cozy_neckband_wrapper .ptop {
    padding-top: 0px !important;
}

.cozy_neckband_wrapper .pbottom {
    padding-bottom: 0px !important;
}

.cozy_neckband_wrapper .section-padding-bottom {
    padding-bottom: 110px;
}


.cozy_neckband_wrapper .cozy_neckband_container {
    width: 75%;
    margin: 0 auto;
}

.cozy_neckband_wrapper .cozy_neckband_container_2 {
    width: 85%;
    margin: 0 auto;
}

.cozy_neckband_wrapper h3 {
    font-size: 28px;
}

.cozy_neckband_wrapper h1 {
    font-size: 210px;
    line-height: 0.8;
}

.cozy_neckband_wrapper a span,
.cozy_neckband_wrapper h2 {
    font-size: 52px;
}

.cozy_neckband_wrapper h4 {
    font-size: 40px;
}

.cozy_neckband_wrapper h5 {
    font-size: 350px;
    line-height: 0.63;
    letter-spacing: 15rem;
}

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

.cozy_neckband_wrapper p.small-font {
    font-size: 16px;
}


.cozy_neckband_wrapper .white_text {
    color: #ffffff !important;
}


.cozy_neckband_wrapper .inner-flex {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cozy_neckband_wrapper .inner-flex-gap-small {
    gap: 1.8rem;
}

.cozy_neckband_wrapper .inner-flex-gap-medium {
    gap: 4rem;
}

.cozy_neckband_wrapper .inner-flex-gap-big {
    gap: 6rem;
}

/* Section - 1 */

.cozy_neckband_wrapper .main_flex_sec {
    display: flex;

}

.cozy_neckband_wrapper .flex-center {
    align-items: center;
}

.cozy_neckband_wrapper .flex-end {
    align-items: flex-end;
}

.cozy_neckband_wrapper .logo-text-div {
    padding-bottom: 10rem;
}

.cozy_neckband_wrapper .wired-text {
    width: fit-content;
    margin: 0 56px 0 auto
}

/* Section - 1 Over */

/* Section - 2  */
.cozy_neckband_wrapper #section-two-cozy-neckband {
    background-color: #151515;
}

.cozy_neckband_wrapper .icons {
    width: calc(100% /7);
    display: inline-block;
    float: none;
    margin: 0 -2px;
    vertical-align: top;
    padding: 25px 0;
}

.cozy_neckband_wrapper .icons:nth-child(2) .icon_img img {
    mix-blend-mode: luminosity;
}

.cozy_neckband_wrapper .icon_img {
    width: 42%;
    margin: 0 auto;
}

.cozy_neckband_wrapper .icon_text {
    padding-top: 15px;
    color: #ffffff;
    text-align: center;
    font-family: "Rubik-Light";
}

.cozy_neckband_wrapper .sect2-icon-container {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5%;
}

.cozy_neckband_wrapper .soothing_sound_text_sec {
    width: 22%;
    position: absolute;
    left: 60%;
    top: 52%;
    transform: translate(-50%, -50%);
}

.cozy_neckband_wrapper .soothin_img_sec {
    width: 38%;
}

/* Section - 2 Over */

/* Section - 3 Start */
.cozy_neckband_wrapper .ear_gels_img_sec {
    width: 20%;
}

.cozy_neckband_wrapper .magnetic_content {
    width: 83%;
}

.cozy_neckband_wrapper .ear_gels_content {
    width: 60%;
}

.cozy_neckband_wrapper .angular_earbuds_img {
    width: 90%;
    margin: 0 auto;
}

.cozy_neckband_wrapper .ear_gels_img_sec img {
    mix-blend-mode: overlay;
}

.cozy_neckband_wrapper .angular_earbuds_titles {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.cozy_neckband_wrapper #section-three-cozy-neckband {
    padding-top: 3% !important;
}

.cozy_neckband_wrapper #section-three-cozy-neckband .main_flex_sec>div:nth-child(1) {
    flex-basis: 45%;
}

.cozy_neckband_wrapper #section-three-cozy-neckband .main_flex_sec>div:nth-child(2) {
    flex-basis: 55%;
}

/* Section - 3 Over */

/* Section - 4 Start */

.cozy_neckband_wrapper #section-four-cozy-neckband .main_flex_sec>div:nth-child(1) {
    flex-basis: 55%;
}

.cozy_neckband_wrapper #section-four-cozy-neckband .main_flex_sec>div:nth-child(2) {
    flex-basis: 45%;
}

.cozy_neckband_wrapper .lively_earbuds_sec_titles {
    position: absolute;
    left: 50%;
    bottom: -60%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.cozy_neckband_wrapper .mammoth_img_sec {
    width: 62%;
    margin: 0 auto;
}

.cozy_neckband_wrapper .lively_buds_img_sec {
    width: 68%;
}

.cozy_neckband_wrapper .melodious_earbuds_img {
    width: 100%;
}

.cozy_neckband_wrapper .lively_text_sec {
    width: 73%;
    margin: 16rem 0 0 auto;
}

.cozy_neckband_wrapper .mammoth_img_sec img {
    mix-blend-mode: overlay;
}

/* Section - 4 Over */

/* Section - 5 Start */
.cozy_neckband_wrapper .sim_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cozy_neckband_wrapper .sim_content_flex {
    display: flex;
    width: 72%;
    margin: 0 auto;
    padding: 4rem 0 0;
}

.cozy_neckband_wrapper .sim_sec {
    flex-basis: 33.33%;
}

.cozy_neckband_wrapper .lively_content {
    width: 72%;
}

/* Section - 5 Over */

/* Section - 6 Start */
.cozy_neckband_wrapper #section-six-cozy-neckband .main_flex_sec {
    gap: 4rem;
}

.cozy_neckband_wrapper #section-six-cozy-neckband .main_flex_sec>div:nth-child(1) {
    flex-basis: 50%;
}

.cozy_neckband_wrapper #section-six-cozy-neckband .main_flex_sec>div:nth-child(2) {
    flex-basis: 50%;
}

.cozy_neckband_wrapper .win_content_sec {
    width: 62%;

}

.cozy_neckband_wrapper .win_content_sec a {
    text-decoration: none;
    color: #fff;
}

.cozy_neckband_wrapper .win_content_sec a:hover {
    color: #fff;
}

.cozy_neckband_wrapper .mobile_img {
    display: none;
}



/* Section - 6 Over */





/* Responsive */

@media only screen and (max-width:1680px) {
    .cozy_neckband_wrapper .sect2-icon-container {
        width: 88%;
    }

    .cozy_neckband_wrapper .soothing_sound_text_sec {
        width: 25%;
    }

    .cozy_neckband_wrapper a span,
    .cozy_neckband_wrapper h2 {
        font-size: 48px;
    }

    .cozy_neckband_wrapper h5 {
        font-size: 300px;
    }

    .cozy_neckband_wrapper .lively_content {
        width: 100%;
    }

    .cozy_neckband_wrapper .lively_content {
        width: 74%;
    }

    .cozy_neckband_wrapper .win_content_sec {
        width: 72%;
    }

    .cozy_neckband_wrapper h4 {
        font-size: 37px;
    }

}


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

    .cozy_neckband_wrapper h1 {
        font-size: 190px;
    }

    .cozy_neckband_wrapper .sect2-icon-container {
        width: 100%;
    }

    .cozy_neckband_wrapper .soothing_sound_text_sec {
        width: 28%;
    }

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

    .cozy_neckband_wrapper .lively_earbuds_sec_titles {
        bottom: -73%;
    }

    .cozy_neckband_wrapper .lively_content {
        width: 100%;
    }

    .cozy_neckband_wrapper .magnetic_content {
        width: 86%;
    }

    .cozy_neckband_wrapper .sim_content_flex {
        width: 90%;
        gap: 7rem;
    }

    .cozy_neckband_wrapper .win_content_sec {
        width: 80%;
    }

    .cozy_neckband_wrapper h2 {
        font-size: 44px;
    }

}

@media only screen and (max-width:1366px) {
    .cozy_neckband_wrapper h1 {
        font-size: 170px;
    }

    .cozy_neckband_wrapper .cozy_neckband_container {
        width: 80%;
    }

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

    .cozy_neckband_wrapper h4 {
        font-size: 34px;
    }

}

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

    .cozy_neckband_wrapper h3 {
        font-size: 22px;
    }

    .cozy_neckband_wrapper h1 {
        font-size: 150px;
    }

    .cozy_neckband_wrapper p.small-font {
        font-size: 14px;
    }

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

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

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

    .cozy_neckband_wrapper h5 {
        font-size: 250px;
    }

    .cozy_neckband_wrapper .angular_earbuds_titles {
        width: 74%;
    }

    .cozy_neckband_wrapper h4 {
        font-size: 30px;
    }

}

@media only screen and (max-width:1152px) {
    .cozy_neckband_wrapper h1 {
        font-size: 140px;
    }

    .cozy_neckband_wrapper .cozy_neckband_container {
        width: 84%;
    }

    .cozy_neckband_wrapper h4 {
        font-size: 28px;
    }

    .cozy_neckband_wrapper .inner-flex-gap-medium {
        gap: 2rem;
    }

    .cozy_neckband_wrapper h5 {
        letter-spacing: 8rem;
    }

    .cozy_neckband_wrapper h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width:1024px) {
    .cozy_neckband_wrapper h2 {
        font-size: 30px;
    }

    .cozy_neckband_wrapper p.small-font {
        font-size: 13px;
    }

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

@media only screen and (max-width:991px) {
    .cozy_neckband_wrapper h2 {
        font-size: 28px;
    }

    .cozy_neckband_wrapper .icons {
        width: calc(100% /4);
    }

    .cozy_neckband_wrapper .logo-text-div {
        padding-bottom: 3rem;
    }

    .cozy_neckband_wrapper h1 {
        font-size: 100px;
    }

    .cozy_neckband_wrapper .soothing_sound_text_sec {
        width: 40%;
        position: absolute;
        left: 70%;
        top: 70%;
    }

    .cozy_neckband_wrapper .lively_text_sec {
        width: 73%;
        margin: 10rem 0 0 auto;
    }

    .cozy_neckband_wrapper .inner-flex-gap-big {
        gap: 3rem;
    }

    .cozy_neckband_wrapper .mammoth_img_sec {
        width: 70%;
    }

    .cozy_neckband_wrapper .lively_earbuds_sec_titles {
        bottom: -76%;
    }

    .cozy_neckband_wrapper h5 {
        font-size: 154px;
        letter-spacing: 5rem;
    }
}

@media only screen and (max-width:767px) {
    .cozy_neckband_wrapper .mobile_img {
        display: block;
        aspect-ratio: 1.4;
    }

    .cozy_neckband_wrapper .web_img {
        display: none;
    }

    .cozy_neckband_wrapper .icons {
        width: calc(100% /2);
    }

    .cozy_neckband_wrapper .sim_content_flex {
        width: 100%;
        gap: 4rem;
        flex-direction: column;
    }

    .cozy_neckband_wrapper .win_content_sec {
        width: 100%;
    }

    .cozy_neckband_wrapper .lively_text_sec {
        width: 100%;
        margin: 0 auto;
    }

    .cozy_neckband_wrapper .ear_gels_content {
        width: 100%;
    }

    .cozy_neckband_wrapper .magnetic_content {
        width: 100%;
    }

    .cozy_neckband_wrapper .main_flex_sec {
        flex-direction: column;
        gap: 4rem;
    }

    .cozy_neckband_wrapper .angular_earbuds_img {
        width: 100%;
    }
    
    .cozy_neckband_wrapper #section-four-cozy-neckband .main_flex_sec {
        gap: 14rem;
    }

    .cozy_neckband_wrapper #section-one-cozy-neckband .main_flex_sec.flex-end {
        align-items: center;
    }
    .cozy_neckband_wrapper #section-three-cozy-neckband .main_flex_sec
    {
        flex-direction: column-reverse!important;
    }

    .cozy_neckband_wrapper .logo-text-div {
        padding-bottom: 40px;
    }

    .cozy_neckband_wrapper .sec1_cozy_neckband_logo_sec {
        width: 100%;
    }

    .cozy_neckband_wrapper #section-four-cozy-neckband.section-padding {
        padding: 14% 0 8%;
    }
    .cozy_neckband_wrapper #section-three-cozy-neckband {
        padding-top: 8% !important;
    }
    .cozy_neckband_wrapper .soothing_sound_text_sec {
        position: relative;
        transform: translate(0);
        width: 100%;
        padding: 10% 22px;
        left: 0;
        top: 0;
    }

    .cozy_neckband_wrapper .soothin_img_sec {
        width: 100%;
    }

    .cozy_neckband_wrapper .ear_gels_img_sec {
        width: 30%;
    }

    .cozy_neckband_wrapper .sect-text-content p br {
        display: none;
    }

    .cozy_neckband_wrapper .mobile_inner_flex {
        display: flex;
        flex-direction: column-reverse;
        gap: 0srem;
    }

    .cozy_neckband_wrapper h1 {
        font-size: 80px;
    }

    .cozy_neckband_wrapper .small_title_div h4 br {
        display: none;
    }

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

    .cozy_neckband_wrapper h4 {
        font-size: 22px;
    }

    .cozy_neckband_wrapper h5 {
        font-size: 120px;
        letter-spacing: 2rem;
    }

    .cozy_neckband_wrapper .cozy_neckband_container {
        width: 92%;
    }

    .cozy_neckband_wrapper .icon_img {
        width: 40%;
    }

    .cozy_neckband_wrapper .wired-text {
        width: fit-content;
        margin: 0;
    }
}