﻿@font-face{
	font-family:'figtree';
	src:url('../font/Figtree-VariableFont_wght.ttf') format('truetype');
	font-weight: normal;
	font-style:normal;
}

.english_page{
	font-family:'figtree',sans-serif !important;
}

.banner{
	position:relative;
	display:flex;
	gap:20px;
	flex-direction:column;
	justify-content:center;
	height:500px;
	width:1200px;
	background:url('../image/middle-banner-background.webp');
	background-size:cover;
	background-position:center center;
	border-radius:1em;
}

.banner_container{
	margin:30px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%
}
.banner h1,
.banner p,
.banner a{
	position:relative;
	z-index:2;
	font-family:'figtree', sans-serif;
	margin:0% 10%;
	
}
.banner h1{
	font-size:46px;
	width:372px;
}
.banner p{

	width:400px;
}
.banner a{
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:9px;
	height:40px;
	width:280px;
	background:black;
	color:white !important;
	transition:0.3s ease-in-out;	
}

.banner a:hover{
	scale:0.9;
	transition:0.3s ease-in-out;
}


.banner::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right: 0;
  	bottom: 0;
	z-index:1;
	border-radius:1em;
	background:linear-gradient(270deg,rgba(248,248,248,0.6),rgba(248,248,248,1));
}

.shop_by_style_left_box{
	position:relative;
	display:flex;
	flex-direction:column;
	gap:10px;
	padding:20px;
	width:280px;
	height:280px;
	background:url('../image/snake_sofa.webp');
	background-position:center center;
	background-size:cover;
	border-radius:15px;
	margin-right:20px;
}

.shop_by_style_left_box.category{
	background:url('../image/bubble-sofa.jpg');
	background-position:center center;
	background-size:cover;
}

.shop_by_style_left_box_overlay{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(1800deg,rgba(204, 181, 136, 0.2),rgba(204, 181, 136, 1));
	z-index:10;
	border-radius:15px;
}
.shop_by_style .swiper-button-next,
.shop_by_style .swiper-button-prev,
.shop_by_category .swiper-button-next,
.shop_by_category .swiper-button-prev{
	background:#ccb58e;
	color:white;
	width:50px;
	height:50px;
	border-radius:50%;
}
.shop_by_style .swiper-button-next:after,
.shop_by_style .swiper-button-prev:after,
.shop_by_category .swiper-button-next:after,
.shop_by_category .swiper-button-prev:after{
	font-size:20px !important;
	font-weight:bold;
}
.shop_by_style_left_box h1{
	 font-size: 26px;
	 position:relative;
	 z-index:20;
}

.shop_by_style_left_box p{
	position:relative;
	z-index:20;
}
.shop_by_style,
.shop_by_category{
	display:flex;
	width:1200px;
}

.shop_by_style .shopreco_cCont,
.shop_by_category .shopreco_cCont{
	height:auto;
}

.shop_by_style .shopreco_cTitle,
.shop_by_category .shopreco_cTitle{
	text-align:center;
}

.shop_by_style_container{
	width:100%;
	display:flex;
	justify-content:center;
	
}

.swiper-slide{
	height:auto !important;
}
