*{
margin: 0;
padding: 0;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

.collection{
	padding: 80px 0;
}
.collection-row{
	margin: 60px 0 0;
}
.heading{
	text-align: center;
}
.heading h2{
	font-size: 52px;
	line-height: 62px;
}

.collection-row{
	margin: 60px 0 0;
	display: flex;
	gap: 22px;
}
.collection-item{
	width: 25%;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.collection-item:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .35);
}
.collection-item a{
	color: #fff;
}
.collection-info p{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
}
.collection-info h3{
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-primary{
	padding: 15px 25px;
	background: #fff;
	border-radius: 6px;
	font-weight: 500;
	color: #000;
}
.collection-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.collection-item.c1{
	background: url('../img/c1.jpg') no-repeat top center;
	background-size: cover;
}
.collection-item.c2{
	background: url('../img/c2.jpg') no-repeat top center;
	background-size: cover;
}
.collection-item.c3{
	background: url('../img/c3.jpg') no-repeat top center;
	background-size: cover;
}
.collection-item.c4{
	background: url('../img/c4.jpg') no-repeat top center;
	background-size: cover;
}
@media (max-width: 1280px){

}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}
.collection-row{
	overflow: auto;
	padding: 0 20px 10px;
	margin-top: 40px;
        margin-left: -20px;
        margin-right: -20px;
}
.collection-item{
	flex-shrink: 0;
	width: 300px;
}
.heading h2{
	font-size: 32px;
}
}

@media (max-width: 768px){
}

@media (max-width: 479px){
}