 /* General CSS */
 @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

 /*------------------Product Banner Sectiom --------------------------*/
 .product_banner_section {
   padding-top: 10%;
   margin-left: 30px;
   margin-right: 30px;
   padding-bottom: 0%;
 }

 .product_banner_section .about-content .top_title h2 {
   font-size: 5rem;
   color: #5acae6;
 }

 .product_banner_section .about-content .main_title h4 {
   font-size: 7rem;
   color: #009dc4;
 }

 .product_banner_section .about-content .main_title p {
   font-size: 1.8rem;
   line-height: 1.6;
   margin-top: 1rem;
   color: #061738;
   font-family: 'Roboto', sans-serif;
 }

 .product_banner_section .banner_img img {
   width: 70%;
   margin-right: 0;
   margin-left: 70px;
 }

 /*----Product Navbar ------*/

 .prod_section .navbar {
   background: rgb(10, 10, 10);
   background-size: 100% 100%;
   padding: 2rem 5rem;
   position: relative;
 }

 .prod_section .navbar-nav .nav-link {
   color: white;
   text-transform: uppercase;
   font-size: 2.5rem;
   font-weight: 600;
   padding: 0.5rem 2rem;
   font-family: var(--primary-font);
 }

 .prod_section .navbar-nav .nav-link:hover,
 .prod_section .navbar-nav .nav-link.active {
   color: #1d5bd6;
 }

 /* ============================Overview Part============================= */
 .overview {
   background-color: #fff;
   padding: 0 5px 0 0;
   
 }
 .overview .prod_content {
  margin: 0 20px 10px 50px;
 }

 .overview .prod_content li {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 1rem;
  text-align: justify;
  text-justify: inter-word;
  color: var(--primary-text);
  font-family: var(--secondary-font);
}

 .overview .prod_content p {
   font-size: 1.8rem;
   line-height: 1.6;
   margin-top: 1rem;
   text-align: justify;
   text-justify: inter-word;
   color: var(--primary-text);
   font-family: var(--secondary-font);
 }

 .overview .top_prod_content {
   margin-left: 50px;
   margin-right: 20px;
 }

 .overview .top_prod_content h1 {
   color: #1e7fcf;
   font-size: 5rem;
 }

 .overview .top_prod_content h2 {
   color: #1e7fcf;
   font-size: 3rem;
 }

 /* =========================features part======================== */

 .features {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.features .top_prod_content {
  margin: 20px 20px 0 50px;
}

.features .top_prod_content h2 {
  color: #1e7fcf;
  margin-bottom: 0;
}

.features .custom-row {
 margin: 0 20px 0 20px;
}

.features .custom-row .custom-col .icon_part {
 font-size: 1.8rem;
 color: #051e50;
 font-weight: 600;
}
.features .custom-row .custom-col .icon_part img{
 margin-right: 10px;
 width: 35px;
 height: auto;
}
.features .custom-col{
 width: 40% ;
 margin-top: 0;
}
.features .custom-col p {
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: left;
   /* text-align: justify;  */
  color: var(--primary-text);
  font-family: var(--secondary-font);
}

/* Media Queries */

/* Small devices */
@media only screen and (max-width: 576px) {
  .features .custom-col {
    width: 100%;
  }
}

/* Medium devices */
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .features .custom-col {
    width: 50%;
  }
}

/* Large devices */
@media only screen and (min-width: 769px) {
  .features .custom-col {
    width: 40%;
  }
}

/* =============================Technical Specification Part=============================== */

 .tech_specs {
   background-color: #fff;
   padding: 0;
   margin: 0;
 }

 .tech_specs .top_prod_content {
   margin-left: 50px;
   margin-right: 20px;
 }

 .tech_specs .top_prod_content h2 {
   color: #1e7fcf;
 }

 .tech_specs .table_C {
   margin-left: 50px;
   margin-right: 20px;
 }

 .table_C .table-title {
   display: block;
   margin: auto;
   max-width: 600px;
   padding: 5px;
   width: 100%;
 }

 /*** Table Styles **/

 .table_C .table-fill {
   background: white;
   border-radius: 3px;
   border-collapse: collapse;
   margin: 0px;
   max-width: 900px;
   padding: 5px;
   width: 100%;
   animation: float 5s infinite;
 }

 .table_C .table-fill th {
   color: #010715;
   background: rgb(173, 217, 236);
   width: 900px;
   font-size: 30px;
   font-weight: 100;
   padding: 20px;
   text-align: left;
   text-shadow: 0 1px 1px rgba(3, 3, 3, 0.1);
   vertical-align: middle;
 }

 .table_C .table-fill th:first-child {
   border-top-left-radius: 3px;
 }

 .table_C .table-fill th:last-child {
   border-top-right-radius: 3px;
   border-right: none;
 }

 .table_C .table-fill tr {
   border-top: 1px solid #fff;
   border-bottom: 1px solid white;
   color: #0e0e0e;
   text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
 }

 .table_C .table-fill .text-left{
  font-size: 20px;
  font-weight: normal;
 }

 .table_C .table-fill tr:hover td {
   background: #4E5066;
   color: #FFFFFF;
   border-top: 1px solid #22262e;
 }

 .table_C .table-fill tr:first-child {
   border-top: none;
 }

 .table_C .table-fill tr:last-child {
   border-bottom: none;
 }

 .table_C .table-fill tr:nth-child(odd) td {
   /* background: #EBEBEB; */
   background: #fff;
 }

 .table_C .table-fill tr:nth-child(odd):hover td {
   background: #4E5066;
 }

 .table_C .table-fill tr:last-child td:first-child {
   border-bottom-left-radius: 3px;
 }

 .table_C .table-fill tr:last-child td:last-child {
   border-bottom-right-radius: 3px;
 }

 .table_C .table-fill td {
   background: #FFFFFF;
   padding: 20px;
   text-align: left;
   vertical-align: middle;
   font-weight: 300;
   font-size: 18px;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
 }

 .table_C .table-fill td:last-child {
   border-right: 0px;
 }

 .table_C .table-fill th.text-left {
   text-align: left;
 }

 .table_C .table-fill th.text-center {
   text-align: center;
 }

 .table_C .table-fill th.text-right {
   text-align: right;
 }

 .table_C .table-fill td.text-left {
   text-align: left;
 }

 .table_C .table-fill td.text-center {
   text-align: center;
 }

 .table_C .table-fill td.text-right {
   text-align: right;
 }


 /*----------------------------------------------------------Category Product Page CSS -----------------------------------------------------------*/

 /********** Reflex Sights ************/
 .promain_banner_section_1 {
  background: url('../images/Banner/Reflex-Sights-Banner.jpg'); 
   background-size: cover;
   background-position: left;
   min-height: 70vh;
 }

 .promain_banner_section_1 .carousel-item {
   padding: 3rem 0;
   height: 60vh;
 }

 .promain_banner_section_1 .carousel-caption {
   top: 40%;
   bottom: 0;
   left: 3%;
   right: 0;
   text-align: left;
   width: 100%;
 }

 .promain_banner_section_1 .carousel-caption h4 {
   text-align: justify;
   text-justify: inter-word;
   font-size: 3rem;
   font-weight: 400;
   color: #009dc4;
 }

 .promain_banner_section_1 .carousel-caption h1 {
   font-size: 6rem;
   font-weight: 500;
   color: #009dc4;
 }

 /********** Telescopic Sights ************/
 .promain_banner_section_2 {
  background: url('../images/Banner/Telescopic-sight.jpg'); 
   background-size: cover;
   background-position: left;
   min-height: 70vh;
 }

 .promain_banner_section_2 .carousel-item {
   padding: 3rem 0;
   height: 60vh;
 }

 .promain_banner_section_2 .carousel-caption {
   top: 40%;
   bottom: 0;
   left: 3%;
   right: 0;
   text-align: left;
   width: 100%;
 }

 .promain_banner_section_2 .carousel-caption h4 {
   text-align: justify;
   text-justify: inter-word;
   font-size: 3rem;
   font-weight: 400;
   color: #009dc4;
 }

 .promain_banner_section_2 .carousel-caption h1 {
   font-size: 6rem;
   font-weight: 500;
   color: #009dc4;
 }

 /********** II Tube Base Sights  ************/
 .promain_banner_section_3 {
  background: url('../images/Banner/Tube-Base-Sights.jpg'); 
   background-size: cover;
   background-position: left;
   min-height: 70vh;
 }

 .promain_banner_section_3 .carousel-item {
   padding: 3rem 0;
   height: 60vh;
 }

 .promain_banner_section_3 .carousel-caption {
   top: 40%;
   bottom: 0;
   left: 3%;
   right: 0;
   text-align: left;
   width: 100%;
 }

 .promain_banner_section_3 .carousel-caption h4 {
   text-align: justify;
   text-justify: inter-word;
   font-size: 3rem;
   font-weight: 400;
   color: #009dc4;
 }

 .promain_banner_section_3 .carousel-caption h1 {
   font-size: 6rem;
   font-weight: 500;
   color: #009dc4;
 }

 /********** Thermal Sights and Devices ************/
 .promain_banner_section_4 {
  background: url('../images/Banner/thermal-sight.jpg'); 
   background-size: cover;
   background-position: left;
   min-height: 70vh;
 }

 .promain_banner_section_4 .carousel-item {
   padding: 3rem 0;
   height: 60vh;
 }

 .promain_banner_section_4 .carousel-caption {
   top: 40%;
   bottom: 0;
   left: 3%;
   right: 0;
   text-align: left;
   width: 100%;
 }

 .promain_banner_section_4 .carousel-caption h4 {
   text-align: justify;
   text-justify: inter-word;
   font-size: 3rem;
   font-weight: 400;
   color: #009dc4;

 }

 .promain_banner_section_4 .carousel-caption h1 {
   font-size: 6rem;
   font-weight: 500;
   color: #009dc4;
 }

 /********** Long Range Camera ************/
 .promain_banner_section_5 {
  background: url('../images/Banner/Long-Range-Camera.jpg'); 
   background-size: cover;
   background-position: left;
   min-height: 70vh;
 }

 .promain_banner_section_5 .carousel-item {
   padding: 3rem 0;
   height: 60vh;
 }

 .promain_banner_section_5 .carousel-caption {
   top: 40%;
   bottom: 0;
   left: 3%;
   right: 0;
   text-align: left;
   width: 100%;
 }

 .promain_banner_section_5 .carousel-caption h4 {
   text-align: justify;
   text-justify: inter-word;
   font-size: 3rem;
   font-weight: 400;
   color: #009dc4;
 }

 .promain_banner_section_5 .carousel-caption h1 {
   font-size: 6rem;
   font-weight: 500;
   color: #009dc4;
 }
 
 /********** Anti-drone System ************/
  .promain_banner_section_6 {
    background: url('../images/Banner/anti-drone-banner.jpg'); 
     background-size: cover;
     background-position: left;
     min-height: 70vh;
   }
  
   .promain_banner_section_6 .carousel-item {
     padding: 3rem 0;
     height: 60vh;
   }
  
   .promain_banner_section_6 .carousel-caption {
     top: 40%;
     bottom: 0;
     left: 3%;
     right: 0;
     text-align: left;
     width: 100%;
   }
  
   .promain_banner_section_6 .carousel-caption h4 {
     text-align: justify;
     text-justify: inter-word;
     font-size: 3rem;
     font-weight: 400;
     color: #009dc4;
   }
  
   .promain_banner_section_6 .carousel-caption h1 {
     font-size: 6rem;
     font-weight: 500;
     color: #009dc4;
   }

   /********** VTOL ************/
  .promain_banner_section_7 {
    background: url('../images/Banner/Vtol-Banner.jpg'); 
     background-size: cover;
     background-position: left;
     min-height: 70vh;
   }
  
   .promain_banner_section_7 .carousel-item {
     padding: 3rem 0;
     height: 60vh;
   }
  
   .promain_banner_section_7 .carousel-caption {
     top: 40%;
     bottom: 0;
     left: 3%;
     right: 0;
     text-align: left;
     width: 100%;
   }
  
   .promain_banner_section_7 .carousel-caption h4 {
     text-align: justify;
     text-justify: inter-word;
     font-size: 3rem;
     font-weight: 400;
     color: #009dc4;
   }
  
   .promain_banner_section_7 .carousel-caption h1 {
     font-size: 6rem;
     font-weight: 500;
     color: #009dc4;
   }

   /********** Payload Camera ************/
  .promain_banner_section_8 {
    background: url('../images/Banner/Vihaan-V1.jpg'); 
     background-size: cover;
     background-position: left;
     min-height: 70vh;
   }
  
   .promain_banner_section_8 .carousel-item {
     padding: 3rem 0;
     height: 60vh;
   }
  
   .promain_banner_section_8 .carousel-caption {
     top: 40%;
     bottom: 0;
     left: 3%;
     right: 0;
     text-align: left;
     width: 100%;
   }
  
   .promain_banner_section_8 .carousel-caption h4 {
     text-align: justify;
     text-justify: inter-word;
     font-size: 3rem;
     font-weight: 400;
     color: #009dc4;
   }
  
   .promain_banner_section_8 .carousel-caption h1 {
     font-size: 6rem;
     font-weight: 500;
     color: #009dc4;
   }

 /*--Product Category---*/
 .product_category .carousel-item {
   padding: 3rem 0;
   height: 15vh;
 }

 .product_category .carousel-caption {
   top: 2%;
   bottom: 0;
   left: 2%;
   right: 0;
   text-align: left;
   width: 100%;
 }

 .product_category .carousel-caption h1 {
   font-size: 5rem;
   line-height: 1.4;
   font-weight: 400;
   color: rgb(10, 10, 10);
 }

 /*---------Product Card section---------*/
 .Prod_Card {
   top: 0%;
   margin-left: 30px;
 }

 .Prod_Card .product-card {
   position: relative;
   overflow: hidden;
   cursor: pointer;
   border: transparent;
   border: 0.2rem solid var(--light-color);
   padding: 2rem 1rem;
   position: relative;
   transition: all 0.3s;
 }

 .Prod_Card .product-card .product-img {
   margin-bottom: 2rem;
   text-align: center;
 }

 .Prod_Card .product-card h3 {
   color: var(--primary-text);
   font-weight: 500;
   text-align: center;
 }

 .Prod_Card .product-detail {
   position: absolute;
   bottom: -22rem;
   right: 0;
   left: 0;
   text-align: center;
   padding: 5rem 1rem;
   background-color: #acbfc4;
   /* background-color: var(--dark-color); */
   transition: all 0.5s ease;
 }

 .Prod_Card .product-card:hover .product-detail {
   bottom: 0;
 }

 @media only screen and (min-width:200px) and (max-width: 800px){
  .Prod_Card{
    margin-left: 0;
  }
  .promain_banner_section_1 .carousel-caption h4{
   margin-right: 10px;
  }
 }
 
 
 /* ---------------------------------------Meprolight  --------------------------- */
 .mepro_banner_section {
  background: url('../images/Banner/Mepro-banner.png'); 
   background-size: cover;
   background-position: left;
   min-height: 90vh;
 }

 .mepro_banner_section .carousel-item {
  padding: 3rem 0;
  height: 60vh;
}

.mepro_banner_section .carousel-caption {
  top: 40%;
  bottom: 0;
  left: 3%;
  right: 0;
  text-align: left;
  width: 100%;
}

.mepro_banner_section .carousel-caption h4 {
  text-align: justify;
  text-justify: inter-word;
  font-size: 3rem;
  font-weight: 400;
  color: #009dc4;
}

.mepro_banner_section .carousel-caption h1 {
  padding-top: 50px;
  font-size: 6rem;
  font-weight: 500;
  color: #131212;
}
