/*Fonts*/
@font-face{
	src: url('../fonts/RockStar-NarrowRegular.woff2') format('woff');
	font-family: 'RockStar';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face{
	src: url('../fonts/RockStar-NarrowRegularItalic.woff2') format('woff');
	font-family: 'RockStar';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}
@font-face{
	src: url('../fonts/RockStar-NarrowMedium.woff2') format('woff');
	font-family: 'RockStar';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}
@font-face{
	src: url('../fonts/RockStar-NarrowBold.woff2') format('woff');
	font-family: 'RockStar';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}
@font-face{
	src: url('../fonts/RockStar-Bold.woff2') format('woff');
	font-family: 'RockStar';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
@font-face{
	src: url('../fonts/RockStar-ExtraBold.woff2') format('woff');
	font-family: 'RockStar';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}
@font-face{
	src: url('../fonts/RockStar-NarrowBlack.woff2') format('woff');
	font-family: 'RockStar';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}

/*Reset*/
*, :after, :before{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, ol, ul, li, form, label, footer, header,
section, video, input, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul{
	list-style: none;
}

/*General*/
::selection{
	background-color: #C87B7C;
	color: #FFF;
}
html{
	scroll-behavior: smooth;
}
body{
	height: 100%;
	min-width: 320px;
	color: #000;
	font-family: 'RockStar';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	background-color: #AFD6C1;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
a{
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
.main-wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	z-index: 1;
	position: relative;
}
.main-content{
	flex: 1 1 auto;
	position: relative;
	overflow: hidden;
}

/*Margin*/
.my-80{
	margin: 80px 0;
}
.mt-20{
	margin-top: 20px;
}
.mt-40{
	margin-top: 40px;
}
.mt-90{
	margin-top: 90px;
}

/*Text*/
.title-1{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}
.title-2{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.title-stretched{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.text-wrap * + *{
	margin-top: 20px;
}
.text-center{
	text-align: center;
}
.justify-content-center{
	justify-content: center;
}

/*Images*/
.img-full-w{
	width: 100%;
	height: auto;
}

/*Components*/
.btn{
	color: #FFF;
	font-size: 18px;
	line-height: 1;
	padding: 10px 20px;
	background-color: #C87B7C;
	border-radius: 10px;
	transition: background-color 0.35s ease;
}
.btn:hover{
	background-color: #B45B5D;
}
.main-btn{
	font-size: 28px;
	line-height: 1.2;
	padding: 16px 32px;
	border-radius: 20px;
}

/*Header*/
.header{
	position: fixed;
	top: 0;
	width: 100%;
	background: transparent;
	transition: 0.35s ease;
	z-index: 10;
}
.header.blur{
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.header-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	transition: padding 0.35s ease;
}
.header.blur .header-wrap{
	padding: 10px 0;
}
.header-logo{
	font-size: 18px;
	line-height: 0.9;
}
.header-logo span{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

/*Hero Section*/
.hero-section{
	margin: 110px 0 80px;
}
.hero-title{
	font-size: 36px;
	font-weight: 400;
	line-height: 0.7;
}
.hero-title span{
	display: block;
	font-size: 38px;
	font-weight: 800;
	text-transform: uppercase;
}

/*Reviews Section*/
.review{
	font-size: 20px;
	line-height: 1.4;
}
.review + .review{
	padding-top: 32px;
	margin-top: 32px;
	border-top: 1px solid #000;
}
.review br{
	display: none;
}
.review-text{
	font-style: italic;
	font-weight: 400;
}
.review-author{
	font-weight: 600;
	margin-top: 10px;
}

/*Numbers*/
.number + .number{
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #000;
}
.number-text{
	font-size: 20px;
	font-weight: 500;
}
.number-text br{
	display: none;
}
.number-accent{
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	margin-top: 4px;
}

/*Sellers*/
.sellers{
	display: grid;
	gap: 10px;
	font-size: 20px;
	text-align: center;
}
.sellers .sell{
	white-space: nowrap;
}

/*Footer*/
.footer{
	margin-top: 40px;
}
.footer-wrap{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.footer-text{
	font-size: 16px;
	line-height: 1.2;
}
.footer-logos{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.footer-logos a{
	display: flex;
	width: 120px;
	height: auto;
}
.footer-img{
	width: 75%;
	height: auto;
	margin: auto;
}

/*Media*/
@media(max-width: 413px){
	.hero-title,
	.hero-title span{
		font-size: 28px;
	}
}
@media(max-width: 575px){
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(min-width: 768px){
	.title-1,
	.title-stretched{
		font-size: 28px;
	}
	.text-md-left{
		text-align: left;
	}
	.header-logo{
		font-size: 24px;
		font-weight: 500;
		line-height: 1;
	}
	.header-logo span{
		display: inline;
		font-weight: 500;
		text-transform: none;
	}
	.header .btn{
		font-size: 22px;
	}
	.review,
	.number-text{
		font-size: 24px;
	}
	.review br,
	.number-text br{
		display: block;
	}
	.number-accent{
		font-size: 64px;
	}
	.sellers{
		grid-template-columns: repeat(2, 1fr);
		font-size: 28px;
		text-align: left;
	}
	.footer-wrap{
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0;
	}
	.footer-text,
	.footer-logos{
		width: 50%;
	}
	.footer-logos{
		justify-content: flex-end;
	}
	.footer-img{
		width: 40%;
		margin-top: 50px;
	}
}
@media(min-width: 992px){
	.my-80{
		margin: 120px 0;
	}
	.hero-section{
		margin: 110px 0 150px;
	}
	.hero-title{
		font-size: 62px;
	}
	.hero-title span{
		font-size: 70px;
	}
	.number-accent{
		font-size: 72px;
	}
	.sellers .sell:hover{
		text-decoration: underline;
	}
	.footer{
		margin-top: 100px;
	}
	.footer-wrap{
		position: relative;
		justify-content: center;
		padding-bottom: 20px;
	}
	.footer-img{
		position: absolute;
		bottom: 0;
		width: 30%;
		margin: 0;
		z-index: -1;
	}
	.footer-logos img{
		transition: transform .35s;
	}
	.footer-logos a:hover img{
		transform: scale(1.1);
	}
}
@media(min-width: 1200px){
	.sellers{
		grid-template-columns: repeat(4, 1fr);
	}
	.footer{
		margin-top: 160px;
	}
	.footer-wrap{
		padding-bottom: 60px;
	}
	.footer-logos{
		gap: 50px;
	}
	.footer-img{
		width: 40%;
	}
}
@media(min-width: 1400px){
	.footer{
		margin-top: 420px;
	}
	.footer-img{
		width: 50%;
	}
}