.hero_banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero_banner>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero_banner>video>source {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 6.1rem;
    background: transparent linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.video_title {
    padding-right: 2rem;
}

.video_title>* {
    color: var(--color-white);
}

.video_title>h1 {
    position: relative;
    font: var(--font-92);
    letter-spacing: -6.07px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 0.9;
    word-spacing: 1.5rem;
}

.video_title>h1>strong {
    color: var(--color-d2);
    font-weight: bold;
}

.video_title>h1::after {
    content: '';
    position: relative;
    display: block;
    width: 96%;
    height: 0.1rem;
    margin-top: 2rem;
    background-color: var(--color-white);
}

.video_title>p {
    font: var(--font-24);
    max-width: 87%;
}


/* Hero Overview Area Start */
.hero_overview {
    padding-block: 15.6rem 8.6rem;
}

.herover_grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 6rem;
    padding-left: 8rem;
}

.new_herover_left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.17rem;
    padding-right: 2rem;
    border-right: 1px solid #d8d8d8;
}

.feature_item h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 500;
    color: var(--color-4b);
    margin-bottom: 2rem;
}

.feature_item_1 h3:hover {
    color: #042b54;
}

.feature_item_2 h3:hover {
    color: #1d6a2d;
}

.feature_item_3 h3:hover {
    color: #dfa241;
}

.feature_item_4 h3:hover {
    color: #522b69;
}

.feature_item p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: normal;
    color: #000;
}

.feature_icon {
    position: relative;
    height: 8rem;
    width: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.feature_icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100%;
    animation: circleBlink 0.6s ease-in-out infinite;
}

.feature_item_1 .feature_icon::before {
    border: 2px solid #042b54;
}

.feature_item_2 .feature_icon::before {
    border: 2px solid #1d6a2d;
}

.feature_item_3 .feature_icon::before {
    border: 2px solid #dfa241;
}

.feature_item_4 .feature_icon::before {
    border: 2px solid #522b69;
}

.feature_icon img {
    position: relative;
    z-index: 1;
}


@keyframes circleBlink {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.02);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* .herover_left {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
} */


.industries-section {
    padding-top: 9rem;
    padding-left: 8rem;
}


.industries-section h2 {
    font-size: 3rem;
    line-height: 4.8rem;
    font-weight: 700;
    color: var(--color-4b);
    margin-bottom: 6rem;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3rem;
}

.industry-item {
    text-align: left;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.industry-item:hover {
    transform: translateY(-10px);
}

.industry-item img {
    transition: transform 0.4s ease;
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    margin-bottom: 2rem;
}

.industry-item:hover img {
    transform: scale(1.08);
}

.industry-item h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin-bottom: 2px;
}


/* Laptop */
@media (max-width: 1199px) {
    .industries-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 4rem 3rem;
    }
}

/* Tablet */
@media (max-width: 767px) {
    .industries-section h2 {
        margin-bottom: 4rem;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.5rem 5rem;
    }

}

/* Mobile */
@media (max-width: 480px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-section h2 {
        font-size: 28px;
    }
}


.fact_bx {
    border-bottom: 0.1rem solid var(--color-db);
}

.fact_bx:nth-child(1n) {
    padding-inline: 2rem 4.4rem;
    padding-top: 4.5rem;
}

.fact_bx:nth-child(1n) {
    padding-inline: 4rem 6.4rem;
    padding-top: 5.5rem;
}

.fact_bx:nth-child(2n) {
    padding-inline: 5rem 0;
    border-left: 0.1rem solid var(--color-db);
}

.fact_bx:nth-child(1) {
    padding-bottom: 1.6rem;
}

.fact_bx:nth-child(2) {
    padding-bottom: 1.6rem;
}

.fact_bx:nth-child(3) {
    border-bottom: 0;
    padding-right: 0;
    padding-top: 5.3rem;
}

.fact_bx:nth-child(4) {
    border-bottom: 0;
    padding-right: 0;
    padding-top: 5.3rem;
}

.fact_bx>figure>img {
    width: auto;
    height: 5.9rem;
}

.fact_bx>strong {
    display: block;
    font: var(--font-100);
    font-weight: 500;
    color: var(--color-4b);
    margin-block: 3.5rem 3rem;
}

.fact_bx>p {
    font: var(--font-18);
}

.herover_right {
    /* padding-left: 4.4rem; */
}

.herover_right>h2 {
    margin-bottom: 3.5rem;
}

.herover_right>p {
    max-width: 74%;
}

.herover_right>a {
    margin-top: 5.5rem;
}

.hero_overview .view_more:hover span {
    color: var(--color-black);
    border-color: var(--color-black);
}

.hero_overview .view_more:hover::after {
    filter: invert(100) brightness(0.1);
}

/* YKD Area Start */
.ykd_sec {
    position: relative;
    overflow: hidden;
}

.yarn_sec {
    position: relative;
    display: grid;
    align-items: center;
    padding-left: 0rem;
}

.yarn_sec>* {
    grid-area: 1/1;
}

.yarn_sec>video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.yarn_caption {
    z-index: 1;
    padding-block: 14.9rem;
    height: 100%;
    background-color: rgb(0 0 0 / 33%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.yarn_caption .sec_title {
    padding-left: 9rem;
    padding-right: 3rem;
}

.yarn_caption .sec_title>* {
    color: var(--color-white);
}

.yarn_caption .sec_title>h4 {
    margin-bottom: 2rem;
}

.yarn_caption .sec_title>h3 {
    margin-bottom: 2.5rem;
}

.yarn_caption .sec_title>p {
    font: var(--font-24);
    font-weight: var(--weight-normal);
}

.yarn_caption .sec_title>.view_more {
    margin-top: 3.6rem;
}

.yarn_caption .sec_title>.view_more>span {
    border-color: var(--color-white);
}

.yarn_caption .sec_title>.view_more::after {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.yrn_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17.6rem;
    margin-top: 7.3rem;
    padding-left: 9rem;
}

.yrn_bx {
    padding-left: 4rem;
    border-left: 0.1rem solid var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yrn_bx>figure>img {
    width: 5rem;
    height: 5.9rem;
    margin-bottom: 2rem;
}

.yrn_bx>* {
    color: var(--color-white);
}

.yrn_bx>h2 {
    color: var(--color-white);
    font: var(--font-60);
    font-weight: 600;
    margin-bottom: 2rem;
}

.yrn_bx>p {
    margin-bottom: 2rem;
    max-width: 83%;
    min-height: 78px;
}

.knitted_grid_panel {
    display: grid;
    grid-template-columns: 8% 55.8% 25%;
    gap: 6rem;
    justify-content: center;
    /* padding-left: var(--left-padding); */
    position: relative;
}

.knitted_mid .view_more>span {
    color: #fff;
    border-color: #fff;
}

.knitted_mid .view_more:hover>span {
    color: var(--color-ff);
}

.knitted_mid .sec_title>.view_more:hover:after {
    filter: brightness(1) invert(1);
}

.knitted_mid h4 {
    color: #fff;
    margin-bottom: 3.5rem;
}

.knitted_mid h3 {
    color: #fff;
    margin-bottom: 4.3rem;
}

.knitted_mid p {
    font: var(--font-24);
    color: #fff;
    font-family: var(--font-roboto);
    margin-bottom: 1.5rem;
    letter-spacing: 0px;
}

.knitted_mid .injdenim_links {
    font: var(--font-18);
    color: #fff;
    font-family: var(--font-roboto);
    border-bottom: 1px dashed #fff;
    padding-bottom: 1rem;
}

.injdenim_links span {
    font: var(--font-16);
    color: #fff;
    font-family: var(--font-roboto);
    border-bottom: 1px dashed #fff;
    padding-bottom: 1rem;
}

.knitted_mid .injdenim_links:hover>span {
    color: var(--color-ff);
}

.knitted_mid .injdenim_links:hover {
    border-color: var(--color-ff);
}

.knitted_mid .sec_title>.view_more::after {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.knitted_content1 p {
    color: #fff;
    font: var(--font-14);
}

.knitted_content1 ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 2.4rem;
    margin-top: 2rem;
}

.knitted_content1 {
    margin-top: 6rem;
}

.knit_machine {
    background: #00000021;
    padding-inline: 4rem 3rem;
    padding-block: 5rem;
    margin-bottom: 1rem;
    color: #fff;
    text-align: left;
}

.knit_machine h4 {
    color: #fff;
    font: var(--font-72);
    margin-block: 3rem 2.5rem;
}

.knit_machine:nth-child(1) img {
    width: 88px;

}

.knit_machine:nth-child(2) img {
    width: 58px;

}

.knit_machine p {
    color: #fff;
    font: var(--font-18);
}

.knitted_caption .col-lg-9 {
    margin: auto;
}

.knitted_mid {
    padding-inline: 0 5rem;
}

.panel.imageWrapper.three {
    position: relative;
}

.panel.imageWrapper.three:after {
    content: "";
    background: #000000 0% 0% no-repeat padding-box;
    mix-blend-mode: luminosity;
    opacity: 0.24;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.panel.imageWrapper.three .knitted_caption {
    position: relative;
    z-index: 9;
}

.panel.imageWrapper.three .sec_title p {
    color: #fff;
    margin-bottom: 1.5rem;
}

.knitted_content1 li img {
    height: 67px;
    object-fit: contain;
}

.knitted_right sup {
    top: -0.4em;
}

.mobile_img_logo1 {
    display: none;
}

.herover_right p {
    font: var(--font-18);
    color: var(--color-black);
    font-family: var(--font-roboto);
    max-width: 100%;
}

.yrn_grid .yrn_bx p {
    font: var(--font-18);
    max-width: 100%;
    font-family: var(--font-roboto);
    font-weight: normal;
}

.knitted_mid .knitted_content1 p {
    font: var(--font-24);
    max-width: 100%;
    font-family: var(--font-roboto);
    font-weight: normal;
}

.sustain_grid .sustain_left p {
    font: var(--font-18);
    max-width: 100%;
    font-family: var(--font-roboto);
    font-weight: normal;
}

.mobBtn {
    display: none;
}

.dashbtn {
    display: inline-block;
}

@media (min-width: 1800px) and (max-width: 1900px) {
    .yarn_caption {
        padding-block: 10rem;
    }
}

@media (max-width: 1799px) {
    .video_title>h1 {
        word-spacing: 1rem;
    }
}

@media (max-width: 1299px) {
    .knitted_mid {
        padding-inline: 0rem;
    }

    .video_title>h1 {
        word-spacing: 0;
    }
}

@media (max-width:990px) {

    .knitted_mid h3 {
        color: #fff;
        margin-bottom: 4.3rem;
        font-size: 2.8rem;
        font-weight: 300;
        padding-inline: 0 1rem;
        line-height: 1.2;
    }

    .mobile_img_logo1 {
        display: block;
    }

    .knitted_left {
        display: none;
    }

    .new_kitted {
        display: grid;
        grid-template-columns: 20% 75%;
        gap: 5%;
    }

    .mobile_img_logo1 {
        display: block;
    }

    .knitted_mid h3 br {
        display: none;
    }

    .knitted_mid h4 {
        font-size: 3.6rem;
        line-height: 1.3;
        padding-inline: 0 5rem;
    }

    .knitted_mid {
        padding-inline: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 16rem;
    }

    .knitted_content1 ul li {
        width: 25%;
    }

    .knitted_content1 ul {
        display: flex;
        padding: 0;
        list-style: none;
        gap: 2.4rem;
        margin-top: 0;
    }

}

/* Hero Sustainability Area Start */
.hero_sustain {
    padding-block: 20.2rem 26.3rem;
}

.sustain_grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 54.5%;
}

.sustain_left {
    padding-right: 13.6rem;
}

.sustain_left>h4 {
    margin-bottom: 2.2rem;
}

.sustain_left>h2 {
    margin-bottom: 5rem;
}

.sustain_left>p {
    padding-right: 1rem;
    padding-right: 3rem;
}

.sustain_left>.view_more {
    margin-top: 5rem;
}

.sustain_left>.view_more:hover>span {
    color: var(--color-black);
    border-color: var(--color-black);
}

.sustain_left>.view_more:hover:after {
    filter: brightness(0.1);
}

.sustain_right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10.1rem 5.1rem;
}

.sustain_bx {
    border-left: 0.1rem solid rgb(112 112 112 / 30%);
    padding-left: 2.8rem;
}

.sustain_bx>figure {
    margin-bottom: 6.1rem;
}

.sustain_bx>figure>img {
    width: auto;
    height: 5.7rem;
}

.sustain_bx>.sustain_caption>h6 {
    font: var(--font-21);
    font-weight: var(--weight-medium);
    margin-bottom: 1.5rem;
}

.sustain_bx>.sustain_caption>h5 {
    font: var(--font-26);
    font-weight: bold;
    color: var(--color-4b);
    margin-bottom: 0.4rem;
}

/* Hero People Area Start */
.hero_people {
    position: relative;
    display: grid;
    align-items: center;
}

.hero_people>* {
    grid-area: 1/1;
}

.hero_people>video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero_people>.people_caption {
    max-width: 57.6rem;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    background-color: var(--color-d2);
    padding: 5.9rem 6.6rem 9.4rem;
    z-index: 1;
}

.hero_people>.people_caption>* {
    color: var(--color-white);
}

.hero_people>.people_caption>p {
    padding-right: 0;
    font: var(--font-18);
    font-family: var(--font-roboto);
}

.hero_people>.people_caption>.view_more>span {
    border-color: var(--color-white);
}

.hero_people>.people_caption>.view_more::after {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.hero_people>.people_caption>.view_more:hover>span {
    color: var(--color-black);
    border-color: var(--color-black);
}

.hero_people>.people_caption>.view_more:hover:after {
    filter: brightness(0.1);
}

/* Hero Spotlight Area Start */
.hero_spotlight {
    padding-block: 10.1rem 13.8rem;
}

.hero_spotlight .sec_title {
    margin-bottom: 4.5rem;
}

.hero_spotlight .sec_title>h4 {
    margin-bottom: 3rem;
}

.spotlight_grid {
    display: grid;
    grid-template-columns: 41.33% 1fr;
    gap: 7.2rem;
}

.spotlight_left {
    position: relative;
}

.spotlight_left h3 {
    color: var(--color-black);
    font: var(--font-26);
    font-weight: bold;
    font-family: var(--font-roboto);
    margin-bottom: 4rem;
}

.spotlight_heading h3 {
    color: var(--color-black);
    font: var(--font-26);
    font-weight: bold;
    font-family: var(--font-roboto);
    margin-bottom: 4rem;
}

.spotlight_left>.spot_bx {
    position: relative;
    margin-bottom: 8.5rem;
}

.spotlight_left>.spot_bx>figure {
    margin-bottom: 0;
}

.spotlight_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem 3.9rem;
    padding-right: 6.2rem;
}

.spot_bx {
    position: relative;
}

.spot_bx>figure {
    margin-bottom: 3rem;
}

.spot_bx>.spot_caption {
    padding-right: 4.1rem;
}

.spot_bx:not(:has(figure)) {
    grid-column: span 2;
    overflow: hidden;
    padding-bottom: 4rem;
}

.spot_bx:not(:has(figure))::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.1rem;
    width: 100vw;
    left: 0;
    background-color: rgb(112 112 112 / 30%);
}

.spot_bx:not(:has(figure))>.spot_caption {
    max-width: 69%;
}

.spot_bx:not(:has(figure))>.spot_caption>h4 {
    font: var(--font-30);
    font-weight: var(--weight-medium);
    margin-bottom: 1.5rem;
}

.spot_date {
    display: flex;
    align-items: center;
    margin-bottom: 1.8rem;
}

.spot_date>span {
    font: var(--font-10);
}

.spot_date>span:nth-child(1) {

    font-weight: bold;
    padding-right: 0.9rem;
    margin-right: 0.9rem;
    border-right: 0.1rem solid var(--color-cf);
}

.knitted_right {
    margin-top: -4rem;
}

.yrn_grid a.view_more {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.yrn_grid a.view_more:hover {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}


.yrn_grid .yrn_bx a.view_more:hover span {
    color: #d2ab67;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    border-bottom: 0.1rem dashed #d2ab67;
}


.sustain_bx>h6 {
    display: none;
}

.sustain_caption p {
    font: var(--font-18);
    color: var(--color-black);
    font-family: var(--font-poppins);
}

.spotlight_right .spot_caption {
    margin: 3rem 0 0 0;
}

.spotlight_right .spot_caption p {
    font: var(--font-14);
    font-family: var(--font-roboto);
}

.spot_bx .spot_caption {
    margin: 3rem 0 0 0;
}

.spotlight_right .spot_caption p {
    font: var(--font-18);
    color: var(--color-black);
    font-family: var(--font-roboto);
}

.spotlight_right .spot_bx:first-child .spot_caption {
    padding-right: 0;
}


/* responsive  */

@media (max-width:1799px) {
    .video_title {
        /* padding-right: 4rem; */
        padding-right: 0rem;
    }

    .sustain_left {
        padding-right: 13rem;
    }

    .sustain_right {
        gap: 7.1rem 3.1rem;
    }
}

@media (max-width: 1699px) {
    .herover_right {
        padding-left: 4rem;
    }

    .sustain_left {
        padding-right: 8rem;
    }

    .spot_bx>.spot_caption {
        padding-right: 2.1rem;
    }

    .spot_bx:not(:has(figure))>.spot_caption {
        max-width: 76%;
    }
}

@media (max-width: 1649px) {
    .video_title {
        padding-right: 0rem;
    }

    .yrn_grid {
        gap: 6.6rem;

    }

    .sustain_right {
        gap: 7.1rem 2.1rem;
    }

    .knit_machine {
        padding-inline: 3rem 2rem;
    }

    .hero_people>.people_caption {
        max-width: 53.6rem;
        padding: 4.9rem 4.6rem 5.4rem;
    }
}

@media (max-width: 1599px) {
    .video_title>p {
        font: var(--font-24);
        max-width: 84%;
    }

    .hero_overview {
        padding-block: 12rem 10rem;
    }

    .herover_grid {
        padding-left: 0;
        gap: 0;
        grid-template-columns: 55% 1fr;
    }

    .industries-section {
        padding-left: 0;
        padding-top: 5rem;
    }

    .spot_bx>.spot_caption {
        padding-right: 0;
    }

    .spot_bx:not(:has(figure))>.spot_caption {
        max-width: 81%;
    }

    .yrn_grid {
        gap: 14.6rem;
    }

    .yarn_caption .sec_title,
    .yrn_grid {
        padding-left: 4rem;
    }

    .yrn_bx>p {
        max-width: 92%;
    }

    .sustain_left>p {
        padding-right: 0;
    }
}

@media (max-width: 1499px) {
    .spotlight_right {
        padding-right: 2.5rem;
    }

    .spot_bx:not(:has(figure))>.spot_caption {
        max-width: 83%;
    }

    .yrn_grid {
        gap: 7.6rem;
    }

    .sustain_right {
        gap: 5.1rem 1.1rem;
    }

    .sustain_left {
        padding-right: 5rem;
    }

    .hero_sustain {
        padding-block: 11.2rem 13.3rem;
    }

    .hero_people>.people_caption {
        max-width: 48.6rem;
        padding: 4.9rem 1.6rem 5.4rem 4rem;
    }

    .quick_links>a {
        font: var(--font-17);
    }
}

@media (max-width: 1399px) {
    .hero_people>.people_caption>p {
        padding-right: 1rem;
    }

    .hero_people>.people_caption {
        max-width: 45.6rem;
    }

    .spot_bx:not(:has(figure))>.spot_caption {
        max-width: 92%;
    }

    .hero_spotlight {
        padding-block: 9rem;
    }
}

@media (max-width: 1366px) {
    .video_title>p {
        max-width: 85%;
    }

    .herover_right>p {
        max-width: 85%;
    }

    .knit_machine {
        padding-inline: 2rem 1rem;
    }

    .herover_grid {
        gap: 4rem;
        grid-template-columns: 1fr;
    }

    .herover_right {
        padding-left: 0;
    }

    .new_herover_left {
        border: 0;
    }

    .yarn_caption {
        padding-block: 9.9rem;
    }

    .hero_people>.people_caption>p {
        padding-right: 1rem;
    }

    .hero_people>.people_caption {
        max-width: 45.6rem;
    }

    .hero_people>.people_caption>p {
        padding-right: 0;
    }

}

@media (max-width: 1299px) {
    .pin-spacer {
        width: 100%;
    }

    .video_title>p {
        max-width: 100%;
    }

    .yarn_caption .sec_title,
    .yrn_grid {
        padding-left: 3rem;
        padding-right: 0;

    }

    .hero_people>.people_caption {
        max-width: 40rem;
        padding: 3.9rem 1.6rem 3.4rem 3rem
    }

    .yrn_grid {
        gap: 2.6rem;
    }

    .hero_overview {
        padding-block: 8.6rem 9.3rem;
    }

    .fact_bx:nth-child(4) {
        padding-top: 3.3rem;
    }

    .fact_bx:nth-child(2n) {
        padding-inline: 4rem 0;
    }

    .fact_bx:nth-child(3) {
        padding-top: 4rem;
    }

    .fact_bx:nth-child(1n) {
        padding-inline: 2rem 2rem;
    }


    .sustain_right {
        gap: 4rem 1.1rem;
    }

    .sustain_bx {
        padding-left: 1.5rem;
    }

    .sustain_left {
        padding-right: 3rem
    }

    .sustain_bx>figure {
        margin-bottom: 3.1rem;
    }

    .knitted_grid_panel {
        grid-template-columns: 10% 56.8% 28%;
        gap: 5rem;
    }

    .hero_sustain {
        padding-block: 9rem;
    }

    .knit_machine {
        padding-inline: 2rem 2rem;
        padding-block: 2rem;
        margin-bottom: 1rem;
    }

    .knitted_right {
        margin-top: 0rem;
    }

    .spotlight_grid {
        grid-template-columns: 40.33% 1fr;
        gap: 4.2rem;
    }

    .spotlight_right {
        padding-right: 0;
    }

    .spotlight_right {
        gap: 2.8rem 1.9rem;
    }

    .hero_spotlight {
        padding-block: 8rem;
    }

    .herover_right>h2 {
        font-size: 4.5rem;
    }

    .sustain_left>h2 {
        margin-bottom: 5rem;
        font: var(--font-72);
        font-weight: var(--weight-300);
        line-height: 1.1;
    }

    .quick_links>a {
        font: var(--font-16);
    }

    .quick_links {
        gap: 2rem;
    }
}

@media (max-width: 1099px) {
    .herover_right>p {
        max-width: 100%;
        font-size: 1.8rem;
    }

    .knitted_grid_panel {
        grid-template-columns: 10% 56.8% 30%;
        gap: 3rem;
    }

    .quick_links {
        gap: 0.9rem;
    }
}

@media (max-width: 991px) {

    /* .video_title {
        padding-right: 3rem;
    } */

    .herover_right>h2 {
        font: var(--font-80);
        font-weight: var(--weight-300);
    }

    /* .herover_grid {
        display: flex;
        flex-direction: column;
        padding-inline: 1.5rem;
    } */

    .herover_right {
        order: 1;
    }

    .yrn_grid {
        display: block;
        margin-top: 4.3rem;
    }

    .yrn_bx {
        padding-left: 0;
        padding-bottom: 1rem;
        margin-bottom: 3rem;
        border-bottom: 0.1rem solid var(--color-white);
        border-left: 0;
    }

    .yarn_caption {
        padding-block: 6.6rem;
    }

    .knitted_grid_panel {
        display: block;
    }

    .knitted_right {
        display: none;
    }

    .knitted_left figure img {
        width: 10rem;
    }

    .hero_overview {
        padding-block: 4rem 4rem;
    }

    .yarn_caption .sec_title,
    .yrn_grid {
        padding-left: 0;
        padding-right: 1.5rem;
    }

    .fact_bx>p {
        font-size: 1.4rem;
    }

    .spot_date>span {
        font-size: 1.4rem;
    }

    .yarn_caption .sec_title>p {
        display: none;
    }

    .yarn_caption .sec_title>h4 {
        margin-bottom: 2.5rem;
        font-size: 3.6rem;
    }

    .yarn_caption .sec_title>h3 {
        font-size: 1.8rem;
        line-height: 2.6rem;
        font-family: var(--font-poppins)
    }

    .yrn_bx>p {
        display: none;
    }

    .yrn_bx>h2 {
        font-size: 3rem;
        width: 70%;
        line-height: 1.1;
        margin-bottom: 0;
    }

    .yrn_bx {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 0;
        padding-block: 4.7rem;
        flex-direction: row;
    }

    .yrn_bx:first-child {
        padding-top: 0;
    }

    .yrn_bx figure {
        width: 100%;
        max-width: 5.9rem;
    }

    .yarn_sec {
        align-items: flex-start;
        padding-left: 0rem;
    }

    .knitted_caption {
        padding-block: 5rem 0;
        padding-inline: 0 2rem;
    }

    .yarn_sec>video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
    }

    .knitted_content1 p {
        font-size: 1.4rem;
    }

    .knitted_content1 p br {
        display: none;
    }

    .knitted_grid_panel a.view_more span {
        display: inline-block;
        text-indent: -999999px;
    }

    .knitted_grid_panel a.view_more {
        margin: 0;
    }

    .sustain_grid {
        grid-template-columns: 1fr;
    }

    .hero_sustain {
        padding-block: 4rem;
    }

    .sustain_left>h4 {
        font-size: 3.6rem;
        text-align: center;
    }

    .sustain_left {
        padding-right: 0;
    }

    .sustain_left>.view_more {
        display: none;
    }

    .sustain_right {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        padding-top: 4rem;
    }

    .sustain_bx {
        text-align: center;
        padding-inline: 0;
        padding-block: 2rem 2rem;
        border-bottom: 1px solid #ddd;
    }

    .sustain_bx img {
        margin: auto;
    }

    body .sustain_bx:nth-child(odd) {
        border-left: 0;
        border-left: 1px solid #EEEEEE;
        border-left: 0;
    }

    /* .hero_sustain .container {
        padding: 0;
    } */

    .sustain_bx>.sustain_caption>h5 {
        font-size: 1.8rem;
    }

    .sustain_bx h6 {
        display: none;
    }

    .sustain_bx>h6 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 2rem;
        font-weight: 500;
    }

    .sustain_bx:nth-child(1) {
        padding-top: 0;
    }

    .sustain_bx:nth-child(2) {
        padding-top: 0;

    }

    a.view_more span {
        text-indent: -9999px;
        display: block;
        text-align: center;
    }

    .knitted_grid_panel a.view_more span {
        text-indent: 0;
    }

    .sustain_bx:last-child {
        border-bottom: 0;
    }

    .sustain_grid .sustain_bx:nth-child(5) {
        border-bottom: 0;
    }

    .sustain_grid .view_more {
        justify-content: center;
        margin-top: 5rem;
    }

    .hero_people>* {
        grid-area: inherit;
    }

    .hero_people>.people_caption {
        max-width: 100%;
    }

    .hero_people>video {
        width: 100%;
        height: 46vh;
        object-fit: cover;
    }

    .spotlight_grid {
        grid-template-columns: 1fr;
        gap: 4.2rem;
    }

    .hero_spotlight {
        padding-block: 4rem;
    }

    .hero_spotlight .sec_title>h4 {
        margin-bottom: 3rem;
        font-size: 3.6rem;
    }

    .spotlight_left>.spot_bx {
        margin-bottom: 0rem;
    }

    .spot_bx:not(:has(figure))::after {
        content: none;
    }

    .hero_spotlight .view_more {
        gap: 0rem;
        padding-bottom: 4rem;
    }

    .spot_bx:not(:has(figure)) {
        padding-bottom: 3rem;
    }

    .spotlight_left {
        border-bottom: solid 1px #ddd;
    }

    .sustain_left>h2 {
        margin-bottom: 3rem;
        text-align: center;
    }

    .sustain_grid .sustain_left p {
        text-align: center;
    }

    .feature_icon {
        position: relative;
        height: 6.5rem;
        width: 6.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }
    
}

@media only screen and (max-width:575px) {
    .video_title {
        padding-right: 0rem;
        max-width: 50rem;
    }

    .herover_grid {
        padding-left: 2rem;
    }

    .herover_grid {
        padding-left: 2rem;
    }

    .industries-section {
        padding-left: 2rem;
    }

    .yarn_caption {
        padding-left: 2rem;
    }

    .knitted_caption {
        padding-left: 2rem;
    }

    .hero_spotlight {
        padding-inline: 1.5rem 0;
    }

    .footer_top {
        padding-inline: 1.5rem 0;
    }

    .sustain_caption p {
        font-family: var(--font-poppins);
        font-size: 1.2rem;
        font-weight: 300;
    }

    .sustain_grid .sustain_left p {
        line-height: 1.4;
    }

    .hero_spotlight .sec_title>h3 {
        font-size: 3.1rem;
        line-height: 3.6rem;
        font-weight: 300;
    }

    .yarn_sec>video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
    }
   
    .yrn_bx {
        gap: 3.5rem;
    }

    .video_title>h1 {
        letter-spacing: -2.38px;
        word-spacing: normal;
        font-size: 3.6rem;
    }

    .video_title>p {
        font: var(--font-16);
    }

    .video_caption {
        padding-bottom: 10.1rem;
    }

    .video_caption {
        padding-bottom: 2.3rem;
    }

    .hero_sustain .sustain_left {
        padding: 0 4rem 4rem;
    }

    .fact_bx:nth-child(1n) {
        padding-top: 3.5rem;
    }

    .knitted_mid h4 {
        margin-bottom: 2.5rem;
    }

    .spot_bx:not(:has(figure)) {
        padding-bottom: 2rem;
    }

    /* .knitted_content1 {
        margin-top: 12rem;
    } */
    .knitted_content1 {
        margin: 0
    }

    .spot_bx:not(:has(figure))>.spot_caption {
        max-width: 100%;
        margin-top: 2rem;
    }

    .yrn_bx>figure>img {
        margin-bottom: 0;
    }

    .herover_right>p {
        font: var(--font-18);
        line-height: 2.1rem;
    }

    .herover_right>a {
        margin-top: 2.1rem;
    }

    .herover_right .view_more {
        gap: 0;
    }

    .herover_grid {
        gap: 3rem;
    }

    .new_herover_left {
        grid-template-columns: 1fr;
    }

    .fact_bx:nth-child(1n) {
        padding-inline: 3.8rem 2rem;
    }

    .fact_bx:nth-child(1) {
        padding-left: 0
    }

    .fact_bx:nth-child(3) {
        padding-left: 0
    }

    .fact_bx>figure>img {
        width: auto;
        height: 4.9rem;
    }

    .fact_bx>strong {
        margin-block: 2rem;
    }

    .fact_bx:nth-child(1n) {
        padding-top: 3.8rem;
    }

    .yarn_caption {
        padding-block: 6.6rem 0;
    }

    .new_kitted {
        display: grid;
        grid-template-columns: 22% 75%;
        gap: 2.2rem;
    }

    .knitted_mid h3 {
        margin-bottom: 3.9rem;
    }

    .two .knitted_content1 p:first-child {
        display: none;
    }

    .knitted_content1 ul {
        flex-wrap: wrap;
    }

    .two .knitted_content1 ul li:last-child {
        width: 35%;
    }

    .sustain_left>h4 {
        margin-bottom: 0;
    }

    .sustain_right {
        padding-top: 0;
    }

    .hero_sustain .sustain_left {
        padding: 0 1.5rem 2.6rem;
    }

    .hero_people>.people_caption>h4 {
        font-size: 3.6rem;
    }

    .hero_people>.people_caption>h2 {
        font-size: 3.1rem;
    }

    .hero_people>.people_caption {
        gap: 2rem;
    }

    .hero_people>.people_caption>p {
        font-size: 1.4rem;
        line-height: 2.1rem;
        font-weight: normal;
    }

    .people_caption .view_more {
        gap: 0;
    }

    .spotlight_right {
        grid-template-columns: repeat(1, 1fr);
    }

    .spotlight_right .spot_bx {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 2rem;
    }

    .spot_bx>.spot_caption {
        padding-right: 2rem;
    }

    .spot_date {
        display: block;
    }

    .spot_bx .spot_caption {
        margin: 0;
    }

    .knitted_mid .knitted_content1 p {
        display: none;
    }

    .spotlight_right .spot_bx:nth-child(3),
    .spotlight_right .spot_bx:nth-child(4) {
        display: none;
    }

    .hero_people>video {
        height: 100%;
    }

}

@media only screen and (max-width: 699px) {
    .video_title {
        padding-right: 0rem;
    }
}

@media only screen and (max-width: 599px) {
    .video_title {
        padding-right: 0rem;
    }
}

@media only screen and (max-width: 499px) {
    .video_title {
        max-width: 40rem;
        padding-inline: 2rem;
    }

}

/* @media only screen and (max-width: 480px) {
    .video_title>h1 {
       letter-spacing: -1px;
        padding: 0;
        max-width: 100%;
        font: var(--font-80);
        font-weight: bold;
        word-spacing: 0.4rem;
    }
    .yrn_bx>h2 {
        font-size: 2.5rem;
        width: 100%;
        line-height: 1.1;
        margin-bottom: 0;
    }

    .yrn_bx {
        padding-block: 2rem;
    }

    .yrn_bx br {
        display: none;
    }

    .yarn_caption {
        padding-block: 4rem;
    }

    .yrn_grid {
        margin-top: 2rem;
    }

    .herover_right>h2 {
        margin-bottom: 2rem;
        line-height: 1.2;
    }

    .herover_right>p {
        font: var(--font-18);
        max-width: 100%;
        font-family: var(--font-roboto);
        font-weight: normal;
        letter-spacing: 0;
    }

    .knitted_mid h4 {
        margin-bottom: 1rem;
        padding: 0;
    }

    .knitted_mid h3 {
        margin-bottom: 2rem;
        padding-inline: 0;
    }

    .knitted_content1 ul {
        gap: 1.4rem;
        margin-top: 3rem;
    }

    .knitted_caption {
        padding-block: 4rem;
        padding-inline: 0;
    }

    .sustain_left>h4 {
        text-align: left;
    }

    .sustain_left>h2 {
        margin-bottom: 2rem;
        line-height: 1.2;
    }

    .sustain_grid .sustain_left p {
        font: var(--font-18);
        max-width: 100%;
        font-family: var(--font-roboto);
        font-weight: normal;
        letter-spacing: 0;
    }

    .sustain_left>h4 {
        margin-bottom: 1rem;
    }

    .hero_people>.people_caption {
        gap: 2rem;
    }

    .hero_people>.people_caption>p {
        padding-right: 0;
        letter-spacing: 0;
    }

    .hero_spotlight .sec_title>h4 {
        margin-bottom: 2rem;
    }

    .hero_spotlight .sec_title {
        margin-bottom: 2rem;
    }

    .spotlight_left h3 {
        margin-bottom: 2rem;
    }

    .spotlight_heading h3 {
        margin-bottom: 2rem;
    }

    .spotlight_left>.spot_bx {
        margin-bottom: 2rem;
    }

    .spotlight_grid {
        gap: 2rem;
    }
    .spot_bx .spot_caption {
    margin: 2rem 0 0 0;
}
.spotlight_right {
    grid-template-columns: repeat(1, 1fr);
}
}

@media only screen and (max-width: 375px){
    .video_title>h1 {
       letter-spacing: -1px;
        padding: 0;
        max-width: 100%;
        font: var(--font-80);
        font-weight: bold;
        word-spacing: 0.4rem;
    }
       .video_caption {
        padding-bottom: 4rem;
    }
.spotlight_right {
    grid-template-columns: repeat(1, 1fr);
}
    .knitted_mid h3 {
        font-size: 2rem;
    }
        .knitted_mid h4 {
        font-size: 3rem;
    }
        .yrn_bx>h2 {
        font-size: 2rem;
    }
      .herover_right>a {
    margin-top: 3rem;
}  
.knitted_content1 ul{
    flex-wrap: wrap;
}
} */

.mobile_video {
    display: none;
}

.dashbtn.view_more span {
    display: none;
}

@media (max-width: 767px) {
    .desktop_video {
        display: none;
    }

    .mobile_video {
        display: block;
    }

    .hero_banner {
        height: 93vh;
    }

    .mobBtn {
        display: inline-block;
    }

    .dashbtn {
        display: none;
    }

    .mobBtn.view_more.view_more::after {
        margin-top: 2rem;
    }

    .mobBtn.view_more span {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .video_title {
        max-width: 42rem;
        padding-inline: 1.5rem 0;
    }
}

@media only screen and (max-width: 350px) {
    .video_title>h1 {
        font-size: 3.2rem;
    }
}

@media screen and (min-width: 1180px) and (max-width: 1549px) {
    .yarn_caption {
        padding-block: 6.9rem 10rem;
    }
}