/* 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');

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

:root {

    /* Background Color */
    --bg-white: #fff;
    --bg-dark-color: #03262c;


    /* Text Colors */
    --primary-text: #061738;
    --secondary-color: #e91523;
    --light-color: #e2f6de;
    --dark-color: #03262c;
    --text-white: #fff;
    --text-gray: #dee2e6;
    --anchor-color: #007aff;

    /* font family */
    --primary-font: 'Barlow Condensed', sans-serif;
    --secondary-font: 'Roboto', sans-serif;
}

body,
html{
    color: var(--primary-text);
    font-size: 10px;
    font-weight: 400;
    font-family: var(--primary-font);
    scroll-behavior: smooth;
    line-height: 1.5;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0%;
}
h1{
    color: var(--dark-color);
    font-size: 5vw;
    margin: 1vw 0;
    font-weight: 600;
}
h2{
    color: var(--dark-color);
    font-size: 3.40vw;
    margin: 1vw 0;
    font-weight: 600;
}
h3{
    color: var(--text-white);
    font-size: 1.6vw;
    font-weight: 600;
}
p{
    color: var(--dark-color);
    font-size: 16px;
}
iframe,img,object{
    max-width: 100%;
}
ul{
    margin: 0%;
    padding: 0%;
    list-style: none;
}
li a{
    color: var(--text-white);
}
a:hover,
button:hover {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--white);
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
}
.product-img{
    object-fit: cover;
    width: 100%;
}

.main-btn{
    position: relative;
    color: var(--bg-white);
    background: linear-gradient(to right, #b30000, #ff3333);
    z-index: 1;
    overflow: hidden;
    border: .1vw solid var(--bg-white);
    border-radius: 2vw;
    text-transform: uppercase;
    padding: 2vh 3vw;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2vh;
    letter-spacing: .2vw;
}
.main-btn:hover{
    background: linear-gradient(to right,#ff3333, #b30000);
    color: var(--bg-white);
    border: .1vw solid var(--bg-white);
}

section {
    padding: 5vh 4vw;
}

.section-title {
    font-size: 4rem;
    font-weight: 600;
    color: var(--primary-text);
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.section-subtitle {
    /* font-size: 1.6rem;
    font-weight: 400; */
    color: var(--primary-text);
    font-family: var(--secondary-font);
    max-width: 40%;
    margin: auto;
    margin-bottom: 1.5rem;
}
.about .banner_section,
.product .banner_section,
.gallery .banner_section,
.contact .banner_section {
    background-image:url('../images/banner-slide/Banner-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 17rem;
    padding-bottom: 10rem;
    min-height: auto;
}
/* nav| */
.header{
    position: absolute;
    width: 100%;
    top: 2vw;
    left:0;
    z-index: 4;
}
header .navbar{
    background:url('../images/header-bg.png') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 2vh 5vw;
}
a.nav-link.active {
    color: #e91523 !important;
}
header .logo{
    width: 75px;
    margin-top: .1vh;
}
header .navbar-nav .nav-link{
    color: var(--text-white);
    text-transform: uppercase;
    font-size: 1.15vw;
    font-weight: 600;
    padding: .5vh 2vw;
    margin: 0 .2vw;
    font-family: var(--primary-font);
}
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:active{
    color: var(--secondary-color);
}

.header .navbar-toggler {
    color: var(--text-white);
    font-size: 2rem;
    height: 2.7rem;
    padding: 0;
}

.header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.header .header-right span {
    color: var(--secondary-color);
    display: block;
    font-weight: 700;
    font-size: 1.4rem;
    margin-right: 1rem;
}
.header .header-right .phone_no a{
    color: var(--text-white);
    font-size: 1.20vw;
    text-decoration: none;
}
.header-scrolled{
    position: fixed;
    top: .4vh;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1320px;
    margin: auto;
    z-index: 999;
    transition: 0.3s all ease-in-out;
}

.banner_section{
    background-image:url(../images/banner-slide/Banner-1.jpg);
    min-height: 90vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.banner_section.main-banner {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.banner_section .carousel-inner .carousel-item {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /* width: 100%; */
}
.banner_section .carousel-item{
    padding: 3vh 0;
    height: 90vh;
}
.banner_section .carousel-caption{
    top: 40%;
    bottom: 0;
    left: 3%;
    right: 0;
    text-align: left;
    width: 100%;
}
.banner_section .carousel-caption h3{
    padding: .5vh 1.5vw;
    background-color: var(--dark-color);
    display: inline;
    margin-bottom: 1vh;
}
.banner_section .carousel-caption p{
    max-width: 40vw;
    margin: 1vh 0;
}
ul.breadcrumbs-list {
   font-size: 20px;
}
ul.breadcrumbs-list a {
    color: var(--primary-color);
}
ul.breadcrumbs-list a:hover{
   color: var(--primary-color);
}
/* feature_section */
 .feature_section .features-box{
    background-color: transparent;
    border: .2vw solid var(--light-color);
    padding: 4vh 0;
    transition: all 0.3s;
 }
 .feature_section .features-icon-border{
    background-color: transparent;
    border-radius: 50%;
    border: .2vw solid var(--light-color);
    padding: 1vw;
    display: inline-block;
 }
  .feature_section .features-box .features-icon{
    height: 6.5vh;
    width: 60px;
    background-color: var(--light-color);
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feature_section .features-box .features-icon img{
    width: 5vw;
  }
  .feature_section .features-box h3{
    margin-top: 1.5vw;
    color: var(--primary-text);
  }
  .feature_section .features-box:hover{
    background-color: var(--bg-dark-color);
    border-color: var(--bg-dark-color);
  }
  .feature_section .features-box:hover h3{
    color: var(--text-white);
  }
  .feature_section .features-box:hover .features-icon-border{
    border-color: var(--secondary-color);
  }
 
/* feature_section */

/* landing about */
.landing_about_section{
    background:url("../images/about/about-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 9vh 0;
}
.landing_about_section p{
    color: var(--primary-text);
    margin-bottom: 2vh;

}

/* landing about */

/* landing product*/
.landing_product_section .product-card{
    position: relative;
    overflow: hidden;
    cursor:pointer;
    border: .2vw solid var(--light-color);
    padding: 2vh 1vw;
    transition: all 0.3s;
}
.landing_product_section .product-card .product-img{
    margin-bottom: 3vh;
text-align: center;
}
.landing_product_section .product-card h3{
    color: var(--primary-text);
    text-align: center;
    margin-bottom: 4vh;

    text-transform: capitalize;
}
.landing_product_section .product-card span{
    font-size: 1.8vw;
    font-weight: 600;
    margin-bottom: 4vh;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-right: .5vw;
    transition: all 0.3s;
}
.landing_product_section .product-card .product-detail{
    position: absolute;
    bottom: -22vh;
    right: 0;
    left: 0;
    text-align: center;
    padding: 5vh 1vw;
    background: rgba(9, 13, 70, 0.3); /* transparent */
    backdrop-filter: blur(5px);
    transition: all 0.5s ease;
}
.landing_product_section  .product-card:hover .product-detail{
    bottom: 0;
}
/* landing product*/

/* map */
.enquiry-section{
    padding:60px 0;
    background:#f8f9fa;
}

/* box */
.enquiry-box{
    background-color: var(--light-color);
    padding:30px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
    border-radius:6px;
}

/* heading */
.enquiry-title{
    font-family:var(--primary-font);
    font-size:36px;
    font-weight:600;
    margin-bottom:25px;
}

.enquiry-title span{
    color: var(--secondary-color);
}

.enquiry-title strong{
    color:var(--primary-text);
}

/* input */
.form-control, .form-select{
    height:50px;
    border-radius:4px;
    font-size: 12px;
    border:1px solid var(--text-gray);
    font-family:var(--secondary-font);
}

textarea.form-control{
    height:120px;
}

/* button */
.btn-send{
    background:var(--bg-dark-color);
    color:var(--text-white);
    padding:12px 35px;
    border:none;
    font-family:var(--secondary-font);
    font-weight:500;
    transition:0.3s;
}

.btn-send:hover{
    background:var(--secondary-color);
    color:var(--bg-white);
}

/* image */
.enquiry-img img{
    width:100%;
    height: 56vh;
    border-radius:6px;
}
/* map */


footer span{
    font-size: 22px;
    color: #c9c9c9;
}
footer .gsno{
    margin-top: 4vh;
}
/* footer */
/* Footer Styles */
.footer_wrapper {
    background:url(../images/footer-bg/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
    padding-top: 21vh;
    padding-bottom: 7vh;
}
.footer_wrapper h5{
 color: var(--text-white);
 font-size: 25px;
 margin-bottom: 1.25vh;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.company_details {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}

.contact-info ul li a, 
.footer-links li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    line-height: 2.5;
    transition: all 0.3s ease;
}

.contact-info ul li a:hover, 
.footer-links li a:hover {
    color: #77b748;
}

/* Newsletter Input */
footer .verified{
    width: 60%;
    margin-top: 3vh;
}
.newsletter-form .form-control {
    background: transparent;
    border: 1px solid #444;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.subscribe-btn {
    background-color: #4ead1a;
    color: white;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px;
}

.subscribe-btn:hover {
    background-color: #3d8c14;
    color: white;
}

/* Social Icons */
.social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border: 1px solid #ccc;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    transition: 0.3s;
}

.social-icons a:hover {
    background-color: #4ead1a;
    border-color: #4ead1a;
}

.copyright-section{
    text-align: center;
    background-color: #000;
    color: var(--bg-white);
    padding: 2vh 0;
    text-transform: capitalize;
}
.copyright-section p{
    color: var(--bg-white);
}
.copyright-section a{
    color: var(--bg-white);
}
/* footer */


/* about page */
.about-con{
     position: relative;
    top: 35vh;
    left: 10vw;
    right: 0;
    width: 100%;
    max-width: 1320px;
    margin: auto;
    transition: 0.3s all ease-in-out;
}
.cmap{
    width: 100%;
}
/* about page */
.about .company_details p{
    color: var(--primary-text);
}

/* Full width container */
.profile-wrapper{
    width: 100%;
    min-height: 100vh;
    padding: 40px;
}

/* Card full width */
.profile-card{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg-white);
}

/* Header */
.profile-header{
    background-color: #3a0101;
    padding: 30px;
    text-align: center;
}

.profile-header h1{
    font-family: var(--primary-font);
    color: var(--text-white);
    font-size: 42px;
}

.profile-header p{
    color: var(--secondary-color);
    font-size: 18px;
}

/* Table styling */
.profile-table{
    padding: 40px;
}

.profile-table table{
    width: 100%;
}

.profile-table th{
    color: var(--primary-text);
    font-weight: 600;
    padding: 15px;
    font-size: 17px;
    width: 30%;
}

.profile-table td{
    color: var(--dark-color);
    padding: 15px;
    font-size: 16px;
}

.profile-table tr{
    border-bottom: 1px solid var(--text-gray);
}

/* Hover effect */
.profile-table tr:hover{
    background: var(--light-color);
}

/* about page */

/* .contact */
.contact-form{
    background-color: var(--light-color);
    padding: 5vw;
    box-shadow: 0 0.20px 10.50px rgb(0 0 0 /4%);
}
.contact-form .form-control{
    padding: 1vh 1vw;
    border-radius: 0;
    border: 0.1vw solid var(--secondary-color);
    color: var(--primary-text);
    font-size: 1.5vw;
    font-weight: 400;
    font-family: var(--secondary-font);
}
.contact-form textarea{
    min-height: 15vw;
}
.contact-form .info-box li{
    position: relative;
    padding-left: 7vw;
    padding-bottom: 3.5vw;
    margin-bottom: 2.9vh;
}
.contact-form .info-box li i{
    position: absolute;
    left: 0;
    top: 1.5vh;
    font-size: 4.5vw;
    line-height: 4.5vh;
    color: var(--primary-text);
    margin-bottom: 2.9vh;
}
.contact-form .info-box li p{
    color: var(--primary-text);
}
.contact-form .info-box li a{
    color: var(--dark-color);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: var(--secondary-font);
}
/* .contact */

/* inner-page */
.about_section .price {
    font-size: 26px;
    color: var(--secondary-color);
    margin-bottom: 4vh;
    font-weight: 700;
}

/* inner-page */


/* whatsapp */
.whatsapp img {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    top: 80%;
    right: 12px;
    width: 55px;
    transition: 2s ease-in-out;
    animation: shake 0.9s;
    animation-iteration-count: infinite
}

/* whatsapp */







/* Media Query 1170px */
@media (max-width: 1170px) {

    /* General CSS */
    .section-subtitle {
        max-width: 60%;
    }

    /* 01 Navbar CSS */
    .header .navbar {
        background-size: cover;
        padding: 2rem;
    }
    .header .navbar-nav {
        margin-top: 2vh;
    }
    .header .navbar-nav .nav-link{
        padding: .2vh .5vw;
        margin-bottom: 1vh;
        font-size: 2vmax;

    }
    header .navbar-nav .nav-link{
    color: var(--text-white);
    text-transform: uppercase;
    font-size: 4.15vw;
    font-weight: 600;
    padding: .5vh 2vw;
    margin: 0 .2vw;
    font-family: var(--primary-font);
}
.header .header-right span {
    color: var(--secondary-color);
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
    margin-right: 1rem;
}
.header .header-right .phone_no{
    color: var(--text-white);
    font-size: 4vw;
}


    /* 02 Banner Section */
}


/* Media Query 991px */
@media (max-width: 991px) {

    /* General CSS */
    .about .banner_section,
.product .banner_section,
.gallery .banner_section,
.contact .banner_section {

    padding-top: 2.5rem;
    padding-bottom: 3rem;
}
.banner_section .carousel-caption{
    top: 30%;
    bottom: 0;
    left: 3%;
    right: 0;
    text-align: left;
    width: 100%;
}
h1{
    color: var(--dark-color);
    font-size: 8vmax;
    margin: 1vw 0;
    font-weight: 600;
}
h3{
    color: var(--text-white);
    font-size: 4vw;
    font-weight: 600;
}
p{
    color: var(--dark-color);
    font-size: 12px;
}
.main-btn{
    padding: 2vh 5vw;
    font-weight: 600;
    font-size: 3vw;
    letter-spacing: .2vw;
}
.footer_wrapper {
    padding-top: 41vh;
}

    /* 01 Navbar CSS */
}

/* Media Query 767px */
@media (max-width: 767px) {
    body,html{
        font-size: 8px;
    }
    .section-subtitle{
        max-width: 80%;
    }
    .banner_section{
        min-height: 55vh;
    }
    .banner_section .carousel-item{
    height: 70vh;
    }
    .feature_section .features-box .features-icon img {
    width: 9vw;
    }
    .contact-form .info-box li p {
    font-size: 5vw;
    }
    .contact-form .info-box li a {
    font-size: 18px;
}
.contact-form .form-control {
    padding: 2vh 2vw;
    border-radius: 0;
    border: 0.1vw solid var(--secondary-color);
    color: var(--primary-text);
    font-size: 3.5vw;
    font-weight: 400;
    font-family: var(--secondary-font);
}
/* .header .navbar-nav .nav-link {
    font-size: 4vw;
}
.header .header-right .phone_no {
    font-size: 4vw;
} */
.landing_product_section .product-card span {
    font-size: 5.8vw;
}
.landing_product_section .product-card h3 {
    font-size: 22px;
}

.profile-table {
    padding: 40px 10px;
}
.about-con{
    position: relative;
   top: 25vh;
   left: 2vw;
   right: 0;
   width: 100%;
   max-width: 1320px;
   margin: auto;
   
   transition: 0.3s all ease-in-out;
}
.about-con h1{
    z-index: 10;
}
footer .verified {
    width: 40%;
    margin-top: 3vh;
}
.footer_wrapper {
        padding-left: 2vw;
}
.footer_wrapper {
    padding-top: 41vh;
}
footer .gsno {
    margin-top: 6vh;
}
}
@media (min-width: 767px) {
/* .about-con{
      top: 10vh;
      } */
      /* h1{
      font-size: 7vmax;
      } */
}
@media (max-width: 590px) {
    body,html{
        font-size: 7px;
    }
    .about-con{
      top: 10vh;
      }
}