#desk_op {
	/* margin-top: 80px; */
	min-height: 100vh;
	background-color: rgb(98,14,126);
}

#desk_op .col-lg-6 {

	overflow: hidden;
}

#desk_op .col-lg-6 img {

	transition: transform 0.8s ease;
}

#desk_op .col-lg-6:hover img {
	transform: scale(1.1);
	transition: transform 0.8s ease;
}


.logo-container {
	position: absolute;
	max-width: 300px;
	left: 2rem;
	background-color: rgba(64, 186, 181, 0.7);
	background-repeat: no-repeat;
	background-position: bottom, center;
	background-size: cover;
	bottom: 4%;
	border-radius: 40px;
	z-index: 2;
}

.selling {
	margin-top: 10px;
	text-align: center;
}

.logo-text {
	margin-top: -360px;
}

.text-opening {
	margin-top: 65px;
	margin-bottom: 50px;
}

#celebs {
	min-height: 100vh;
	background: rgb(98,14,126);
	background: -moz-linear-gradient(90deg, rgba(98,14,126,1) 0%, rgba(48,15,102,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(98,14,126,1) 0%, rgba(48,15,102,1) 100%);
	background: linear-gradient(90deg, rgba(98,14,126,1) 0%, rgba(48,15,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#620e7e",endColorstr="#300f66",GradientType=1);
	font-family: 'proxima-nova', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

#celebs .light-background {
	background-color: #E7DBEB;
}

#celebs .title {
	font-family: 'hypatia-sans-pro', sans-serif;
	color: #620E7E;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}

.celebrity-beauty {
	color: #620E7E;
	text-align:center;
	letter-spacing:0px;
	font-family:Dancing Script;
	font-size: 90px;
	font-weight: bold;
}



section .celebs-container {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 500px;
	visibility: hidden;
}

.section .title {
	font-family: 'gill-sans-nova-inline', sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}

.section .text {
	padding: 4%;
}

.section .description {
	font-size: 36px;
	line-height: 1.2;
	margin: 20px auto;
	font-family: "proxima-soft", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.btn-dark-blue {
	background-color: #136FAA;
	color: #fff;
	border: 1px solid #000D85;
	font-size: 30px;
	align-content: center;
}

.btn-light-green {
	background-color: #33B393;
	color: #fff;
	border: 1px solid #000D85;
	font-size: 30px;
	align-content: center;
}

.btn-light-purple {
	background-color: #620E7E;
	color: #E9D1CA;
	border: 1px solid #707070;
	font-size: 30px;
	align-content: center;
	margin-bottom: 2rem;
}

.section.right .text {
	order: 2;
}

.more {
	margin-top: 70px;
	font-family: 'proxima-nova',sans-serif;
	font-weight: 600;
}

.data_wrapper {
	color: #fff;
}


#quote {
	min-height: 100vh;
	background-image: url('https://afieromata.youweekly.gr/wp-content/uploads/2024/07/back-sel-desktop.webp');
	background-repeat: no-repeat;
	background-position: bottom, center;
	background-size: cover;
}




.quote-container {
	border-radius: 58px;
	background: rgba(201, 224, 188, 0.7) 0% 0% no-repeat padding-box;
	text-align: center;
	font: italic normal 900 34px/44px 'hypatia-sans-pro' ;
	letter-spacing: 0.54px;
	color: #620E7E;
	text-shadow: 0px 5px 5px #FFFFFF;
	padding: 70px;
}

@media (hover: hover) {
	.btn-light-green:hover {
		background-color: #D15151;
	}
	.btn-dark-blue:hover {
		background-color: #620E7E;
	}

	#damaskou a:hover {
		color: #fff !important;
	}
	#vergos a:hover {
		color: #fff !important;
	}


}


@media only screen and (min-width: 991px) {

	.logo-container {
		max-width: 440px;
		left: 38vw;
	}

	#celebs .title {
		padding: 0 0 0 80px;
	}

	#celebs .hover-target{
		padding: 80px;  
	}

	.section.left .data_wrapper {
		padding-left: 170px;
	}
	h2 {
		font-size: 48px;
	}

	.section.right .data_wrapper {
		padding-right: 170px;
	}
	.quote-container {
		border-radius: 58px;
		background: rgba(201, 224, 188, 0.7) 0% 0% no-repeat padding-box;
		text-align: center;
		font: italic normal 900 54px/84px 'hypatia-sans-pro';
		letter-spacing: 0.54px;
		color: #620E7E;
		text-shadow: 0px 5px 5px #FFFFFF;
		padding: 78px 80px 78px 80px;

	}
	#quote {
		min-height: 100vh;
		padding: 85px 363px 360px 363px;
	}

	.btn-light-green {
		width: 500px;
	}
	.btn-dark-blue {
		width: 500px;
	}
}
.houses {
	color: #620E7E;
	text-align: center;
	letter-spacing: 7.2px;
	font-size: 36px;
	font-weight: 900;
	font-family: 'hypatia-sans-pro';
}
@media only screen and (max-width: 992px) {
	.sec-m {
		order: 2;
	}

	.celebrity-beauty {
		color: #FFFFFF;
		letter-spacing: 0px;
		font-family: Dancing Script;
		font-size: 88px;
		font-weight: bold;
		line-height: 0.8;
		padding: 33px;
	}
	
	h2{font-size:32px
	}
	
	.section .title {
		font-size: 30px;
	}
	
	.section .description{
		font-size:30px;
	}
	
	.houses {
		color: #FFFFFF;
		text-align:center;
	}
	#celebs .more,
	#vergos .more,
	#damaskou .more {
		margin-top: 70px;
		margin-bottom: 40px;
		text-align:center;
	}

	#celebs .col-lg-3, #celebs .col-lg-9 {
		padding: 20px;

	} 


	#celebs .light-background {
		background-color: #620E7E;
	}
	.mobile-container {

		background-color: #E7DBEB;
	}
	.btn-light-purple {
		font-size: 24px;
	}
	.logo-container {
		position: absolute;
		max-width: 300px;
		--widthA: 100vw;
		--widthB: calc(var(--widthA) - 300px);
		--widthC: calc(var(--widthB) / 2);
		left: var(--widthC);
		background-color: rgba(64, 186, 181, 0.7);
		background-repeat: no-repeat;
		background-position: bottom, center;
		background-size: cover;
		bottom: -10%;
		border-radius: 40px;
		z-index: 2;
	}
	.logo-text {
		margin-top: -220px;
	}
	.text-opening {
		margin-top: 40px;
		margin-bottom: 50px;
	}
}