/*================================================
Promotions Area CSS
=================================================*/

.promotions-content img {
	margin-bottom: 25px;
}
.promotions-content h2 {
	font-size: 36px;
	margin-bottom: 12px;
	max-width: 700px;
}
.promotions-content p {
	max-width: 700px;
}
.promotions-content .default-btn {
	margin-top: 5px;
}
.promotions-image {
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.promotions-image img {
	display: none;
}
.promotions-text {
	background-color: #fafafa;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 65px;
	padding-bottom: 65px;
}
.promotions-text h1 {
	line-height: 1;
	font-size: 90px;
	font-weight: 600;
	margin-bottom: 35px;
	margin-top: -10px;
}
.promotions-text h1 span {
	display: block;
	color: var(--paragraphColor);
	font-size: 30px;
	font-weight: 400;
}
.promotions-text p {
	line-height: initial;
	font-size: 21px;
}
.promotions-text .default-btn {
	margin-top: 5px;
}
/*================================================
Promotions Area Fs CSS
=================================================*/

.promotions-content-fs h2 {
	margin-bottom: 10px;
	font-size: 55px;
	font-weight: 600;
}
.promotions-content-fs span {
	display: block;
	color: #e82b2b;
	font-size: 25px;
	line-height: 1;
}
.promotions-content-fs .default-btn {
	margin-top: 30px;
	background-color: var(--blackColor);
}
.promotions-content-fs .default-btn:hover {
	background-color: #e82b2b;
}

/*================================================
OS Offer Area CSS
=================================================*/
.os-offer-img {
	margin-bottom: 30px;
	display: block;
}
/*================================================
OS 50% Offer Area CSS
=================================================*/
.os-50-offer-bg {
	background-color: #fbf3f2;
	padding: 30px;
}
.os-50-offer-content {
	text-align: center;
	max-width: 450px;
	margin: auto;
}
.os-50-offer-content span {
	color: #67a504;
	display: block;
	margin-bottom: 15px;
}
.os-50-offer-content h2 {
	font-size: 36px;
	margin-bottom: 30px;
	font-family: 'Inter', sans-serif;
	color: #000627;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
   /* Start Promotion Area FS */
	.promotions-content-fs {
		text-align: center;
		margin-bottom: 30px;
	}
	.promotions-content-fs h2 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.promotions-content-fs span {
		font-size: 16px;
	}
	.promotions-content-fs .default-btn {
		margin-top: 20px;
	}

    .promotions-content {
		text-align: center;
	}
	.promotions-content h2 {
		font-size: 24px;
		max-width: 100%;
	}
	.promotions-content p {
		max-width: 100%;
	}
	.promotions-image {
		height: auto;
		background-image: unset !important;
	}
	.promotions-image img {
		display: inline-block;
	}
	.promotions-text {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.promotions-text h1 {
		font-size: 30px;
		margin-bottom: 15px;
		margin-top: 0;
	}
	.promotions-text h1 span {
		font-size: 16px;
		margin-top: 10px;
	}
	.promotions-text p {
		font-size: 15px;
	}
	.promotions-text .default-btn {
		margin-top: 0;
	}

    .os-50-offer-img {
		margin-bottom: 30px;
	}
	.os-50-offer-content h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Start Promotion Area FS */
	.promotions-content-fs {
		text-align: center;
		margin-bottom: 30px;
	}
	.promotions-content-fs h2 {
		font-size: 40px;
	}
	.promotions-content-fs span {
		font-size: 20px;
	}
    .promotions-area .col-lg-4:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.promotions-area .col-lg-4:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.promotions-area .col-lg-4:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.promotions-content h2 {
		font-size: 30px;
	}
	.promotions-image {
		height: auto;
		background-image: unset !important;
	}
	.promotions-image img {
		display: inline-block;
	}
	.promotions-text {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.promotions-text h1 {
		font-size: 40px;
		margin-bottom: 20px;
		margin-top: -5px;
	}
	.promotions-text h1 span {
		font-size: 17px;
		margin-top: 10px;
	}
	.promotions-text p {
		font-size: 17px;
	}
	.promotions-text .default-btn {
		margin-top: 0;
	}
    .os-50-offer-img {
		margin-bottom: 30px;
	}
	.os-50-offer-content h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* Start Promotion Area FS */
	.promotions-content h2 {
		font-size: 35px;
	}
}
