/* General CSS */

html {

    -webkit-tap-highlight-color: transparent;

    -webkit-font-smoothing: antialiased;

}



* {

    box-sizing: border-box;

}



a,

abbr,

acronym,

address,

b,

bdo,

big,

blockquote,

body,

br,

button,

cite,

code,

dd,

del,

dfn,

div,

dl,

dt,

em,

fieldset,

form,

h1,

h2,

h3,

h4,

h5,

h6,

hr,

html,

i,

iframe,

img,

ins,

kbd,

legend,

li,

map,

object,

ol,

p,

pre,

q,

samp,

small,

span,

strong,

sub,

sup,

table,

tbody,

td,

tfoot,

th,

thead,

tr,

tt,

ul,

var {

    margin: 0;

    padding: 0;

    border: none;

}



a,

input,

select,

textarea {

    outline: 0;

    margin: 0;

    padding: 0;

}



* {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}



/* body::-webkit-scrollbar{ width: 7px;background:#f5f5f5;}

body::-webkit-scrollbar-thumb{ background-color: #242f51;border-radius:0px; } */



::-moz-selection {

    color: #000;

    background: #4dc5cf;

}



::selection {

    color: #000;

    background: #4dc5cf;

}



*:focus {

    outline: none !important;

}



/* Colors CSS */



/* Typography CSS */



/* Button CSS */

input[type="submit"] {

    cursor: pointer;

}



.overflow-hidden {

    overflow: hidden;

}



html {

    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;

    scroll-behavior: smooth;

}



body {

    font-family: "Poppins", sans-serif;
    

    overflow-x: hidden !important;

    outline: 0;

    font-style: normal;

    font-synthesis: none;

    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    text-size-adjust: 100%;

    -webkit-text-size-adjust: 100%;

    -moz-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    font-size: 18px;

    font-weight: 400;

    color: #8489a2;

    line-height: normal;

    color: #000000;

}



h1,

.h1 {

    font-size: 90px;

    line-height: 105px;

    font-weight: 800;

}



h2,

.h2 {

    font-size: 85px;

    line-height: 95px;

}



h3,

.h3 {

    font-size: 58px;

    line-height: 92px;

}



h4,

.h4 {

    font-size: 48px;

    line-height: 58px;

}



h5,

.h5 {

    font-size: 36px;

    line-height: 48px;

}



h6,

.h6 {

    font-size: 25px;

    line-height: 30px;

}



h1,

.h1,

h2,

.h2,

h3,

.h3,

h4,

.h4,

h5,

.h5,

h6,

.h6 {

    font-family: "Poppins", sans-serif;

    

    font-weight: bold;

    color: #242a2c;

}



p {

    font-size: 18px;

    line-height: 28px;

    color: #505556;

    line-height: 28px;

    font-family: "Poppins", sans-serif;
    

}



a {

    text-decoration: none;

    color: #8489a2;

    transition: all ease 0.4s;

    -webkit-transition: all ease 0.4s;

    -moz-transition: all ease 0.4s;

    -o-transition: all ease 0.4s;

}



a:hover {

    text-decoration: none;

    color: #f99d25;

}



a:focus {

    outline: none;

    text-decoration: none;

}



button {

    margin: 0;

    padding: 0;

    border: none;

}



button:focus {

    box-shadow: none;

    outline: none;

    text-decoration: none;

}



section {

    padding: 80px 0;

}



ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



img {

    height: auto;

    width: 100%;

}



.about-img
{
    height: auto;

    width: 80%;
}



/* Button CSS */

.btn {

    display: block;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;

    font-size: 20px;

    line-height: 26px;

    font-weight: 500;

    color: #ffffff;

    background-color: #f99d25;

    border-radius: 91px;

    padding: 16px 48px;

    margin-bottom: 39px;

    transition: all ease 0.4s;

    -webkit-transition: all ease 0.4s;

    -moz-transition: all ease 0.4s;

    -o-transition: all ease 0.4s;

    position: relative;

    z-index: 1;

}



.btn:hover {

    background: #002236;

}



.cta-btn {

    color: #f99d25;

    min-width: 130px;

    display: inline-flex;

    align-items: center;

    border: 2px solid #f99d25;

    transition: all 0.6s ease;

    padding: 15px 20px;

    border-radius: 15px;

    font-size: 16px;

    font-weight: 600;

    line-height: 1;

    background: transparent;

    text-transform: uppercase;

}



.cta-btn.secondary {

    background-color: #f99d25;

    color: #fff;

}



.cta-btn.dark {

    background-color: #000;

    color: #fff;

    border-color: #000;

}



.cta-btn:hover {

    background-color: #f99d25;

    color: #fff;

}



.cta-btn.secondary:hover {

    background-color: transparent;

    color: #f99d25;

}



.cta-btn.dark:hover {

    background-color: transparent;

    color: #000;

}



.ti-cursor {

    font-weight: 400 !important;

    padding-left: 15px;

}



/*.animating {

    transition-duration: 0.5s; /* Adjust the duration to your preference */

/* transition-timing-function: ease; Adjust the timing function as needed */

/* }*/



header {

    padding: 50px 0;

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 100;

    transition: all 0.4s ease;

    max-width: 100%;

    /* overflow-x: hidden !important; */



}







.color_default {

    color: white;

}



.color_scroll .color_default {

    color: black;

}



#logoScroll {

    display: none;

}



/* #logoNormal{

    display: none;

} */

.fixed-header {

    background: #fff;

    padding: 30px 0;

    transform: translateY(-100%);

    top: 0;

    animation: transheader 1s forwards;

}



.navigation-hamburger {

    display: none;

}



/* #menuNoraml{

    display: none;

} */



#menuScroll {

    display: none;

}



header .logo img {

    max-width: 200px;

}



.mob-logo {

    display: none;

}



.close-btn {

    position: absolute;

    right: 20px;

    top: 32px;

    background: transparent;

    display: none;

}



header .nav-links-wrapper {

    display: flex;



    white-space: nowrap;

}



header .nav-links-wrapper li {

    padding: 0 12px;

}



header .nav-links-wrapper li a {

    font-family: "DM Sans", sans-serif;
    

    transition: all 0.6s ease;

    position: relative;

    padding: 15px 10px;

    color: black;

    font-weight: 500;

}



header .home_color li a {

    color: white;

}



header .nav-links-wrapper li.active a:before {

    content: "";

    height: 4px;

    width: 100%;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    border-radius: 40px;

    background-color: #f99d25;

}



header .nav-links-wrapper li:hover a {

    color: #f99d25;

}



header .nav-links-wrapper li:first-child {

    padding-inline-start: 0;

}



header .nav-links-wrapper li:last-child {

    padding-inline-end: 0;

}



.index.banner .banner-bg {

    /* content: ''; */

    background-image: url('Base.png');

    background-repeat: no-repeat;

    background-size: contain;

    position: absolute;

    top: -10%;

    left: 0;

    z-index: 1;

    height: 110%;

    width: 100%;

    /* background-position: center; */

    margin: 0;

    padding: 0;

}



/* @keyframes banner-ani {

    100%{

        background-size: 0;

    }

} */



.add-bg {

    height: 100%;

    width: 100%;

    margin: 0;

    background-repeat: no-repeat;

    background-size: 100%;

    position: absolute;

    z-index: 100;

    top: 48px;

    /* opacity: 0; */

}





/* .home_video{

    background:url(/assets/video/grinding\ machine\ video\ final.mp4);

} */



#myVideo {

    width: 100vw;

    height: auto;

    object-fit: cover;

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    z-index: -1;

    position: absolute;

}



.home_color {

    color: white;

}



.banner-image h1 {

    position: relative;

    display: flex;

}



.banner-image img {

    position: relative;

}



.index.banner .banner-bg .add-bg.add-bg-1 {

    background-image: url('Active1.png');

    opacity: 0;

    transition: opacity .5s ease-in-out 0s;

}



.index.banner .banner-bg .add-bg.add-bg-2 {

    background-image: url('Active2.png');

    opacity: 0;

    transition: opacity .5s ease-in-out 0s;

}



.index.banner .banner-bg .add-bg.add-bg-3 {

    background-image: url('Active3.png');

    opacity: 0;

    transition: opacity .5s ease-in-out 0s;

}



.index.banner .banner-bg .add-bg.add-bg-4 {

    background-image: url('Active4.png');

    opacity: 0;

    transition: opacity .5s ease-in-out 0s;

}



.banner,

.about-banner {

    overflow: hidden;

    /* padding-top: 200px; */

    padding-top: 160px;



}



.banner-item {

    display: flex;

    justify-content: space-between;

    align-items: center;

}







.banner h1 {

    /* font-family: "Prompt", sans-serif; */
    font-family: dm sans;
    

    font-weight: 800;

    text-transform: uppercase;

    color: white;

    /* font-size:large; */

}



.banner-content .prod-type {

    font-weight: 300;

    /* color: #6f6f6f; */

    text-transform: uppercase;

    padding-bottom: 10px;

}



.banner-content h4 {

    font-weight: 800;

    color: #6f6f6f;

    font-size: 45px;

    line-height: 50px;

    padding-bottom: 40px;

    color: white;

}



.banner-content h5 {

    font-weight: 800;

    color: #6f6f6f;

    font-size: 35px;

    line-height: 45px;

    padding-bottom: 15px;

    /* padding-left: 15px; */

}







.terms_heading {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}



/* Update */

.banner-img {

    width: 0;

    height: 0;

    transition: all 1.5s ease;

}



.cl-image img {

    width: 86%;

}



.hcg-image img {

    width: 90%;

}



.banner .swiper-wrapper {

    align-items: center;

}



.banner-wrapper {

    position: relative;

    height: 100%;

    width: 100%;

}



.banner .swiper-button-next:after {

    display: none;

}



.banner .swiper-button-next {

    right: auto;

    left: 0;

    bottom: -50px;

    top: auto;

    width: 50px;

}



.banner .swiper-wrapper .swiper-slide {

    opacity: 0;

    height: 10%;

    transition: all 1s ease;



}



.main_slide_image img {

    top: 14vw;

}



.main_slide {

    position: absolute;

    top: 20%;

}



.main_slide h4 {

    text-align: center;

}



.main_slide_all {

    flex-direction: column;

    top: -8vw;

    position: relative;

}



.other_slide_img img {

    width: 100%;

}



.other_img img {

    width: 81%;

}



.other_slide_item {

    position: relative;

    top: -1vw;

}



.arrow_white {

    display: none;

}



.swiper-slide {

    height: -webkit-max-content !important;

    height: -moz-max-content !important;

    height: max-content !important;

}



#myBtn {

    display: none;

    position: fixed;

    bottom: 80px;

    right: 30px;

    z-index: 99;

    font-size: 25px;

    border: none;

    outline: none;

    background-color: #f99d25;

    color: #fff;

    cursor: pointer;

    padding: 15px;

    border-radius: 30px;

    transition: 0.2s ease-in;

}



#myBtn:hover {

    transform: scale(1.2);

}







.banner .swiper-wrapper .swiper-slide.swiper-slide-active {

    opacity: 1;

    /* height: 100%; */

}



.about-home-image {

    z-index: 1;

}



.about-data {

    z-index: 1;

}



.about-wrapper {

    max-width: 1100px;

    margin: auto;

}



.about-info h2 {

    font-size: 29px;

    color: #6f6f6f;

    font-weight: 600;

    line-height: 1.2;

    /* max-width: 420px; */

    padding-top: 50px;

    text-align: justify;

    letter-spacing: 0px;

}



.about-info h2 img {

    max-width: 150px;

    margin-top: -5px;

}



.about-info p {

    max-width: 530px;

    padding-top: 40px;

}



 .category-wrapper {

    display: flex; 

     justify-content: center; 

     column-gap: 120px;

} 



.category-boxes {

    width: 100%;

}



.category h2 {

    color: #6f6f6f;

    font-family: "Prompt", sans-serif;
    

    font-size: 40px;

    text-transform: uppercase;

    padding-bottom: 20px;

    font-weight: 500;

    line-height: normal;



}



.category-list {

    row-gap: 24px;

}



.category-item {

    position: relative;

    cursor: pointer;

}



.category-item p {

    position: absolute;

    /* color: #fff; */
    color: #f99d25;

    z-index: 1;

    top: 30px;

    left: 30px;

    right: 30px;

    line-height: 1.2;

    font-weight: 500;

    font-size: 18px;

}



.product-list {

    padding: 30px 25px;

    background: #f2f2f2;

    border-radius: 40px;

    position: relative;

}



.product-list ul li {

    color: #6f6f6f;

    padding-bottom: 20px;

    list-style-type: disc;

    font-weight: 500;

    margin-inline-start: 20px;

}



.product-list ul li:last-child {

    padding-bottom: 0;

}



.product-list .setting-icon {

    position: absolute;

    max-width: 150px;

    right: -43px;

    bottom: -50px;

}



.dealership {

    background: #f4f4f4;

}



.dealership-heading {

    display: flex;

    align-items: center;

    padding-bottom: 30px;

}



.dealership-icon {

    max-width: 100px;

}



.dealership-heading h3 {

    padding-left: 30px;

    color: #6f6f6f;

    font-family: "Prompt", sans-serif;
    

    text-transform: uppercase;

}



.dealership-heading span {

    font-size: 30px;

    font-weight: 500;

    display: block;

    line-height: 1.4;

}



.dealership-wrapper p {

    color: #6f6f6f;

    line-height: 1.8;

    padding-bottom: 40px;

    text-align: justify;

}



.dealer-link-wrapper {

    display: flex;

    column-gap: 80px;

}



.dealer-links {

    display: flex;

    align-items: center;

}



.dealer-links .icon {

    max-width: 15px;

}



.dealer-links a {

    color: #000;

    font-size: 20px;

    font-weight: 500;

    line-height: 1.8;

    padding-inline-start: 15px;

}



.get-in-touch {

    background: #f5f5f5;

    padding: 0;

}



.get-in-touch-bg {

    background: #fff;

    padding-top: 80px;

    border-bottom-left-radius: 70px;

    border-bottom-right-radius: 70px;

}



.get-in-touch h3 {

    font-family: "Prompt", sans-serif;
   

    font-size: 35px;

    font-weight: 500;

    text-transform: uppercase;

    border-bottom: 4px solid #f99d25;

    margin-bottom: 50px;

    margin-top: 10px;

    display: inline-block;

}



.get-in-touch-wrapper h3 {

    font-family: "Prompt", sans-serif;
    

    font-size: 35px;

    font-weight: 500;

    text-transform: uppercase;

    border-bottom: 4px solid #f99d25;

    margin-bottom: 50px;

    margin-top: 10px;

    display: inline-block;

}



.form-control {

    background: #6f6f6f17;

    border: 0;

    box-shadow: none;

    padding: 0;

    border-radius: 60px;

    display: flex;

    position: relative;

    margin-bottom: 35px;

}



.form-control.textarea {

    border-radius: 30px;

}



.form-control .icon {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    max-width: 25px;

    left: 30px;

}



.form-control.textarea .icon {

    transform: none;

    top: 15px;

    max-width: 16px;

}



.form-control input {

    width: 100%;

    background: transparent;

    border: 0;

    outline: none;

    padding: 15px;

    padding-inline-start: 80px;

    font-weight: 400;

}



.form-control textarea {

    width: 100%;

    background: transparent;

    border: 0;

    outline: none;

    padding: 15px;

    padding-inline-start: 80px;

    font-weight: 400;

    resize: none;

    min-height: 150px;

}



.form-control textarea {

    padding-inline-start: 70px;

}



.form-control input::placeholder,

.form-control textarea::placeholder {

    color: #6f6f6f82;

    opacity: 1;

}



.get-in-img {

    max-width: 300px;

    margin-inline-start: auto;

}



footer {

    background: #f5f5f5;

    padding: 80px 0;

}



/* footer .logo img{



} */

footer .logo {

    max-width: 130px;

    margin-bottom: 25px;

}



footer p {

    color: #6f6f6f;

    font-size: 20px;

    font-weight: 500;

    text-transform: uppercase;

    margin-bottom: 20px;



}



.policy_link {

    font-size: px;

}



footer p.primary-link-title {

    /* color: #6f6f6f; */

    font-weight: 600;

    margin-bottom: 10px;

}



footer .footer-link p {

    padding-top: 96px;

    margin-bottom: 3px;

}



footer ul li a {

    font-size: 16px;

    font-weight: 500;

    line-height: 1.7;

    color: #000;

    text-transform: uppercase;

}



footer .contact-link {

    display: flex;

    padding-bottom: 20px;

}



footer .location-link {

    display: flex;

    padding-bottom: 20px;

}



.contact-details {

    display: flex;

    flex-direction: column;

    padding-top: 6px;

}



.contact_name ul li {

    color: #000;

}



.contact_name {

    font-weight: 500;

}



.address {

    justify-content: space-between;

}





footer .contact-link .icon {

    min-width: 15px;

    width: 15px;

    margin-right: 15px;

}



footer .contact-link .icon img {

    width: 100%;

}



footer .contact-link a {

    font-size: 17px;

    line-height: 1.7;

    color: #000;

    font-weight: 500;

    text-transform: uppercase;

}



footer .contact-link a:hover {

    color: #f99d25;

}



footer .contact-link .mail-links {

    display: flex;

    flex-wrap: wrap;

}



footer .contact-link .mail-links a {

    margin-right: 5px;

    text-decoration: underline;

}



.footer_icon img {

    width: auto;

}





.copyright {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: 60px;

    padding-top: 30px;

    border-top: 2px solid #f99d25;

}



.copyright-text {

    display: flex;

    align-items: center;

    gap: 100px;

}



.copyright-text p {

    font-size: 18px;

    color: #000;

    font-weight: 400;

    line-height: 2.3;

    margin-bottom: 0;

}



.copyright-text p a {

    color: #000;

    text-decoration: underline;

}



.social-links {

    display: flex;

    gap: 30px;

}



.social-links .icon {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    border: 2px solid #6e6e6e;

}



.social-links .icon img {

    max-width: 25px;

    max-height: 25px;

}



.ignite_grinders {

    font-weight: bold;

}



.about-banner h1 {

    /* color: rgba(111, 111, 111, 0.3); */

    color: #ec9591;

    /* color: #ea8681; */

    /* color: #dc5e57; */

    /* color: #fcd198; */

    text-transform: uppercase;

    font-family: "Prompt", sans-serif;
    

    font-size: 110px;

    font-weight: 700;

    line-height: normal;

    letter-spacing: 4.2px;

}



.about-banner-info {

    padding-left: 90px;

}



.about-banner-info p {

    font-size: 20px;

    font-weight: 500;

    color: #6f6f6f;

    line-height: 1.8;

    margin-bottom: 20px;

    padding-bottom: 10px;

    padding-inline: 10px;

    text-align: justify;

}



.kiya_change ul li {

    color: #f99d25;

}



.kiya_color {

    color: #f99d25;

}



.about-category {



    /* background: #f2f2f2; */

    /* background: #fadfbb; */

    background: #fff3e4;





    position: relative;

    padding: 60px 0;

}



.about-category .product-list {

    padding: 0;

    background: transparent;

}



.about-category .product-list li {

    margin: 0;

    padding-bottom: 0;

    color: #000;

    padding-bottom: 5px;

    /* list-style-position: inside; */

}



.about-category .product-boxes {

    position: relative;

    max-width: 1100px;

    margin: auto;

}



.about-category .product-boxes .setting-icon {

    position: absolute;

    max-width: 150px;

    right: -43px;

    bottom: -120px;

    transform: rotateY(180deg);

}



.machine_list {

    max-width: 100%;

    display: flex;

    /* flex-direction: column; */

    flex-wrap: wrap;

    list-style-type: disc;

    /* list-style-position: inside; */

    padding-left: 45px;

    padding-bottom: 5px;

    padding-right: 10px;

}



.description-wrapper {



    padding: 45px 40px;

    border-radius: 50px;

    font-weight: 500;

    position: relative;



}



.description-img-div {

    display: flex;

    justify-content: center;



}



.description-img {

    opacity: 0.2;

    position: absolute;

    width: 40%;



    top: 0;



    display: flex;





}



.description-wrapper p {

    font-size: 20px;

    line-height: 1.8;

    font-weight: 700;

}



.milestone-card {

    background-color: #f2f2f2;

    margin: 0 20px;

    padding: 80px 30px;

    text-align: center;

    border-radius: 40px;

}



.milestone-card h3 {

    text-transform: uppercase;

    font-family: "Prompt", sans-serif;
    

    font-weight: 700;

    color: #6f6f6f;

    padding-top: 20px;

    padding-bottom: 50px;

}



.milestone-card p,

.milestone-card li {

    font-size: 16px;

    line-height: 1.6;

    color: #6f6f6f;

}



.milestone-card li {

    text-align: start;

    list-style-type: disc;

    list-style-position: inside;

}



.milestone-card .icon {

    max-width: 100px;

    margin: auto;

}







.about-contact h3 {

    font-size: 55px;

    text-transform: uppercase;

    font-weight: 600;

    font-family: "Prompt", sans-serif;

    padding-bottom: 10px;

}



.about-contact p,

.about-contact a,

.about-contact .links {

    font-size: 22px;

    color: #6f6f6f;

    font-weight: 600;

}



.about-contact .links {

    padding-bottom: 35px;

}



.more_details img {

    max-width: 22px;

}



.product-banner-item {

    flex-direction: row-reverse;

}



.oveerview {

    margin-top: 30px;

}



.product-banner-item .banner-img {

    margin: auto;

    z-index: 1;

    position: relative;

    max-width: 500px;

    padding-top: 25px;

}



.product-banner-wrapper {

    position: relative;

}



.product-banner-item .banner-head {

    text-align: center;

    padding-top: 80px;

}



.product-banner .banner-heading {

    position: absolute;

    text-transform: uppercase;

    /* top: 80px; */

    top: 63px;



    color: #ecd3b2;

    /* color: #eecfa7; */

    /* color: #fff3e4; */



    /* font-size: 150px; */

    font-size: 120px;



    /* left: 50%; */

    left: 382px;



    transform: translateX(-50%);

}



.hcg-cl-image {

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    align-items: center;

}







.hcg-cl-image img {

    width: 70%;

}



.product-banner .carousel-button-next:after,

.product-banner .carousel-button-prev:after {

    display: none;

    text-align: center;

}



.product-banner .carousel-button-prev {

    right: 50%;

    left: auto;

    top: 480px;

    width: 50px;

    /* transform: translateX(-330px) ; */

    transform: translateX(-118px);



    position: absolute;

    z-index: 1;

}



.product-banner .carousel-button-next {

    left: 50%;

    /* transform: translateX(300px); */

    transform: translateX(190px);



    top: 480px;

    width: 50px;

    right: auto;

    position: absolute;

    z-index: 1;

}



.product-banner .banner-content {

    /* display: flex; */

    /* justify-content: center; */

    padding-top: 135px;

}



.product-banner .banner-info {

    display: flex;

    flex-direction: column;

    justify-content: center;

    /* flex-wrap: wrap; */

    padding: 40px 60px;

    /* background: #f2f2f2; */

    border-radius: 50px;

    max-width: 700px;

}





.prod-sr {

    display: flex;

    flex-wrap: wrap;

    align-content: center;

}



.prod-sr h2 {

    font-size: 60px;

}



.over-img img {

    width: 80%;



}



.over-img {

    display: flex;

    flex-direction: column;

    align-items: center;

}



.banner-background {

    width: 250px;

    height: 350px;

    background-color: #f2f2f2;

}



.banner-img img {

    width: 100%;

    position: absolute;

    z-index: 100;

}



.product-banner .banner-info h2 {

    min-width: 250px;

    text-transform: uppercase;

    line-height: 1;

    padding-block: 10px;

    color: #fd7e14;

}



.product-banner .prod-btns {

    display: flex;

    align-items: center;

    gap: 30px;

    /* padding-top: 20px; */

}



.product-banner .prod-btns button img {

    max-width: 22px;

    filter: brightness(10);

    margin-right: 10px;

}



.product-banner .prod-btns button:hover img {

    filter: none;

}



.overview-wrapper {

    display: flex;

}



.policy_para .para p {

    font-size: 20px;

}



.policy_wrapper h4 {

    font-family: "Prompt", sans-serif;

    font-size: 35px;

    font-weight: 500;

    text-transform: uppercase;

    border-bottom: 4px solid #f99d25;

    margin-bottom: 50px;

    margin-top: 10px;

    display: inline-block;

    text-align: center;



}



.overview-head {

    padding-inline-end: 60px;

    min-width: 300px;

}



.overview-head h3 {

    font-size: 50px;

    color: #0000004a;

    font-weight: 700;

    font-family: "Prompt", sans-serif;

    font-size: 55px;

    line-height: 1.8;

}



.overview-head .overview-img {

    max-width: 250px;

}



.overview-info .title {

    font-size: 26px;

    text-transform: uppercase;

    color: #6e6e6e;

    font-weight: 800;

    padding-bottom: 10px;

    padding-top: 25px;

}



.overview-info .para {

    display: flex;

    flex-wrap: wrap;

    gap: 20px;



    padding: 10px;



}





.overview-info .main-para {

    font-size: 22px;

    padding: 10px 2px;

    text-align: justify;

}



.overview-info .para h4 {

    font-size: 22px;

    color: #828282;

    font-weight: 600;

    line-height: 1;

}



.overview-info p {

    font-size: 18px;

    color: #616161;

    line-height: 1.5;

    padding-bottom: 20px;

    font-size: 23px;

    text-align: justify;

}



.section-title {

    /* color: #6e6e6e; */

    color: #ea8681;

    font-size: 30px;

    line-height: 1;

    font-weight: 600;

    padding-block: 30px;

    display: flex;

    justify-content: center;



}



.acc-list {

    max-width: 800px;

    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

    list-style-type: disc;

    /* list-style-position: inside; */

    padding-left: 45px;

    padding-bottom: 5px;

    padding-right: 10px;

}



.acc_list_2 {

    padding-bottom: 25px;

}



.acc-list li {

    /* width: 50%; */

    color: #616161;

    line-height: 2.2;

}



.accessories-wrapper {

    background: #f2f2f2;

    border-radius: 50px;

}



.table-bordered td {

    border: 1px solid #d2d2d2;

    color: #6e6e6e;

    padding: 15px 20px;

}





.table-bordered th {

    border: 1px solid #d2d2d2;

    color: #f99d25;

    padding: 15px 20px;

}



.td-title {

    font-weight: 600;

}



.table-para p {

    font-size: 17px;

}



.seperator-text {

    font-size: 20px;

    color: #f99d25;

    font-weight: 600;

    line-height: 1;

}



@keyframes transheader {

    from {

        transform: translateY(-100%);

    }



    to {

        transform: translateY(0);

    }

}





/* Modified CSS */



/* comman for card */

.card-wrapper {

    /* display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    grid-template-columns: repeat(3,1fr);

    grid-column-gap: 1.8rem;

    grid-row-gap: 5.5rem; */

    margin: 7rem 0rem 2rem 0rem;

}



.card-wrapper .card {

    background-color: #f2f2f2;

    padding: 2rem 1.5rem;

    padding-top: 6rem;

    margin: 1rem .5rem;

    position: relative;

    text-align: center;

    /* transform: scalex(1.2); */

    /* border: 1px solid gray; */

    box-shadow: 2px 3px 5px 1px #c2c2c2;

    border-radius: 10px;

}



.card-wrapper .card .img-wrapper {

    height: 60%;

    width: 50%;

    /* padding: 1.5rem; */

    position: absolute;

    top: -4rem;

    left: 50%;

    transform: translateX(-50%);

    border-radius: 10%;

}



.card-wrapper .card .img-wrapper img {

    height: 100%;

    width: 100%;

    border-radius: 10%;

}



.card-wrapper .card h2 {

    font-weight: 500;

    font-size: 1.7rem;

    line-height: 2.3rem;

    letter-spacing: 0;

    margin: 1.5rem 0rem .5rem 0rem;

}





/* Application Page */







/* Contact Page */

.contact-section .contact-text {

    background-color: #f2f2f2;

    padding: 3rem;

}



.contact-section .contact-text h3 {

    font-weight: 500;

    font-size: 2rem;

    margin: 1rem 0rem;

}



.contact-section .contact-text div {

    margin: 1rem;

}







/* Careers Side Image */

.careers-side-img {

    margin-top: 17%;

    /* background-size: 100%; */

    transform: scale(1.5);

    padding-right: 40px;

}



/* .careers-side-img img{

    width: 100%;

} */



.careers input[type=file]::file-selector-button {

    margin-right: 20px;

    border: none;

    background-color: #b4b4b49f;

    padding: 10px 20px;

    border-radius: 10px;

    cursor: pointer;

    transition: background .2s ease-in-out;

}



.careers input[type=file]::file-selector-button:hover {

    background-color: #fff;

}



/* Client Page */





.clients-img {

    position: relative;

    width: 100%;

    height: 100%;

    background-size: 100%;

    opacity: 0.7;

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    justify-content: center;

    /* background-clip: border-box; */

    background-repeat: no-repeat;

}



.client-heading {

    left: 10%;

    right: 10%;

    top: 30vw;

    position: absolute;

}



.client-heading h2 {

    position: relative;

    text-align: center;

    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

    align-content: center;

    align-items: flex-start;

    color: black;

}



.client-heading h3 {

    position: relative;

    text-align: center;

    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

    align-content: center;

    align-items: flex-start;

    color: black;

}



.toolroom_img {

    /* position: absolute; */

    width: 100%;

    height: 100%;

    background-size: 100%;

    opacity: 0.7;

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    justify-content: center;

    /* background-clip: border-box; */

    background-repeat: no-repeat;

}







.industry_list {

    background-size: cover;

    border-radius: 20px;

    padding: 30px;

    line-height: 2;

    margin-inline: auto;

    margin-bottom: 20px;

    background-color: rgba(0, 0, 0, 0.5);

}



.industry_list li {



    color: white;

    font-size: 19px;

    list-style-type: disc;

}





.list_wrapper {



    margin-block: 40px;

    background-size: cover;

    background-attachment: fixed;

    background-repeat: no-repeat;

    background-position: center;



}





.list_ul {

    flex: 0 0 50%;

    /* Each list takes 50% of the container width */

    padding: 0;

    margin: 0;

    list-style: none;

    scroll-snap-align: start;

    /* background-color:  rgba(0, 0, 0, 0.4);  */

    padding: 20px;

    border-radius: 10px;

    margin-right: 20px;

    text-align: left;

    font-size: 16px;

    z-index: 2;

    /* Ensure content is above the background images */

}





/* 

.clients .get-in-touch-bg{

    padding: 80px 0 10px 0;

}



section.clients-wrapper{

    padding: 0;

}



section.clients ul{

    /* list-style-type: disc; */

/* color: #8489a2;

    font-size: 1.3rem; */

/* } */

/*

.clients-wrapper .company-card-wrapper .company-card .img-wrapper{

    background-color: #fff;

    box-shadow: 2px 3px 3px 2px #c2c2c2 , -2px -2px 3px 2px #c2c2c2;

    padding: 3px;

    height: 5rem;

    width: 70%;

    position: absolute;

    top: -2.5rem;

    left: 50%;    

    transform: translateX(-50%);

    border-radius: 10%;

}

  

.company-card-wrapper .company-card .img-wrapper img{

    height: 100%;

    width: 100%;

    border-radius: 10%;    

}



.company-card-wrapper .company-card h2{

    font-weight: 500;

    font-size: 1.7rem;

    line-height: 2.3rem;

    letter-spacing: 0;

    /* margin: 1.5rem 0rem .5rem 0rem; */

/* }	 */

/* 

.clients-wrapper .company-card-wrapper .company-card{

    background-color: #f2f2f2;

    padding: 2rem 1.5rem;

    padding-top: 4rem;

    margin: 1rem .5rem;

    position: relative;

    text-align: center;

    box-shadow: 2px 3px 5px 1px #c2c2c2;

    border-radius: 10px;

}



.clients-wrapper .get-in-touch {

    background-color: #fff;

    padding: 0;

}



.clients-wrapper .get-in-touch-bg{

    padding-bottom: 0;

}

*/



/* custome code */

@font-face {
    font-family: 'DM Sans Black';
    src: url('fonts/static/DMSans_18pt-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans Italic';
    src: url('fonts/static/DMSans-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-style: italic;
}

body {
    font-family: 'DM Sans Black', 'DM Sans Italic', sans-serif;
}

















/* Main Container for the Gallery */
.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between items */
    justify-content: space-between;
}

/* Individual Gallery Items */
.category-item {
    flex: 1 1 calc(20% - 20px); /* 5 items per row with gap */
    max-width: calc(20% - 20px);
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .category-item {
        flex: 1 1 calc(25% - 20px); /* 4 items per row */
        max-width: calc(25% - 20px);
    }
}

@media (max-width: 992px) {
    .category-item {
        flex: 1 1 calc(33.33% - 20px); /* 3 items per row */
        max-width: calc(33.33% - 20px);
    }
}

@media (max-width: 768px) {
    .category-item {
        flex: 1 1 calc(50% - 20px); /* 2 items per row */
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .category-item {
        flex: 1 1 100%; /* 1 item per row for mobile */
        max-width: 100%;
    }
}

/* Image Container */
.category-img {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Maintain a 1:1 aspect ratio for square images */
    overflow: hidden;
    border-radius: 5px; /* Optional: Add rounded corners */
}

/* Black Overlay */
.category-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Black overlay with transparency */
    transition: opacity 0.5s ease; /* Smooth transition for hover effect */
    z-index: 1;
    pointer-events: none; /* Ensure the overlay doesn't interfere with interactions */
}

/* Image Styling */
.category-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure images fill the container without distortion */
    object-position: center; /* Center the image within the container */
    z-index: 0;
    transition: transform 0.5s ease; /* Smooth zoom effect on hover */
}

/* Hover Effect */
.category-img:hover::before {
    opacity: 0; /* Remove black overlay on hover */
}

.category-img:hover img {
    transform: scale(1.1); /* Slightly zoom the image on hover */
}

/* Text Over Image */
.category-item p {
    position: absolute; /* Position the text absolutely over the image */
    top: 10%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for proper centering */
    font-size: 16px;
    font-weight: bold;
    color: #f99d25; /* Ensure the text contrasts with the overlay */
    z-index: 2; /* Ensure the text is above everything else */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); /* Add subtle shadow for readability */
    pointer-events: none; /* Prevent the text from interfering with hover effects */
}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Send it to the background */
}

























/* Styling the grid for the product list */
.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 columns */
    gap: 20px; /* Space between items */
    padding: 0;
    margin: 0;
    list-style: none; /* Removes bullets from the list */
}

.product-grid li {
    background: #f5f5f5; /* Light background for each item */
    padding: 10px 15px; /* Add padding inside each item */
    text-align: center; /* Center-align text */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    font-size: 16px; /* Font size for product names */
    line-height: 1.4; /* Improves readability */
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 items per row */
    }
}

@media (max-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 items per row */
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 items per row */
    }
}

@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: 1fr; /* 1 item per row */
    }
}

/* Styling for the setting icon */
.setting-icon {
    margin-top: 20px;
    text-align: center;
}

.setting-icon img {
    max-width: 50px; /* Adjust the size as needed */
    height: auto;
}




/* Container styles */
.product-display {
    /* padding: 30px; */
    background: linear-gradient(to right, #f0f0f0, #ffffff); /* Subtle gradient */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow */
    /* margin: 20px; */
}

/* Title styles */
.product-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

/* Layout for product list */
.product-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Grid for products */
.product-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns by default */
    gap: 20px; /* Space between items */
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; /* Full-width for container */
    max-width: 900px; /* Center grid */
}

/* Individual product cards */
.product-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color: #555;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive breakpoints */
@media (max-width: 768px) {
    .product-items {
        grid-template-columns: 1fr; /* Single column for smaller screens */
    }
}

/* Settings icon */
.settings-icon {
    margin-top: 20px;
    text-align: center;
}

.settings-icon img {
    max-width: 60px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.settings-icon img:hover {
    transform: rotate(360deg); /* Rotates on hover */
}




























