/*********************/
/* 	  BASIC CONFIG   */
/*********************/

.slide-wrapper {
	height: 100%;
	min-height: 300px;
	width: 100%;
	max-width: 1920px;
}

.slide-center-vertically {
	display: flex;
	align-items: center;
}

.slide-container-md {
	width: 100%;
	max-width: 100%;
	margin: 0 16px;
}

.slide-container-lg {
	width: 100%;
	max-width: 100%;
	margin: 0 16px;
}

.slide-container-xl {
	width: 100%;
	max-width: 100%;
	margin: 0 16px;
}

.full-width-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	object-position: center;
	background-position: center;
	background-repeat: no-repeat;
}

.slide-width-300 {
	max-width: 100%;
}

.slide-width-550 {
	max-width: 250px;
}

.slide-width-660 {
	max-width: 100%;
	padding: 0 20px;
}

.slide-width-800 {
	max-width: 100%;
	padding: 0 20px;
}

.slide-wrapper h1.h1 {
	font-size: 20px;
}

.slide-wrapper h3.h3 {
	font-size: 16px;
}

.slide-wrapper p.p-lg {
	font-size: 12px;
}

.artdex-logo {
	width: 36px;
}

.separator-line-horizontal {
	width: 70%;
	height: 1px;
	background-color: var(--black);
}

.separator-line-vertical {
	width: 1px;
	height: 100%;
	background-color: var(--black);
}

.bg-w-20 {
	position: absolute;
	top: 0;
	width: 20%;
	height: 100%;
}
.bg-w-30 {
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
}
.bg-w-50 {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}
.bg-w-70 {
	position: absolute;
	top: 0;
	width: 70%;
	height: 100%;
}
.bg-w-80 {
	position: absolute;
	top: 0;
	width: 80%;
	height: 100%;
}
.bg-w-90 {
	position: absolute;
	top: 0;
	width: 90%;
	height: 100%;
}

@media (min-width: 480px) {
	.slide-wrapper {
		height: 100%;
	}
}
@media (min-width: 640px) {
	.slide-wrapper {
		height: 400px;
	}

	.artdex-logo {
		width: 50px;
	}

	.slide-center-vertical {
		display: block;
	}
}

@media (min-width: 768px) {
	.slide-wrapper {
		height: 500px;
	}

	.artdex-logo {
		width: 60px;
	}

	.slide-wrapper h1.h1 {
		font-size: 28px;
	}

	.slide-wrapper h3.h3 {
		font-size: 18px;
	}

	.slide-wrapper p.p-lg {
		font-size: 16px;
	}

	.slide-container-md {
		width: 100%;
		max-width: 100%;
		margin: 0 48px;
	}

	.slide-container-lg {
		width: 100%;
		max-width: 100%;
		margin: 0 24px;
	}

	.slide-container-xl {
		width: 100%;
		max-width: 100%;
		margin: 0 24px;
	}

	.slide-width-550 {
		max-width: 450px;
	}

	.slide-width-660 {
		max-width: 350px;
		padding: 0 20px;
	}

	.slide-width-800 {
		max-width: 650px;
		padding: 0 20px;
	}
}

@media (min-width: 992px) {
	.slide-wrapper {
		height: 650px;
	}

	.artdex-logo {
		width: 64px;
	}

	.slide-wrapper h1.h1 {
		font-size: 32px;
	}

	.slide-wrapper h3.h3 {
		font-size: 20px;
	}

	.slide-wrapper p.p-lg {
		font-size: 18px;
	}

	.slide-container-md {
		max-width: 100%;
		margin: 0 32px;
	}

	.slide-container-lg {
		max-width: 100%;
		margin: 0 32px;
	}

	.slide-container-xl {
		max-width: 100%;
		margin: 0 32px;
	}

	
	.slide-width-300 {
		max-width: 300px;
	}
}

@media (min-width: 1200px) {
	.slide-wrapper {
		height: 800px;
	}

	.artdex-logo {
		width: 84px;
	}

	.slide-container-xl {
		width: 100%;
		max-width: 90%;
	}

	.slide-wrapper h1.h1 {
		font-size: 38px;
	}

	.slide-wrapper h3.h3 {
		font-size: 22px;
	}

	.slide-wrapper p.p-lg {
		font-size: 20px;
	}

	.slide-container-md {
		max-width: 100%;
		margin: 0 48px;
	}

	.slide-container-lg {
		max-width: 100%;
		margin: 0 48px;
	}

	.slide-container-xl {
		max-width: 100%;
		margin: 0 48px;
	}

	.slide-width-550 {
		max-width: 550px;
	}

	.slide-width-660 {
		max-width: 660px;
		padding: 0 20px;
	}

	.slide-width-800 {
		max-width: 800px;
		padding: 0 20px;
	}
}

@media (min-width: 1400px) {
	.slide-wrapper h1.h1 {
		font-size: 46px;
	}

	.slide-wrapper h3.h3 {
		font-size: 24px;
	}

	.slide-container-md {
		max-width: 1200px;
		margin: 0;
	}

	.slide-container-lg {
		max-width: 1200px;
		margin: 0;
	}

	.slide-container-xl {
		max-width: 1200px;
		margin: 0;
	}
}

@media (min-width: 1600px) {
	.slide-wrapper {
		height: 1000px;
	}

	.slide-container-md {
		max-width: 1345px;
	}

	.slide-container-lg {
		max-width: 1620px;
	}

	.slide-container-xl {
		max-width: 1720px;
	}

}


/* ******************************* */
/* 	 PADDING AND MARGINS - START   */
/* ******************************* */

.slide-p-64 {
	padding: 20px;
}
.slide-pt-64 {
	padding-top: 20px;
}
.slide-pb-64 {
	padding-bottom: 20px;
}
.slide-ps-64 {
	padding-left: 20px;
}
.slide-pe-64 {
	padding-right: 20px;
}

.slide-m-64 {
	margin: 20px;
}
.slide-mt-64 {
	margin-top: 20px;
}
.slide-mb-64 {
	margin-bottom: 20px;
}
.slide-ms-64 {
	margin-left: 20px;
}
.slide-me-64 {
	margin-right: 20px;
}

.slide-p-100 {
	padding: 20px;
}
.slide-pt-100 {
	padding-top: 20px;
}
.slide-pb-100 {
	padding-bottom: 20px;
}
.slide-ps-100 {
	padding-left: 20px;
}
.slide-pe-100 {
	padding-right: 20px;
}

.slide-m-100 {
	margin: 20px;
}
.slide-mt-100 {
	margin-top: 20px;
}
.slide-mb-100 {
	margin-bottom: 20px;
}
.slide-ms-100 {
	margin-left: 20px;
}
.slide-me-100 {
	margin-right: 20px;
}

.slide-p-130 {
	padding: 20px;
}
.slide-pt-130 {
	padding-top: 20px;
}
.slide-pb-130 {
	padding-bottom: 20px;
}
.slide-ps-130 {
	padding-left: 20px;
}
.slide-pe-130 {
	padding-right: 20px;
}

.slide-m-130 {
	margin: 20px;
}
.slide-mt-130 {
	margin-top: 20px;
}
.slide-mb-130 {
	margin-bottom: 20px;
}
.slide-ms-130 {
	margin-left: 20px;
}
.slide-me-130 {
	margin-right: 20px;
}

.slide-p-150 {
	padding: 20px;
}
.slide-pt-150 {
	padding-top: 20px;
}
.slide-pb-150 {
	padding-bottom: 20px;
}
.slide-ps-150 {
	padding-left: 20px;
}
.slide-pe-150 {
	padding-right: 20px;
}

.slide-m-150 {
	margin: 20px;
}
.slide-mt-150 {
	margin-top: 20px;
}
.slide-mb-150 {
	margin-bottom: 20px;
}
.slide-ms-150 {
	margin-left: 20px;
}
.slide-me-150 {
	margin-right: 20px;
}

/* Tablet (min-width: 768px) */
@media (min-width: 768px) {
	.slide-p-64 {
		padding: 25px;
	}
	.slide-pt-64 {
		padding-top: 25px;
	}
	.slide-pb-64 {
		padding-bottom: 25px;
	}
	.slide-ps-64 {
		padding-left: 25px;
	}
	.slide-pe-64 {
		padding-right: 25px;
	}

	.slide-m-64 {
		margin: 25px;
	}
	.slide-mt-64 {
		margin-top: 25px;
	}
	.slide-mb-64 {
		margin-bottom: 25px;
	}
	.slide-ms-64 {
		margin-left: 25px;
	}
	.slide-me-64 {
		margin-right: 25px;
	}

	.slide-p-100 {
		padding: 35px;
	}
	.slide-pt-100 {
		padding-top: 35px;
	}
	.slide-pb-100 {
		padding-bottom: 35px;
	}
	.slide-ps-100 {
		padding-left: 35px;
	}
	.slide-pe-100 {
		padding-right: 35px;
	}

	.slide-m-100 {
		margin: 35px;
	}
	.slide-mt-100 {
		margin-top: 35px;
	}
	.slide-mb-100 {
		margin-bottom: 35px;
	}
	.slide-ms-100 {
		margin-left: 35px;
	}
	.slide-me-100 {
		margin-right: 35px;
	}

	.slide-p-130 {
		padding: 40px;
	}
	.slide-pt-130 {
		padding-top: 40px;
	}
	.slide-pb-130 {
		padding-bottom: 40px;
	}
	.slide-ps-130 {
		padding-left: 40px;
	}
	.slide-pe-130 {
		padding-right: 40px;
	}

	.slide-m-130 {
		margin: 40px;
	}
	.slide-mt-130 {
		margin-top: 40px;
	}
	.slide-mb-130 {
		margin-bottom: 40px;
	}
	.slide-ms-130 {
		margin-left: 40px;
	}
	.slide-me-130 {
		margin-right: 40px;
	}

	.slide-p-150 {
		padding: 50px;
	}
	.slide-pt-150 {
		padding-top: 50px;
	}
	.slide-pb-150 {
		padding-bottom: 50px;
	}
	.slide-ps-150 {
		padding-left: 50px;
	}
	.slide-pe-150 {
		padding-right: 50px;
	}

	.slide-m-150 {
		margin: 50px;
	}
	.slide-mt-150 {
		margin-top: 50px;
	}
	.slide-mb-150 {
		margin-bottom: 50px;
	}
	.slide-ms-150 {
		margin-left: 50px;
	}
	.slide-me-150 {
		margin-right: 50px;
	}
}

/* Small desktop (min-width: 992px) */
@media (min-width: 992px) {
	.slide-p-64 {
		padding: 45px;
	}
	.slide-pt-64 {
		padding-top: 45px;
	}
	.slide-pb-64 {
		padding-bottom: 45px;
	}
	.slide-ps-64 {
		padding-left: 45px;
	}
	.slide-pe-64 {
		padding-right: 45px;
	}

	.slide-m-64 {
		margin: 45px;
	}
	.slide-mt-64 {
		margin-top: 45px;
	}
	.slide-mb-64 {
		margin-bottom: 45px;
	}
	.slide-ms-64 {
		margin-left: 45px;
	}
	.slide-me-64 {
		margin-right: 45px;
	}

	.slide-p-100 {
		padding: 50px;
	}
	.slide-pt-100 {
		padding-top: 50px;
	}
	.slide-pb-100 {
		padding-bottom: 50px;
	}
	.slide-ps-100 {
		padding-left: 50px;
	}
	.slide-pe-100 {
		padding-right: 50px;
	}

	.slide-m-100 {
		margin: 50px;
	}
	.slide-mt-100 {
		margin-top: 50px;
	}
	.slide-mb-100 {
		margin-bottom: 50px;
	}
	.slide-ms-100 {
		margin-left: 50px;
	}
	.slide-me-100 {
		margin-right: 50px;
	}

	.slide-p-130 {
		padding: 70px;
	}
	.slide-pt-130 {
		padding-top: 70px;
	}
	.slide-pb-130 {
		padding-bottom: 70px;
	}
	.slide-ps-130 {
		padding-left: 70px;
	}
	.slide-pe-130 {
		padding-right: 70px;
	}

	.slide-m-130 {
		margin: 70px;
	}
	.slide-mt-130 {
		margin-top: 70px;
	}
	.slide-mb-130 {
		margin-bottom: 70px;
	}
	.slide-ms-130 {
		margin-left: 70px;
	}
	.slide-me-130 {
		margin-right: 70px;
	}

	.slide-p-150 {
		padding: 80px;
	}
	.slide-pt-150 {
		padding-top: 80px;
	}
	.slide-pb-150 {
		padding-bottom: 80px;
	}
	.slide-ps-150 {
		padding-left: 80px;
	}
	.slide-pe-150 {
		padding-right: 80px;
	}

	.slide-m-150 {
		margin: 80px;
	}
	.slide-mt-150 {
		margin-top: 80px;
	}
	.slide-mb-150 {
		margin-bottom: 80px;
	}
	.slide-ms-150 {
		margin-left: 80px;
	}
	.slide-me-150 {
		margin-right: 80px;
	}
}

/* Desktop (min-width: 1200px) */
@media (min-width: 1200px) {
	.slide-p-64 {
		padding: 55px;
	}
	.slide-pt-64 {
		padding-top: 55px;
	}
	.slide-pb-64 {
		padding-bottom: 55px;
	}
	.slide-ps-64 {
		padding-left: 55px;
	}
	.slide-pe-64 {
		padding-right: 55px;
	}

	.slide-m-64 {
		margin: 55px;
	}
	.slide-mt-64 {
		margin-top: 55px;
	}
	.slide-mb-64 {
		margin-bottom: 55px;
	}
	.slide-ms-64 {
		margin-left: 55px;
	}
	.slide-me-64 {
		margin-right: 55px;
	}

	.slide-p-100 {
		padding: 80px;
	}
	.slide-pt-100 {
		padding-top: 80px;
	}
	.slide-pb-100 {
		padding-bottom: 80px;
	}
	.slide-ps-100 {
		padding-left: 80px;
	}
	.slide-pe-100 {
		padding-right: 80px;
	}

	.slide-m-100 {
		margin: 80px;
	}
	.slide-mt-100 {
		margin-top: 80px;
	}
	.slide-mb-100 {
		margin-bottom: 80px;
	}
	.slide-ms-100 {
		margin-left: 80px;
	}
	.slide-me-100 {
		margin-right: 80px;
	}

	.slide-p-130 {
		padding: 90px;
	}
	.slide-pt-130 {
		padding-top: 90px;
	}
	.slide-pb-130 {
		padding-bottom: 90px;
	}
	.slide-ps-130 {
		padding-left: 90px;
	}
	.slide-pe-130 {
		padding-right: 90px;
	}

	.slide-m-130 {
		margin: 90px;
	}
	.slide-mt-130 {
		margin-top: 90px;
	}
	.slide-mb-130 {
		margin-bottom: 90px;
	}
	.slide-ms-130 {
		margin-left: 90px;
	}
	.slide-me-130 {
		margin-right: 90px;
	}

	.slide-p-150 {
		padding: 100px;
	}
	.slide-pt-150 {
		padding-top: 100px;
	}
	.slide-pb-150 {
		padding-bottom: 100px;
	}
	.slide-ps-150 {
		padding-left: 100px;
	}
	.slide-pe-150 {
		padding-right: 100px;
	}

	.slide-m-150 {
		margin: 100px;
	}
	.slide-mt-150 {
		margin-top: 100px;
	}
	.slide-mb-150 {
		margin-bottom: 100px;
	}
	.slide-ms-150 {
		margin-left: 100px;
	}
	.slide-me-150 {
		margin-right: 100px;
	}
}

/* Large desktop (min-width: 1600px) */
@media (min-width: 1600px) {
	.slide-p-64 {
		padding: 64px;
	}
	.slide-pt-64 {
		padding-top: 64px;
	}
	.slide-pb-64 {
		padding-bottom: 64px;
	}
	.slide-ps-64 {
		padding-left: 64px;
	}
	.slide-pe-64 {
		padding-right: 64px;
	}

	.slide-m-64 {
		margin: 64px;
	}
	.slide-mt-64 {
		margin-top: 64px;
	}
	.slide-mb-64 {
		margin-bottom: 64px;
	}
	.slide-ms-64 {
		margin-left: 64px;
	}
	.slide-me-64 {
		margin-right: 64px;
	}

	.slide-p-100 {
		padding: 100px;
	}
	.slide-pt-100 {
		padding-top: 100px;
	}
	.slide-pb-100 {
		padding-bottom: 100px;
	}
	.slide-ps-100 {
		padding-left: 100px;
	}
	.slide-pe-100 {
		padding-right: 100px;
	}

	.slide-m-100 {
		margin: 100px;
	}
	.slide-mt-100 {
		margin-top: 100px;
	}
	.slide-mb-100 {
		margin-bottom: 100px;
	}
	.slide-ms-100 {
		margin-left: 100px;
	}
	.slide-me-100 {
		margin-right: 100px;
	}

	.slide-p-130 {
		padding: 130px;
	}
	.slide-pt-130 {
		padding-top: 130px;
	}
	.slide-pb-130 {
		padding-bottom: 130px;
	}
	.slide-ps-130 {
		padding-left: 130px;
	}
	.slide-pe-130 {
		padding-right: 130px;
	}

	.slide-m-130 {
		margin: 130px;
	}
	.slide-mt-130 {
		margin-top: 130px;
	}
	.slide-mb-130 {
		margin-bottom: 130px;
	}
	.slide-ms-130 {
		margin-left: 130px;
	}
	.slide-me-130 {
		margin-right: 130px;
	}

	.slide-p-150 {
		padding: 150px;
	}
	.slide-pt-150 {
		padding-top: 150px;
	}
	.slide-pb-150 {
		padding-bottom: 150px;
	}
	.slide-ps-150 {
		padding-left: 150px;
	}
	.slide-pe-150 {
		padding-right: 150px;
	}

	.slide-m-150 {
		margin: 150px;
	}
	.slide-mt-150 {
		margin-top: 150px;
	}
	.slide-mb-150 {
		margin-bottom: 150px;
	}
	.slide-ms-150 {
		margin-left: 150px;
	}
	.slide-me-150 {
		margin-right: 150px;
	}
}

/* ******************************* */
/* 	  PADDING AND MARGINS - END    */
/* ******************************* */



/* ******************************* */
/* 	 	 COVER SINGLE 5 - START    */
/* ******************************* */
.cover-single-5-box {
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.cover-single-5-box .separator-line-vertical {
	height: 100px;
}

.cover-single-5-box .top-line {
	top: -50px;
	bottom: auto;
}

.cover-single-5-box .bottom-line {
	top: auto;
	bottom: -50px
}

@media (min-width: 768px) {
	.cover-single-5-box {
		height: 350px;
	}

	.cover-single-5-box .separator-line-vertical {
		height: 140px;
	}

	.cover-single-5-box .top-line {
		top: -70px;
		bottom: auto;
	}

	.cover-single-5-box .bottom-line {
		top: auto;
		bottom: -70px;
	}
}

@media (min-width: 992px) {
	.cover-single-5-box {
		height: 585px;
	}

	.cover-single-5-box .separator-line-vertical {
		height: 170px;
	}

	.cover-single-5-box .top-line {
		top: -85px;
		bottom: auto;
	}

	.cover-single-5-box .bottom-line {
		top: auto;
		bottom: -85px;
	}
}

/* ******************************* */
/* 	 	 COVER SINGLE 5 - END      */
/* ******************************* */


/* ******************************* */
/* 	 	 COVER DOUBLE 1 - START    */
/* ******************************* */
.cover-double-1 .d-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	min-height: 300px;
	height: calc(100% - 40px);
}

.cover-double-1 .first-column {
	height: 90%;
}

.cover-double-1 img {
	height: 90%;
}

@media (min-width: 640px) {
	.cover-double-1 img {
		height: 100%;
	}

	.cover-double-1 .first-column {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.cover-double-1 .d-grid {
		height: calc(100% - 60px);
	}
}

@media (min-width: 992px) {
	.cover-double-1 .d-grid {
		height: calc(100% - 100px);
	}
}

@media (min-width: 1200px) {
	.cover-double-1 .d-grid {
		height: calc(100% - 128px);
	}
}
/* ******************************* */
/* 	 	 COVER DOUBLE 1 - END      */
/* ******************************* */




/* ******************************* */
/* 	 	 COVER DOUBLE 2 - START    */
/* ******************************* */
.slide-img-1 {
	height: 80%;
	width: 80%;
	margin-left: auto;
}

.slide-img-2 {
	height: 60%;
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

/* ******************************* */
/* 	 	 COVER DOUBLE 2 - END      */
/* ******************************* */



/* ********************************* */
/* 	 	 COVER MULTIPLE 1 - START    */
/* ********************************* */
@media (max-width: 641px) {
	.cover-multiple-1.slide-wrapper {
		height: 300px;
	}
}

.cover-multiple-1 .grid-img {
	height: 150px;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.cover-multiple-1 .grid-img {
		height: 190px;
	}
}
@media (min-width: 992px) {
	.cover-multiple-1 .grid-img {
		height: 300px;
	}
}
@media (min-width: 1200px) {
	.cover-multiple-1 .grid-img {
		height: 400px;
	}
}
@media (min-width: 1400px) {
	.cover-multiple-1 .grid-img {
		height: 500px;
	}
}

/* ********************************* */
/* 	 	 COVER MULTIPLE 1 - END      */
/* ********************************* */

/* ********************************* */
/* 	 	 COVER MULTIPLE 2 - START    */
/* ********************************* */

.cover-multiple-2 .artdex-logo {
	position: static;
	padding-bottom: 24px;
}

.cover-multiple-2 .d-grid {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
}


.cover-multiple-2 .d-grid .grid-img.grid-item-3 {
	grid-column: 3 / 4;
	grid-row: 1 / 4;
}

.cover-multiple-2 .d-grid .grid-img.grid-item-3 {
	grid-column: span 2;
	grid-row: 2 / 4;
}

@media (max-width: 641px) {
	.cover-multiple-2 .d-grid {
		max-height: 400px;
	}
}

@media (min-width: 768px) {
	.cover-multiple-2 .artdex-logo {
		position: absolute;
		padding-bottom: 0;
	}
}

/* ********************************* */
/* 	 	 COVER MULTIPLE 2 - END      */
/* ********************************* */



/* ********************************* */
/* 	 	 COVER MULTIPLE 3 - START    */
/* ********************************* */

.cover-multiple-3 .d-grid {
	grid-template-columns: minmax(120px, 1fr) 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(200px, 1fr));
}

.cover-multiple-3 .grid-item-1 {
	grid-column: 1 / 3;
}

.cover-multiple-3 .grid-item-2 {
	grid-column: 3 / 5;
}

.cover-multiple-3 .grid-item-3 {
	grid-column: 5 / 7;
	grid-row: 1 / 3;
}
.cover-multiple-3 .grid-item-4 {
	grid-column: 1 / 3;

}

@media (max-width: 641px) {
	.cover-multiple-3 .d-grid {
		max-height: 400px;
	}
}

/* ********************************* */
/* 	 	 COVER MULTIPLE 3 - END      */
/* ********************************* */



/* ********************************* */
/* 	 	 COVER MULTIPLE 4 - START    */
/* ********************************* */


.cover-multiple-4 .grid-img {
	height: 70px;
	width: 100%;
}

@media (min-width: 390px) {
	.cover-multiple-4 .grid-img {
		height: 100px;
	}
}
@media (min-width: 480px) {
	.cover-multiple-4 .grid-img {
		height: 100px;
	}
}
@media (min-width: 640px) {
	.cover-multiple-4 .grid-img {
		height: 140px;
	}
}
@media (min-width: 768px) {
	.cover-multiple-4 .grid-img {
		height: 180px;
	}
}
@media (min-width: 992px) {
	.cover-multiple-4 .grid-img {
		height: 240px;
	}
}

@media (min-width: 1200px) {
	.cover-multiple-4 .grid-img {
		height: 285px;
	}
}



/* ********************************* */
/* 	 	 COVER MULTIPLE 4 - END      */
/* ********************************* */





/* ********************************* */
/* 	 	 COVER MULTIPLE 5 - START    */
/* ********************************* */
@media (max-width: 641px) {
	.cover-multiple-5.slide-wrapper {
		height: 300px;
	}
}

.cover-multiple-5 .d-grid {
	grid-template-columns: 1fr 1fr minmax(130px, 1fr) 1fr 1fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(200px, 1fr));
}

.cover-multiple-5 .grid-item-1 {
	grid-row: 1 / 3;
	grid-column: 1 / 3;
}

.cover-multiple-5 .grid-item-2 {
	grid-column: 3 / 5;
}

.cover-multiple-5 .grid-item-3 {
	grid-column: 5 / 8;
}

.cover-multiple-5 .grid-item-4 {
	grid-column: 3 / 8;
}


@media (max-width: 641px) {
	.cover-multiple-3 .d-grid {
		max-height: 400px;
	}
}

/* ********************************* */
/* 	 	 COVER MULTIPLE 5 - END      */
/* ********************************* */


/* *************************************** */
/* 	 	 FOOTER SLIDES - BASE - START      */
/* *************************************** */
.slide-wrapper.footer-slides {
	height: 600px;
}

.footer-social-icon {
	width: 32px;
	height: 32px;
	border-radius: 500px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .2s ease;
}

.footer-social-icon:hover {
	background-color: var(--black-text);
}


@media (min-width: 992px) {
	.slide-wrapper.footer-slides {
		height: 750px;
	}
	
	.footer-social-icon {
		width: 40px;
		height: 40px;
	}	
}

@media (min-width: 1200px) {
	.slide-wrapper.footer-slides {
		height: 800px;
	}
}

@media (min-width: 1600px) {
	.slide-wrapper.footer-slides {
		height: 1000px;
	}
}

/* *************************************** */
/* 	 	 FOOTER SLIDES - BASE - END        */
/* *************************************** */


/* ********************************* */
/* 	 	 FOOTER SLIDE 2 - START      */
/* ********************************* */
.artdex-logo {
	margin: 10px;
}

.footer-slide-2 .footer-bottom-content {
	margin-top: -33px;
}

@media (min-width: 768px) {
	.artdex-logo {
		margin: 16px;
	}

	.footer-slide-2 .footer-bottom-content {
		margin-top: -58px;
	}

	.footer-slide-2 .footer-bottom-content {
		margin-top: -43.5px;
	}
}

@media (min-width: 992px) {
	.artdex-logo {
		margin: 24px;
	}

	.footer-slide-2 .footer-bottom-content {
		margin-top: -58px;
	}
}

@media (min-width: 1200px) {
	.artdex-logo {
		margin: 30px;
	}

	.footer-slide-2 .footer-bottom-content {
		margin-top: -68.5px;
	}
}

/* ********************************* */
/* 	 	 FOOTER SLIDE 2 - END        */
/* ********************************* */



/* ********************************* */
/* 	 	 FOOTER SLIDE 3 - START      */
/* ********************************* */
.footer-slide-3 .artdex-logo {
	margin-left: auto;
}

.footer-slide-3 .left-side {
	display: grid;
	grid-template-rows: 1fr auto;
	align-items: center;
}

/* ********************************* */
/* 	 	 FOOTER SLIDE 3 - END        */
/* ********************************* */




/* ********************************* */
/* 	 	 FOOTER SLIDE 4 - START      */
/* ********************************* */
.footer-box {
	min-height: 200px;
	position: absolute;
	bottom: -50%;
	transform: translateY(-50%);
	border: 2px solid var(--black);
}

/* ********************************* */
/* 	 	 FOOTER SLIDE 4 - END        */
/* ********************************* */





/* ********************************* */
/* 	 	VERTICAL SLIDE 3 - START     */
/* ********************************* */
@media (min-width: 768px) {
    .slide-wrapper.vertical-slide-3 {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .slide-wrapper.vertical-slide-3 {
        height: 750px;
    }
}

@media (min-width: 1200px) {
    .slide-wrapper.vertical-slide-3 {
        height: 900px;
    }
}
@media (min-width: 1600px) {
    .slide-wrapper.vertical-slide-3 {
        height: 1000px;
    }
}


/* ********************************* */
/* 	 	VERTICAL SLIDE 3 - END       */
/* ********************************* */


/* ********************************* */
/* 	 	VERTICAL SLIDE 5 - START     */
/* ********************************* */
@media (min-width: 768px) {
    .slide-wrapper.vertical-slide-5 {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .slide-wrapper.vertical-slide-5 {
        height: 750px;
    }
}

@media (min-width: 1200px) {
    .slide-wrapper.vertical-slide-5 {
        height: 900px;
    }
}
@media (min-width: 1600px) {
    .slide-wrapper.vertical-slide-5 {
        height: 1000px;
    }
}


/* ********************************* */
/* 	 	VERTICAL SLIDE 5 - END       */
/* ********************************* */


/* ********************************* */
/* 	 	VERTICAL SLIDE 7 - START     */
/* ********************************* */
@media (min-width: 768px) {
    .slide-wrapper.vertical-slide-7 {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .slide-wrapper.vertical-slide-7 {
        height: 750px;
    }
}

@media (min-width: 1200px) {
    .slide-wrapper.vertical-slide-7 {
        height: 900px;
    }
}
@media (min-width: 1600px) {
    .slide-wrapper.vertical-slide-7 {
        height: 1000px;
    }
}
/* ********************************* */
/* 	 	VERTICAL SLIDE 7 - END       */
/* ********************************* */


/* ********************************* */
/* 	 	VERTICAL SLIDE 9 - START     */
/* ********************************* */
@media (min-width: 768px) {
    .slide-wrapper.vertical-slide-9 {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .slide-wrapper.vertical-slide-9 {
        height: 750px;
    }
}

@media (min-width: 1200px) {
    .slide-wrapper.vertical-slide-9 {
        height: 900px;
    }
}
@media (min-width: 1600px) {
    .slide-wrapper.vertical-slide-9 {
        height: 1000px;
    }
}
/* ********************************* */
/* 	 	VERTICAL SLIDE 9 - END       */
/* ********************************* */


/* ********************************* */
/* 	 	VERTICAL SLIDE 10 - START    */
/* ********************************* */
@media (min-width: 768px) {
    .slide-wrapper.vertical-slide-10 {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .slide-wrapper.vertical-slide-10 {
        height: 750px;
    }
}

@media (min-width: 1200px) {
    .slide-wrapper.vertical-slide-10 {
        height: 900px;
    }
}
@media (min-width: 1600px) {
    .slide-wrapper.vertical-slide-10 {
        height: 1000px;
    }
}
/* ********************************* */
/* 	 	VERTICAL SLIDE 10 - END      */
/* ********************************* */





/* ********************************* */
/* 	   HORIZONTAL SLIDE 1 - START    */
/* ********************************* */
.horizontal-slide-1 .img-holder {
	height: 100%;
	width: 60%;
	top: 0;
	left: 0;
	z-index: -1;
}
/* ********************************* */
/* 	   HORIZONTAL SLIDE 1 - END      */
/* ********************************* */



/* ********************************* */
/* 	   HORIZONTAL SLIDE 2 - START    */
/* ********************************* */
.horizontal-slide-2 .top-part {
	height: 200px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media (min-width: 768px) {
	.horizontal-slide-2 .top-part {
		height: 250px;
	}
}

@media (min-width: 992px) {
	.horizontal-slide-2 .top-part {
		height: 75%;
	}
}
/* ********************************* */
/* 	   HORIZONTAL SLIDE 2 - END      */
/* ********************************* */



/* ********************************* */
/* 	   HORIZONTAL SLIDE 4 - START    */
/* ********************************* */

.horizontal-slide-4 .top-part {
	height: 200px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media (min-width: 768px) {
	.horizontal-slide-4 .top-part {
		height: 250px;
	}
}

@media (min-width: 992px) {
	.horizontal-slide-4 .top-part {
		height: 75%;
	}
}
/* ********************************* */
/* 	   HORIZONTAL SLIDE 4 - END      */
/* ********************************* */


/* ********************************* */
/* 	   HORIZONTAL SLIDE 5 - START    */
/* ********************************* */
.horizontal-slide-5 .top-part {
	height: 200px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media (min-width: 768px) {
	.horizontal-slide-5 .top-part {
		height: 200px;
	}
}

@media (min-width: 992px) {
	.horizontal-slide-5 .top-part {
		height: 60%;
	}

	.horizontal-slide-5 .bottom-part {
		height: 40%;
	}
}
/* ********************************* */
/* 	   HORIZONTAL SLIDE 5 - END      */
/* ********************************* */


/* ********************************* */
/* 	   HORIZONTAL SLIDE 6 - START    */
/* ********************************* */
.horizontal-slide-6 .img-holder {
	height: calc(33.333% - 8px);
}

.slide-wrapper.horizontal-slide-6 {
	height: 100%;
}

@media (min-width: 450px) {
	.slide-wrapper.horizontal-slide-6 {
		height: 500px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.horizontal-slide-6 {
		height: 650px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.horizontal-slide-6 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.horizontal-slide-6 {
		height: 1000px;
	}
}

/* ********************************* */
/* 	   HORIZONTAL SLIDE 6 - END      */
/* ********************************* */



/* ********************************* */
/* 	   HORIZONTAL SLIDE 7 - START    */
/* ********************************* */
.horizontal-slide-7 .bottom-part {
	height: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.slide-wrapper.horizontal-slide-7 {
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.horizontal-slide-7 {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.horizontal-slide-7 {
		height: 650px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.horizontal-slide-7 {
		height: 750px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.horizontal-slide-7 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.horizontal-slide-7 {
		height: 1000px;
	}
}


@media (min-width: 640px) {
	.artdex-logo {
		width: 38px;
	}
}

@media (min-width: 768px) {
	.horizontal-slide-7 .bottom-part {
		height: auto;
	}

	.artdex-logo {
		width: 45px;
	}
}

@media (min-width: 992px) {
	.horizontal-slide-7 .bottom-part {
		height: 60%;
	}

	.horizontal-slide-7 .top-part {
		height: 40%;
	}

}
@media (min-width: 1200px) {
	.horizontal-slide-7 .bottom-part {
		height: 80%;
	}

	.horizontal-slide-7 .top-part {
		height: 30%;
	}

	
	.artdex-logo {
		width: 60px;
	}
}
@media (min-width: 1600px) {
	.horizontal-slide-7 .bottom-part {
		height: 60%;
	}

	.horizontal-slide-7 .top-part {
		height: 40%;
	}
}

/* ********************************* */
/* 	   HORIZONTAL SLIDE 7 - END      */
/* ********************************* */



/* ********************************* */
/* 	   HORIZONTAL SLIDE 8 - START    */
/* ********************************* */
.horizontal-slide-8 .img-holder {
	height: 200px ;
}

@media (min-width: 640px) {
	.horizontal-slide-8 .img-holder {
		height: 300px ;
	}
}

@media (min-width: 768px) {
	.horizontal-slide-8 .img-holder {
		height: 400px ;
	}
}


@media (min-width: 992px) {
	.horizontal-slide-8 .img-holder {
		height: 80%;
	}
}
/* ********************************* */
/* 	   HORIZONTAL SLIDE 8 - END      */
/* ********************************* */


/* ********************************* */
/* 	   HORIZONTAL SLIDE 9 - START    */
/* ********************************* */
.horizontal-slide-9 .img-holder {
	height: 200px ;
}

@media (min-width: 640px) {
	.horizontal-slide-9 .img-holder {
		height: 300px ;
	}
}

@media (min-width: 768px) {
	.horizontal-slide-9 .img-holder {
		height: 400px ;
	}
}


@media (min-width: 992px) {
	.horizontal-slide-9 .img-holder {
		height: 60%;
	}
}
/* ********************************* */
/* 	   HORIZONTAL SLIDE 9 - END      */
/* ********************************* */


/* ********************************* */
/* 	   HORIZONTAL SLIDE 10 - START   */
/* ********************************* */
.horizontal-slide-10 .d-grid {
	grid-template-columns: 1fr;
	grid-template-rows: 50% 1fr;
}

/* ********************************* */
/* 	   HORIZONTAL SLIDE 10 - END     */
/* ********************************* */



/* ********************************* */
/* 	   	 SQUARE SLIDE 4 - START    	 */
/* ********************************* */
.square-slide-4 .d-grid {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 8px;
}

@media (min-width: 768px) {
	.square-slide-4 .d-grid {
		gap: 16px;
	}
}

@media (min-width: 992px) {
	.square-slide-4 .d-grid {
		gap: 24px;
	}
}
/* ********************************* */
/* 	   	 SQUARE SLIDE 4 - END 	     */
/* ********************************* */


/* ********************************* */
/* 	   	 SQUARE SLIDE 5 - START    	 */
/* ********************************* */
.slide-wrapper.square-slide-5 {
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.square-slide-5 {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.square-slide-5 {
		height: 650px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.square-slide-5 {
		height: 750px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.square-slide-5 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.square-slide-5 {
		height: 1000px;
	}
}

.square-slide-5 .d-grid {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 8px;
}

@media (min-width: 768px) {
	.square-slide-5 .d-grid {
		gap: 16px;
	}
}

@media (min-width: 992px) {
	.square-slide-5 .d-grid {
		gap: 24px;
	}
}
/* ********************************* */
/* 	   	 SQUARE SLIDE 5 - END 	     */
/* ********************************* */



/* ********************************* */
/* 	   	 SQUARE SLIDE 7 - START	     */
/* ********************************* */
.slide-wrapper.square-slide-7 {
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.square-slide-7 {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.square-slide-7 {
		height: 650px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.square-slide-7 {
		height: 750px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.square-slide-7 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.square-slide-7 {
		height: 1000px;
	}
}


.square-slide-7 .d-grid {
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: min-content;
	gap: 8px;
}

@media (min-width: 768px) {
	.square-slide-7 .d-grid {
		gap: 16px;
	}
}

@media (min-width: 992px) {
	.square-slide-7 .d-grid {
		gap: 24px;
	}
}

/* ********************************* */
/* 	   	 SQUARE SLIDE 7 - END 	     */
/* ********************************* */



/* ********************************* */
/* 	   	 SQUARE SLIDE 8 - START	     */
/* ********************************* */
.slide-wrapper.square-slide-8 {
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.square-slide-8 {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.square-slide-8 {
		height: 100%;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.square-slide-8 {
		height: 750px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.square-slide-8 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.square-slide-8 {
		height: 1000px;
	}
}


.square-slide-8 .d-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.square-slide-8 .grid-box {
	min-height: 200px;
	height: 100%;
}

@media (min-width: 768px) {
	.square-slide-8 .d-grid {
		gap: 16px;
	}
}

@media (min-width: 992px) {
	.square-slide-8 .d-grid {
		gap: 24px;
	}
}

/* ********************************* */
/* 	   	 SQUARE SLIDE 8 - END 	     */
/* ********************************* */



/* ********************************* */
/* 	   	SQUARE SLIDE 11 - START	     */
/* ********************************* */
@media(max-width: 640px) {
	.square-slide-11 .img-holder {
		max-height: 200px;
	}
}

.square-slide-11 .d-grid {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 8px;
	height: 1000px;
}

.square-slide-11 .grid-box {
	min-height: 200px;
	height: 100%;
}

@media (min-width: 768px) {
	.square-slide-11 .d-grid {
		gap: 16px;
	}
}

@media (min-width: 992px) {
	.square-slide-11 .d-grid {
		gap: 24px;
	}
}

/* ********************************* */
/* 	   	 SQUARE SLIDE 11 - END 	     */
/* ********************************* */

/* ********************************* */
/* 	   	SQUARE SLIDE 12 - START	     */
/* ********************************* */
.square-slide-12 .bg-holder {
	height: 20%;
	width: 100%;
	bottom: 0;
	left: 0;
}

@media (min-width: 640px) {
	.square-slide-12 .bg-holder {
		height: 25%;
		width: 100%;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 768px) {
	.square-slide-12 .bg-holder {
		height: 30%;
		width: 100%;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 992px) {
	.square-slide-12 .bg-holder {
		height: 33%;
		width: 100%;
		bottom: 0;
		left: 0;
	}
}
/* ********************************* */
/* 	   	 SQUARE SLIDE 12 - END 	     */
/* ********************************* */





/* ************************************** */
/* 	   	ROUND & OVAL SLIDE 1 - START      */
/* ************************************** */
.round-oval-slide-1 .img-1 {
	border-radius: 1000px 1000px 0 0;
}

.round-oval-slide-1 .img-2 {
	border-radius: 0 0 1000px 1000px;
}

.round-oval-slide-1 .img-3 {
	border-radius: 1000px 1000px 0 0;
}

@media (max-width: 640px) {
	.round-oval-slide-1 .img-holder img {
		max-height: 300px;
	}
}

/* ************************************** */
/* 	   	 ROUND & OVAL SLIDE 1 - END       */
/* ************************************** */



/* ************************************** */
/* 	   	ROUND & OVAL SLIDE 2 - START      */
/* ************************************** */
@media (max-width: 640px) {
	.round-oval-slide-2 .img-holder {
		max-height: 350px;
	}
}

/* ************************************** */
/* 	   	ROUND & OVAL SLIDE 2 - END        */
/* ************************************** */



/* ************************************** */
/* 	   	ROUND & OVAL SLIDE 6 - START      */
/* ************************************** */

.slide-wrapper.round-oval-slide-6 {
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.round-oval-slide-6 {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.round-oval-slide-6 {
		height: 100%;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.round-oval-slide-6 {
		height: 750px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.round-oval-slide-6 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.round-oval-slide-6 {
		height: 1000px;
	}
}

/* ************************************** */
/* 	   	 ROUND & OVAL SLIDE 6 - END       */
/* ************************************** */

/* ************************************** */
/* 	   	ROUND & OVAL SLIDE 7 - START      */
/* ************************************** */

.round-oval-slide-7 .img-holder {
	border-radius: 1000px 1000px 0 0;
}

@media (max-width: 640px) {
	.round-oval-slide-7 .img-holder img {
		max-height: 250px;
	}
}

/* ************************************** */
/* 	   	 ROUND & OVAL SLIDE 7 - END       */
/* ************************************** */


/* ************************************** */
/* 	   	ROUND & OVAL SLIDE 7 - START      */
/* ************************************** */

.round-oval-slide-8 .separator-line-vertical {
	height: 150px;
}

@media (min-width: 768px) {
	.round-oval-slide-8 .separator-line-vertical {
		height: 200px;
	}
}

@media (min-width: 992px) {
	.round-oval-slide-8 .separator-line-vertical {
		height: 300px;
	}
}
/* ************************************** */
/* 	   	 ROUND & OVAL SLIDE 7 - END       */
/* ************************************** */




/* ****************************** */
/* 	   	TEXT SLIDE 3 - START      */
/* ****************************** */
.text-slide-3 .separator-line-horizontal {
	max-width: 5%;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.text-slide-3 .separator-line-horizontal {
		max-width: 5%;
	}
}
@media (min-width: 992px) {
	.text-slide-3 .separator-line-horizontal {
		max-width: 12%;
	}
}
@media (min-width: 1400px) {
	.text-slide-3 .separator-line-horizontal {
		max-width: 20%;
	}
}
/* ****************************** */
/* 	   	TEXT SLIDE 3 - END	      */
/* ****************************** */


/* ****************************** */
/* 	   	TEXT SLIDE 6 - START      */
/* ****************************** */
.slide-wrapper.text-slide-6 {
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.text-slide-6 {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.text-slide-6 {
		height: 100%;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.text-slide-6 {
		height: 750px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.text-slide-6 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.text-slide-6 {
		height: 1000px;
	}
}
/* ****************************** */
/* 	   	TEXT SLIDE 6 - END	      */
/* ****************************** */


/* ***************************** */
/* 	   	MIX SLIDE 1 - START      */
/* ***************************** */
.slide-wrapper.mix-slide-1 {
	height: 400px;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-1 {
		height: 450px;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-1 {
		height: 600px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-1 {
		height: 750px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-1 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-1 {
		height: 1000px;
	}
}
/* ****************************** */
/* 	   	MIX SLIDE 1 - END	      */
/* ****************************** */

/* ***************************** */
/* 	   	MIX SLIDE 2 - START      */
/* ***************************** */
@media (min-width: 640px) {
	.slide-wrapper.mix-slide-2 {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-2 {
		height: 800px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-2 {
		height: 950px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-2 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-2 {
		height: 1000px;
	}
}

@media (max-width: 768px) {
	.mix-slide-2 .img-holder{
		max-height: 400px;	
	}
}

@media (min-width: 768px) {
	.mix-slide-2 .img-holder {
		max-height: 400px;	
	}
}
/* ****************************** */
/* 	   	MIX SLIDE 2 - END	      */
/* ****************************** */



/* ***************************** */
/* 	   	MIX SLIDE 3 - START      */
/* ***************************** */
.slide-wrapper.mix-slide-3 {
	height: 400px;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-3 {
		height: 400px;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-3 {
		height: 500px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-3 {
		height: 650px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-3 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-3 {
		height: 1000px;
	}
}



.mix-slide-3 .d-grid {
	grid-template-columns: 1fr 30%;
	grid-template-rows: repeat(3, 33.333%);
}

.mix-slide-3 .img-holder-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 4;
}

.mix-slide-3 .img-holder-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.mix-slide-3 .img-holder-3 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.mix-slide-3 .img-holder-4 {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

/* ****************************** */
/* 	   	MIX SLIDE 3 - END	      */
/* ****************************** */



/* ***************************** */
/* 	   	MIX SLIDE 4 - START      */
/* ***************************** */
.slide-wrapper.mix-slide-4 {
	height: 600px;
}

.mix-slide-4 .separator-line-vertical {
	height: 15%;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-4 {
		height: 600px;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-4 {
		height: 650px;
	}

	.mix-slide-4 .separator-line-vertical {
		height: 20%;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-4 {
		height: 700px;
	}

	.mix-slide-4 .separator-line-vertical {
		height: 30%;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-4 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-4 {
		height: 1000px;
	}
}

.mix-slide-4 .d-grid {
	grid-template-columns: 50% 50%;
	grid-template-rows: repeat(2, 50%);
}

.mix-slide-4 .img-holder-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.mix-slide-4 .img-holder-2 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.mix-slide-4 .img-holder-3 {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}


/* ****************************** */
/* 	   	MIX SLIDE 4 - END	      */
/* ****************************** */



/* ***************************** */
/* 	   	MIX SLIDE 5 - START      */
/* ***************************** */
.slide-wrapper.mix-slide-5 {
	height: 500px;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-5 {
		height: 400px;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-5 {
		height: 500px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-5 {
		height: 650px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-5 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-5 {
		height: 1000px;
	}
}

.mix-slide-5 .d-grid {
	grid-template-columns: 50% 50%;
	grid-template-rows: repeat(2, 50%);
}

.mix-slide-5 .img-holder-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.mix-slide-5 .img-holder-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.mix-slide-5 .img-holder-3 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}


/* ****************************** */
/* 	   	MIX SLIDE 5 - END	      */
/* ****************************** */


/* ***************************** */
/* 	   	MIX SLIDE 6 - START      */
/* ***************************** */
.slide-wrapper.mix-slide-6 {
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-6 {
		height: 750px;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-6 {
		height: 750px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-6 {
		height: 800px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-6 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-6 {
		height: 1000px;
	}
}


.mix-slide-6 .d-grid {
	grid-template-columns: 30% 30% 40%;
	grid-template-rows: repeat(2, auto);
}


@media (min-width: 640px) {
	.mix-slide-6 .d-grid {
		grid-template-columns: 30% 30% 40%;
		grid-template-rows: repeat(2, 50%);
	}

}

.mix-slide-6 .box-1 {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.mix-slide-6 .box-2 {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}

.mix-slide-6 .box-3 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.mix-slide-6 .box-4 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}


/* ****************************** */
/* 	   	MIX SLIDE 6 - END	      */
/* ****************************** */

/* ***************************** */
/* 	   	MIX SLIDE 8 - START      */
/* ***************************** */
.slide-wrapper.mix-slide-8 {
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-8 {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-8 {
		height: 800px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-8 {
		height: 850px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-8 {
		height: 900px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-8 {
		height: 1000px;
	}
}


.mix-slide-8 .d-grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.mix-slide-8 .d-grid {
		max-height: 800px;
	}
}


@media (min-width: 640px) {
	.mix-slide-8 .d-grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: repeat(2, 50%);
	}

}

.mix-slide-8 .box-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.mix-slide-8 .box-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.mix-slide-8 .box-3 {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}

.mix-slide-8 .box-4 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}


/* ****************************** */
/* 	   	MIX SLIDE 8 - END	      */
/* ****************************** */





/* ***************************** */
/* 	   	MIX SLIDE 9 - START      */
/* ***************************** */
.slide-wrapper.mix-slide-9 {
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-9 {
		height: 750px;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-9 {
		height: 750px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-9 {
		height: 800px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-9 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-9 {
		height: 1000px;
	}
}


.mix-slide-9 .d-grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
	.mix-slide-9 .d-grid {
		max-height: 650px;
	}
}


@media (min-width: 640px) {
	.mix-slide-9 .d-grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: repeat(2, 50%);
	}

}

.mix-slide-9 .box-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.mix-slide-9 .box-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.mix-slide-9 .box-3 {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

.mix-slide-9 .box-4 {
	grid-column: 2 / 4;
	grid-row: 2 / 3;
}


/* ****************************** */
/* 	   	MIX SLIDE 9 - END	      */
/* ****************************** */




/* ****************************** */
/* 	   	MIX SLIDE 10 - START      */
/* ****************************** */
.slide-wrapper.mix-slide-10 {
	height: 700px;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-10 {
		height: 600px;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-10 {
		height: 600px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-10 {
		height: 650px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-10 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-10 {
		height: 1000px;
	}
}

.mix-slide-10 .d-grid {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(2, 50%);
}

@media (max-width: 768px) {
	.mix-slide-10 .d-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(2, 50%);
	}
}

.mix-slide-10 .box-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.mix-slide-10 .box-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.mix-slide-10 .box-3 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}


/* ****************************** */
/* 	   	MIX SLIDE 10 - END	      */
/* ****************************** */



/* ****************************** */
/* 	   	MIX SLIDE 11 - START      */
/* ****************************** */

.mix-slide-11 .top-part-holder {
	display: grid;
	grid-template-columns: calc(55% - 8px) calc(45% - 8px);
	grid-template-rows: minmax(200px, 100%);
	gap: 16px;
}

.mix-slide-11 .bottom-part {
	display: grid;
	grid-template-columns: calc(55% - 8px) calc(45% - 8px);
	gap: 16px;
}

@media (min-width: 768px) {
	.mix-slide-11 .top-part-holder {
		grid-template-columns: calc(65% - 8px) calc(35% - 8px);
	}

	
	.mix-slide-11 .bottom-part {
		display: grid;
		grid-template-columns: calc(65% - 8px) calc(35% - 8px);
		gap: 16px;
	}
}

/* ****************************** */
/* 	   	MIX SLIDE 11 - END	      */
/* ****************************** */





/* ****************************** */
/* 	   	MIX SLIDE 12 - START      */
/* ****************************** */
.slide-wrapper.mix-slide-12 {
		height: 750px;
}

.mix-slide-12 .d-grid {
	grid-template-rows: 42% auto 42%;
	height: 100%;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-12 {
		height: 750px;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-12 {
		height: 750px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-12 {
		height: 750px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-12 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-12 {
		height: 1000px;
	}
}


/* ****************************** */
/* 	   	MIX SLIDE 12 - END	      */
/* ****************************** */


/* ****************************** */
/* 	   	MIX SLIDE 13 - START      */
/* ****************************** */
.mix-slide-13 .bg-holder {
	height: 25%;
	width: 100%;
	bottom: 0;
	left: 0;
}

.mix-slide-13 .bottom-part-holder {
	display: grid;
	grid-template-columns: calc(55% - 8px) calc(45% - 8px);
	grid-template-rows: minmax(200px, 100%);
	gap: 16px;
}

.mix-slide-13 .top-part {
	display: grid;
	grid-template-columns: calc(55% - 8px) calc(45% - 8px);
	gap: 16px;
}

@media (min-width: 640px) {
	.mix-slide-13 .bg-holder {
		height: 35%;
		width: 100%;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 768px) {
	.mix-slide-13 .bg-holder {
		height: 33%;
		width: 100%;
		bottom: 0;
		left: 0;
	}

	.mix-slide-13 .bottom-part-holder {
		grid-template-columns: calc(75% - 8px) calc(25% - 8px);
	}

	
	.mix-slide-13 .top-part {
		display: grid;
		grid-template-columns: calc(75% - 8px) calc(25% - 8px);
		gap: 16px;
	}
}

@media (min-width: 992px) {
	.mix-slide-13 .bg-holder {
		height: 33%;
		width: 100%;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 1200px) {
	.mix-slide-13 .bg-holder {
		height: 38%;
		width: 100%;
		bottom: 0;
		left: 0;
	}
}
/* ****************************** */
/* 	   	MIX SLIDE 13 - END	      */
/* ****************************** */




/* ****************************** */
/* 	   	MIX SLIDE 14 - START      */
/* ****************************** */
.slide-wrapper.mix-slide-14 {
		height: 700px;
}

.mix-slide-14 .d-grid {
	grid-template-rows: 42% auto 42%;
	height: 100%;
}

.mix-slide-14 .img-holder-2 {
	max-height: 100px;
}

@media (min-width: 640px) {
	.slide-wrapper.mix-slide-14 {
		height: 600px;
	}

	.mix-slide-14 .img-holder-2 {
		max-height: 150px;
	}
}

@media (min-width: 768px) {
	.slide-wrapper.mix-slide-14 {
		height: 750px;
	}

	.mix-slide-14 .img-holder-2 {
		max-height: 200px;
	}
}

@media (min-width: 992px) {	
	.slide-wrapper.mix-slide-14 {
		height: 750px;
	}

	.mix-slide-14 .img-holder-2 {
		max-height: 300px;
	}
}

@media (min-width: 1200px) {	
	.slide-wrapper.mix-slide-14 {
		height: 800px;
	}
}

@media (min-width: 1600px) {	
	.slide-wrapper.mix-slide-14 {
		height: 1000px;
	}
}


/* ****************************** */
/* 	   	MIX SLIDE 14 - END	      */
/* ****************************** */

