/*
Template Name: Furnish Mart
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/


/*********************center****************/
.carousel-caption{
	background-color: var(--black_transparent)!important;
	bottom:0;
	left:0;
	color:var(--bs-white);
	width:100%;
	height:100%;
    padding: 160px 140px 0px 140px;
	text-align:left;
 }

.carousel-caption h1{
   font-size:70px;
   color:var(--bs-white);
 }

.carousel-control-next, .carousel-control-prev{
	width: 10%;
}

.icon_3{
	width:70px;
	height:70px;
	line-height:70px;
	background:var(--bg_primary_light2);
	border-radius:50%;
	display:inline-block;
	text-align:center;
	font-size:28px;
}

/*********************center_end****************/

/*********************categ****************/
.categ_2_left_inner{
	padding-top:42%;
	transition: 0.3s;
}
.categ_2_left_inner span{
	display:none!important;
	transition: 0.3s;
}
.categ_2_left:hover .categ_2_left_inner span{
	display:block!important;
	transition: 0.3s;
}
.categ_2_left:hover .categ_2_left_inner{
	padding-top:36%;
	transition: 0.3s;
}

#collection .shop_h1_left_inner{
	opacity:0;
	transition: 0.3s;
}
#collection .shop_h1_left:hover  .shop_h1_left_inner{
	opacity:1;
	transition: 0.3s;
}
/*********************categ_end****************/


@media screen and (max-width : 767px){
.carousel-caption {
    position:static!important;
	padding:20px 15px 20px 15px;
	background:var(--bs-dark)!important;
	text-align:left!important;
}
.carousel-caption h1 {
    font-size: 40px;
	width:100%!important;
}
.carousel-caption p {
   width:100%!important;
}
.carousel-caption .button {
   padding:10px 15px;
}

.collection_1_right{
	margin-top:20px;
	padding-left:0!important;
}
.choose_1_right{
	margin-top:20px;
	padding-left:0!important;
}

.blog_h1_right{
	text-align:left!important;
	margin-top:20px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.center_home img{
   min-height:550px;
 }
.carousel-caption h1 {
    font-size: 45px;
}

.carousel-caption br {
    display:none;
}
.carousel-caption p {
  width:60%!important;
}
.carousel-caption{
	  padding: 70px 70px 0px 70px;
 }
.blog_h2_left2  span{
	font-size:13px;
}
}
@media (min-width:992px) and (max-width:1200px) {
.center_home img{
   min-height:600px;
 }
.carousel-caption h1 {
    font-size: 50px;
}

.carousel-caption{
	padding: 130px 100px 0px 100px;
 }

 }

@media (min-width:1201px) and (max-width:1350px) {
.center_home img{
   min-height:680px;
 }
.carousel-caption h1 {
    font-size: 60px;
}
 }
@media screen and (min-width : 1400px){
.carousel-caption{
	padding: 220px 140px 0px 160px;
 }

 }


 
