@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Common Css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Root Variables */
:root {
    /* Fonts Family */
    --montserrat-font: "Montserrat", Sans-serif;


    /* Colors */
    --main-yellow: #FFBE01;
    --main-blue: #007C8A;
    --light-grey: #7A7A7A;
    --light-sec-grey: #F6F6F6;
    --black: #000;
    --white: #fff;
}

body,
html {
    font-size: 1rem;
    font-family: var(--montserrat-font);
    font-weight: 300;
}

/* Header Starts */
#navbar.scrolled {
    background-color:#ffffffe8;
    color: black;
    box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    position: fixed;
    left:0;
    right: 0;
    top: 0;
    z-index: 999;

}
.navbar-nav .nav-link{
    color: var(--black);
    font-weight: 600;
    font-family: var(--montserrat-font);
}
.navbar-nav .nav-link.active{
    color: var(--main-yellow)!important;
    font-weight: 500;
}
.brand i{
    color:var(--main-yellow)
}

.brand p{
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
}
@media(max-width:600px){
    .brand,.brand-wrapper{
        display: none;
    }
}
/* Header Ends */

/* Banner Stars */

.wrapper {
    background-image: -webkit-linear-gradient(120deg, #ffffff, #ffffff);
    -webkit-background-clip: text !important;
    background-clip: text;
    color: transparent;
    text-align: left;
}

.gradient-text {
    line-height: 44px;
    font-weight: 800;
    /* font-size: 3rem; */
}

.link-button {
    margin-top: 33px !important;
    font-weight: 500;
    font-size: 17px !important;
    color: #fff;
    background: #ffbe01;
    border-radius: 24px;
    padding: 12px 24px 12px 24px !important;
    text-decoration: none;
    font-family: montserrat !important;
}

.link-button:hover {
    background: transparent;
    border: 1px solid #ffbe01;
    color: #ffffff;
}

.link-button-2 {
    margin-top: 33px !important;
    font-weight: 500;
    font-size: 17px !important;
    color: white;
    background: transparent;
    border-radius: 24px;
    padding: 10px 10px 10px 10px !important;
    text-decoration: none;
    border: 1px solid #ffbe01;
    font-family: montserrat !important;
}

.link-button-2:hover {
    background: #ffbe01;
    color: #ffffff;
}

.line {
    font-size: 20px !important;
    margin-top: -40px !important;
    font-weight: 700;
}

.wrapper {
    margin-bottom: 90px !important;
}

.carousel-indicators {
    margin-bottom: 4rem;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: transparent !important;
}

@media all and (max-width: 1200px) {
    .gradient-text {
        font-size: 20px !important;
    }

    .carousel-caption {
        bottom: 20px !important;
    }

    .spacer {
        display: none !important;
    }

    .gradient-text {
        line-height: 16px !important;
    }

    /* .wrapper{
      text-align: right!important;
    } */
    .link-button,
    .link-button-2 {
        font-size: 14px !important;
        padding: 10px 20px !important;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px !important;
        margin-bottom: 0rem;
    }

    .carousel-inner {
        height: 260px !important;
    }

    .carousel-item img {
        height: 240px !important;
    }

    .line {
        font-size: 13px !important;
        margin-top: 0px !important;
    }

    .wrapper {
        margin-bottom: 0px !important;
    }

    .carousel-indicators {
        display: none;
    }

    #BK {
        display: none !important;
    }
}

@media all and (max-width: 800px) {}

@media all and (max-width: 600px) {
    .gradient-text {
        font-size: 17px !important;
    }

    .carousel-caption {
        bottom: 5px !important;
    }

    .spacer {
        display: none !important;
    }

    .gradient-text {
        line-height: 16px !important;
    }

    /* .wrapper{
      text-align: right!important;
    } */
    .link-button {
        font-size: 14px !important;
        padding: 15px 25px !important;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px !important;
        margin-bottom: 0rem;
    }

    .carousel-inner {
        height: 260px !important;
    }

    .carousel-item img {
        height: 240px !important;
    }

    .line {
        font-size: 15px !important;
        margin-top: -10px !important;
    }

    .wrapper {
        margin-bottom: 0px !important;
    }

    .carousel-indicators {
        display: none;
    }

    #BK {
        display: none !important;
    }
}

/* Media query for screens smaller than 576px (typical mobile screens) */
@media (max-width: 575.98px) {
    .gradient-text {
        font-size: 2rem;
    }

    .link-button {
        margin-top: 20px !important;
        font-size: 1.5rem;
    }

    .wrapper {
        text-align: left;
        /* Adjust alignment for smaller screens */
    }

    h1.gradient-text {
        font-size: 2rem;
        /* Adjust h1 font size for smaller screens */
    }
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: grayscale(0) !important;
    height: 77px !important;
    width: 150px !important;
}

/* Banner Ends */


/* Icon Card Stars */
.Icon-cards {
    margin-top: -50px;
}

.Icon-cards i {
    font-size: 30px;
    background-color: var(--main-yellow);
    padding: 15px;
    border-radius: 50%;

}

.Icon-cards h3 {
    color: var(--black);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--montserrat-font);

}

.Icon-cards p {
    font-family: var(--montserrat-font);
    font-size: 15px;
    font-weight: 400;
}

.Icon-cards hr {
    border-color: var(--black) !important;
    border-width: 3px;
}

.Icon-cards .custom-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

@media(max-width:600px) {
    .Icon-cards {
        margin-top: 0px;
    }
}

/* Icon Cards Ends */


/* About Us Starts */
.About-us-section {
    padding: 80px 0px;
    background-color: var(--light-sec-grey);
}

.About-us-section h5>span {
    font-family: var(--montserrat-font);
    font-weight: 600;
    color: var(--black);
    font-size: 20px;
}

.About-us-section h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    color: var(--black);
}

.About-us-section p {
    font-family: var(--montserrat-font);
    font-weight: 400;
    font-size: 14px;
    text-align: justify;


}

.About-us-section .icon-color {
    color: var(--main-yellow);
}

.About-us-section span {
    font-size: 15px;
    font-family: var(--montserrat-font);
    font-weight: 400;
}

.underline {
    position: relative;
    display: inline-block;
}

.underline::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-yellow);
}

@media (max-width: 768px) {
    .underline::after {
        bottom: -3px;
        /* Adjust for smaller screens if needed */
        height: 1.5px;
        /* Thinner underline on small screens */
    }

    .About-us-section {
        padding: 50px 0px;
    }
}

/* About Us Ends */

/* Our Products Section Starts */
.padding-tb {
    padding: 80px 0px;
}

@media(max-width:600px) {
    .padding-tb {
        padding: 50px 0px;
    }
}



.product-section h5>span {
    font-family: var(--montserrat-font);
    font-weight: 600;
    color: var(--black);
    font-size: 20px;
}

.product-section h4 {
    font-family: var(--montserrat-font);
    font-weight: 500;
    color: var(--black);
    font-size: 20px;
}

.product-section h3 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    color: var(--black);
    font-size: 18px;
}

.product-section img {
    width: 250px;
    height: 250px;
}

.product-section .product-shadow:hover {
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 1s;
}

.custom-button {
    padding: 10px 25px;
    background-color: var(--main-yellow);
    color: #fff;
    font-family: var(--montserrat-font);
    font-weight: 600;
    text-decoration: none;
    border: none;
}

.custom-button:hover {
    background-color: var(--white);
    color: var(--main-yellow);
    border: 2px solid var(--main-yellow);
    transition: all 1s ease-in-out;
}

/* Our Products Section Ends */

/* Contact Section Starts */
.contact-section {
    background-color: var(--light-sec-grey);
    padding: 50px 0px;
}

.contact-section h5>span {
    font-family: var(--montserrat-font);
    font-weight: 600;
    color: var(--black);
    font-size: 20px;
}

.contact-section h4 {
    font-family: var(--montserrat-font);
    font-weight: 500;
    color: var(--black);
    font-size: 20px;
}

.contact-section i {
    font-size: 40px;
    color: var(--main-yellow);
}

.contact-section .text-shadow-body {
    color: var(--black);
    font-weight: 600;
    font-family: var(--montserrat-font);
}

@media(max-width:768px) {
    .contact-section .text-shadow-body {
        font-size: 15px;
    }
}

/* Contact Section Ends */
/* Footer Starts */
.footer p {
    color: var(--white);
    font-family: var(--montserrat-font);
    font-size: 12px;
    text-align: justify;
}

.footer .link-wrapper>h4 {
    font-size: 18px;
    font-family: var(--montserrat-font);
}

.link-wrapper ul>li>a {
    color: var(--white);
    font-weight: 500;
    font-family: var(--montserrat-font);
    font-size: 13px;

}

.link-wrapper ul>li>a:hover {
    color: var(--main-yellow);
}

.link-wrapper ul>li>a>span>i {
    color: var(--main-yellow);
    font-size: 13px;

}

.link-wrapper ul>li>i {
    color: var(--main-yellow);
}

.link-wrapper ul>li>p {
    color: var(--white);
    font-weight: 500;
    font-family: var(--montserrat-font);

    font-size: 13px;
}

.copyright-wrapper p {
    color: var(--white);
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 14px;
}

/* Footer Ends */

/* Fabrications Starts */
.fabrications-section h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--montserrat-font);
    color: var(--black);
}

/* Fabrications Ends */


/* Breadcrumb Starts */
.breadcrum_wrapper {

    height: 400px;
    margin-bottom: 40px;
    padding: 130px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.breadcrum_wrapper h1 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    font-family: var(--montserrat-font);

}

.breadcrumb>li>a {
    color: #fff !important;
    font-weight: 400;
    padding: 2px 10px;
    text-decoration: none;
}

.breadcrumb>li.active {
    color: var(--main-yellow) !important;
    font-weight: 600;
    font-family: var(--montserrat-font);

}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--main-yellow) !important;
}

@media(max-width:600px) {
    .breadcrum_wrapper {
        padding: 50px 0px;
        height: 200px;
    }

    .breadcrum_wrapper h1 {
        font-size: 1.8rem;
    }
}

/* Breadcrumb Ends */

/* Contact-form-section Starts */
.contact-form-section {
    background-color: var(--light-sec-grey);
}

.contact-form-section h4 {
    color: var(--black);
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 18px;
}

.contact-form-section p {
    font-family: var(--montserrat-font);
    font-size: 16px;
}

.contact-form-section label {
    color: var(--black);
    font-weight: 600;
    font-family: var(--montserrat-font);
}

/* Contact-form-section Ends */

/* Why Choose Us Starts */

.why-choose-us {
    background-color: var(--light-sec-grey);
}

.why-choose-us h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    color: var(--black);
}

.why-choose-us p {
    font-family: var(--montserrat-font);
    font-size: 14px;
    font-weight: 400;
}

.why-choose-us i {
    color: var(--main-yellow);
}

/* Why Choose Us Ends  */

/* Scroll To Top Starts */
#btn-back-to-top {
	position: fixed;
	bottom: 80px;
	right: 10px;
	display: none;
	z-index: 20;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  }

  .btn-floating{
	background-color: var(--main-yellow);
	color: rgb(255, 255, 255);
  }
  .btn-floating:hover{
	color: #000000;
	background-color: #ffffff;
  }
/* Scroll To Top Ends */