*
{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
:root{

}
@font-face {
  font-family: myFont; /* set name */
  src: url(./font/Coolvetica\ Rg.otf); /* url of the font */
}
body{
    font-family:Poppins,sans-serif;
}
h1{
    font-size: 62px;
    color: #fff;
    letter-spacing: 2px;
    font-family: myFont;
    padding-bottom: 20px;
    font-weight: 700;
}
h2{
    font-size: 55px;
}
h2,h3{
    font-family: myFont;
    letter-spacing: 2px;
    font-weight: 600;
}
p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;

}
/* .header{
    width:100%;
    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 3px 15px rgba(0,0,0,.05);
    padding: 0px 100px;
}

.containers{
    display:flex;
    align-items:center;  
    justify-content:space-between;
    padding:18px 25px;
}

.logo img{
    width:170px;
}

.nav-menu{
    display:flex;
    align-items:center;
    gap:35px;
    list-style:none;
}

.nav-menu a{
    text-decoration:none;
    color:#222;
    font-size:16px;
    font-weight:500;
    transition:.3s;
    position:relative;
}

.nav-menu a:hover,
.nav-menu a.active{
    color:#b86a2b;
}

.nav-menu a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:2px;
    background:#CD5212;
    transition:.3s;
}

.nav-menu a:hover::after,
.nav-menu a.active::after{
    width:100%;
}

.menu-toggle{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}

.menu-toggle span{
    width:28px;
    height:3px;
    background:#222;
    border-radius:2px;
}

@media(max-width:991px){

.menu-toggle{
    display:flex;
}

.navbar{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    display:none;
    box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.navbar.active{
    display:block;
}

.nav-menu{
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:20px;
}

.nav-menu li{
    width:100%;
}

.nav-menu a{
    display:block;
    padding:14px 0;
}
} */


.header{
    position:sticky;
    top:0;
    width:100%;
    background:#fff;
    z-index:9999;
}

.header-inner{
    margin:auto;
    padding:10px 100px;
    position:relative;
}

/* Desktop */

.navbar{
    width:100%;
}

.nav-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 35px;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
}
.first{
    display: flex;
    gap: 45px;
}
.nav-menu li{
    position:relative;
}

.nav-menu li.logo-item{
    margin:0 45px;
}

.logo-item img{
    width:170px;
    display:block;
}

.nav-menu li a{
    color:#222;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    transition:.3s;
    position:relative;
}

.nav-menu li a:hover,
.nav-menu li a.active{
    color:#c75a1c;
}

.nav-menu li:not(.logo-item) a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:0;
    height:2px;
    background:#c75a1c;
    transition:.3s;
}

.nav-menu li:not(.logo-item) a:hover::after,
.nav-menu li:not(.logo-item) a.active::after{
    width:100%;
}

/* Mobile Logo */

.mobile-logo{
    display:none;
}

.mobile-logo img{
    width:140px;
}

/* Toggle */

.menu-toggle{
    display:none;
    flex-direction:column;
    gap:6px;
    cursor:pointer;
}

.menu-toggle span{
    width:28px;
    height:3px;
    background:#222;
    transition:.3s;
}

/* Toggle Animation */

.menu-toggle.active span:nth-child(1){
    transform:rotate(45deg) translateY(12px);
}

.menu-toggle.active span:nth-child(2){
    opacity:0;
}

.menu-toggle.active span:nth-child(3){
    transform:rotate(-45deg) translateY(-12px);
}

/* Tablet */

@media(max-width:1200px){

.nav-menu{
    gap:22px;
}

.nav-menu li.logo-item{
    margin:0 25px;
}

.logo-item img{
    width:140px;
}

.nav-menu li a{
    font-size:14px;
}

}

/* Mobile */

@media(max-width:991px){

.header-inner{
    padding:15px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.mobile-logo{
    display:block;
}

.logo-item{
    display:none;
}

.menu-toggle{
    display:flex;
}

.navbar{
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    background:#fff;
    display:none;
    border-top:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.navbar.active{
    display:block;
}

.nav-menu{
    flex-direction:column;
    align-items:flex-start;
    min-height:auto;
    gap:0;
    padding:20px;
}

.nav-menu li{
    width:100%;
}

.nav-menu li a{
    display:block;
    width:fit-content;
    padding:15px 0;
    border-bottom:1px solid #eee;
    font-size:16px;
}

.nav-menu li:last-child a{
    border-bottom:none;
}
.first {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

}
.front-main-section{
    background: url(../images/Banner.png);
    height: 90vh;
    background-repeat: no-repeat;
        display: flex;
    justify-content: start;
    align-items: center;
    padding: 100px;
    background-position: center;
    background-size: cover;
}
.main-section-content{
    max-width: 700px;
}
.main-section-content p{
    margin-bottom: 30px;
}
.about-section{
    padding:100px 0;
}

.about-wrapper {
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    grid-template-columns: repeat(2,1fr);
}

/* Image */

.about-image{
    flex:1;
}

.about-image img{
    width:100%;
    display:block;
    border-radius:0 50px 50px 0;
}

/* Content */

.about-content{
    flex:1;
    max-width:750px;
}

.sub-title{
    color:#CD5212;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:20px;
}

.about-content h2{
    line-height:1.1;
    font-weight:700;
    margin-bottom:30px;
}

.about-content h2 span{
    display:block;
}

.about-content p{
    color:#666;
    font-size:18px;
    line-height:1.9;
    margin-bottom:28px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-width: 170px; */
    /* height: 58px; */
    padding: 10px 25px;
    background: #CD5212;
    border: 1px solid #CD5212;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0px 40px 40px 0px;
    transition: .35s;
}

.theme-btn:hover{
    background:transparent;
    color: #CD5212;
    border: 1px solid #CD5212;
}

.theme-btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-width: 170px; */
    /* height: 58px; */
    padding: 10px 25px;
    background: #fff;
    border: 1px solid #fff;
    color: #CD5212;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0px 40px 40px 0px;
    transition: .35s;
}



/* Large Tablet */

@media(max-width:1200px){

.about-wrapper{
    gap:50px;
}

.about-content h2{
    font-size:48px;
}

}

/* Tablet */

@media(max-width:992px){

.about-wrapper{
    flex-direction:column;
}

.about-image,
.about-content{
    max-width:100%;
    width:100%;
}

.about-image img{
    border-radius:25px;
}

.about-content{
    text-align:center;
}

.theme-btn{
    margin:auto;
}

}

/* Mobile */

@media(max-width:576px){

.about-section{
    padding:70px 10px;
}

.about-content h2{
    font-size:36px;
}

.about-content p{
    font-size:16px;
    line-height:1.8;
}

.sub-title{
    font-size:14px;
}
.about-wrapper{
        grid-template-columns: repeat(1, 1fr);
}
.front-main-section {
    background: url(../../images/Banner.png);
    height: auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 50px 10px;
}
.theme-btn{
    width:100%;
    max-width:220px;
    height:54px;
}

}
.products-section{
    padding:100px;
    background:#f5f5f5;
}

.container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

/* Heading */

.section-title{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:70px;
}

.section-title span{
    display:block;
    color:#CD5212;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.section-title h2{
    font-weight:700;
    margin-bottom:20px;
    line-height:1.1;
}

.section-title p{
    color:#666;
    line-height:1.9;
}

/* Grid */

.product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

/* Card */

.product-card{
    transition:.35s;
}

.product-image{
    height:500px;
    border-radius:220px 220px 0 0;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    position:relative;
}

.product-image img{
    max-width: 100%;
    transition: .4s;
    padding-top: 50px;
}

.product-card:hover img{
    transform:scale(1.08);
}

/* Background Colors */

.yellow{
    background:#F4A310;
}

.pink{
    background:#CA565A;
}

.green{
    background:#D1AF19;
}

.brown{
    background:#CD5212;
}

/* Content */

.product-content{
    padding-top:20px;
}

.product-content h4{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:8px;
}

.product-content p{
    color:#666;
    font-size:18px;
    line-height:1.6;
}

/* Hover */

/* Tablet */

@media(max-width:992px){

.product-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-title h2{
    font-size:48px;
}

.product-image{
    height:380px;
}

.product-content h4{
    font-size:28px;
}

}

/* Mobile */

@media(max-width:576px){

.products-section{
    padding:70px 0;
}

.product-grid{
    grid-template-columns:1fr;
}

.section-title{
    margin-bottom:40px;
}

.section-title h2{
    font-size:36px;
}

.section-title p{
    font-size:16px;
}

.product-image{
    height:420px;
}

.product-content h4{
    font-size:24px;
}

.product-content p{
    font-size:16px;
}

}

.industry-section{
    padding:100px;
    background:#fff;
}

.container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

/* Heading */

.industry-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:60px;
    gap:30px;
}

.sub-title{
    display:block;
    font-size:15px;
    font-weight:600;
    margin-bottom:18px;
}

.heading-left h2{
    font-weight:700;
    margin-bottom:18px;
    line-height:1.1;
}

.heading-left p{
    color:#666;
}



.industry-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
}

/* Card */
.industry{
    background-color: #fff;
     border: 1px solid #ddd;
    padding: 8px;
    border-radius:10px;

}
.industry-card{
    position:relative;
    display:block;
    height:200px;
    border-radius:10px;
    overflow:hidden;
   

}

.industry-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.industry-card h3{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    text-align:center;
    width:85%;
    font-size:18px;
    font-weight:600;
    line-height:1.5;
    z-index:2;
}

.industry-card:hover img{
    transform:scale(1.08);
}

.industry-card:hover .overlay{
    background:rgba(0,0,0,.65);
}

/* Laptop */

@media(max-width:1200px){

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

.heading-left h2{
    font-size:50px;
}

}

/* Tablet */

@media(max-width:991px){

.industry-heading{
    flex-direction:column;
    align-items:flex-start;
}

.industry-grid{
    grid-template-columns:repeat(2,1fr);
}

.heading-left h2{
    font-size:42px;
}

.heading-left p{
    font-size:18px;
}

}

/* Mobile */

@media(max-width:576px){

.industry-section{
    padding:70px 0;
}

.industry-grid{
    grid-template-columns:1fr;
}

.heading-left h2{
    font-size:34px;
}

.heading-left p{
    font-size:16px;
}

.theme-btn{
    width:140px;
    height:52px;
}

}


.manufacturing-section{
    position:relative;
    padding:140px 100px;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.50) 0%,
        rgba(0,0,0,.35) 35%,
        rgba(0,0,0,.30) 65%,
        rgba(0,0,0,.10) 100%
    ), url("../../images/Manufacturing Excellence.png") center center/cover no-repeat;
    overflow:hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.manufacturing-section::before{
    content:"";
    position:absolute;
    inset:0;
}

.manufacturing-section .container{
    position:relative;
    z-index:2;
    /* max-width:1320px; */
    margin:auto;
    padding:0 15px;
}

.manufacturing-content{
    max-width:700px;
    color:#fff;
}

.sub-title{
    display:block;
    color:#D9A132;
    font-size:15px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.manufacturing-content h2{
    line-height:1.1;
    font-weight:700;
    margin-bottom:30px;
    letter-spacing: 2px;
}

.manufacturing-content h2 span{
    display:block;
}

.manufacturing-content p{
    font-size:18px;
    line-height:1.9;
    color:rgba(255,255,255,.85);
    margin-bottom:22px;
}

@media(max-width:992px){

.manufacturing-section{
    padding:100px 0;
}

.manufacturing-content{
    max-width:100%;
}

.manufacturing-content h2{
    font-size:48px;
}

}

@media(max-width:576px){

.manufacturing-section{
    padding:70px 0;
}

.sub-title{
    font-size:13px;
    letter-spacing:3px;
}

.manufacturing-content h2{
    font-size:34px;
}

.manufacturing-content p{
    font-size:16px;
    line-height:1.8;
}

}

.why-choose-section{
    padding:100px;
    background:#fff;
}


.why-choose-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

/* Left */

.why-image{
    flex:1;
}

.why-image img{
    width:100%;
    display:block;
}

/* Right */

.why-content{
    flex:1;
    /* max-width:520px; */
}

.sub-title{
    display:block;
    color:#d89b2e;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.why-content h2{
    line-height:1.1;
    font-weight:700;
    color:#222;
    margin-bottom:40px;
}

.why-content h2 span{
    display:block;
}

.feature-item{
    padding:22px 0;
    border-bottom:1px solid #e6e6e6;
}

.feature-item.last{
    border-bottom:none;
}

.feature-item h4{
    font-size:24px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

.feature-item p{
    color:#666;
    font-size:18px;
    line-height:1.8;
    margin-bottom: 0;
}

/* Responsive */

@media(max-width:992px){

.why-choose-wrapper{
    flex-direction:column;
    gap:50px;
}

.why-image,
.why-content{
    width:100%;
    max-width:100%;
}

.why-content h2{
    font-size:46px;
}

}

@media(max-width:576px){

.why-choose-section{
    padding:70px 0;
}

.why-content h2{
    font-size:34px;
}

.feature-item h4{
    font-size:22px;
}

.feature-item p{
    font-size:16px;
}

}

.quality-section{
    padding:100px;
    background:#f5f5f5;
}

/* Heading */

.section-heading{
    text-align:center;
    max-width:750px;
    margin:0 auto 70px;
}

.sub-title{
    display:block;
    color:#d59d31;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.section-heading h2{
    font-weight:700;
    color:#222;
    line-height:1.1;
}

.section-heading h2 span{
    display:block;
}

/* Grid */

.quality-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* Card */

.quality-card{
    padding:10px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    transition:.35s;
   
}
.quality-inners{
    background:#fff;
    border-radius:10px;
    padding:35px 30px;
    transition:.35s;
    height: 100%;
}


.quality-inners:hover{

transform:translateY(-5px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);

}
.quality-icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}

.quality-icon img{
    width:48px;
}

.quality-card h4{
    font-size:22px;
    font-weight:600;
    color:#222;
    margin-bottom:18px;
    line-height:1.4;
}

.quality-card p{
    color:#666;
    line-height:1.9;
    font-size: 16px;
}

/* Tablet */

@media(max-width:1200px){

.quality-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-heading h2{
    font-size:50px;
}

}

/* Mobile */

@media(max-width:768px){

.quality-section{
    padding:70px 0;
}

.quality-grid{
    grid-template-columns:1fr;
}

.section-heading{
    margin-bottom:40px;
}

.section-heading h2{
    font-size:36px;
}

.quality-card{
    padding:10px;
}

.quality-card h4{
    font-size:24px;
}

.quality-card p{
    font-size:16px;
}

}

.cta-section{
    padding:100px;
    background:#fff;
    overflow:hidden;
}
/* Content */

.cta-content{
    text-align:center;
    max-width:1050px;
    margin:0 auto 70px;
}

.cta-content h2{
    line-height:1.1;
    font-weight:700;
    color:#222;
    margin-bottom:30px;
}

.cta-content h2 span{
    display:block;
}

.cta-content p{
    margin:auto;
    color:#666;
    line-height:1.8;
}

.cta-content h5{
    margin:30px 0;
    font-size:20px;
    font-weight:600;
    font-style:italic;
    color:#444;
}

/* Image */

.cta-image{
    text-align:center;
}

.cta-image img{
    width:100%;
    display:block;
    margin:auto;
}

/* Responsive */

@media(max-width:992px){

.cta-section{
    padding-top:80px;
}

.cta-content{
    margin-bottom:50px;
}

.cta-content h2{
    font-size:48px;
}

.cta-content p{
    font-size:18px;
}

.cta-content h5{
    font-size:20px;
}

}

@media(max-width:576px){

.cta-section{
    padding-top:60px;
}
.cta-section {
    padding: 50px 10px;
    background: #fff;
    overflow: hidden;
}

.cta-content h2{
    font-size:34px;
}

.cta-content p{
    font-size:16px;
}

.cta-content h5{
    font-size:18px;
    line-height:1.6;
}

.theme-btn{
    width:170px;
    height:54px;
}

}

.footer{
    background:#252422;
    color:#fff;
    padding:90px 100px 30px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.6fr;
    gap:60px;
    padding-bottom:70px;
}

/* Heading */

.footer-column h4{
    font-size:24px;
    font-weight:500;
    margin-bottom:25px;
    color:#8f8f8f;
    font-family:myFont;
    letter-spacing: 2px;
}

/* Links */

.footer-column ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-column ul li{
    margin-bottom:18px;
}

.footer-column ul li:last-child{
    margin-bottom:0;
}

.footer-column ul li a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.footer-column ul li a:hover{
    color:#CD5212;
}

/* Quick Links */

.two-column{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

/* Social */

.footer-column ul li i{
    width:26px;
    margin-right:12px;
}

/* Contact */

.contact-list li{
    display:flex;
    align-items:flex-start;
    gap:18px;
    color:#fff;
    font-size:20px;
    line-height:1.7;
}

.contact-list i{
    font-size:22px;
    margin-top:6px;
}

.contact-list span{
    color:#fff;
}

/* Bottom */

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.12);
    padding-top:30px;
    text-align:center;
    color:#bdbdbd;
    font-size:18px;
}

.footer-bottom strong{
    color:#fff;
}

/* ================= Responsive ================= */

@media(max-width:1200px){

.footer-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.footer{
    padding:70px 0 25px;
}

.footer-grid{
    grid-template-columns:1fr;
    gap:45px;
    padding-bottom:45px;
}

.two-column{
    grid-template-columns:1fr;
    gap:0;
}

.footer-column h4{
    margin-bottom:20px;
    font-size:22px;
}

.footer-column ul li a,
.contact-list li{
    font-size:17px;
}

.footer-bottom{
    font-size:15px;
    line-height:1.8;
}

}
@media(max-width:992px){

.front-main-section {
    background: url(../../images/Banner.png);
    height: auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 50px 10px;
}
.about-wrapper {
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    grid-template-columns: repeat(1,1fr);
}
.about-section {
    padding: 50px 10px;
}
.products-section {
    padding: 50px 10px;
    background: #f5f5f5;
}
.product-image {
    height: 450px;
}
.industry-section {
    padding: 50px 0px;
    background: #fff;
}
.why-choose-section {
    padding: 50px 10px;
    background: #fff;
}
.cta-section {
    padding: 50px 10px;
    background: #fff;
    overflow: hidden;
}
.footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    padding-bottom: 45px;
}
.ipad-{
    margin-top: 20px;
}
}

@media(max-width:767px){
    .footer-grid {
    grid-template-columns: 1fr ;
    gap: 45px;
    padding-bottom: 45px;
}
h1 {
    font-size: 45px;
    color: #fff;
    letter-spacing: 2px;
    font-family: myFont;
    padding-bottom: 20px;
    font-weight: 700;
}
.product-image img {
    max-width: 50%;
    transition: .4s;
    padding-top: 50px;
}
}