* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    /* background: url("../assets/background1.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    font-family: "Hahmlet", serif;
    font-family: "Montserrat", sans-serif;
}
.header-container {
    background-color: #2f2424;
    /* background: url("../assets/background1.jpeg"); */
    /* background-color: lightgray 50%; */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 80vh; */
    /* position: relative; */
}

.opicity-color {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 36, 36, 0.7);
    z-index: 1;
}

.nav-link.active {
    border-bottom: 2px solid #fff;
}
.main-container {
    margin-top: 150px;
}
.main-left {
    position: relative;
}
.main-text {
    border-radius: 25px;
    padding: 10px;
    background: #2f2424;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}

.main-text h1 {
    /* position: absolute; */
    color: #fff;
    font-family: Hahmlet;
    font-size: 60px;
    padding: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 91.5px;
}
.crecile {
    position: absolute;
    top: -90px;
    left: 400px;
    width: 280px;
    height: 450px;
    flex-shrink: 0;
    border-radius: 153.5px;
    background: url("../assets/ply.png");
}
.main-right {
    position: relative;
}
.right-cercile {
    position: absolute;
    left: 30px;
    width: 201px;
    height: 300px;
    border-radius: 100.5px;
    background: url("../assets/ply2.png");
}

.right-main-text {
    position: absolute;
    z-index: 2;
    left: 110px;
    top: 25px;
    width: 80%;
    height: 250px;
    border-radius: 25px;
    background: #2f2424;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}
.right-main-text p {
    color: rgba(255, 255, 255, 0.5);
    font-family: Hahmlet;
    font-size: 12px;
    padding: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.5px; /* 203.125% */
}
.right-main-text a {
    color: #fff;
    text-decoration: none;
    margin-left: 50px;
    padding: 15px 60px;
    border-radius: 196px;
    background: #221a1a;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}
.product-section {
    background-color: #221a1a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-text {
    color: #fff;
    font-family: Hahmlet;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 87px; /* 174% */
    margin-top: 20px;
    margin-bottom: 100px;
}
.product-container {
    position: relative;
}
.cricle {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, 20px);
    z-index: 2;
    width: 192px;
    height: 192px;
    border-radius: 166px;
    background: #231a1a;
}
.smallcrecile {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 20px);
    width: 126px;
    height: 126px;
    border-radius: 514px;
    background: #2f2424;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}
.smallcrecile img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content {
    position: relative;
    color: #fff;
    width: 100%;
    height: 300px;
    border-radius: 25px;
    background: #2f2424;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}
.content-items {
    position: absolute;
    width: 90%;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content h2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content p {
    position: absolute;
    top: 65%;
    left: 40%;
    transform: translate(-30%, -50%);
}
.content a {
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 90%;
    left: 39%;
    padding: 15px 80px;
    transform: translate(-30%, -50%);
    border-radius: 196px;
    background: #221a1a;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}
.materials-section {
    background: #221a1a;
    /* background-color: lightgray 50%; */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.materials-text {
    background: #221a1a;
    height: 200px;
}

.materials h2 {
    color: #fff;
    font-family: Hahmlet;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 87px; /* 174% */
}

.image-container {
    margin: 0 auto;
    width: 200px;
    height: 205px;
    border: 1px #5c505044 solid;
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.image-container img {
    width: 200px;
    height: 205px;

    /* border-radius: 50%; */
}

.text-container p {
    color: #fff;
    text-align: center;
    font-family: Hahmlet;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 55% */
}

.materials-content1 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/bestc.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}

.materials-content2 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/chipc.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.materials-content3 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/comc.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.materials-content4 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/micac.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.materials-content5 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/palc.png");
}
.materials-content6 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/pvcc.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.materials-content7 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/sappc.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.materials-content8 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/scarc.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.materials-content9 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/shac.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.materials-content10 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/spcc.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.materials-content11 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/thec.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.materials-content12 {
    width: 200px;
    height: 205px;
    border-radius: 182px;
    background: url("../assets/titac.png");
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}

.gallery {
    background-color: #221a1a;
    /* padding: 50px 0px; */
}

.project-gallery-heading {
    margin-top: 30px;
    color: #fff;
    font-family: Hahmlet;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 87px; /* 174% */
}

.project-gallery-content {
    border-radius: 25px;
    background: #2f2424;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
}
.product-cericle {
    width: 88px;
    height: 89px;
    border-radius: 182px;
    background: url("../assets/titac.png"), lightgray 50% / cover no-repeat;
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.loaction {
    color: #fff;
    text-align: center;
    font-family: Hahmlet;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 11px; /* 55% */
}
.product_name {
    color: #fff;
    text-align: center;
    font-family: Hahmlet;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 11px; /* 39.286% */
}
.texting {
    margin-left: 25px;
    margin-top: 15px;
}
.project-gallery-content a {
    margin-left: 150px;
    border-radius: 196px;
    background: #221a1a;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 60px;
    text-decoration: none;
    color: #fff;
}
.testimonials {
    background-color: #221a1a;
    /* padding: 50px 0px; */
}

.our-testimonials {
    color: #fff;
    font-family: Hahmlet;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 87px; /* 174% */
}
.carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
/* .carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
} */
.carousel .testimonial {
    padding: 0 15px 0 60px;
    position: relative;
}
.testimonial p {
    font-size: 18px;
}
.carousel .testimonial::before {
    content: "\201C";
    font-family: Arial, sans-serif;
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #fff;
}
.carousel .carousel-indicators {
    bottom: -100px;
    /* display: none; */
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px 3px;
    box-sizing: border-box;
}
.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
    color: #fff;
    /* background: #1c47e3; */
    border: 5px double;
}
.media {
    border-radius: 25px;
    padding: 60px 0px;
    background: #2f2424;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}
.contact-us-section {
    background-color: #221a1a;
}
a {
    text-decoration: none;
}
.conact-us-form {
    border-radius: 25px;
    background: #2f2424;
    padding: 25px;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}
.contact-us h2 {
    color: #fff;
    font-family: Hahmlet;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 87px; /* 174% */
    margin-top: 30px;
}

.contact-us-input {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -30%);
}
.form-control {
    border-radius: 8px !important;
    border: 1px solid #2f2424 !important;
    background: rgba(194, 158, 96, 0.05);
    backdrop-filter: blur(3px);
    padding: 10px;
    color: #fff;
}
.form-control:focus {
    background: rgba(194, 158, 96, 0.05);
    color: #fff;
}
input::border {
    border: 1px solid rgba(194, 158, 96, 0) !important;
}
textarea::placeholder {
    color: #fff !important;
}
input::placeholder {
    color: #fff !important;
}
input:focus {
    border: 1px solid rgba(194, 158, 96, 0) !important;
    /* color: #fff !important; */
}
.conact-us-form button {
    border-radius: 6px;
    background: linear-gradient(105deg, #c29e60 4.09%, #ad8030 102.95%);
    padding: 15px 80px;
}
option {
    background-color: #2f2424;
}
.footer-navbar-nav li {
    float: left;
    list-style: none;
}
hr {
    color: #fff !important;
    opacity: 1;
}

.about-main-container {
    background-color: #221a1a;
}
.about-company-section {
    background-color: #221a1a;
}
.vision-section-container {
    background-color: #221a1a;
}
.contact-us-container {
    background-color: #221a1a;
}

.about-main-text h1 {
    color: #fff;
    font-family: Hahmlet;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 51.5px; /* 103% */
}
.secound-h1 {
    margin-left: 70px;
}
.about-company {
    color: #fff;
    font-family: Hahmlet;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
}

.vision {
    color: #fff;
    font-family: Hahmlet;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
}
.container-location {
    height: 140px;
    margin: 10px;
    border-radius: 25px;
    background: #221a1a;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}

.container-location {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-section {
    background-color: #2f2424;
}
.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}
.socail-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}
.socail-link > i {
    padding: 10px;
    color: #fff;
    font-size: 36px;
}
.button2 {
    width: 200px;
    height: 60px;
    margin: 0 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #221a1a; */
    border-radius: 5px;
    background: #fff;

    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
}

.button2:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #221a1a;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.button2:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.button2 span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: #221a1a;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.3em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}
p {
    color: #fff;
}

.button2:hover span {
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

/* Media query for mobile devices (up to 767px wide) */
@media (max-width: 767px) {
}

/* Media query for tablets (portrait) */
@media (min-width: 768px) {
}

/* Media query for desktops */
@media (min-width: 992px) {
}

.tab-button {
    border: none;
    margin: 0 30px;
    border-radius: 25px;
    background: #2f2424;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}

.category-row .col-custom {
    flex: 0 0 20%;
    /* 100% / 6 */
    max-width: 20%;
    padding: 0.5rem;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}
.tab-li {
    transition: transform 0.3s ease;
}
.tab-li:hover {
    transform: scale(1.1);
}
.category-row .col-custom:hover {
    transform: scale(1.1);
}

/* Image container with rounded corners and hover effect */
.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.image-container img {
    width: 100%;

    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.1);
    /* Scale up image on hover */
}

/* Label styling */
.category-label {
    width: 100%;
    text-align: center;
    font-weight: bold;
    /* Bold font */
    margin-top: 5px;
    /* Space above the label */
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
.spacifation {
    border-radius: 15px;
    background: #231a1a;
}
.spacifation-itme {
    padding: 10px 30px;
}
.spacifation-border {
    border-left: 2px solid #fff;
}
.banglore {
    border-radius: 25px;
    background: #2f2424;
    padding: 25px;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
}
.channie {
    border-radius: 25px;
    background: #2f2424;
    padding: 25px;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
}

.brnad_links {
    border-radius: 25px;

    background: #2f2424;
    /* padding: 30px 80px; */
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.5);
}
.brnad_links:hover {
    animation: scaleUp 0.3s ease-in-out;
}
.brand_text {
    color: #fff;
    text-align: center;
    font-family: Hahmlet;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 100% */
}
.brand_active {
    border: 2px solid #fff;
}
.category-creaice {
    border-radius: 25px;
    padding: 10px 0px;
    background: #2f2424;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}

.materials-contentsss {
    /* border-radius: 50%; */
    width: 200;
    height: 200;
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}

.image-containersss {
    border-radius: 50%;
    width: 200;
    height: 200;
    box-shadow: 16px 27px 27px 0px rgba(0, 0, 0, 0.25);
}
.product-container-details {
    /* border-radius: 25px; */
    background: #2f2424;
    box-shadow: 33px 39px 137px 0px rgba(0, 0, 0, 0.25);
}

.product-details-uses {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #8d8601;
    width: 120px;
    height: 120px;
}
.materials-sectionsadsadad {
    background: url("../assets/background1.jpeg");
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.opicity-colordd {
    content: "";
    width: 100%;
    /* height: 100%; */
    background-color: rgba(46, 36, 36, 0.7);
    z-index: 1;
}
.product-item {
    height: 300px;
    width: 200px;
}
.product-item-image {
    height: 250px;
    width: 200px;
}
.product-item-image img {
    height: 250px;
    width: 200px;
}

.product-main-image {
    width: 300px;
    height: 400px;
}
.product-main-image img {
    width: 100%;
    /* height: 100%; */
}
