.ht_content_wrap {
    background-color: #000;
}

/* Home Hero Section ======== */
.ht_home_hero_Wrap {
    /* min-height: 660px; */
    position: relative;
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0;
    height: calc(100vh - 236px);
}

.home_hero_slider {
    /* height: 660px; */
    height: calc(100vh - 236px);
    position: relative;
}

.home_hero_slider .item {
    height: 100%;
    overflow: hidden;
}

.home_hero_slider .item img {
    width: 100%;
    /* height: 660px; */
    height: 100%;
    object-fit: cover;
}

.home_hero_slider .item video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: 1s opacity;
}

.home_hero_slider .hthh_context {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 1122px;
    width: 100%;
}

.home_hero_slider .hthh_context .subheading {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.025em;
    font-weight: 400;
    margin-top: 26px;
}

.home_hero_slider .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* TNS slider */
.tns-outer>button {
    display: none
}


/* Advantage Bar */
.advantage_bar {
    background-color: #000;
    padding-top: 66px;
    padding-bottom: 66px;
}

.advantage_bar .row {
    gap: 40px;
    align-items: center;
}

.advantage_bar .row .col_1 {
    max-width: 540px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.advantage_bar .row .col_1 .text {
    white-space: nowrap;
    color: #9D9D9D;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5625px;
}

.advantage_bar .row .col_1 .line {
    margin-top: -35px;
    height: 139px;
    width: 4px;
}

.advantage_bar .row .col_1 .line svg rect {
    height: 0;
    transition: height 0.5s ease-out;
}

.advantage_bar .row .col_1.animated-section .line svg rect {
    height: 139px;
}

.advantage_bar .row .col_1 .line img {
    width: 4px;
    height: 139px;
}

.advantage_bar .row .col_1 .subheading {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #9D9D9D;
}

.advantage_bar .row .col p {
    margin: 0;
    letter-spacing: 0.325px;
    font-size: 14px;
    line-height: 20px;
    color: var(--maturity-text);
}

/* Home Product Slider */
.home_product_slider_wrap {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.home_products_slider {
    position: relative;
}

.home_products_slider .item img {
    width: 100%;
    height: 900px;
    object-fit: cover;
}

.home_products_slider .item {
    overflow: hidden;
    position: relative;
}

.home_products_slider .hthh_context {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(1193px + 32px);
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 1;
}

.home_products_slider .hthh_context .btn_radius i {
    /* position: absolute;
    right: 25px;
    top: 17px; */
}

.product_code {
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #F0F0F0;
    margin-bottom: 10px;
}

.product_title {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 16px;
    /* letter-spacing: 0.1em;
    text-transform: uppercase; */
}

.product_desc {
    font-size: 16px;
    line-height: 18px;
    /* color: #AAAAAA; */
    color: #fff;
    margin-bottom: 34px;
}

.product_code,
.product_title,
.product_desc {
    max-width: 610px;
}

.home_products_slider .hthh_context .btn_radius + .btn_radius {
    /* min-width: 226px; */
    /* margin-inline: 8px; */
    margin-left: 12px;
}

.home_products_slider .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home_products_slider .item::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.home_products_slider .item.tns-slide-active::after {

}

/* Thumbnail Slider Nav */
.home_product_slider_wrap .customize-tools {
    position: absolute;
    bottom: 32px;
    /* max-width: 1140px;*/
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.customize-tools .thumbnails-wrapper {
    position: relative;
    display: inline-block;
}

.customize-tools .thumbnails-wrapper .linebar {
    background-color: #FFBA00;
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    bottom: -5px;
}

.customize-tools .thumbnails {
    margin: 0 auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    list-style-type: none;
    justify-content: center;

}

.customize-tools .thumbnails li {
    font-size: 14px;
    line-height: 20px;
    color: #B9B9B9;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-weight: 700;
}

.customize-tools .thumbnails li span {
    line-height: 1;
    white-space: nowrap;
}

.customize-tools .controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% + 200px);
    top: -5px;
    gap: 138px;
    left: -100px;
    pointer-events: none;
}

/* .customize-tools .thumbnails li::after {
    content: "";
    background-color: transparent;
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
} */

/* .customize-tools .thumbnails li.tns-nav-active::after,
.customize-tools .thumbnails li:hover::after {
    background-color: #FFBA00;
    width: 100%;
} */

/* .customize-tools .thumbnails li.tns-nav-active,
.customize-tools .thumbnails li:hover {
    font-weight: 700;
} */







/* Home Channel Slider */
/* .home_channel_slider_wrap {
    padding: 32px 0;
    background-color: #000;
    min-height: 900px;
} 

.home_channel_slider_wrap .container {
    max-width: 1456px;
}*/

/* .home_channel_slider {
    display: flex;
    gap: 28px;
} */

.home_channel_slider .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* .home_channel_slider .item {
    border-radius: 12px;
    overflow: hidden;
    width: 240px;
    height: 836px;
    position: relative;
    cursor: pointer;
    transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1);
} 

.home_channel_slider .item.active {
    width: 887px;
}
*/
.home_channel_slider .item figure {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

/*

.home_channel_slider .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(.605, .15, .1, 1);
}

.home_channel_slider .item:hover figure img {
    transform: scale(1.1);
}

.home_channel_slider .item .title {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 16px 24px;
    position: absolute;
    right: 0;
    top: 33px;
    backdrop-filter: blur(100px);
    z-index: 1;
    background-color: rgb(255 255 255 / 7%);
    transform: translateX(228px);
    opacity: 0;
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(.605, .15, .1, 1);
    width: 228px;
}

 .home_channel_slider .item .title {
    width: 249px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
} 

.home_channel_slider_wrap.animated-section .home_channel_slider .item .title {
    opacity: 1;
    transform: translateX(0);

}
*/
/* .home_channel_slider .item .center_heading {
    position: absolute;
    z-index: 2;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 163px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 887px;
} */
/*
.home_channel_slider .item.active .center_heading {
    opacity: 1;
    visibility: visible;
}

.center_heading .tagline {
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.center_heading .heading {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home_channel_slider .item .bottom_context_wrap {
    position: absolute;
    bottom: 62px;
    max-width: 769px;
    left: 60px;
    right: 60px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 887px;
}

.home_channel_slider .item.active .bottom_context_wrap {
    opacity: 1;
    visibility: visible;
}

 .home_channel_slider .item .bottom_context {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.22);
    padding: 19px 24px;
    padding-right: 30px;
    display: flex;
    align-items: center;
} 
*/
.home_channel_slider .item .bottom_context .text {
    border-right: rgba(178, 178, 178, 0.31) 1px solid;
    padding-right: 28px;
    margin-right: 50px;
}

.home_channel_slider .item .bottom_context .btn_radius i {
    background: url(../images/arrow-right-yellow.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    position: static;
    margin-left: 4px;
}

/*
.home_channel_slider .item .lists {
    margin-bottom: 40px;
}

 .home_channel_slider .item .lists ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
} 

.home_channel_slider .item .lists ul li a,
.home_channel_slider .item .lists ul li {
    font-size: 14px;
    line-height: 20px;
    color: #B9B9B9;
    text-transform: uppercase;
    padding-left: 16px;
    position: relative;
    border-left: rgba(255, 255, 255, 0.5) 1px solid;
    min-height: 50px;
    display: flex;
    align-items: center;
}*/

.home_channel_slider .item .lists ul li a,
.home_channel_slider .item .lists ul li {
    color: #B9B9B9;
}

.home_channel_slider .item .lists ul li a {
    border-left: none;
    padding-left: 0px;
}

.home_channel_slider .item .lists ul li.active a,
.home_channel_slider .item .lists ul li:hover a,
.home_channel_slider .item .lists ul li:hover,
.home_channel_slider .item .lists ul li.active {
    color: #FFBA00;
}

.home_channel_slider .item .lists ul li::before {
    content: "";
    border-left: rgba(255, 255, 255, 1) 3px solid;
    height: 24px;
    width: 3px;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.home_channel_slider .item .lists ul li:hover::before,
.home_channel_slider .item .lists ul li.active::before {
    border-color: #FFBA00;
}

/* Tab Slider */
.home_tab_slider_wrap {
    padding-top: 98px;
    padding-bottom: 55px;
    background-color: #000;
    position: relative;
}

.home_tab_slider_wrap .tns-outer {
    overflow: hidden;
    margin: 0 222px;
    transition: all 1.5s;
    transition-timing-function: cubic-bezier(.605, .15, .1, 1);
}

.home_tab_slider_wrap.animated-section .tns-outer {
    margin: 0px;
}

.home_tab_slider_wrap .container {
    max-width: 1204px;
}

.home_tab_slider {
    margin-top: 38px;
}

.home_tab_slider .item {

    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.home_tab_slider .item figure {
    margin: 0px;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.home_tab_slider .item figure img {
    /* height: 450px; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.home_tab_slider .item .section-bg-video {
    height: 450px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.home_tab_slider .item .overlay,
.overlay_black {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home_tab_slider .item .section-bg-video .overlay {
    display: none;
}

.hts_context {
    position: absolute;
    top: 50%;
    left: 42px;
    max-width: 354px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(30px) brightness(115%);
    border-radius: 12px;
    padding: 22px 24px;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.video-playing:hover .hts_context {
    opacity: 1;
}

.video-playing .hts_context {
    opacity: 0;
    transition: opacity .6s ease-in-out;
}

.hts_context .tagline {
    color: #FFBA00;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 9px;
}

.hts_context .title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;

    margin-bottom: 12px;
}

.hts_context .desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: #C6C6C6 1px solid;
}

.hts_context .read_more_btn {
    margin-top: 30px;
}


.read_more a,
.play_video,
.read_more {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.2em;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 11px;
    cursor: pointer;
}

.read_more a {
    color: #fff
}

/* .play_video {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Maven Pro';
    color: #fff;
    cursor: pointer;
}

.play_video i {
    position: relative;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.play_video i::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 14px;
    border-color: transparent transparent transparent #ffba00;
}
.play_video i {
    width: 44px;
    height: 44px;
    transition: transform .6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.play_video:hover i {
    transform: scale(1.1);
}

.play_video.pause i::before {
    content: "";
    display: flex;
    width: 5px;
    height: 20px;
    background: transparent;
    margin: 0 3px;
    border-color: #ffba00;
    border-width: 0px 5px;
} */

.read_more i {
    width: 22px;
    height: 16px;
    background: url(../images/arrow-yellow.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.home_tab_slider_wrap .customize-tools {
    margin-top: 57px;
    text-align: center;
}

.home_tab_slider_wrap .customize-tools .thumbnails li {
    border-radius: 6px;
    overflow: hidden;
    border: transparent 2px solid;
    transition: border-color 0.3s ease-in-out;
}

.home_tab_slider_wrap .customize-tools .thumbnails li.tns-nav-active,
.home_tab_slider_wrap .customize-tools .thumbnails li:hover {
    border-color: #FFA701;
}

.home_tab_slider_wrap .customize-tools .thumbnails li img {
    width: 118px;
    height: 76px;
    object-fit: cover;
}

.home_tab_slider_wrap .customize-tools .thumbnails li span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    background-color: rgba(0, 0, 0, 62%);
    color: #fff;
    border-radius: 3px;
    padding: 4px 10px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    text-align: center;
    white-space: nowrap;
}

.home_tab_slider_wrap .customize-tools .thumbnails li::after {
    display: none;
}

.home_tab_slider_wrap .customize-tools .thumbnails {
    gap: 16px;
    /* background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(30px) brightness(115%); */
    background-color: #262626;
    padding: 16px;
    border-radius: 12px;
    width: max-content;
}

/* Collaborative Spirit */
.colaborative_wrapper {
    /* background: #000 url(../images/collaborative.jpg) no-repeat;
    background-position: bottom right;
    background-size: 100%; */
    background-color: #000000;
    position: relative;
    padding-top: 105px;
    /* padding-bottom: 379px; */
    min-height: auto;
}

.colaborative_wrapper .center_heading .description {
    font-size: 16px;
    line-height: 32px;
    max-width: 928px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
}

.industries_logos {
    margin-top: 67px;
}

.industry_logo_row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 57px; */
    height: 50px;
    row-gap: 57px;
}

.industry_logo_row .logo_item {
    text-align: center;
}

.industry_logo_row:last-child {
    margin-bottom: 0px;
}

.industries_logos .item {}

/* Home Media Sections */

.home_media_wrapper {
    background-color: #000;
    padding-top: 169px;
    padding-bottom: 107px;
    position: relative;
}

.home_media_wrapper .home_media_slider {
    margin-top: 78px;
}

.home_media_slider .media_item {
    width: 506px;
    overflow: hidden;
    position: relative;
    /* border-radius: 4px; */
    /* margin-left: 30px;
    margin-right: 30px; */
}

.home_media_slider .media_item figure {
    position: relative;
    height: 238px;
}

.home_media_slider .media_item figure img {
    /* height: 400px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_media_slider .media_item .hm_context .title {
    min-height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.hm_context {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(30px) brightness(115%); */
    padding: 20px;
    background-color: #171B25;
    color: #fff;
}

.home_media_slider .media_item .hm_context {
    right: 30px;
}

.hm_context .tagline {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFA701;
    font-weight: 400;
}

.hm_context .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    height: 70px;
}

.hm_context .title strong {
    font-weight: normal;
}

.published {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 40%);
    padding-top: 20px;
}

.home_media_wrapper .product_nav {
    justify-content: flex-start;
    margin-top: 0px;
    display: inline-flex;
}

.home_media_wrapper .customize-tools .controls {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 48px;
    left: auto;
    top: 0;
}

.home_media_wrapper .customize-tools .controls li a {
    position: static;
}

.home_media_wrapper .customize-tools {
    max-width: 1072px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_media_wrapper .btn_radius {
    text-align: left;
    min-width: 188px;
}

:root {
    font-size: 16px;
}

/* Animation */
.opacity-animation {
    opacity: 0;
    transition: opacity .5s;
    transition-delay: 0.4s;
}

.animated-section .opacity-animation {
    opacity: 1;
}

.text_animate {
    opacity: 0;
    transform: translateY(.2rem);
    transition: opacity .5s, transform .5s;
    transition-delay: 0.4s;
}

.animated-text .text_animate {
    opacity: 1;
    transform: translateY(0);

}


.logo-swiper {
    width: 100%;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
}

.logo-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 160px;
}

.logo-swiper .swiper-slide img {
    height:auto;
    object-fit: contain;
}

.logo-swiper .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

.home_media_wrapper .customize-tools {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}


/* Responsive */

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

    .home_channel_slider .item .bottom_context .text {
        padding-right: 20px;
        margin-right: 20px;
    }

    /* Home product slider */
    .home_products_slider .item img {
        height: 640px;
    }

    .customize-tools .thumbnails {
        gap: 36px;
    }

}

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

    .home_tab_slider_wrap .container,
    .colaborative_wrapper .container,
    .home_product_slider_wrap .customize-tools {
        max-width: 982px;
    }

    .home_hero_slider .hthh_context {
        max-width: 820px;
    }

    .home_hero_slider .hthh_context .subheading {
        font-size: 16px;
        line-height: 24px;
    }

    .advantage_bar .row {
        gap: 20px;
    }
    .advantage_bar .row .col_1 {
        max-width: 430px;
        gap: 16px;
    }
    .advantage_bar .row .col_1 .text {
        font-size: 13px;
        line-height: 22px;
    }
    .advantage_bar .row .col_1 .subheading {
        font-size: 14px;
        line-height: 22px;
    }

    .home_media_wrapper .customize-tools {
        padding-inline: 16px;
    }

    .industry_logo_row {
        grid-template-columns: repeat(6, 1fr);
    }

    .customize-tools .thumbnails {
        gap: 24px;
    }

    .home_products_slider .hthh_context {
        max-width: 982px;
    }

    .home_media_slider .media_item .hm_context {
        right: 16px;
    }

    .colaborative_wrapper {
        padding-bottom:0px;
    }

    .home_media_slider .media_item figure {
        height: 190px;
    }

}

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

    .home_tab_slider_wrap .container,
    .colaborative_wrapper .container,
    .home_product_slider_wrap .customize-tools {
        max-width: 752px;
    }

    .ht_home_hero_Wrap {
        /* min-height: 560px; */
    }

    .home_hero_slider,
    .home_hero_slider .item img {
        /* height: 560px; */
    }

    .home_hero_slider .hthh_context {
        padding-inline: 16px;
        max-width: 680px;
    }

    .home_hero_slider .hthh_context .subheading {
        font-size: 14px;
        line-height: 22px;
        margin-top: 16px;
    }

    .advantage_bar .row {
        gap: 16px;
        flex-direction: column;
    }

    .advantage_bar .row .col {
        text-align: center;
    }

    .home_products_slider .hthh_context {
        max-width: 752px;
    }

    .customize-tools .thumbnails {
        gap: 12px;
    }

    .customize-tools .thumbnails li {
        font-size: 12px;
    }

    .product_code {
        font-size: 28px;
        line-height: 32px;
    }

    .product_title {
        font-size: 18px;
        line-height: 24px;
    }

    .product_desc {
        font-size: 14px;
    }

    .home_channel_slider .item .bottom_context .text {
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 16px;
        border-right: none;
        border-bottom: rgba(178, 178, 178, 0.31) 1px solid;
        margin-bottom: 16px;
    }

    .colaborative_wrapper .center_heading .description {
        font-size: 14px;
        line-height: 22px;
        margin-top: 16px;
    }

    .hts_context .title {
        font-size: 18px;
        line-height: 24px;
    }

    .industry_logo_row {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

    h1,
    .h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .home_hero_slider .hthh_context .subheading {
        font-size: 15px;
    }

    .ht_home_hero_Wrap {
        /* min-height: 420px; */
    }

    .home_hero_slider,
    .home_hero_slider .item img {
        /* height: 420px; */
    }

    .advantage_bar .row .col_1 {
        gap: 6px;
        flex-direction: column;
    }

    .advantage_bar .row .col_1 .line {
        /* margin-top: 0;
        height: 16px;
        transform: rotate(90deg);
        margin-left: 120px; */
        height: 4px;
        width: 139px;
        margin-top: auto;
    }

    .gradient_line {
        background: rgb(0,0,0);
        background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(255,167,0,1) 100%);
        height: 4px;
        width: 0;
        transition: width 0.5s ease-out;
    }
    .advantage_bar .row .col_1.animated-section .line .gradient_line {
        width: 139px;
    }

    .advantage_bar {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .advantage_bar .row .col_1 .text {
        font-size: 16px;
        line-height: 24px;
    }

    .advantage_bar .row .col_1 .subheading {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        max-width: 320px;
    }

    .home_media_wrapper .customize-tools {
        flex-direction: column;
        gap: 16px;
    }

    .home_tab_slider_wrap .customize-tools,
    .customize-tools .thumbnails-wrapper .thumbnails {
        display: none;
    }

    .home_products_slider .hthh_context .btn_radius + .btn_radius {
        margin-left: 0;
    }
    .home_products_slider .hthh_context .btn_radius {
        margin-inline: 5px;
    }

    .home_products_slider .hthh_context {
        text-align: center;
        max-width: 540px;
    }

    .product_code,
    .product_title,
    .product_desc {
        max-width: 100%;
    }

    .product_code {
        font-size: 35px;
        line-height: 52px;
    }

    .product_title {
        font-size: 24px;
        line-height: 32px;
    }

    .product_desc {
        font-size: 14px;
    }

    .home_products_slider .item img {
        height: 540px;
        object-position: 80%;
    }

    .industry_logo_row {
        grid-template-columns: repeat(3, 1fr);
    }

    .home_media_slider .media_item {
        margin-left: 0px;
        margin-right: 0px;
    }

    .home_product_slider_wrap .customize-tools {
        bottom: 40px;
    }

    .customize-tools .thumbnails-wrapper {
        width: 100%;
    }

    .product_nav {
        margin-top: 0px;
    }

    .home_media_wrapper .product_nav {
        display: none;
    }

    .home_media_wrapper .customize-tools .col {
        width: 100%;
        text-align: center;
    }

    .home_media_wrapper .customize-tools .controls {
        margin-left: 0px;
    }

    .home_media_wrapper figure {
        position: relative;
    }

    .home_media_wrapper .hm_context {
        right: 16px;
    }

    .home_media_wrapper .home_media_slider {
        margin-top: 48px;
    }


    /* Home Tab Slider */
    .home_tab_slider .item {
        margin-bottom: 22px;
    }

    .home_tab_slider .item {
        height: 110px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 12px;
        overflow: hidden;
    }

    .home_tab_slider .item figure {
        height: 100%;
        padding-bottom: 0;
    }

    .home_tab_slider .item .section-bg-video,
    .home_tab_slider .item figure img {
        height: 100%;
        transition: all 0.6s cubic-bezier(.605, .15, .1, 1);
    }

    .home_tab_slider .item figure img {
        position: static;
    }

    .home_tab_slider .item:hover .section-bg-video {
        transition: all 0.6s cubic-bezier(.605, .15, .1, 1);
    }

    .home_tab_slider .item:hover figure img,
    .home_tab_slider .item:hover .section-bg-video {
        transform: scale(1.1);
    }

    .home_tab_slider .item .overlay {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .home_tab_slider .item>.title {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        position: absolute;
        top: 50%;
        left: 14px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        max-width: 260px;
        transform: translateY(-50%);
    }

    .home_tab_slider .item .hts_context {
        top: auto;
        left: 0;
        max-width: 100%;
        width: 100%;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.7s ease-in-out;
        transform: none;
    }

    .home_tab_slider .item.active {
        height: 460px;
    }

    .home_tab_slider .item.active>.title {
        display: none;
    }

    .home_tab_slider .item.active .plus_icon_wrap {
        display: none;
    }

    .home_tab_slider .item.active .hts_context {
        opacity: 1;
        visibility: visible;
    }

    .home_media_wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .customize-tools .controls {
        width: 100%;
        left: 0;
    }

    .ht_home_hero_Wrap,
    .home_hero_slider {
        height: calc(100vh - 280px);
    }

    .colaborative_wrapper {
        min-height: auto;
        padding-bottom: 100px;
    }


}

@media screen and (max-width:539px) {
    .ht_home_hero_Wrap {
        /* min-height: 380px; */
    }

    .home_hero_slider,
    .home_hero_slider .item img {
        /* height: 380px; */
    }

    .industry_logo_row {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        row-gap: 30px;
    }

    .home_tab_slider_wrap {
        padding-bottom: 0;
        padding-top: 60px;
    }

    .colaborative_wrapper {
        padding-bottom: 100px;
        padding-top: 60px;
    }
    .home_products_slider .hthh_context .btn_radius {
        margin-bottom: 16px;
    }

}