body {
	background: url(images/marketplace/backgroundSite.png?v=2);
}

@media (min-width: 992px) {
	.marketplace-header {
		background-image: url(images/marketplace/bg-main-LAYERback.jpg);
		background-size: cover;
		background-position: center;
		aspect-ratio: 30 / 9;
		position: relative;
		margin-bottom: 30px;
	}

	.marketplace-header .page-header {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		margin: 0;
		background-color: rgb(29 153 217 / 90%);
	}

	.marketplace-header:before {
		content: '';
		display: block;
		width: 550px;
		height: 550px;
		background-image: url(images/marketplace/handASBiphone.png);
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 50%;
	}
}

.mb-4 {
	margin-bottom: 30px;
}

.mb-2 {
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.filtering {
		text-wrap: nowrap;
		overflow-x: auto;
	}
}

.marketplace-item {
	display: block;
    text-decoration: none;
    background: #fff;
    padding: 15px;
    min-height: 250px;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 1rem;
	transition: .5s;
	border-top: 3px solid #279ad7;
}

.marketplace-item:hover {
	background: #3ba3da;
	color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transform: scale(1.05);
}
.marketplace-item:hover h2 {
	color: #fff !important;
}

.marketplace-item:hover .text-muted {
	color: #fff !important;
}

.marketplace-item img {
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	border: 1px solid #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}

.marketplace-item h2 {
	font-weight: bold;
	color: #1d99d9;
}

.marketplace-item h2 a {
	color: inherit;
}

.btn-live-more {
	background: #1d99d9;
	color: #fff;
}

.tag input {
	position: fixed;
	top: -999px;
}

.tag input + label {
	background: #fff;
	color: #000;
	border: 1px solid #1d99d9;
	border-radius: 20px;
	padding: 10px 15px;
	font-size: 1rem;
	font-weight: normal;
	cursor: pointer;
}

.tag input:checked + label {
	background: #1d99d9;
	color: #fff;
	font-weight: bold;
}

.screenshot {
	width: 850px;
	height: 850px;
	background: url(images/marketplace/img-otiyot.png);
	float: left;
	margin-top: -120px;
}

.screenshot .pic img {
	width: 500px;
	height: 500px;
}

.imac-frame {
    position: relative;
    width: 600px;
    height: 600px;
    float: left;
    margin-top: -110px;
}

.imac-frame .bg {
    position: absolute;
    top: 71px;
    left: -50px;
    width: 754px;
    height: 324px;
    object-fit: cover;
    transform: perspective(1760px) rotateX(8deg) rotateY(50deg) rotateZ(-5deg);
    background-size: cover;
}

.imac-frame .screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/marketplace/img-otiyot.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 991px) {
	.imac-frame {
		width: 300px;
		height: 300px;
		float: none;
		margin: 0;
	}
	
	.imac-frame .bg {
        top: 34px;
        left: -52px;
        width: 427px;
        height: 164px;
        transform: perspective(1150px) rotateX(8deg) rotateY(55deg) rotateZ(-5deg);
    }
}


.gallery-slick {
	padding: 0 30px;
}

.gallery-slick a {
	display: block;
	margin: 30px 15px;
	border-radius: 2rem;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border: 1px solid #fff;
	overflow: hidden;
}

.gallery a:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

@media (min-width: 992px) {
	.gallery-slick {
		margin: 0 -40px;
	}
}