#opening {
	width: 100vw;
	height: 90vh;
	position: relative;
	margin: 80px 0 10px 0;
	background-image: url("/wp-content/uploads/2024/06/anoigma-foto-desktop.webp");
	background-repeat: no-repeat;
	background-position: bottom, center;
	background-size: cover;

}

.rainbow {
	font-family:Dancing Script; 
	font-size:50px;
	font-weight:bold; 
	color:#D56E20; 
}

#opening .celebs-container {
	position: absolute;
	left: 0;
	bottom: -1rem;
	max-width: 650px;
}
.logo-circle {
	left: 20%;
	position: absolute;
	max-width: 35vw;
}

.opening-text-top {
	position: absolute;
	bottom: 110px;
	left: 25%;
	z-index: 2;
}

.opening-text-bottom {
	position: absolute;
	bottom: 10px;
	left: 15%;
	z-index: 2;
}

#opening::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	bottom: -3px;
	background-color: rgba(254, 201, 1, 1);
}

#section {
	width: 100vw;
	height: 100vh;
	position: relative;
	margin: 10px 0 10px 0;
}

main #section:nth-child(even) {

	background-image: url("/wp-content/uploads/2024/06/back-photo-even.webp");
	background-repeat: no-repeat;
	background-size: cover;

}

main #section:nth-child(odd) {

	background-image: url("/wp-content/uploads/2024/06/back-photo-odd.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

main #section:nth-child(odd)::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	top: -10px;  
	background-color: rgba(254, 111, 1, 1);/* Top gap color */
}
main #section:nth-child(even)::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 10px; /* Adjust the height as needed */
	bottom: 0px; /* Adjust the top position as needed */  
	background-color: rgba(254, 111, 1, 1);
}

main #section:nth-child(even)::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	top: -7px;
	background-color: rgba(254, 201, 1, 1);
}
main #section:nth-child(odd)::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	bottom: -3px;
	background-color: rgba(254, 201, 1, 1);
}




#section a {
	text-decoration: none;
	color: black;
}

.title {
	font-size: 50px;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	padding-bottom: 150px;
	line-height: 54px;
}

.text-lg-end {
	padding-left: 120px;
}

.text-lg-start {
	padding-right: 120px;
}

.picture-container {
	margin-top: 10%;
	margin-bottom: auto;
	position: relative;
}
/* possible error */
.picture-container.left.me-lg-5 {
    margin-left: 20%;
}

.content {
	padding: 0 0 0 300px;
	font-size: 22px;
}

.content-left {
	padding: 0 300px 0 0;
	font-size: 22px;
}

@media only screen and (min-width: 993px) {

	.picture-container.right::after {
		content: '';
		width: 100%;
		height: 50%;
		background-image: url("/wp-content/uploads/2024/06/sun-logo-overlay.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right: -25%;
		bottom: -10%;
		z-index: 10;
		opacity: 0.3;
	}

	.picture-container.left::after {
		content: '';
		width: 100%;
		height: 50%;
		background-image: url("/wp-content/uploads/2024/06/sun-logo-overlay.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: -40%;
		bottom: -10%;
		z-index: 10;
		opacity: 0.3;
	}

	#section .left .main-img {

		box-shadow: -25px 25px 0 #D25D04;

	}


	#section .right .main-img {

		box-shadow: 25px 25px 0 #D25D04;

	}


}
#section .celebs-container {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 500px;
	visibility: hidden;
}

.product-container-left {
	position: absolute;
	left: 0;
	bottom: 7%;
	max-width: 400px;
}

.product-container {
	position: absolute;
	right: 0;
	bottom: 10%;
	max-width: 400px;
}


/* hover effects */

@media (hover:hover) {
	
	#opening .celebs-container:hover {
		transform: scale(1.2);
		transition: transform 0.3s ease;
	}

	#section .hover-target:hover .title {
		color: #D25D04;
	}

	#section .hover-target:hover .left img {
		box-shadow: 30px -30px 0 #D25D04;
		margin: 0 0 0 -25px;
		transition: transform 0.5s ease;
	}

	#section .hover-target:hover .right img {
		box-shadow: -30px -30px 0 #D25D04;
		margin: 0 0 0 25px;
		transition: transform 0.5s ease;
	}

	#section .hover-target:hover .celebs-container {
		visibility: visible;

	}
	#section .celebs-container:hover {
		transform: scale(1.2);
		transition: transform 0.3s ease;
	}

	#section .hover-target:hover  .product-container {
		transform: rotate(-30deg);
		transition: transform 0.3s ease;
	}

	#section .hover-target:hover  .product-container-left {
		transform: rotate(30deg);
		transition: transform 0.3s ease;
	}
}

/* Mobile styling */

@media only screen and (max-width: 992px) {

	#section {
		height: 100%;
	}

	.rainbow {
		font-size:30px;
	}

	
	#mobile_opening {
		width: 100vw;
		height: 100%;
		position: relative;
		margin: 80px 0 0 0;

	}
	
	.mob-text-anoigma {
		margin-left: -120px;
	}
	.makigiaz, .hair, .diatrofi, .skincare {
		margin-left: -80px;
	}

	.picture-container.left.me-lg-5 {
		margin-left: 0;
	}
	
	.first-opening {
		width: 100vw;
		height: 50vh;
		position: relative;
		background-image: url("/wp-content/uploads/2024/06/photo-anoigma-mobile.webp");
		background-repeat: no-repeat;
		background-position: bottom, center;
		background-size: cover;
	}

	.second-opening {
		width: 100vw;
		height: 100%;
		position: relative;
		background-image: url("/wp-content/uploads/2024/06/back-photo-anoigma-mobile.webp");
		background-repeat: no-repeat;
		background-position: bottom, center;
		background-size: cover;
	}

	.celebs-container {
		margin-left: -60px;
		max-width: 100vw;
		margin-bottom: -1rem;
	}
	.logo-circle {
		left: 20%;
		position: absolute;
		top: -90px;
		max-width: 70vw;
	}

	.picture-container {
		margin-bottom: 3rem;
	}

	.title {
		font-size: 27px;
		font-family: 'proxima-nova', sans-serif;
		font-weight: 700;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		line-height: 1;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}

	.content {
		padding: 0; 
		font-size: 22px;
		line-height: normal;
		margin-bottom: 3rem;
	}

	.content-left {
		padding: 0;
		font-size: 22px;
		line-height: normal;
		margin-bottom: 3rem;
	}
	.first {
		order: 0;
	}

	.second {
		order: 1;
	}
	.col-12.d-lg-none.d-block {
		order: 2;
		margin-bottom: 3rem;
	}
	


}