@charset "UTF-8";

a,
a:hover {
	text-decoration: none;
}

@media (min-width: 1200px) {
	*+.row.offset-xl {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.row-xl-60 {
		margin-bottom: -60px;
	}

	.row-xl-60:empty {
		margin-bottom: 0;
	}

	.row-xl-60>* {
		margin-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 80px 0 90px;
	}

	.section-lg {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 115px 0;
	}
}

/** @group Components */
/** @section Typography */
body {
	font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	color: #8A8A8A;
	background-color: #F3F1FC;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	color: #151515;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class^='heading-'] a {
	color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class^='heading-'] a:hover {
	color: #4F50E9;
}

h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h1,
	.heading-1 {
		font-size: 60px;
		line-height: 1.2;
	}
}

h2,
.heading-2 {
	font-size: 28px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h2,
	.heading-2 {
		font-size: 48px;
		line-height: 1.45833;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.01em;
}

@media (min-width: 1200px) {

	h3,
	.heading-3 {
		font-size: 35px;
		line-height: 1.37143;
	}
}

h4,
.heading-4 {
	font-size: 22px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h4,
	.heading-4 {
		font-size: 24px;
		line-height: 1.25;
	}
}

h5,
.heading-5 {
	font-size: 20px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h5,
	.heading-5 {
		font-size: 20px;
		line-height: 1.3;
	}
}

h6,
.heading-6 {
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 1200px) {

	h6,
	.heading-6 {
		font-size: 16px;
		line-height: 1.5;
	}
}

.preview-box {
	max-width: 368px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.preview-box img {
	border-radius: 6px;
}

.preview-box__media {
	transition: all ease .25s;
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.preview-box .more {
	width: 100%;
	display: flex;
	height: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.preview-box .more img {
	opacity: 0;
}

.preview-box .more .icon-box:hover {
	background-color: #ffffff;
	transition: all ease .25s;
}

.preview-box .more .icon-box:hover .icon {
	color: #4F50E9;
	transition: all ease .25s;
}

.preview-box .more .icon-box {
	width: 112px;
	height: 112px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	background-color: #444f0d;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease .25s;
}

.preview-box .more .icon {
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease .25s;
	color: #ffffff;
}

.preview-box__title {
	font-size: 20px;
	color: #212135;
	text-align: center;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*+.preview-box__title {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.preview-box:hover .preview-box__media {
		transform: translateY(-10px);
		transition: all ease .25s;
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	}
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* new star css */
.cover-ribbon {
	height: 115px;
	width: 115px;
	position: absolute;
	right: -8px;
	top: -8px;
	overflow: hidden;
}

.cover-ribbon .cover-ribbon-inside {
	background: #EA4335;
	color: #FFF;
	transform: rotate(45deg);
	position: absolute;
	right: -35px;
	top: 15px;
	padding: 5px;
	min-width: 127px;
	text-align: center;
}

.cover-ribbon .cover-ribbon-inside:before {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #992C23;
	position: absolute;
	left: -6px;
	right: 0;
	bottom: 0;
	content: "";
	top: 32px;
	transform: rotate(-45deg);
}

.cover-ribbon .cover-ribbon-inside:after {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #992C23;
	border-bottom: 7px solid transparent;
	position: absolute;
	left: 90%;
	right: 0;
	top: 32px;
	bottom: 0;
	content: "";
	transform: rotate(-45deg);
}

.pur-sec {
	max-width: 700px;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0 0 50px 0;
}

.custom-btn-primary {
	background-color: #000000;
	color: #fff;
	min-width: 140px;
	min-height: 50px;
	border: 0;
	border-radius: 1rem;
}

.custom-btn-primary:hover {
	background-color: #434f0c;
}