@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Signika:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akronim&family=Bungee+Shade&family=Cabin+Sketch:wght@400;700&family=Fredericka+the+Great&family=Frijole&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Londrina+Outline&family=Truculenta:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Lemonada:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Fredericka+the+Great&display=swap');



/* Some Common Classes */
body
{
    background: url('../img/bg-img.jpg');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
}
ul
{
    padding: 0;
}
ul li
{
    margin: 0;
    padding: 0;
}
li
{
    list-style: none;
}
a
{
    text-decoration: none;
}
.primary_btn {
    background: #1bd741;
	border: 1px solid #1bd741;
    padding: 9px 21px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
	transition: all 0.3s;
}
.bgmap
{
	background: url(http://www.trophy-award.com/assets/img/map.svg);
}
.bg1
{
    background: #fff0ab;
}  
.bg2
{
    background: #b6e3d2;
}
.bg3
{
    background: #f0c5c8;
}
.bg4
{
    background: #aee8b5;
}
.bg5
{
    background: #edd4be;
}
.scroll-hide{overflow: hidden;}
html
{
    scroll-behavior: smooth;
}
.scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
.scrollbar-track
{
    background-color:#fff
}
.scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-moz-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-moz-scrollbar-track {
    background-color:#fff
}
::-moz-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
.form-control:focus
{
    box-shadow: none;
    background: transparent;
}
.fixed {
	position: fixed !important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
 
 @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
 .subheading {
    background: url('../img/subheadbg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px;
    font-family: 'Covered By Your Grace', cursive;
}
.even_item {
    margin-top: 90px;
}
.enquiry_btn {
    padding: 7px 35px;
    display: inline-block;
    color: #000;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
.openbtn {
    font-size: 25px;
	color: #fff;
}
/* End Common Classes */

/* Start header Css */
#myHeader {
    background: #000;
    z-index: 2;
    position: relative;
}
.nav_up, .navbar-brand
{
    padding: 0;
}
.brand-logo
{
    width: 100%;
    max-width: 150px;
}
.navbar_overlay_content_ .nav-item
{
    margin: 0 10px;
    position: relative;
}
.navbar_overlay_content_ .nav-link
 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s;
	letter-spacing: 3px;
    word-break: break-all;
	display: inline-block;

 }
 .submenus {
    display: none;
    position: absolute;
    left: 0px;
    top: 64px;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    background: #000;
    /* border: 1px solid #d9d8d3; */
    box-shadow: 0 1px 7px rgb(0 0 0 / 9%);
	z-index: 1;
	min-width: 250px;
}
.submenus li
{
    display: block;
    width: 100%;
}
.nav-link.contact_no {
    color: #fff !important;
    background: #33bc46;
    border: 1px solid #33bc46;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7px 15px !important;
	display: inline-block;
}
/* End header Css */

/* Start Banner Css */
#bannerSlider {
    z-index: 1;
}
#bannerSlider .carousel-inner
{
    height: auto;
}
#bannerSlider .carousel-indicators
{
    left: auto;
    justify-content: end;
    margin-right: 22px;
}
#bannerSlider .carousel-indicators button {
    border-radius: 50%;
    transform: scale(1.0);
    height: 7px !important;
    width: 7px !important;
    border: 2px solid #fff !important;
    background-color: transparent;
    opacity: 1;
    /* margin: 0 5px; */
}
#bannerSlider .carousel-indicators .active
{
    background: #fff
}
/* End Banner Css */

/* Start Our Speciality Css */
#ourSpeciality
{
    margin-top: 40px;
}
.heading_txt {
    color: rgb(189, 137, 85);
    font-size: 45px;
}
.highlighted {
    background: linear-gradient(180deg, #C29566, #B07C4D, #F8C07F, #A17551);
    -webkit-background-clip: text;
    color: transparent;
    display: inline;
}

.wear_item .col:nth-child(2n)
{
    margin-top: 90px;
}
.wear_item_img
{
    text-align: center;
}
.wear_item_img img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
/* End Our Speciality Css */

/* Start Product Css */
#products {
    margin-top: 7%;
}
.heading2 {
    font-size: 60px;
}
h2.heading2 img {
    width: 100%;
    margin: 0 auto;
    max-width: 731px;
}
.product-carousel-js .owl-item:nth-child(2n+1)
{
    margin-top: 90px;
}
.card_body_ {
    text-align: center;
}
.card_footer_ {
    margin-top: 20px;
}
.product_img_ img {
    width: 100%;
    max-width: 220px;
    height: 280px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
/* End Product Css */
/* Start Pattern Css */



/* End Pattern Css */
/* Start Single Post Css */
.single_post {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.stock_
{
	color: green;
	font-weight: 600;
}
.product_info_list_ {
    display: block;
    margin: 0 auto;
    text-align: left;
    background: #eeee;
    box-shadow: 0 0px 7px rgb(0 0 0 / 20%);
    margin-top: 18px;
    padding: 4px 14px;
}
.product_infoHeading_ {
    font-size: 20px;
    font-weight: 500;
}
.details_value_ {
    font-size: 20px;
}
.img-display {
    overflow: hidden;
}
.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img {
    min-width: 100%;
    height: 487px;
    width: 405px;
    object-fit: cover;
    object-position: center;
}
.product-imgs img {
    width: 100%;
    display: block;
    border-radius: 6px;
}
.img-select {
    display: flex;
}
.img-item:nth-child(1), .img-item:nth-child(2), .img-item:nth-child(3) {
    margin-right: 0;
}
.img-item {
    margin: 20px;
    transition: all 0.3s;
}
.img-item.active {
    border: 1px solid #c08a54;
    border-radius: 6px;
}
.product_table {
    margin-top: 40px;
}
.product_table td
{
	border-width: 1px;
	padding: 7px;
}
/* Start Single Post Css */
/* Start ChooseMatch Css */
#chooseMatch
{
    margin-top: 40px;
    margin-bottom: 40px;
}
.main_item
{
    position: relative;
}
.item_details {
    margin-bottom: 20px;
}
.main_product_item
{
    width: 100%;
	max-width: 500px;
    height: 621px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}
.overlay-itemImg {
    position: absolute;
    left: 20px;
    top: -40px;
    height: 100px;
    width: auto;
}
/* End ChooseMatch Css */
/* Start WhyChooseUs Css */
.whyChoose {
    font-size: 46px;
    background: url('../img/whychoose.png');
    font-family: 'Dancing Script', cursive;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 100%;
    padding: 8px;
    color: #fff;
}
#whyChooseUs {
    background: #000;
    padding: 80px 0 40px;
    position: relative;
}
.choose_wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: -35px;
    display: block;
    text-align: center;
}
.subhead {
    color: #B07C4D;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 600;
}
.Equality_img img {
    width: 131px;
    height: 131px;
    object-fit: contain;
}
/* End WhyChooseUs Css */
/* Start Testiomonials Css */
#testimonials
{
    margin: 100px 0 40px;
}
#testiMonials .carousel-inner
{
    overflow: inherit;
}
.testimonial_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 84px;
    /* background: #fff; */
    background-image: url(../img/testiomonialsBg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 408px;
}
.user_img {
    position: absolute;
    top: -70px;
    left: -70px;
}
.user_img img {
    width: 230px;
    height: 230px;
    object-fit: contain;
}
.user_name {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Special Elite', cursive;
}
.user_details {
    font-size: 18px;
}
.rating {
    float: right;
}
.star {
    color: #B07C4D;
    margin-left: 3px;
}
.testimonial_content {
    padding: 0px;
	text-align: center;
}
#testiMonials .carousel-control-next, #testiMonials .carousel-control-prev
{
    opacity: 1;
}
#testiMonials .carousel-control-next {
    right: -50px;
    justify-content: right;
}
#testiMonials .carousel-control-next img
{
	width: 50px; 
}
#testiMonials .carousel-control-prev 
{
    left: -50px;
    justify-content: start;
}
#testiMonials .carousel-control-prev img
{
	width: 50px;
}
/* End Testiomonials Css */
/* Start Graph Tab Css */
.tabs #pills-tab {
    /* border-bottom: 1px solid #EBEAED; */
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
    flex-wrap: nowrap;
    overflow: inherit;
}
#pills-tabContent {
    background: #fff;
    border: 1;
    border: 1px solid #B07C4D;
    padding: 20px;
}
#graphTab .nav-pills .nav-link.active, #graphTab .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #B07C4D;
    border: 1px solid #B07C4D;
}
#graphTab .nav-pills .nav-link
{
    background: 0 0;
    border-radius: 0;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    position: relative;
}
#graphTab li.nav-item {
    margin: 0 25px;
}
.subtext_ {
    font-size: 18px;
    line-height: 32px;
}
.subtext_2
{
	font-size: 22px;
    color: #fff;
    line-height: normal;
}
.chat_img img {
    width: 100%;
    max-width: 320px;
    object-fit: cover;
}
.nav-link.active:after {
    content: '';
    position: absolute;
    background: #B07C4D;
    width: 100%;
    height: 3px;
    right: 0;
    bottom: -37px;
}
.nav-link.active:before {
    z-index: 1111;
    content: '';
    background-color: transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #B07C4D;
    bottom: -53px;
    right: 44%;
    text-align: center;
    display: block;
}
/* End Graph Tab Css */
/* Start Product Page */
.products_details
{
	margin: 40px 0;
}
.innerBanner {
    background: url(../img/background-img.jpg);
    background-position: center;
    background-size: cover;
    min-height: 200px;
	position: relative;
}
.bannerContent {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}
.menus_
{
	text-align: center;
}
.menus_ li
{
	display: inline;
}
.menus_ .menus_link {
    color: #000;
    padding: 0 8px;
}
.menus_ li::after {
    content: '\f101';
    font-family: 'fontAwesome';
    color: #fff;
    position: relative;
}
.menus_ li:last-child::after{
  display: none;
}
.subtitle {
    font-size: 20px;
    color: #000;
    font-weight: 500;
	text-transform: uppercase;
}
.title {
    font-size: 28px;
    color: #c08954;
    font-weight: bold;
	display: inline-block;
	position: relative;
}

.primary_btn2 {
    display: inline-block;
    background: transparent;
    color: #c08954;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #c08954;
    padding: 9px 21px;
	transition: all 0.3s
}
.contentDescr {
    background: #fff;
    padding: 30px;
    box-shadow: 0 7px 18px rgb(109 16 19 / 17%), 0 10px 10px #fffeff4d;
}
.card_box_.single_products
{
	position: relative;
	margin-bottom: 70px;
}
.single_product_img_ {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #a3a3a3;
}
.product_card_footer_ {
    background: #fff;
    /* padding: 0 23px; */
    margin: 0 16px;
    position: absolute;
    /* width: 100%; */
    left: 0;
    right: 0;
    top: auto;
    bottom: -40px;
    text-align: center;
	padding: 12px;
	box-shadow: 0px 0px 9px rgb(0 0 0 / 30%);
}

.work-content {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 1rem;
    background-color: rgba(0,0,0,.8);
    height: 100%;
    width: calc(100% - 0px);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .2s all ease-in-out;
	color: #fff;
}
.single_product_img_:hover .work-content {
    opacity: 1;
}
.title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    text-align: left;
    background: #c08954;
    width: 100px;
    height: 3px;
    display: block;
}
.prouct_title_
{
	color: #000;
}
.prouct_title_ a
{
	color: #000;
}
/* End Product Page */

/* Start Our Customer Css */

.ourCustomer {
    margin-top: 60px;
    background: #f7f7f7;
    padding: 41px 0;
}
/* End Our Customer Css */

/* Start Contact Us */
.contact_us {
    margin: 70px 0 70px 0;
}
.contact_bg {
    padding: 100px 40px;
    background-image: url(https://i.imgur.com/0ktebGh.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	width: 100%;
	border-radius: 10px;
}
.contact_head {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.contact_bg .primary_btn
{
	background: #000;
	color:#fff;
	transition: all 0.3s;
	border: 1px solid #000;

}
.address_details a {
    display: flex;
	color: #000;
}	
.address_details a i {
   	font-size: 30px;
    color: #c08a55;
}
.address_data {
    margin-left: 20px;
}
.address_head {
    font-size: 30px;
    font-weight: 700;
}
.address_data p {
    font-size: 18px;
    font-weight: 600;
}
/* End Contact Us */

/* Start Get in Touch Form */
.get-in-touch 
	{
    margin: 60px 0;
	}
.get_bg {
    background: #fff;
    box-shadow: 0px 0 16px rgb(0 0 0 / 30%);
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.contact-form label
{
	font-size: 20px;
	font-weight: 600;
	position: relative;
	top: 20px;	
}
.text-area label
{
	<!-- top: 40px !important; -->
}
.contact-form .form-control {
    border: none;
    border-bottom: 2px solid #c08a55;
    border-radius: 0;
	display: block;
}

.required {
    color: #ff0000;
}
.form-left-img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 45% 0;
}

/* End Get in Touch Form */
/* Start GraphTab */
#graphTab {
    margin-bottom: 90px;
}
/* End GraphTab */
/* Start Footer Css */
#footer {
    padding: 50px 0px 0px 0px;
    background: #000;
    margin-top: 0px;
}
#footer .heading_txt
{
    color: #fff;
    font-size: 75px;
}
#footer .highlighted
{
    color: #B07C4D;
}
.footer_subtext
{
    font-family: 'Dancing Script', cursive; 
    color: #fff;
    font-size: 35px;
}
.footer_img img {
    width: 192px;
}
#inlineFormInputGroup {
    padding: 15px;
    border-radius: 50px;
    background: #fff;
    border: none;
}
#inlineFormInputGroup::placeholder {
    font-size: 20px;
    font-family: inherit;
}
#signup_btn {
    background: #B07C4D;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    padding: 0 36px;
    border-radius: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}
.footer_subheading {
    color: #FFF;
}
.contact_details li a {
    color: #fff;
    font-size: 18px;
}
.contact_details li {
    margin-bottom: 8px;
}

/*---Links---*/
.footer_menu_item {
    margin-bottom: 8px;
    list-style: disc;
    color: #B07C4D;
}
.footer_menu_link {
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
	text-transform: uppercase;
}
.barcode_ {
    width: 100%;
	height: cover;
}
.social_icons {
    margin-top: 20px;
}
.social_icons li
{
    display: inline-block;
}
.social_icons .social-icon {
    display: inline-block;
    padding: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #000;
    background: #fff;
    margin: 0px 2px 0 0;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}
.overlap_text {
    position: relative;
    text-align: center;
}
.housefabrics_text {
    font-size: 66px;
    text-align: center;
    width: 100%;
    color: #c08e59;
    text-transform: uppercase;
    font-family: unset;
}
.typed-cursor{
	display: none;
}
.whatapp-icon {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1;
}
.whatapp-icon a.icon-bg {
    width: 54px;
    height: 54px;
    display: block;
}
.fan-img {
    position: relative;
}
.icon-bg img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.wear_item-ul p {
    font-size: 12px;
    font-weight: 600;
	color: #000;
}
.wear_item-ul li {
    width: 8.5%;
    text-align: center;
	display: inline-block;
}
.border-footer{
	    color: #bc8854;
    padding: 2px;
    opacity: .5;
    width: 85%;
}

.footer_menus_link2 li {
    width: 49%;
    float: left;
}
.market-list {
    background: #fcfcfc none repeat scroll 0 0;
    height: auto;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #dedede;
}
.market-list li {
    list-style-type: none;
    background: transparent url(./assets/img/arrow-market.png) no-repeat scroll 10px 12px;
    padding-left: 20px;
    line-height: 20px;
    width: 25%;
    float: left;
}
.market-list li a {
	color: #000;
    display: block;
    font-weight: 700;
    text-align: left;
    font-size: 12px;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
}
.market-list li a:hover {
    color: #fff;
}
.market-list li:hover {
    background: #ebbc3a url(../assets/img/arrow-market.png) no-repeat scroll 10px 12px !important;
    color: #fff;
}
.wear_item-ul li:nth-child( odd ) {
    top: 35px;
    position: relative;
}
.home-h1{
	font-size: 45px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Permanent Marker' !important;
}
.card_box_{
	background: #fff;
    padding: 0px 0px 5px 0px;
    margin-bottom: 25px;
    border: 2px solid #eee;
}

.content-bottom h3 a{
	color: #000;
}
h1, h2{
	font-weight: 600 !important;
}

.h1-back{	
    background: url(../img/subheadbg.png);
    background-position: center;
    background-repeat: no-repeat;
	color: #000;
	font-weight: 100 !important;
}
.sama-wdt-button {
    display: inline-block;
    position: fixed;
    bottom: 2%;
    right: 5%;
    z-index: 9999999;

}
.sama-wdt-button__inner {
    height: 60px;
    width: 60px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.sama-wdt-button__inner {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate
}

/* Add this CSS to your existing stylesheet */
.card_box_ .patter_img {
    position: relative;
    overflow: hidden;
    border: 2px solid #eee; /* Border for the card */
    transition: border 0.3s; /* Transition for smooth effect */
}

.card_box_ .patter_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Add this CSS for hover effect */
.card_box_:hover .patter_img {
    border: 2px solid #bd8955; /* Change the border color on hover */
}


@keyframes bounce {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-15px);
    }
}