@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,800&display=swap');
/*--------- font face end ---------*/

.title-section {
	font-family: 'Livvic';
	font-size: 2.6rem;
	font-weight: 900;
	font-style: italic;
}

.title-desc {
	font-family: 'Livvic';
	font-size: 1.2rem;
	font-weight: 600;
}

.footer-title {
	font-family: 'Livvic';
	font-size: 20px;
	font-weight: 600;
	color: white;
}

.footer-link a{
	font-family: 'Livvic';
	font-size: 16px;
	font-weight: 300;
	color: white;
	padding-top: 20px;
}

.footer-link a:hover{
	color: #2b2b2b;
}

.footer-link p{
	font-family: 'Livvic';
	font-size: 17px;
	font-weight: 300;
	color: white;
}

.copyright {
	font-family: 'Livvic';
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
	color: white;
}


.logo-header {
	max-width: 140px;
}

.title-slider {
	font-family: 'Regular Brush';
	font-weight: 500;
}

.text-brand2 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
}

.div-1 img{
	background-image: url("../assets/bg/bg-fabric.jpg");
	margin-top: -1px;
	max-width: 100%;
}

.bg-fabric {
	background-image: url("../assets/bg/bg-fabric.jpg");
	background-repeat: repeat;
}

.bg-fabric2 {
	background-image: url("../assets/bg/bg-fabric2.jpg");
	background-repeat: repeat;
}

.bg-fabric2-inner {
	background-image: url("../assets/bg/bg-fabric2.jpg");
	background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		/* adjust as needed */
		height: 500px;
		/* adjust as needed */
}

.bg-footer {
	background-image: url("../assets/bg/footer-bg.png");
	margin-top: -20px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	width: 100%;
}

.lg-footer {
	width: 200px;
	padding-bottom: 25px;
}

hr.solid-left,
hr.solid-right {
	border-top: 3px solid #111;
}

.idea{
	margin-top: 30px ;
	width: 90%;
}

/*card start*/

.card_01-list {
	z-index: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.card_01 {
	margin: 30px auto;
	width: 200px;
	height: 200px;
	cursor: pointer;
	transition: 0.4s;
}

.card_01 .card_01_image {
	width: inherit;
	height: inherit;
	border-radius: 40px;
}

.card_01 .card_01_image img {
	width: inherit;
	height: inherit;
	border-radius: 20px;
	object-fit: cover;
}

.card_01 .card_01_title {
	text-align: center;
	border-radius: 0px 0px 40px 40px;
  font-weight: bold;
	font-size: 20px;
	margin-top: -53px;
	line-height: 20px;
	height: 40px;
	padding-top: 63px;
	color: #2b2b2b;
}

.card_01:hover {
	transform: scale(1.1, 1.1);
/*	box-shadow: 3px 3px 100px rgba(0, 0, 0, 0.2), 3px 3px 20px rgba(0, 0, 0, 0.2);*/
}

.title-white {
	color: white;
}

.title-black {
	color: #2b2b2b;
}

@media all and (max-width: 500px) {
	.card-list {
		/* On small screens, we are no longer using row direction but column */
		flex-direction: column;
	}
}


/*card end*/

/*card2 start*/

.cta-background {
	background-size: cover;
	background-position: center center;
	bottom: 0;
	filter: blur(50px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.cta {
	background: #333;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
	height: 450px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.cta:hover img {
	top: -10%;
	filter: brightness(70%);
}
.cta:hover .text {
	bottom: 0;
}
.cta img {
	bottom: 0;
	filter: brightness(100%);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.5s ease-in-out;
	width: 115%;
}
.cta .text {
	bottom: -40%;
	padding: 15px;
	position: absolute;
	transition: 0.5s ease-in-out;
}
.cta .text h2 {
	color: #fff;
	display: inline-block;
	font-weight: 300;
	margin-bottom: 5px;
	position: relative;
}
.cta .text p {
	color: #fff;
	font-weight: 300;
}

/*card2 end*/

/*card3 start*/

.card_02-container {
	width: 300px;
	height: 300px;
	position: relative;
	border-radius: 10px;
}

.card_02-container::before {
	content: "";
	z-index: -1;
	position: absolute;
	inset: 0;
	background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
	transform: translate3d(0, 0, 0) scale(0.95);
	filter: blur(20px);
}

.card_02 {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	overflow: hidden;
}

.card_02 .img-content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
/*  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );*/
padding: 20px;
transition: scale 0.6s, rotate 0.6s, filter 1s;
}

.card_02 .img-content img {
	width: 220px;
	height: 220px;
	fill: #e8e8e8;
	padding: 20px;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card_02 .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
	color: #e8e8e8;
	/*	padding: 20px;*/
	line-height: 1.5;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(50px);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card_02 .content .heading {
	color: white;
	font-size: 25px;
	font-weight: 700;
}

.card_02:hover .content {
	opacity: 1;
	transform: translateY(0);
	background-color: #f57f20;
}

.card_02:hover .img-content {
	scale: 2.5;
	rotate: 30deg;
	filter: blur(7px);
	background-color: white;
}

.card_02:hover .img-content svg {
	fill: transparent;
}

.card_02-desc {
	color: white;
	padding: 10px;
	line-height:20px;
}

/*card3 end*/

/*resolution 767px*/

@media (max-width:767px) {
	hr.solid-left {
		padding-bottom: 4rem;
	}

	.title-wrap {
		padding-bottom: 0rem;
	}
}

@media (max-width:1200px) {
	.article-card {
		margin: 20px;
	}
}

/*sticky icon*/

.socy-icon {
	position: fixed;
	display: none;
	transition: background 0.5s;
	z-index: 11;
	text-align: center;
}

.fb {
	right: 13px;
    bottom: 415px;
    width: 35px;
}

.map {
	right: 12px;
    bottom: 337px;
    width: 35px;

}

.wa {
	right: 12px;
    bottom: 263px;
    width: 35px;
}

.top {
	right: 6px;
    bottom: 183px;
    width: 50px;

}

.socy-icon img {
	padding-top: 12px;
	color: #fff;
}

/*@media (max-width: 768px) {
	.socy-icon {
		bottom: 15px;
	}
}*/

.nav-child {
  margin-left: 15px;
  color: #f57f20;
  font-size: 20px;
}

.srvc {
	transition: 0.5s ease-in-out;
}

.srvc img{
	max-width: 100%;
}

.srvc:hover {
	transform: scale(1.1, 1.1);
}

.key {
	transition: 0.5s ease-in-out;
	width: 330px;
}

.key img{
	height: 157px;
}

.key p{
	font-weight: bold;
	color: #2b2b2b;
	padding-top: 20px;
	font-size: 18px;

}

.key ul li{
	font-family: 'Livvic';
	font-weight: 500;
	text-align: left;
	font-size: 15px;
	font-style: italic;
}

.key:hover {
	transform: scale(1.1, 1.1);
}

.big-title {
	font-size: 100px;
	text-align: center;
	font-family: 'Regular Brush';
	margin-top: 100px;
}

.breadcrumb02 {
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.contactus {
	background: white;
	border-radius: 20px;
	box-shadow: 90px;
	width: 100%;
	margin: 0;
}

.contactus-img {
	max-width: 40px;
	margin: 20px 0px;
	position: absolute;
}

.contactus-item {
	display: flex;
}

.contactus-item p {
margin-top: 28px;
margin-left: 57px;
}

.contactus-item a {
margin-top: 28px;
}

/*
 CSS for the main interaction
*/
.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
font-weight: 600;
}

/*
 Styling
*/

.faq {
	padding: 60px 0px;
	font-family: 'Livvic';
}

.accordion {
  margin-bottom: 1em;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 10px 0px;
  border-top: 0;
  font-size: 19px;
  transition: 0.5s;
}

.accordion .handle {
  margin: 0;
  font-size: 22px;
  
  line-height: 1.2em;
}

.accordion label {
  color: #333;
  cursor: pointer;
  font-weight: 600;
}

/* .accordion label:hover,
.accordion label:focus {
 background: #d8d8d8;
} */

.accordion .handle label:before {
  font-family: 'fontawesome';
  content: "\f055";
  display: inline;
  margin-right: 10px;
  font-size: 20px;
  color: #f57f20;
  vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f056";
}


@media (max-width: 745px) {

	.drag-area button{
		padding: 8px 20px;
		font-size: 18px;
		font-weight: 450;
	}

	.drag-area{
		height: 400px;
		width: 450px;
	}

	.drag-area header{
		font-size: 25px;
		font-weight: 450;
		color: #2b2b2b;
	}

	.drag-area .icon{
		font-size: 80px;
	}

}

/* contact form */

.form-group {
	margin-bottom: 20px;
}

label {
	display: block;
	margin-bottom: 5px;
}

.krttx_file,
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 7px;
}

.krttx_button a{
	background-color: #f57f20;
	width: 100%;
	color: white;
	height: 100%;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}

.krttx_button:hover a{
	background-color: #ff8e5e;
	color: #fff;
}

@media (max-width: 2000px) {
	#myIframe {
	width: 100%;
	height: 800px;
}
}

@media (max-width: 767px) {
	#myIframe {
		height: 800px;
	}
}

.abt {
	font-family: 'Livvic';
	display: flex;
	align-items: center;
}

.abt img{
	width: 100%;
}

.abt h2{
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
}
.abt p {
	font-weight: normal;
	font-size: 17px;
	padding-top: 20px;
	padding-left: 10px;
}

.abt ul{
	font-size: 17px;
}

.abt h5 {
	margin-left: 20px;
	font-weight: 700;
	font-style: italic;
}

/* product card - page*/

.krttx-prdct {
	padding-top: 30px;
    position: relative;
    display: flex;
	background: #fff;
    flex-direction: column;
    /* align-items: center; */
	margin: 15px 0;
}

.hbox{
	/* height: 445px; */
}


.krttx-prdct .krttx-prdct-imgBx {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    transition: .3s linear;
}

.krttx-prdct .krttx-prdct-imgBx:before {
    content: '';
    position: absolute;
	z-index: 999;
    top: 0px;
    left: 24px;
    color: #000;
    opacity: 0.2;
    font-size: 8em;
    font-weight: 800;
}

.krttx-prdct .krttx-prdct-imgBx img {
    position: relative;
    width: 200px;
    transition: .2s linear;
}

.krttx-prdct .krttx-prdct-imgBx:hover img {
	transform: scale(1.5);
}

.krttx-prdct .krttx-prdct-details {
    display: grid;
    padding: 20px;
}

.krttx-prdct .krttx-prdct-details h2{
	font-family: 'Livvic';
	font-weight: 600;
    font-size: 15px;
    line-height: 1em;
    color: #444;
	text-transform: capitalize;
}

.krttx-prdct .krttx-prdct-details span {
	font-family: 'Livvic';
	font-weight: 500;
    font-size: 14px;
    color: #999;
}

.krttx-prdct .krttx-prdct-details p {
    color: #333;
	margin: 10px 0;
}

.krttx-prdct .krttx-prdct-details h3 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    color: #a2a2a2;
    float: left;
}
.krttx-prdct .krttx-prdct-details button {
    background: #000;
    color: #fff;
    border: none;
    outline: none;
    padding: 15px 20px;
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
}

.product-colors span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.black-nobel {background: linear-gradient(90deg, #231F20 50%, #B2B0BB 50%);}
.black-cobalt {background: linear-gradient(90deg, #231F20 50%, #2B3F99 50%);}
.black-willow {background: linear-gradient(90deg, #231F20 50%, #AFCB5B 50%);}
.black-red {background: linear-gradient(90deg, #231F20 50%, #EE2832 50%);}
.woodland {background: #525725;}
.black {background: #231F20;}
.navy-blue {background: #23225A;}
.dark-gray {background: #4C4C4B;}
.dark-red {background: #751113;}
.blue {background: #208EC2;}
.gold {background: #EADBB3;}
.silver {background: #DCDBDE;}
.dark-blue {background: #344EA1;}
.red {background: #EE2832;}
.green {background: #0C947B;}
.orange {background: #ED6523;}
.yellow {background: #FCC417;}
.light-green {background: #8EC741;}
.yellow {background: #FCC417;}
.white {background: #fff;border:1px solid #000;}
.purple {background: #533992;}
.pink {background: #DD468E;}

.product-colors .active:after{
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    left: -5px;
    top: -5px;
}

/* responsive */
@media (max-width: 1080px) {
    .krttx-prdct {
        height: auto;
    }
    .krttx-prdct .krttx-prdct-imgBx {
        padding: 40px;
        box-sizing: border-box;
        width: 100% !important;
        height: auto;
        text-align: center;
        overflow: hidden;
    }
    .krttx-prdct .krttx-prdct-imgBx img {
        left: initial;
        max-width: 100%;
        transform: rotate(0deg);
    }
    .krttx-prdct-details {
        width: 100% !important;
        height: auto;
        padding: 20px;
    }
    .krttx-prdct .krttx-prdct-details p {
        margin-left: 0;
        max-width: 100%;
    }
}

.container-krttx-prdct {
	max-width: 1375px;
}

#krttx-filter button{
	border: 0;
	background: fixed;
	padding: 10px;
	margin-bottom: 6px;
	cursor: pointer;
	font-family: 'Livvic';
	font-weight: 600;
}

#krttx-filter h2 {
	font-family: 'Livvic';
	font-weight: 700;
	font-size: 28px;
}

.k-btn {
	font-family: 'Livvic';
	font-weight: 500;
	font-size: 20px;
	background: fixed;
	padding: 10px 0;
	transition: 0.5 ease;
}

.k-btn:hover button{
	background: #f57f20 !important;
	color: white;
	border-radius: 5px;
}

#krttx-filter .act {
	background: #f57f20 !important;
	border-radius: 5px;
}

.krttx-prdct-title {
	margin-bottom: 50px !important;
	font-family: 'Livvic';
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

hr.divider {
	border: 1px solid #000;
	margin: 26px 0;
	width: 65%;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 170px;
}

.k-cstm {
	padding: 20px 0;
	display: flex;
	font-family: 'Livvic';
}

.k-cstm img{
	display: flex;
	justify-content: center;
	width: 100%;
}

@media (min-width:1250px){
	.k-cstm2 {
		padding: 0 200px;
	}
}

.k-cstm p {
	text-align: center;
	position: absolute;
	color: white;
	top: 16%;
	margin: 0 29px;
	right: 0;
}

.k-cstm-item {
	position: relative;
}

.k-cstm-item h4 {
	text-align: center;
	position: absolute;
	color: #fff;
	top: 4%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	font-weight: 600;
	font-size: 29px;
	width: 100%;
}

.k-cstm-item h5 {
	text-align: center;
	font-weight: 700;
}

.k-cstm-item{
	margin-top: 30px;
}

.k-cstm-item a{
	border: 0;
	border-radius: 4px;
	background-color: #f57f20;
	text-align: center;
	position: absolute;
	color: #fff;
	top: 28%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 10px 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	font-weight: 600;
}

.k-cstm-item:hover a{
	background-color: #ff8e5e;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.mane {
	text-align: center;
}

.mane p{
	text-align: left;
}

.right {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

.big-title-desc {
	font-family: 'Livvic';
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
	padding: 0 30px;
	font-weight: 500;
}

.img-methods {
	width: 100%;
	max-width: 350px;
}

.serv-desc {
	font-family: 'Livvic';
	font-weight: 500;
	font-size: 20px;
}

/* modal image */
.images {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}

.images img {
	width: 100%;
	cursor: pointer;
}

.lighthouse {
	position: fixed;
	min-height: 100vh;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6));
	display: flex;
	justify-content: center;
	align-items: center;
}

.lighthouse img {
	width: 30%;
	min-height: 30%;
	cursor: pointer;
}

/* tooltip */
.rxtooltip a {
	color: #ffffff;
}

.rxtooltip [simple-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.rxtooltip [simple-tooltip]:before,
.rxtooltip [simple-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

.rxtooltip [simple-tooltip]:before {
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 10px;
	width: 160px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f57f20;
	color: #fff;
	content: attr(simple-tooltip);
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}

.rxtooltip [simple-tooltip]:after {
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #f57f20;
	border-top: 5px solid #f57f20;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
	transition: 0.5 ease;
}

.rxtooltip [simple-tooltip]:hover:before,
.rxtooltip [simple-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* product-lightbox */
.krttx-gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.krttx-gallery img {
	width: 100%;
	margin: 5px;
	cursor: pointer;
	transition: .2s linear;
}

.krttx-gallery img:hover {
	transform: scale(1.2);
}

.krttx-lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: white;
}

.krttx-lightbox-content {
	display: block;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}

.krttx-lightbox-close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}

.krttx-lightbox-close:hover,
.krttx-lightbox-close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.krttx-prev,
.krttx-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.krttx-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.krttx-prev:hover,
.krttx-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

#krttx-caption {
	margin: auto;
	display: block;
	width: 80%;
	text-align: center;
	color: #3d3d3d;
	padding: 10px 0;
}



.cstmztn-icon {
	display: flex;
    align-items: flex-end;
}

.cstmztn-icon-item img{
	text-align: center;
	transition: ease 0.4s;
	max-width: 270px;
	
}
.cstmztn-icon-item a{
	border: 1px solid orange;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	margin: 20px;
}
.cstmztn-icon-item:hover img{
	transform: scale(1.2);
}

.k-leather img{
	width: 70%;
	margin: auto;
}

.title-img {
	display: block;
	margin: auto;
}

@media screen and (max-width:900px) {
	.title-img {
		width: 100%;
	}
}

.krttx_button a{
	font-weight: 700;
}

.k-cstm-item2 img{
	margin: 20px auto;
	border-radius: 10px;
	transition: 0.4s ease;
	width: 300px;
}

.k-cstm-item2:hover img{
	transform: scale(1.03);
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}