@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

html, body {
	padding:0;
	margin: 0;
	font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
	font-size: 15px;
	margin-top: 0 !important;
}

html {
	margin-top: 0 !important;
}

img {
	max-width: 100%;
}
a {
	text-decoration: none;
}

ul{
    padding:0;
    margin: 0;
}

/*---Global Container Change---*/
.container-xl, .container {
    max-width: 1324px;
}

/*----Button Style---*/

.btm-style {
	display: flex;
    max-width: fit-content;
    align-items: center;
    column-gap: 9px;
    padding: 7px 21px 7px 7px;
    background:#ED1D26;
    color:#fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    width: 100%;
    border-radius:40px;
    z-index: 2;
}

.btm-style svg {
    width: 26px;
    height: 26px;
}

.btm-style:after {
    content: "";
    position: absolute;
    background:#000;
    border-radius:50%;
    width: 30px;
    height: 30px;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    left: 5px;
}
.btm-style:hover {
	color:#fff;
	background:#000000;
}

.btm-style:hover:after {
	background:#ED1D26;
}


/*----Header Start---*/

header.main_header {
    padding: 20px 0;
}

.inner-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wishlist-header {
	padding: 0 20px;
}
.wishlist-header svg {
	width:32px;
	height:32px;
}

.right-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-menu {
	display: none;
}

/*---Hero Section---*/

.hero-section {
	height: calc(100vh - 118px);
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.slider-stack {
	overflow: hidden;
	border-radius: 30px;
	height: 100%;
}

.hero-slider {
	height: 100%;
}










