/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
@import url('./font.css');

* {
	margin: 0;
	padding: 0;
}

#business_sale_banner_iphone17air * {
	font-family: "SimplerPro";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#business_sale_banner_iphone17air {
	direction: rtl;
	font-size: 18px;
	color: #fff;
	position: relative;
	overflow: hidden;
	background: url(./img/bg/1920.jpg) no-repeat center center/cover;
	height: 400px;
	width: 100%;
	max-width: 1920px;
	display: grid;
	/* place-content: center; */
	/* margin-top: 69px; */
}
#business_sale_banner_iphone17air .container::before,
#business_sale_banner_iphone17air .container::after {
	content: none;
}
#business_sale_banner_iphone17air .container {
	width: 100%;
	margin: 0 auto;
	max-width: 1020px;
	display: flex;
	justify-content: space-between;
	column-gap: 98px;
	position: relative;
	padding: 0;
}

#business_sale_banner_iphone17air p{
	font-family: "SimplerPro";
	line-height: normal;
	font-weight: 700;
	text-align: right;
	color: #F4F4F4;
	text-align: right;
}
#business_sale_banner_iphone17air h1 {
	font-family: "SimplerPro";
	font-size: 38px;
	line-height: 25px;
	font-weight: 900;
	text-align: right;
	margin-top: 5px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: nowrap;
	gap: 8px;
}

#business_sale_banner_iphone17air h1 span img {
	max-width: 242px;
}

#business_sale_banner_iphone17air p.top-p {
	font-size: 38px;
	font-weight: 900;
	padding-top: 77px;
	line-height: 27px;
}

#business_sale_banner_iphone17air p.bottom-p {
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	margin-top: 7px;
	position: relative;
	display: inline-block;
}

#business_sale_banner_iphone17air p.bottom-p::after {
	content: '';
	position: absolute;
	background: url(img/Vector.svg);
	width: 68.5%;
	height: 68.5%;
	left: -26px;
	bottom: -20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#business_sale_banner_iphone17air .banner-link-17air {
	flex: 1 0 0;
	color:#16254F;
	text-align: center;
	display: flex;
	width: 144px;
	height: 58px;
	min-width: 144px;
	padding: 0 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 48px;
	background: linear-gradient(88deg, #E7CE1B 1.71%, #FFBE03 43.82%, #FF8000 97.9%);
	font-family: "SimplerPro";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: background .3s ease;
	z-index: 1;
	margin-top: 28px;
}
/* #business_sale_banner_iphone17air .banner-link-17air-desk::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(269deg, #0073FF 29.97%, #0F81FE 67.76%, #37A8FC 116.9%, #6EDCFB 182.09%);
	opacity: 0;
	transition: opacity .3s ease;
	z-index: -1;
} */
#business_sale_banner_iphone17air .banner-link-17air-mob {
	display: none;
}
#business_sale_banner_iphone17air .banner-link-17air-desk:hover::before {
	opacity: 1;
}

#business_sale_banner_iphone17air .desclaimer {
	position: absolute;
	color: #F4F4F4;
	text-align: right;
	font-family: "SimplerPro";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	right: calc(50% - 510px);
	margin: 352px auto 0;
}

#business_sale_banner_iphone17air .desclaimer br {
	display: none;
}



@media only screen and (max-width: 1920px) {
	/* #business_sale_banner_iphone17air .container {
		max-width: 1450px;
	} */
}
/* @media only screen and (max-width: 1599px) {
	
	#business_sale_banner_iphone17air .container {
		padding: 0 5px;
		max-width: 1199px;
	}
} */
@media only screen and (max-width: 1199px) {
	#business_sale_banner_iphone17air {
		background-image: url(./img/bg/1199-992.jpg);
	}
	#business_sale_banner_iphone17air .container {
		max-width: 640px;
	}
	#business_sale_banner_iphone17air p.top-p {
		padding-top: 78px;
	}
	#business_sale_banner_iphone17air p.bottom-p {
		font-size: 30px;
		line-height: 34px;
		font-weight: 700;
	}

	#business_sale_banner_iphone17air h1 {
		line-height: 24px;
	}

	
	#business_sale_banner_iphone17air h1 span img {
		max-width: 237px;
	}

	#business_sale_banner_iphone17air .banner-link-17air {
		margin-top: 42px;
	}

	#business_sale_banner_iphone17air .desclaimer {
		right: calc(50% - 319px);
	}


}
@media only screen and (max-width: 991px) {
	#business_sale_banner_iphone17air {
		background-image: url(./img/bg/991-768.jpg);
		height: 395px;
	}
	#business_sale_banner_iphone17air .container {
		max-width: 610px;
		gap: 64px;
		padding: 0;
	}

	#business_sale_banner_iphone17air .container .col {
		justify-content: center;
	}

	#business_sale_banner_iphone17air p.top-p {
		text-align: right;
		padding-top: 77px;
	}

	/* #business_sale_banner_iphone17air h1{
		font-size: 56px;
		line-height: 70px;
		text-align: center;
	} */
	/* #business_sale_banner_iphone17air p.bottom-p {
		padding-top: 0;
		font-size: 24px;
	} */
	#business_sale_banner_iphone17air .banner-link-17air {
		width: 122px;
		height: 48px;
		padding: 0 16px;
		margin: 43px 0 0;
		gap: 8px;
	}
	#business_sale_banner_iphone17air .desclaimer {
		right: calc(50% - 306px);
		margin: 347px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	#business_sale_banner_iphone17air {
		background-image: url(./img/bg/767-v.jpg);
		/* margin-top: 69px; */
		place-content: normal;
		align-items: start;
		justify-content: center;
	}
	#business_sale_banner_iphone17air .container {
		max-width: 320px;
		padding: 0;
	}
	#business_sale_banner_iphone17air .col:first-child {
		order: 2;
		flex-direction: column;
	}

	#business_sale_banner_iphone17air p.top-p {
		padding-top: 12px;
		text-align: center;
		font-size: 24px;
		margin: 2px auto 0;
		display: block;
		line-height: 33px;
	}
	
	#business_sale_banner_iphone17air h1 {
		text-align: center;
		font-size: 30px;
		line-height: 20px;
		margin-top: 1px;
		gap: 6px;
	}

	#business_sale_banner_iphone17air h1 span img {
		max-width: 180px;
	}

	#business_sale_banner_iphone17air p.bottom-p {
		text-align: center;
		font-size: 24px;
		margin: 4px auto 0;
		display: block;
		line-height: 33px;
	}
	#business_sale_banner_iphone17air p.bottom-p::after {
		content: none;
	}
	
	#business_sale_banner_iphone17air .banner-link-17air {
		/* width: 282px;
		height: 40px;
		font-size: 16px;
		padding: 16px; */
		width: 115px;
		height: 40px;
		min-width: auto;
		margin: 166px auto 0;
		gap: 8px;
		font-size: 16px;
		line-height: 20px;
	}

	#business_sale_banner_iphone17air .desclaimer {
		position: relative;
		right: auto;
		margin: -17px 0 0;
		text-align: center;
	}

	#business_sale_banner_iphone17air .desclaimer br {
		display: block;
	}

	/* #business_sale_banner_iphone17air .banner-link-17air-desk {
		display: none;
	} */
	#business_sale_banner_iphone17air .banner-link-17air-mob {
		display: flex;
	}
	#business_sale_banner_iphone17air .banner-link-17air svg {
		max-width: 24px;
	}
}