@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --orange: #f7600f;
    --green: #00461b;
    --grey: #444444;
    --black: #041D2C;
    --white: #fff;
}
body p{
    font-family: "Instrument Sans", serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Instrument Sans", serif;
}

/*top nav css*/
.top-nav{
    background-color: var(--black);
    padding: 5px 0px;
}
.top-nav-sp1{
    color: var(--white);
    padding: 2px 0px;
}

.top-nav-icon{
    height: 20px;
    width: 20px;
    margin-left: 10px;
}
#top-nav-call{
    padding: 2px;
}
.top-nav-sp2{
    float: right;
    padding: 2px 20px;
}

.btn-1{
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
    float: right;
}
.btn-1:hover{
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}
/*nav*/
.nav-item{
    padding: 0px 8px;
}
.nav-link{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700!important;
    color: var(--black);
}
/*nav*/
/*banner*/
.banner-1{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.397) 51.48%),url('../img/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.frm{
    background-color: rgba(0, 0, 0, 0.562);
    padding: 15px 0px;
}
.title{
    padding: 0px 20px;
}

.title h3{
    font-size: 40px;
    font-weight: 700;
    color: var(--orange);
    text-shadow: 2px 1px var(--black);
}
.title h5{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    max-width: 700px;
    text-transform: capitalize;
    line-height: 1.50em;
}

/*banner*/
/* about us */
.h-section-01 {
    background-image: url("../images/product-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sub-heading {
    font-size: 35px;
    font-weight: 800;
    color: var(--orange);
    text-transform: uppercase;
  }
  
  .text-modox-primary {
    font-size: 30px;
    font-weight: 700;
    color: var(--green);
  }
  
  .shape-box {
    position: relative;
  }
  
  .hexagon-shape {
    width: 550px;
    height: 500px;
    background-color: #000000;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
  }
  
  .hexagon-shape figure {
    transform: rotate(-90deg);
  }
  
  .hexagon-shape img {
    object-fit: cover;
    object-position: center center;
  }
  
  .hexa-01 {
    width: 70px;
    height: 60px;
    background-color: var(--orange);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    position: absolute;
    top: 25px;
    left: 50px;
  }
  
  .hexa-02 {
    width: 70px;
    height: 60px;
    background-color: var(--green);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    position: absolute;
    top: -35px;
    left: 85px;
  }
  
  .hexa-03 {
    width: 90px;
    height: 80px;
    background-color: var(--orange);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    position: absolute;
    bottom: 60px;
    right: 50px;
  }
  
  .circle-01 {
    width: 180px;
    height: 180px;
    background-color: var(--orange);
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    left: 50px;
    border: 10px solid #fff;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    box-shadow: 0px 5px 5px #afafaf;
  }
  
  @keyframes floating {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 20px);
    }
    100% {
        transform: translate(0, -0px);
    }
  }
  
  .h-section-01 {
    padding: 70px 0;
  }
  
  .we-are-list ul h5 {
    font-size: 25px;
    font-weight: 700;
    color: var(--brown);
  }
  
  .we-are-list ul li .fa-solid {
    color: var(--brown);
  }
  .abt-card-img{
    height: 50px;
    width: 50px;
  }
  .abt-card-title{
    font-size: 18px;
    font-weight: 700;
  }
  .abt-card-txt{
    font-size: 16px;
  }
  .abt-card{
    padding: 20px 1px;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  /* about us */

  /*why start*/
  .why{
    padding: 45px 0px;
  }
  .why-card-img{
    height: 50px;
    width: 50px;
  }
  .why-card{
    padding: 20px;
    margin: 10px 0px;
  }
  .why-card-title{
    color: var(--white);
  }
  .why-1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/high-quality.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .why-2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/easy-payment-modes.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .why-3{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/advanced-production-unit.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .why-4{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/timely-delivery.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .why-5{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/strict-quality-control.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .why-6{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/stringent-quality-tests.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .why-7{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('../img/competitive-pricing.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  /*why end*/
  /*product start*/
  .product{
    padding: 45px 0px;
  }
  .product-card{
    margin: 10px 0px;
  }
  .product-card-title{
    font-size: 20px;
    font-weight: 600;
  }
  .btn-2{
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}
.btn-2:hover{
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}
  /*product end*/
  /*footer start*/
.footer{
    background-color:var(--black);
    padding: 60px 0px;
  }
  .footer-logo h4{
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
  }
  .footer-display-part{
    display: flex;
    margin-bottom: 20px;
  }
  .list ul li{
    color: var(--white);
    font-size: 18px;
    
  }
  .footer-display-part img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .footer-logo {
    width: 90px;
    background: var(--white);
    padding: 3px;
    border-radius: 9px;
}
  /*footer-end*/
    /*copyright start*/
    .copyright{
      background: var(--black);
      padding: 7px 0px;
      text-align: center;
    }
    .copyright span{
      color: var(--white);
    }
    .copyright span a{
      color: var(--white);
      text-decoration: none;
    }
    /*copyright end*/

  @media (max-width: 600px) {
    .cta-section h2 {
        color: #fff;
        font-size: 29px;
    }
    .hexagon-shape {
        width: 280px;
        height: 278px;
    }
    .card-1 {
        width: 300px;
        margin: 0;
    }
    .form-flex {
        display: block;
    }
    .frm-cntct {
        padding: 10px;
    }
    .contact-form-sec {
        width: 100% !important;
    }
    .contact-info-sec {
        width: 100%!important;
        margin-left: 0px;
    }
    .detail-flex p {
        color: #fff;
        font-size: 12px;
        padding: 13px;
        margin-bottom: 0;
    }
    .d-icon {
        margin-left: 20px;
        margin-top: 10px;
    }
    .why-choose h2 {
        font-size: 37px;
    }
    .banner .item img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .text-modox-primary {
        font-size: 23px;
    }
    .sub-heading h2 {
        font-size: 32px;
    }
    form, .contact-info {
        padding: 1.7rem 1.6rem;
    }
    .form {
        grid-template-columns: 1fr;
    }
    .title h3{
        font-size: 30px;
    }
    .title h5{
        font-size: 18px;
    }
    .title{
        padding: 20px;
    }
    .h-section-01{
        padding: 45px 0px;
    }
    .abt-card{
        margin: 10px 0px;
    }
    .why{
        padding: 20px 0px;
    }
    .footer-logo{
        margin-left: 30px     
    }

}
.form-head {
  background-color: var(--orange);
  padding: 20px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.form-head h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 5px;
  position: relative;
  color: #ffffff;
  font-weight: 800;
  margin: 0;
}
.slick-dots li button:before{
  font-size: 20px!important;
}