@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --main-font:"Source Sans 3", sans-serif;
    --red-color: #d93c3c;
    --white-color: #fff;
    --black-color: #000;
}
p::selection {
 background-color: #d93c3c !important;
}
.mob_list{
    display: flex;
    justify-content:space-around;
}
.mob_list li a {
    font-family: var(--main-font) !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    transition: 0.5s all ease;
    padding: 20px !important;
}
.header__bottom-2 {
  background-color: #343A40;
}
.footer_logo{
  width: 180px;
  height: 120px;
}
.mob_list li a:hover {
    background: var(--red-color);
    color: var(--white-color) !important;
}
.sub-menu li a{
    padding: 15px 15px  !important    ;
    font-size: 20px !important;
    border-bottom: 1px solid var(--red-color);
}
.sub-menu li a:hover{
    background-color: var(--red-color);
    color: aliceblue !important;
    font-family: var(--main-font);
}
.read{
    color: var(--red-color);
    font-size: 20px;
    font-weight: 700;
}
.brand_logo{
  width: 200px;
  height: 100px;
}
.img_card {
  height: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;

}

.card-container {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 20px;
}
.video_card {
  height: auto;
}
.frames{
  width: 100%;
  height: 400px;
}

.card-container:hover .card-overlay {
  opacity: 1;
}


/* footer css  */
.footer_list{
    list-style: none;
}
.footer_list li{
    margin-top: 20px;
}
.footer_list li a i{
   color: var(--white-color);
   padding-right: 15px;
}
.footer_list li a 
{
    font-size:16px;
    color: var(--white-color);
}
.last_line a:hover{
    color: var(--red-color) !important;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* about section  */

  .banner_section{
    height: auto;
    width: 100%;
    background-color: #EDF2F6;
  }
  .positions{
    font-size: 18px !important;
    font-family: var(--main-font);
    color: #777777;
  }
  .abt_data{
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .abt_data p{
    font-size: 20px;
    font-weight: 600;
  }
  .section_block{
    margin: 50px 0px;
  }
  .section_title{
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 20px;
    border-left: 1px solid var(--red-color);
    }
    .section_title p{
    font-size: 40px !important;  
    font-weight: 600;  
    }
    .section_details p{
        font-size: 24px;
        line-height: 36px;
    }
    .contacts{
      background-image: url("../images/banner/contact.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .gallery{
      background-image: url("../images/banner/gallery.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .board{
      background-image: url("../images/banner/boardcutting.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .book{
      background-image: url("../images/banner/book.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .box{
      background-image: url("../images/banner/box.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .die{
      background-image: url("../images/banner/die.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .import{
      background-image: url("../images/banner/import.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .jig{
      background-image: url("../images/banner/jig.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .lipping{
      background-image: url("../images/banner/lipping.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .notching{
      background-image: url("../images/banner/notching.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .over{
      background-image: url("../images/banner/over.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .rule{
      background-image: url("../images/banner/rule.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .sheet{
      background-image: url("../images/banner/sheetpasting.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .special{
      background-image: url("../images/banner/specialcutter.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .about{
      background-image: url("../images/banner/about.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .contact_list{
      list-style: none !important;
    }
    .contact_list  li {
      margin-bottom: 50px;
    }
    .contact_list li a{
      font-size: 24px;
    }
    .contact_list li a:hover{
      color: var(--red-color);
    }
    .contact_list li a i{
     padding-right: 20px;

    }
    .contact_details{
      padding:  40px;
      box-shadow: -3px 2px 7px 5px rgba(201,197,197,0.75);
      -webkit-box-shadow: -3px 2px 7px 5px rgba(201,197,197,0.75);
      -moz-box-shadow: -3px 2px 7px 5px rgba(201,197,197,0.75);
      border-radius: 20px;
    }
    .contact_form{
      padding:  30px;

    }
    .maps{
      width: 100%;
      height: 400px;
      padding: 0;
      margin: 0;
    }
    .form-control:focus{
      border-color: var(--red-color);
      box-shadow: var(--red-color);
    }
    .form_name{
      font-size: 16px;
      font-weight: 600;
    }
    .contact_heading h1{
      color: var(--red-color);
    }
    .send_btn{
      padding: 15px;
      font-size: 20px;
      font-weight: 600;
      border: 1px solid var(--red-color);
      border-radius: 5px;
      transition: 0.2s all ease-in;
      background-color: var(--white-color);
    }
    .send_btn:hover{
     background-color: var(--red-color);
     color: var(--white-color);
    }
    .table_heading{
      color: var(--red-color);
    }
    .teams{
      border-radius: 20px;
    }
    .mv_card{
      border: 1px solid var(--red-color);
      border-radius: 10px;
      box-shadow: 0px 15px 15px -3px rgba(0,0,0,0.1);
      padding: 20px;
      min-height: 400px;
    }
    .mv_card p{
     padding-top: 20px;
    }
    .mv_list{
      list-style: none;
    }
    .mv_list li{
      font-size: 18px;
      padding: 10px 0px;
    }
    .mv_card h2{
      text-align: center;
      padding: 20px 0px;
      border-bottom: 2px solid var(--red-color); /* Adjust the color and thickness as needed */
      padding-bottom: 5px; /* Adjust spacing as needed */
      width: fit-content;
      margin: auto;
    }
    /* whatsapp */
.whatsapp {
  position: fixed;
  right: 20px !important;
  bottom: 5%;
  z-index: 100000;
}
.whatsapp a {
  text-decoration: none;
}
.whatsapp h5 {
  font-size: 70px;
  color: #31ba44;
}
#sticky-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
