<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}



/* header */
header {position: relative; padding: 20px 0px; z-index: 99; background-color: #000;}
header .headermn .row{align-items: center;}
header .headermn .navbar .navbar-brand {width: 13%;display: none;}
header .nav-link {color: #ffffff; font-size: 12px; font-weight: 500; transition: .5s; position: relative; padding: 0px 0px !important;
text-transform: uppercase;}
header .nav-link::after {content: ''; background-color: #ffe380; width: 0%; height: 2px; position: absolute; bottom: -5px; left: 0; transition: .5s;
}
header .nav-link:hover::after {width: 100%;}
header .nav-item.nav-item-1{display: none;}
header .nav-link:hover, header .nav-link:focus {color: #ffe380;}
header .navbar-toggler {border: none; color: #e31e25; font-size: 28px; border-radius: 0;}
header .navbar-toggler:focus {box-shadow: none;}
header .offcanvas-title img {width: 34%;}
header .navbar-nav {position: relative; align-items: center; gap: 10px;}

header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{color: #ffe380;}
header .navbar-expand-lg .navbar-nav .dropdown-menu{ background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); padding: 0px; border: 1px solid #000;}

header .dropdown-menu{border-radius: 0; border: 0; padding: 15px 0; box-shadow: 0 0 5px #0000002f; background-color: #000;}
header .dropdown-menu li .dropdown-item{padding: 3px 10px; font-size: 14px; font-weight: 500; color: #540210; border-bottom: 1px solid #fff;}
header .dropdown-menu li .dropdown-item:hover{background-color: #540210; color: #fff;}

header .nav-link {
    text-transform: capitalize;
}

header .logo {
  width: 180px;
  height: 100px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: calc(50% - 90px);
}

header .logo img{width: 150px;}

.sticky {
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  padding: 20px 0px; 
  background-color: #000;
}

.sticky .headermn .navbar .navbar-brand {
  width: 9%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

/* slider */

#slider .owl-item {background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 70px 0;}
#slider .owl-item .row{align-items: center;}
#slider .owl-item .content h2{color: #FFF; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-size: 52px;
font-weight: 700; line-height: 60px;}
#slider .owl-item .content .text{color: #FFF; font-size: 18px; font-weight: 500; line-height: 24px; margin: 25px 0px;}
#slider .owl-item .content a{background-color: #540210; padding: 12px 40px; color: #FFF; font-size: 16px; font-weight: 700;
border-radius: 35px; transition: .5s; display: inline-block; filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));}
#slider .owl-item .content a:hover {filter: brightness(1.3);}
#slider .owl-item .imgs{position: relative;}
#slider .owl-item .imgs img{width: 80%; text-align: end; height: 500px;margin: auto; object-fit: contain;}
#slider .owl-theme .owl-dots .owl-dot {display: none;} 
#slider .owl-item .imgs:after {content: ''; width: 100px; height: 100px; border-radius: 50%; background: radial-gradient(#f5af19, #f12711);
  animation: zoom-in-zoom-out 4s ease infinite; position: absolute; top: 0px; z-index: -1; left: calc(50% - 50px);}

#slider .owl-item .imgs:after,
#slider .owl-item .imgs:after {
    left: calc(50% - 30px);
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* about */

#about{padding: 25px 0px;}
#about h2{text-align: center; color: #540210; font-size: 46px; font-weight: 700;  margin-bottom: 50px;}
#about h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#about .iner {border-radius: 4px; border: 1px solid #D9D9D9; background: #FFF; padding: 20px; text-align: center; height: 300px; transition: .5s; text-align: center;}
#about .iner:hover {filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));}
#about .iner .imgs {width: 80px; height: 80px; border-radius: 50%; background-color: #F5F5F5; border: 2px solid #FFE380; filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
text-align: center; line-height: 80px; margin: auto;}
#about .iner h3 {color: #540210; font-size: 18px; margin: 22px 0px 15px; font-weight: 600; text-transform: capitalize;}
#about .iner .text{color: #515151; font-size: 15px; font-style: normal; font-weight: 400; line-height: 20px;}

/* the-world */

#the-world {
    padding: 25px 0px;
}
#the-world .row{row-gap: 30px; align-items: center;}
#the-world h2{color: #540210; font-size:45px; font-weight: 700;  margin-bottom: 15px;}
#the-world p{text-align: justify; margin-bottom: 10px;}
#the-world h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#the-world .text {color: #515151; text-align: justify; font-size: 16px; font-weight: 400; margin-bottom: 15px;}
#the-world .imgs{text-align: end;}
#the-world .call{background-color: #540210; padding: 12px 40px; color: #FFF; font-size: 16px; font-weight: 700;
border-radius: 35px; transition: .5s; display: inline-block; filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));}
#the-world .call:hover {filter: brightness(1.3);}
#the-world .enquiry{background-color: transparent; border: 1px solid #540210; padding: 12px 40px; color: #540210; font-size: 16px; font-weight: 700;
border-radius: 35px; transition: .5s; display: inline-block; filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));}
#the-world .enquiry:hover {background-color: #540210; color: #fff;}

/* product-categories */

#product-categories{padding: 20px 0px 60px;}
#product-categories h2{text-align: center; color: #540210; font-size:45px; font-weight: 700;  margin-bottom: 15px;}
#product-categories h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#product-categories .text{color: #515151; font-size: 16px; font-weight: 400; text-align: center; margin-bottom: 40px;}
#product-categories .row{row-gap: 30px;}
#product-categories .iner{border: 1px solid #540210; border-radius: 10px; }
#product-categories .imgs{background-image: url(../images/product-bg.svg); background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 20px; border-radius: 10px 10px 0px 0px; text-align: center;}
#product-categories .imgs img{height: 250px; transition: .5s;}
#product-categories .imgs:hover img{transform: scale(1.1);}
#product-categories .content{text-align: center; padding: 30px 30px 20px;}
#product-categories .content h3 a{color: #540210; font-size: 22px; font-weight: 500; transition: .5s;}
#product-categories .content h3 a:hover{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#product-categories .content .text-a {color: #515151; font-size: 16px; font-weight: 400; margin-bottom: 14px;}
#product-categories .content .explore{background-color: #540210; padding: 12px 40px; color: #FFF; font-size: 16px; font-weight: 700;
border-radius: 35px; transition: .5s; display: inline-block; filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));}
#product-categories .content .explore:hover {filter: brightness(1.3);}
#product-categories .read{text-align: center; margin-top: 45px;}
#product-categories .read a{padding: 10px 25px; display: inline-block; color: #fff; background-color: #000;}

/* popular-products */

#popular-products{padding: 60px 0px;}
#popular-products .row{row-gap: 30px;}
#popular-products h2{text-align: center; color: #540210; font-size:45px; font-weight: 700;  margin-bottom: 15px;}
#popular-products h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#popular-products .text{color: #515151; font-size: 16px; font-weight: 400; text-align: center; margin-bottom: 40px;}
#popular-products .iner{text-align: center;}
#popular-products .imgs{overflow: hidden;}
#popular-products .imgs img{transition: .9s; width: 100%;}
#popular-products .imgs img:hover{transform: scale(1.1);}
#popular-products .iner .content{padding: 20px 40px;}
#popular-products .iner .content h3 {color: #540210; font-size: 20px; font-weight: 500; transition: .5s; margin-bottom: 15px;}
#popular-products .iner .content h3:hover{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#popular-products .what-app{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); display: inline-block; padding: 12px 10px; color: #000; font-weight: 600;}
#popular-products .enquiry{background-color: #540210; display: inline-block; padding: 12px 10px; color: #ffffff; font-weight: 600;}


/* testimonials */

#testimonials{background-image: url(../images/testimonials-bg.svg); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 80px 0px;}
#testimonials h2{font-size: 46px; font-weight: 700; text-align: center; margin-bottom: 30px; color: #fff;}
#testimonials .text{text-align: center; color: #fff; width: 50%; margin: auto; font-weight: 500;}
#testimonials h5{text-align: center; color: #ffe380; font-size: 20px; font-weight: 600; margin: 25px 0px 150px;}

/* contact-info */

#contact-info ul{background-image: linear-gradient(90deg, #FFE380 0.04%, #C8A630 99.96%); padding: 72px 40px; position: relative; top: 46px; z-index: 1; border-radius: 15px;}
#contact-info ul li h2{font-size: 25px; font-weight: 600; color: #540210;}
#contact-info ul li a{background-color: #fff; padding: 12px 40px; color: #540210; font-size: 16px; font-weight: 700;
  border-radius: 35px; transition: .5s; display: inline-block; filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));}
  #contact-info ul li a:hover {background-color: #540210; color: #fff;}

/* footer */

#footer{position: relative;}
footer .footer-logo {text-align: center; background-color: #000; border-radius: 50%; width: 400px; position: absolute; height: 350px;
text-align: center; left: 0px; right: 0px; margin: auto; top: -150px; z-index: 2;}
footer .footer-logo .logo {position: absolute; top: 40px;}
footer .footer-logo .logo .img-2{margin-top: 20px;}
footer .footer-logo .logo h2{text-align: center; color: #fff; font-size:45px; font-weight: 700;  margin-bottom: 15px;}
footer .footer-logo .logo h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}

footer .footertop {background-color: #000000; padding: 200px 0px 20px;}
footer .footertop .call-icon{background-color: #fff; margin-bottom: 20px;}
footer .footertop .call-icon .icon{height: 80px; width: 25%; background-color:#FFE380; text-align: center; line-height: 80px;}
footer .footertop .call-icon li:last-child{width:75%;}
footer .footertop .call-icon li h3{color: #000; font-size: 16px; font-weight: 600; margin-bottom: 2px;}
footer .footertop .call-icon li h6 a, footer .footertop .call-icon li h6{color: rgba(0, 0, 0, 0.71); font-size: 14px; font-weight: 500;}
footer .footertop h3{color: #ffe380; font-size: 25px; font-weight: 600;}
footer .footertop .follow-us{margin-top: 15px;}
footer .footertop .follow-us li a{width: 40px; height: 40px; display: inline-block; line-height: 40px; color: #fff;
font-size: 20px; border-radius: 5px; background: rgba(255, 193, 7, 0.20); text-align: center; transition: .5s;}
footer .footertop .follow-us li a:hover{background-color: #ffe380; color: #540210;}
footer .footertop .navigation li a, footer .footertop .product li a{font-size: 16px; font-weight: 500; text-transform: uppercase; margin-bottom: 10px; color: #fff; display: inline-block; transition: .5s; position: relative;}
footer .footertop .navigation li a::after, footer .footertop .product li a::after{position: absolute; content: ''; width: 0px; left: 0; height: 1px; background-color: #ffe380; top: 23px; transition: .5s;}
footer .footertop .navigation li a:hover:after, footer .footertop .product li a:hover::after{width: 100%;}
footer .footertop .navigation li a:hover, footer .footertop .product li a:hover{color: #ffe380;}
footer .footertop .about{margin: 20px 0px;}
footer .footertop .card{margin-top: 25px;}

footer .footertop .product{columns: 2;}

footer .footerboo {background-color: #000; border-top: 1px solid #fff; padding: 20px;}
footer .footerboo ul{text-align: center;}
footer .footerboo ul li, footer .footerboo ul li a{color: #fff;  transition: .5s;}
footer .footerboo ul li a:hover{color:#ffe380;}

/* blog */

#blog-page{padding: 70px 0;}
#blog-page .row{row-gap: 30px;}
#blog-page .inner{box-shadow: 0 0 10px #00000033; height: 100%;}
#blog-page .text{padding: 20px;}
#blog-page .text h5 a{color: #000; }
#blog-page .text span{color: #6d6d6d; display: inline-block; margin: 7px 0; font-size: 15px;}
#blog-page .text span i{color: #bd8326;}
#blog-page .text p{color: #6d6d6d; font-size: 16px;}
#blog-page .text .read{color: #bd8326; font-weight: 500; font-size: 16px; display: inline-block; margin-top: 20px; transition: .5s;}
#blog-page .text .read:hover{color: #000;}

/* blog-det */

#blog-det h2{font-size: 30px;}
#blog-det h3{font-size: 24px;}
#blog-det h4{font-size: 20px;}
#blog-det p{margin-bottom:10px;text-align: justify;}
#blog-det ul{margin-bottom:10px; margin-left:30px;text-align: justify;}
#blog-det{padding: 40px 0px;}
#blog-det h5{margin: 15px 0px; font-size: 22px;}
#blog-det .imgs img{width: 100%;}
#blog-det .recent li:first-child{width: 20%;}
#blog-det .image-info li i{color: #bd8326;}
#blog-det .image-info li a{color: #5c5c5c; font-size: 14px;}
#blog-det .text{margin-top: 15px; font-size: 15px; text-align: justify;}
#blog-det .iner-a{position: sticky; top: 20px;}
#blog-det .iner-a h4{font-size: 20px; margin-bottom: 30px; position: relative;}
#blog-det .iner-a h4::before{position: absolute; content: ''; width: 40px; height: 3px; background-color: #bd8326; z-index: 1; top: 30px;}
#blog-det .iner-a .recent{margin-bottom: 20px;}
#blog-det .iner-a .recent li h6 {margin-bottom: 3px;}
#blog-det .iner-a .recent li h6 a{color: #000; font-size: 15px;}
#blog-det .iner-a .recent .text-a{font-size: 15px;}



/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  left: 15px;
  z-index: 102;
}



/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #540210;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5s;
}

.modal .submit:hover {
  background-color: #000;
}

/* about-info */

#about-info{background-image: url(../images/hero-banner-new.webp); background-size: cover; background-repeat: no-repeat; padding: 120px 0px; background-position: center center;}
#about-info .content{text-align: center;}
#about-info .content h6{color: #540210; font-size: 20px; font-weight: 600;}
#about-info .content h1{color: #540210; font-size: 40px; font-weight: 700;}

/* bhawana-art */

#bhawana-art{padding: 50px 0px;}
#bhawana-art .row{row-gap: 25px; align-items: center;}
#bhawana-art h2{ color: #540210; font-size:45px; font-weight: 700;  margin-bottom: 15px;}
#bhawana-art h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#bhawana-art .text{color: #515151; font-size: 16px; font-weight: 400; margin-bottom: 20px; text-align: justify;}
#bhawana-art .imgs{text-align: end;}

/* bhawana-art-why */

#bhawana-art-why{padding: 30px 0px; background-color: #ebe9e5ab;}
#bhawana-art-why h2 {
    color: #000;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
}
#bhawana-art-why h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#bhawana-art-why .text{color: #515151; font-size: 16px; font-weight: 400; margin-bottom: 20px; text-align: justify;}
#bhawana-art-why ul li{margin-bottom: 10px;}

/* team-bhawana */

#team-bhawana{padding: 60px 0px;}
#team-bhawana .row{row-gap: 30px;}
#team-bhawana h2{ color: #540210; font-size:45px; font-weight: 700;  margin-bottom: 15px; text-align: center;}
#team-bhawana h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#team-bhawana .text{color: #515151; font-size: 16px; font-weight: 400; margin-bottom: 60px; text-align: center;}
#team-bhawana .iner{padding: 10px; border: 1px solid #949494; height: 100%;}
#team-bhawana .imgs{width: 14%;}
#team-bhawana .imgs.imgs-a{width: 38%;}
#team-bhawana .imgs img{width: 150px; height: 150px; object-fit: cover;}
#team-bhawana .iner .content{width: 86%;}
#team-bhawana .iner .content h3{background-color: #540210; color: #FFF; font-size: 18px; padding-block: 7px; font-weight: 600; padding: 10px 15px;}
#team-bhawana .iner .content h4 {background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; font-size: 19px; font-weight: 600;}
#team-bhawana .iner .content h5{color: #515151; font-size: 16px; font-weight: 400;}
#team-bhawana .iner .content-a h4{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; font-size: 19px; margin: 15px 0px; font-weight: 600;} 
#team-bhawana .iner .content-a .taxt-a{color: #515151; text-align: justify; font-size: 16px; font-weight: 400; margin: 5px 0px 30px;}

/* ceritficates */

#ceritficates{padding: 60px 0px; background-color: #faebd7;}
#ceritficates .row{row-gap: 25px;}
#ceritficates .iner{text-align: center;}
#ceritficates .iner h4{color: #540210; margin: 20px 0px; font-size: 22px; font-weight: 600;}

/* testimonials-sec */

#testimonials-sec{padding: 60px 0px;}
#testimonials-sec .row{row-gap: 80px;}
#testimonials-sec h2{ color: #540210; font-size:45px; font-weight: 700;  margin-bottom: 65px; text-align: center;}
#testimonials-sec h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#testimonials-sec .imgs{width: 165px; height: 165px; border: 1px solid #ffe380;}
#testimonials-sec .imgs img{width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;}
#testimonials-sec .text{color: #515151; text-align: justify; font-size: 16px; font-weight: 400; width: 80%; margin-bottom: 20px; position: relative;}
#testimonials-sec .text::before{content: url(../images/quote-left.svg); position: absolute; top: -25px; left: -25px; width: 25px;
height: 25px;}
#testimonials-sec .text:after {content: url(../images/quote-right.svg); position: absolute; bottom: -25px; right: -25px; width: 25px; height: 25px;}
#testimonials-sec h3{color: #540210; font-size: 20px; font-weight: 600;}

/* contact-sec */

#contact-sec{padding: 60px 0px;}
#contact-sec h2{ color: #540210; font-size:45px; font-weight: 700;  margin-bottom: 15px; text-align: center;}
#contact-sec h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#contact-sec .text{color: #515151; font-size: 16px; font-weight: 400; text-align: center; width: 40%; margin: 0px auto 60px;}
#contact-sec .iner{padding: 50px 30px; border-radius: 16px; background: #FFF; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20); align-items: center;}
#contact-sec .imgs{background-image: url(../images/contact-us-left-img.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 100px 20px; position: relative; z-index: 1;}
#contact-sec .imgs::before{position: absolute; z-index: -1; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: #000000a2;}
#contact-sec ul li i{width: 40px; height: 40px; background-color: #fff; border-radius: 50px; text-align: center; line-height: 40px; color: #540210;}
#contact-sec ul{margin-bottom: 25px;}
#contact-sec ul li h3{color: #fff; font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 7px;} 
#contact-sec ul li .text-a, #contact-sec ul li .text-a a{color: #fff; font-size: 16px; font-weight: 400;}
#contact-sec .form{row-gap: 25px;}
#contact-sec .form-control{padding: 10px 20px; box-shadow: none; border: 1px solid #540210;}
#contact-sec .submit{background-color: #540210; padding: 12px 40px; color: #FFF; font-size: 16px; font-weight: 700; border-radius: 35px;
  transition: .5s; display: inline-block; filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));}

/* manufacturing-process */

#manufacturing-process{padding: 50px 0px;}
#manufacturing-process .row{row-gap: 70px;}
#manufacturing-process h2{ color: #540210; font-size:45px; font-weight: 700;  margin: 0px auto 15px; text-align: center; width: 70%;}
#manufacturing-process h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#manufacturing-process .text{color: #515151; font-size: 16px; font-weight: 400; text-align: center; width: 90%; margin: 0px auto 60px;}
#manufacturing-process .imgs img{width: 100%; height: 250px; object-fit: cover; border-radius: 5px;}
#manufacturing-process .content h5 {background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 16px; font-weight: 600; letter-spacing: 4.16px; text-decoration: 1px solid underline var(--golden);
text-transform: uppercase;}
#manufacturing-process .content h3{font-size: 34px; font-weight: 600; color: #540210; line-height: 54px;}
#manufacturing-process .content h3 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  #manufacturing-process .text-a{color: #515151; font-size: 16px; font-weight: 400; text-align: justify;}

/* how-to-place */

#how-to-place{padding: 50px 0px;}
#how-to-place h2{ color: #540210; font-size:45px; font-weight: 700;  margin: 0px auto 15px; text-align: center; width: 70%;}
#how-to-place h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#how-to-place .text{color: #515151; font-size: 16px; font-weight: 400; text-align: center; width: 60%; margin: 0px auto 100px;}
#how-to-place .row {background-image: url(../images/place-order-bg.svg); background-size: cover; background-position: center;
padding: 50px; border-radius: 16px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);}
#how-to-place .iner {border-radius: 12px; border: 1px solid #540210; background: rgba(217, 217, 217, 0.30); padding: 25px 20px; margin-bottom: 25px;}
#how-to-place .iner h3 {color: #540210; font-size: 24px; font-weight: 600; padding-block-end: 10px;}
#how-to-place .iner ul li {border-radius: 5px; border: 1px solid #FFC107; background: #FFF; margin-block-start: 10px; padding: 7px 20px;}
#how-to-place .content h3 {color: #540210; font-size: 24px; font-weight: 600; padding-block-end: 10px;}
#how-to-place .content .text-a {color: #515151; text-align: justify; font-size: 16px; font-weight: 400; margin-block-end: 10px;}

/* products */

#products{padding: 30px 50px;}
#products .row{row-gap: 25px;}
#products .inr{margin-bottom:25px;}
#products h2{ color: #540210; font-size:32px; font-weight: 700;  margin: 0px auto 15px; text-align: start; margin-bottom: 10px;}
#products h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#products .iner{border-radius: 10px; background-color: #fff; border: 1px solid #540210; text-align: center;}
#products .iner .imgs{overflow: hidden; border-radius: 10px 10px 0px 0px;}
/*#products .iner .imgs img{transition: 5s;}*/
/*#products .iner:hover .imgs img{transform: scale(1.1);}*/
#products .iner .content{padding: 20px;}
#products .iner .content h3{color: #540210; font-size: 16px; font-weight: 500; transition: .5s;}
#products .iner .content h3:hover{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}

.product-sec p{margin-bottom:14px; text-align:justify;}
.product-sec .iner h3{margin:0px 0px;}
.product-sec h3{margin:20px 0px;}
.product-sec ul{margin:0px 0px 20px 30px;}

/* products */

#products-det {padding: 50px 0px;}
#products-det .row{row-gap: 30px;}
#products-det h2 {color: #540210; font-size: 42px; font-weight: 700; line-height: 54px;} 
#products-det .text {color: #515151; text-align: justify; font-size: 16px; font-weight: 400;  margin-block-end: 10px;}
#products-det h5 {color: #540210; font-size: 20px; font-weight: 600;}
#products-det .size li {color: #515151; margin-block-start: 5px;}
#products-det .whatapp-btn{margin-top: 25px;}
#products-det .whatapp{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); padding: 10px 60px; display: inline-block; color: #000; transition: .5s;}
#products-det .whatapp:hover{filter: brightness(1.1);}
#products-det .enquiry{background-color: #540210; padding: 10px 60px; display: inline-block; color: #ffffff; transition: .5s;}

#products-det .nav-pills {border-radius: 13px 13px 0px 0px; border: 1px solid #540210; background: #D9D9D9; justify-content: center; margin-bottom: 0 !important;}
#products-det .nav-pills li button {width: 100%; border-radius: 13px 13px 0px 0px; background: #D9D9D9; color: #540210; font-size: 20px; font-weight: 500;}
/* #products-det .tab-sec {border: 1px solid #540210; border-top: none; padding: 20px;} */
#products-det .nav-pills li {width: 50%; margin-bottom: 0 !important;}
#products-det .nav-pills li button.active {background-color: #540210; color: #fff;}
#products-det .tab-content {border: 1px solid #540210; border-top: none; padding: 20px;}
#products-det .tab-sec h4 {color: #540210; font-size: 20px; font-weight: 600;}
#products-det .size-a li{margin-bottom: 10px;}

/* similar-products */

#similar-products{padding: 50px 0px;}
#similar-products .row{row-gap: 25px;}
#similar-products h2{ color: #540210; font-size:45px; font-weight: 700;  margin: 0px auto 15px; text-align: center; margin-bottom: 40px;}
#similar-products h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#similar-products .iner{border-radius: 10px; background-color: #fff; border: 1px solid #540210; text-align: center; padding: 10px 10px 15px;}
#similar-products .iner .content h3{color: #540210; font-size: 17px; font-weight: 600; transition: .5s; margin: 20px 0px 10px;}
#similar-products .iner .content h3:hover{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#similar-products .whatapp{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); padding: 10px 60px; display: inline-block; color: #000; transition: .5s;}
#similar-products .whatapp:hover{filter: brightness(1.1);}   


#about-info h2{
    font-size: 40px;
    font-weight: 600;
       color: #540210;
}
#bhawana-art h1{
       color: #000;
       font-weight: 500;
      
}

#bhawana-art .content p{
   
        text-align: justify;
}

.text p{
    margin-bottom: 10px;
}

.text  ul{
    margin-left: 28px;
}
.text h3{
    color: #000;
}


























</pre></body></html>