@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* header variant */

.contact-header .navbar {
    padding: 35px 0;
    position: static;
}

.contact-header .navbar .brand-section img {
    filter: invert(1);
}

.contact-header .navbar .nav-list a {
    color: black;
    font-weight: 500;
}

.contact-header .navbar .nav-list {
    margin-bottom: 0;
}

.contact-header .hamburger-menu span {
    background: #000;
}

.contact-header .btn-inquiry:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #C6D8DC;
}

/* header variant */
/* BREADCRUMB */
.product-detail.container {
    max-width: 1650px;

    @media screen and (max-width: 1799px) {
        max-width: 90%;
    }

    @media screen and (max-width: 767px) {
        font-size: 14px;
    }
}

.breadcrumb {
    width: 1650px;
    padding: 48px 0 30px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: #000;
}

/* .breadcrumb-item:nth-child(2)::before {
    content: '';
} */

.breadcrumb-item a,
.breadcrumb-item {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 44px;
    color: #000000;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #000;

}

.breadcrumb-item.active {
    color: #000;
    font-weight: 500;
}

.breadcrumb-item a:hover {
    text-decoration: none;
}

.breadcrumb-item.active .list-item {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    color: #000;
}

/* HERO BANNER */

.hero-banner {
    width: 1650px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.hero-image-holder {
    overflow: hidden;
    border-radius: 20px;
    height: 614px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-holder img {
    width: 100%;
    height: auto;

}

/* PRODUCT DETAIL */

.product-detail-wrapper {
    max-width: 1650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.product-info {
    width: 733px;
}

.product-info h2 {
    font-family: "Plus Jakarta Sans";
    font-size: 54px;
    font-weight: 600;
    line-height: 1.26;
    color: #000000;
    margin-bottom: 30px;
}

.product-info .material-info h3,
.product-info .length-info h3,
.product-info .threads-info h3 {
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.26;
    color: #000000;
    margin-bottom: 20px;
}

.product-info .cnc-machine-info p,
.length-info p,
.product-info .threads-info p {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    color: #000000;
    margin-bottom: 20px;
}

.product-info .threads-info p {
    margin-bottom: 0;
}

.product-info .material-info ul {
    list-style-position: inside;
    padding-left: 10px;
    margin-bottom: 30px;
}

.product-info .material-info li {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
}

.product-detail .quote-section {
    background: #F4F5F5;
    padding: 30px;
    width: 810px;
    height: 100%;
    border-radius: 20px;
    position: sticky;
    top: 20px;
}

.product-detail .card {
    position: sticky;
    top: 20px;
}


.product-detail .product-image {
    width: 100%;
    height: 800px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

.product-detail .product-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.product-detail .card .form-control {
    padding: 10px 15px;
}

.product-detail .quote-section h2 {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
    color: #000;
    margin-bottom: 20px;
}

.product-detail form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.product-detail form .form-group input {
    border-radius: 8px;
    padding: 10px 12px;
    outline: 0;
    border: 1px solid #E4E4E4;
}

.product-detail form .form-group label {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 1.26;
    color: #000;
    margin-bottom: 10px;
}

.product-detail form .form-group textarea {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E4E4E4;
}

.product-detail form .form-group textarea::placeholder {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    line-height: 1.26;
    font-weight: 500;
    color: #B5B5B5;
}

.product-detail form .form-group textarea:focus-visible {
    outline: none;
}

.product-detail form .form-group button {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 16px 40px;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 1.26;
    margin-left: auto;
}

/* PRODUCT GRID */

.product-catalog {
    padding: 50px 0 0;
    margin-bottom: 230px;
}

.product-grid-container {
    max-width: 1650px;
    margin: 0 auto;
}

.product-grid {
    display: grid;
    grid-gap: 30px;
    grid: auto/repeat(4, 1fr);
}

.product-catalog-title {
    text-align: center;
    margin-bottom: 20px;
}

.product-wrapper {
    overflow: hidden;
    background: #F2F2F2;
    border-radius: 20px;
    padding: 15px;
    padding-bottom: 25px;
}

.product-wrapper {
    transition: transform 0.3s;
}

.product-wrapper:hover {
    transform: translateY(-5px);
}

.product-card {
    text-decoration: none;
}

.product-card-image {
    overflow: hidden;
    border-radius: 10px;
}

.product-card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-card-title {
    text-align: center;
}

.product-card-title h3 {
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.26;
    color: #000000;
    margin: 0;
    margin-top: 23px;
}

/* NEWSLETTER */
.footer-newslatter {
    position: relative;
}

.news-latter {
    background: linear-gradient(to bottom, rgba(84, 98, 104, 5) 0%, rgba(123, 130, 134, 1) 100%);
    padding: 50px 0;
    max-width: 1650px;
    margin: 0 auto;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -130px;
}

.news-latter .news-container {
    max-width: 783px;
    margin: 0 auto;
}

.news-latter .news-container h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.259;
    text-align: center;
    color: #fff;
    margin-bottom: 49px;
}

.news-latter .news-container .input-btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.news-latter .news-container .input-btn input {
    background: white;
    border-radius: 50px;
    padding: 15px 30px;
    width: 77%;
    font-family: 'Helvetica-Medium';
    font-size: 15px;
    font-weight: 500;
    line-height: 18.31px;

}

.news-latter .news-container .input-btn .btn-white {
    background: #fff;
    border-radius: 50px;
    padding: 14.9px 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20.16px;
    color: #000;
    border: none;
}

.news-latter .news-container .input-btn input:focus {
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
}

.footer {
    background: #000;
    padding: 250px 0 0;
}

.footer .footer-container {
    max-width: 1650px;
    margin: 0 auto;

}

.footer .footer-container .flexContainer {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #262626;
    padding-bottom: 90px;
}

.footer .footer-container .flexContainer-one {
    max-width: 335px;
}

.footer .footer-container .flexContainer-one .logo {
    margin-bottom: 40px;
}

.footer .footer-container .flexContainer-one .detail {
    display: flex;
    gap: 15px;
    color: white;
    align-items: flex-start;
    text-decoration: none;
}

.footer .footer-container .flexContainer-one .detail img {
    filter: invert(1);
    margin-top: 7px;
    width: 24px;
    height: auto;
}

.footer .footer-container .flexContainer-one .detail .desc {
    font-size: 20px;
    line-height: 1.5;
    color: white;
    margin-bottom: 20px;
}

.footer .footer-container .title {
    font-size: 20px;
    color: white;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 50px;
}

.footer .footer-container .flexContainer-three {
    max-width: 300px;
}

.footer .footer-container .flexContainer-two .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-container .flexContainer-two .list a {
    display: block;
    width: calc(100% / 2 - 20px);
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin-bottom: 30px;
    transition: 0.3s;
    text-decoration: none;
}

.footer .footer-container .flexContainer-two .list a:last-child,
.footer .footer-container .flexContainer-one .detail:last-child .desc {
    margin-bottom: 0;
}

.footer .footer-container .flexContainer-two .list a:hover {
    color: #ffffffb3;
}

.footer .footer-container .flexContainer-three .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer .footer-container .flexContainer-three .social-icons img {
    width: 40px;
    height: 40px;
}

.footer .footer-container .copyright {
    margin-bottom: 0;
    text-align: center;
    color: white;
    padding: 15.5px 0 20px;
    font-size: 20px;
    line-height: 1.5;
}

.footer .footer-container .copyright a {
    color: #C6D8DC;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .product-detail .product-image {
        height: 45.138888888888886vw;
    }

    .breadcrumb {
        width: 90%;
        padding: 2.0833333333333335vw 0 1.7361111111111112vw;
    }

    .hero-banner {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .hero-image-holder {
        height: 35.5vw;
    }

    .product-detail-wrapper {
        width: 90%;
    }

    .product-info {
        width: 50%;
    }

    .product-detail .quote-section {
        width: 50%;
    }

    .product-detail .quote-section h2 {
        font-size: 1.25vw;
        margin-bottom: 1.25vw;
    }

    .product-info .cnc-machine-info p,
    .length-info p,
    .product-info .threads-info p {
        font-size: 1.25vw;
        margin-bottom: 1.25vw;
    }

    .product-info h2 {
        font-size: 3.4722222222222223vw;
        margin-bottom: 2.0833333333333335vw;
    }

    .product-catalog {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 13.88888888888889vw;
    }

    .product-grid-container {
        padding: 0;
    }

    .product-card-title h3 {
        font-size: 1.25vw;
    }

    .breadcrumb-item.active .list-item {
        font-size: 1.25vw;
    }

    .breadcrumb-item a {
        font-size: 1.25vw;
    }

    .product-detail form .form-group button {
        padding: 14px 18px;
    }

    /* Footer starts */
    .news-latter {
        padding: 2.7777777777777777vw 0;
        max-width: 90%;
        border-radius: 2.0833333333333335vw;
        top: -7.638888888888889vw;
    }

    .news-latter .news-container {
        max-width: 54.375vw;
    }

    .news-latter .news-container h2 {
        font-size: 3.4722222222222223vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .news-latter .news-container .input-btn {
        gap: 1.3888888888888888vw;
    }

    .news-latter .news-container .input-btn input {
        padding: 0.8333333333333334vw 2.0833333333333335vw;
        width: 77%;
    }

    .news-latter .news-container .input-btn .btn-white {
        padding: 0.9722222222222222vw 2.0833333333333335vw;
    }

    .footer {
        padding: 14.583333333333334vw 0 0;
    }

    .footer .footer-container {
        max-width: 90%;

    }

    .footer .footer-container .flexContainer {
        padding-bottom: 4.861111111111111vw;
    }

    .footer .footer-container .flexContainer-one {
        max-width: 23.26388888888889vw;
    }

    .footer .footer-container .flexContainer-one .logo {
        margin-bottom: 2.7777777777777777vw;
    }


    .footer .footer-container .flexContainer-one .detail .desc {
        font-size: 1.25vw;
        margin-bottom: 1.3888888888888888vw;
    }

    .footer .footer-container .title {
        font-size: 1.25vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .footer .footer-container .flexContainer-three {
        max-width: 19.158vw;
    }

    .footer .footer-container .flexContainer-two .list a {
        font-size: 1.25vw;
        margin-bottom: 2.0833333333333335vw;
    }

    .footer .footer-container .flexContainer-three .social-icons {
        gap: 1.883vw;
    }


    .footer .footer-container .copyright {
        padding: 1.0416666666666667vw 0 1.3888888888888888vw;
        font-size: 1.25vw;

    }

    /* footer end */

    .product-info .material-info h3,
    .product-info .length-info h3,
    .product-info .threads-info h3 {
        font-size: 1.6666666666666667vw;
        margin-bottom: 1.089vw;
    }

    .contact-header .navbar {
        padding: 2.0833333333333335vw 0;
    }

    .footer .footer-container .flexContainer-three .title {
        margin-bottom: 1.883vw;
    }

    .footer .footer-container .flexContainer-three .social-network {
        margin-bottom: 2.0833333333333335vw;
    }

    .footer .footer-container .flexContainer-three .sister-list ul {

        margin: 0;
    }

    .footer .footer-container .flexContainer-three .sister-list ul li {
        font-size: 1.25vw;
        margin-bottom: 1.3888888888888888vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .navbar.header-black {
        width: 90%;
    }

    .product-detail .product-image {
        width: 100%;
        height: auto;
    }

    .breadcrumb {
        width: 90%;
        padding: 0;
        margin-bottom: 20px;
    }

    .hero-image-holder {
        height: 260px;
    }

    .contact-header .navbar {
        padding: 30px;
    }

    .product-info .material-info h3,
    .product-info .length-info h3,
    .product-info .threads-info h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }


    .hero-banner {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .product-info h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .product-info .threads-info p {
        margin-bottom: 20px;
    }

    .product-info .cnc-machine-info p,
    .length-info p,
    .product-info .threads-info p {
        font-size: 16px;
    }

    .product-detail .quote-section h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .product-detail-wrapper {
        flex-wrap: wrap;
    }

    .product-detail-wrapper .product-info {
        margin-bottom: 40px;
    }

    .product-detail .quote-section {
        padding: 20px;
    }

    .product-detail-wrapper .product-info,
    .product-detail-wrapper .quote-section {
        width: 90%;
        margin: 0 auto;
    }

    .product-grid-container {
        max-width: 90%;
        padding: 0;
    }

    .product-detail form .form-group button {
        padding: 12px 16px;
    }

    .product-catalog {
        margin: 0 auto;
        padding: 50px 0 150px;
    }

    .product-grid {
        grid: auto/repeat(2, 1fr);
        grid-gap: 20px;
    }

    .product-card-title h3 {
        font-size: 18px;
    }


    /* Footer starts */
    .news-latter {
        padding: 30px 0;
        max-width: 90%;
        border-radius: 20px;
        top: -90px;
    }

    .news-latter .news-container {
        max-width: 600px;
        margin: 0 auto;
    }

    .news-latter .news-container h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .news-latter .news-container .input-btn {
        gap: 20px;
    }

    .news-latter .news-container .input-btn input {
        padding: 12px 20px;
        width: 60%;
    }

    .news-latter .news-container .input-btn .btn-white {
        padding: 14px 20px;
    }


    .footer {
        padding: 180px 0 0;
    }

    .footer .footer-container {
        max-width: 90%;
    }

    .footer .footer-container .flexContainer {
        flex-wrap: wrap;
        padding-bottom: 30px;
        gap: 40px;
    }

    .footer .footer-container .flexContainer-three .title {
        margin-bottom: 25px;
    }

    .footer .footer-container .flexContainer-three .social-network {
        margin-bottom: 40px;
    }

    .footer .footer-container .flexContainer-three .sister-list ul {

        margin: 0;
    }

    .footer .footer-container .flexContainer-three .sister-list ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }


    .footer .footer-container .flexContainer-two {
        max-width: 100%;
    }

    .footer .footer-container .flexContainer-one {
        max-width: 100%;
    }

    .footer .footer-container .flexContainer-one .logo {
        margin-bottom: 40px;
    }

    .footer .footer-container .flexContainer-one .detail .desc {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer .footer-container .title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .footer .footer-container .flexContainer-two .list a {
        width: calc(100% / 2 - 10px);
        font-size: 18px;
        margin-bottom: 20px;
    }


    .footer .footer-container .copyright {
        padding: 15.5px 0;
        font-size: 18px;
    }

    /* footer end */
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .product-detail .product-image {
        width: 100%;
        height: auto;
    }

    .product-column {
        width: 100%;
        flex: 0 0 100%;
    }

    .breadcrumb-item a,
    .breadcrumb-item {
        font-size: 14px;
        white-space:
            nowrap;

    }

    .breadcrumb-item.active {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 320px;
        display: block;
    }

    .breadcrumb {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        flex-wrap: nowrap;
    }

    .hero-image-holder {
        height: 240px;
    }

    .breadcrumb-item.active .list-item {
        font-size: 16px;
        line-height: 1.7;
    }

    .contact-header .navbar .nav-list .btn {
        color: white;
    }

    .contact-header .navbar {
        padding: 20px 0;
        max-width: 90%;
    }

    .footer .footer-container .flexContainer-three .title {
        margin-bottom: 20px;
    }

    .footer .footer-container .flexContainer-three .social-network {
        margin-bottom: 30px;
    }

    .footer .footer-container .flexContainer-three .sister-list ul {

        margin: 0;
    }

    .footer .footer-container .flexContainer-three .sister-list ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer .footer-container .footer-copyright .copyright {
        margin: auto;

    }

    .breadcrumb-item a,
    .breadcrumb-item.active a {
        font-size: 14px;
    }

    .hero-banner {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .product-detail {
        width: 90%;
        margin: 0 auto;
    }

    .product-detail-wrapper {
        flex-wrap: wrap;
    }

    .product-detail-wrapper .product-info {
        margin-bottom: 20px;
    }

    .product-detail-wrapper .product-info,
    .product-detail-wrapper .quote-section {
        width: 100%;
    }

    .product-info h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .product-info .material-info h3,
    .product-info .length-info h3,
    .product-info .threads-info h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .product-info .cnc-machine-info p,
    .length-info p,
    .product-info .threads-info p {
        font-size: 16px;
        line-height: 1.7;
    }

    .product-info .material-info li {
        font-size: 16px;
        line-height: 1.9;
    }

    .product-info .length-info p,
    .product-info .threads-info p {
        font-size: 16px;
        line-height: 1.9;
    }

    .product-detail .quote-section h2 {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .product-detail .quote-section {
        padding: 15px;
        border-radius: 15px;
    }

    .product-detail form .form-group button {
        margin-left: 0;
        width: 100%;
        padding: 15px 0;
    }

    .product-grid-container {
        max-width: 100%;
    }

    .product-catalog {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 120px;
    }

    .product-grid-container {
        padding: 0;
    }

    .product-grid {
        grid: auto/repeat(2, 1fr);
        grid-gap: 20px;
    }

    .product-card-title h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    .product-wrapper {
        padding: 10px;
        border-radius: 15px;
        padding-bottom: 15px;
    }

    .news-latter {
        padding: 30px 0;
        max-width: 90%;
        border-radius: 15px;
        top: -80px;
    }

    .news-latter .news-container {
        max-width: 90%;
        margin: 0 auto;
    }

    .news-latter .news-container h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .news-latter .news-container .input-btn {
        gap: 10px;
    }

    .news-latter .news-container .input-btn input {
        padding: 10px 15px;
        width: 60%;
    }

    .news-latter .news-container .input-btn .btn-white {
        padding: 10px 15px;
        font-size: 14px;
    }

    .footer {
        padding: 120px 0 0;
    }

    .footer .footer-container {
        max-width: 90%;
    }

    .footer .footer-container .flexContainer {
        flex-wrap: wrap;
        padding-bottom: 30px;
        gap: 30px;
    }

    .footer .footer-container .flexContainer-two {
        max-width: 100%;
    }

    .footer .footer-container .flexContainer-one,
    .footer .footer-container .flexContainer-three {
        max-width: 100%;
    }

    .footer .footer-container .flexContainer-one .logo {
        margin-bottom: 40px;
    }

    .footer .footer-container .flexContainer-one .detail .desc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer .footer-container .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer .footer-container .flexContainer-two .list a {
        width: calc(100% / 2);
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer .footer-container .flexContainer-two .list a:last-child,
    .footer .footer-container .flexContainer-two .list a:nth-last-child(2) {
        margin-bottom: 0;
    }

    .footer .footer-container .flexContainer-three .social-icons {
        gap: 20px;
    }

    .footer .footer-container .flexContainer-three .social-icons img {
        width: 35px;
        height: auto;
    }

    .footer .footer-container .copyright {
        padding: 15.5px 0;
        font-size: 14px;
    }

    /* Footer End */
}