/*
CSS for Desktop View
Page Type: Ornamentation - Global

TODO
Collect all ornamentation related css here
*/

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

	/* Footer CTA */
	.orn-footer-cta{
		background: url('../images/dot-bg.png') no-repeat left 1% top 5% / 6%, url('../images/footer-cta-bird.png') no-repeat right 1% bottom / 10%;
	}

	/* blue wave left and right corner green blue circle in angle, used in CDP 2nd fold */
	.orn-1 {
		background: url('../images/Ornament 76.svg') no-repeat left 7% center / 179px, url('../images/Group 1.svg') no-repeat right 7% top / 300px;
	}

	.orn-2 {
		background: url('../images/Group 1747.svg') no-repeat right -20% top -40% / 250px;
	}

	.orn3::before {
		content: "";
		background: url('../images/Group 1747.svg') no-repeat left 90% bottom -15% / 225px;
		transform: rotate(180deg);
	}

	.orn-4 {
		background: url('../images/Group 1747.svg') no-repeat right 5% top -10% / 220px;
		/*transform: rotate(45deg);*/
	}

	.orn-5::before {
		content: "";
		background: url('../images/Group 1747.svg') no-repeat left 35% top -7% / 265px;
		transform: rotate(-45deg);
	}

	.orn-6 {
		background: url('../images/Ornament 75.svg') no-repeat left center / 179px, url('../images/Group 1747.svg') no-repeat right 10% top / 179px;
	}

	.orn-7 {
		background: url('../images/Ornament 75.svg') no-repeat left top 10% / 179px, url('../images/Group 1747.svg') no-repeat right 10% bottom / 200px;
	}

	.orn-8 {
		background: url('../images/Ornament 76-white.png') no-repeat left top 250px / 179px, url('../images/Group 1747.svg') no-repeat right 10% top / 200px;
	}

	.orn-9::before {
		content: "";
		background: url('../images/Group 1747.svg') no-repeat left 120px top / 265px;
		/*transform: rotate(-45deg);*/
	}

	.home-banner-bg-sec2{
		background: url('/wp-content/uploads/2023/04/pattern-2-1.svg') no-repeat left -50px bottom / 172px, url('/wp-content/uploads/2023/04/pattern-1-1.svg') no-repeat right -100px top / 270px;

	}
	.home-banner-bg-sec::after{
		background: url(/wp-content/uploads/2023/04/pattern-2-1.svg) no-repeat left -15px bottom / 172px, url(/wp-content/uploads/2023/04/pattern-1-1.svg) no-repeat right -70px top / 260px;
		content: "";
		position: absolute;
		max-width: 1550px;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		height: calc(100% - 270px);
		left: 50%;
		transform: translateX(-50%);
		margin-top: 80px;
	}

	.pattern-1 {
		background: url('/wp-content/uploads/2023/04/pattern-3.svg') no-repeat right bottom / 248px;
	}

	.footer-cta-pattern-1 {
		background: url('../images/Group 1750.svg') no-repeat right top / 315px;
	}

	.ornament-group-1 {
		background: url('../images/Group 1.svg') no-repeat right top / 306px;
	}
	
	/* eMag - Experts speak - Hero - BG - Start */
	.ornament-emag-experts-speak-hero-gradient-dt {
		background-image: linear-gradient(180deg,#FFFFFF 0%,#F7F3E1 100%);
	}
	/* eMag - Experts speak - Hero - BG - End */

}
