@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap");

:root {
	--section-padding: 3rem;

	--white: #fff;
	--black: #000;
	--gray-500: #333;
	--primary: #001d5f;
	--org: #ffc000;
	--yellow: #fffc00;
	--blue: #2488f6;
	--red: #eb5757;

	--fz-btn: clamp(1.125rem, 0.775rem + 1vw, 1.25rem);
	--fz-heading: clamp(1.5625rem, 2vw + 1rem, 1.875rem);
	--fz-secHeading: clamp(1.125rem, 1rem 1.2vw, 1.5625rem);
	--fz-subHeading: clamp(1rem, 1vw + 0.375rem, 1.125rem);
	--fz-text: clamp(1.0625rem, 0.9rem + 1.1vw, 1.25rem);
}

/* =================================================================
                UTILITIES
    ================================================================ */

.replay .section {
	padding-block: var(--section-padding);
	position: relative;
}

.replay .container {
	width: min(100% - 30px, 65rem);
	margin: 0 auto;
}

.replay .divider {
	margin-block: 10px;
}

.replay .divider-img {
	margin-inline: auto;
}

.replay .km-heading {
	font-family: var(--fz-family);
	font-size: var(--fz-heading);
	margin-bottom: 0.875em;
	line-height: 1.3;
	font-weight: 700;
}

.replay .km-sec-heading {
	font-size: var(--fz-secHeading);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.8px;
	margin-bottom: 2px;
}

.replay .km-sub-heading {
	font-size: var(--fz-subHeading);
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: var(--gray-500);
	position: relative;
	margin-bottom: 5px;
}

.replay .km-text {
	font-size: var(--fz-text);
	margin-bottom: 0.475em;
}

.replay .strong,
.replay strong {
	font-weight: 700;
}

.replay .inline {
	display: inline-block;
}

.replay .support-icon {
	width: 40px;
}

.replay .btn {
	display: inline-block;
	max-width: 420px;
	min-width: 200px;
	margin: 10px auto;
	padding: 0.475em 1.25em;
	cursor: pointer;
	background-color: var(--primary);
	color: var(--white);
	font-size: var(--fz-btn);
	border-radius: 15px;
	user-select: none;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	transition: 300ms;
}

.replay .btn:hover,
.replay .btn:active {
	transform: scale(0.99);
	opacity: 0.9;
}

.replay .btn.btn-secondary {
	background-color: transparent;
	color: var(--gray-500);
	font-size: 2rem;
	padding: 0.5rem;
	min-width: revert;
}

.replay a {
	font-size: 18px;
	font-weight: 500;
	color: var(--blue);
}

.replay a:hover,
.replay a:active {
	transform: scaleX(0.99);
}

.replay .text-center {
	text-align: center;
}

.replay .text-left {
	text-align: left;
}

.replay .video-wrap {
	position: relative;
	cursor: pointer;
	width: 100%;
	aspect-ratio: 16/9;
}

.replay .video-wrap > video,
.replay .video-wrap > img {
	width: 100%;
}

/* =========================================
    text color
============================================================ */

.replay .text-primary {
	color: var(--primary);
}
.replay .text-gray {
	color: var(--gray-500);
}
.replay .text-org {
	color: var(--org);
}

/* =========================================
      padding
  ============================================================ */

.replay .pb0 {
	padding-bottom: 0px;
}
.replay .pb5 {
	padding-bottom: 5px;
}
.replay .pb10 {
	padding-bottom: 10px;
}
.replay .pb20 {
	padding-bottom: 20px;
}
.replay .pb30 {
	padding-bottom: 30px;
}
/* =========================================
        margin bottom
    ============================================================ */
.replay .mb0 {
	margin-bottom: 0px;
}
.replay .mb10 {
	margin-bottom: 10px;
}
.replay .mb20 {
	margin-bottom: 20px;
}
.replay .mb30 {
	margin-bottom: 30px;
}

/* =================================================================
                                HERO SECTION
================================================================ */

.replay .hero-section {
	background-image: url("/assets/img/background-replay.webp"),
		linear-gradient(rgba(0, 20, 63, 0.7), rgba(0, 20, 63, 0.7));
	background-size: cover;
	background-position: bottom center;
	background-blend-mode: overlay;
	color: var(--white);
	display: flex;
	align-items: center;

	min-height: 600px;
}

.replay .hero-content-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	justify-items: center;
	align-items: center;
}

.hero__welcome-text {
	font-size: var(--fz-heading);
	font-weight: 400;
	color: var(--org);
	margin-bottom: 0.5em;
}

.replay .hero__heading-warpper {
	margin-bottom: 15px;
}
.replay .hero__sub-heading {
	font-size: clamp(1.5625rem, 1.2rem + 1.2vw, 1.875rem);
}

.replay .hero__main-heading {
	font-size: clamp(1.875rem, 1.2rem + 1.2vw, 3rem);
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1.5px;
	top: -5px;
	left: 70px;
	z-index: 1;
	isolation: isolation;
	display: inline;
	font-weight: 900;
}

.replay .hero__main-heading:after {
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: 15px;
	background-color: var(--org);
	bottom: 0px;
	left: -5px;
	z-index: -1;
}
.replay .list-item {
	padding-bottom: 0.625rem;
	position: relative;
	padding-left: 3rem;
}

.replay .list-item::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00c";
	font-size: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100vw;
	background-color: var(--org);
	color: #fff;
	position: absolute;
	left: 0;
}

.replay .hero-countdown {
	margin-inline: auto;
	text-align: center;
	margin-top: 2.25rem;
}

.replay .countdown__heading {
	font-weight: 700;
	margin-bottom: 0.625rem;
}

.replay .countdown__clock-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.replay .countdown__number-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 14px;
}

.replay .countdown-number {
	text-align: center;
	padding: 0.2em 0.2em;
	background-color: var(--org);
	border-radius: 5px;
	font-size: 2rem;
	font-weight: 700;
	color: var(--gray-500);
}

.replay .countdown-prefix {
	text-transform: uppercase;
	font-size: var(--fz-subHeading);
	font-weight: 600;
}

/* =================================================================
                    Why-section
================================================================ */

.replay .why-section__content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1.25rem;
}

.replay .why-section__desc .km-heading {
	text-align: center;
}

.replay .advices-wrapper {
	background-color: var(--primary);
	color: var(--white);
	border-radius: 20px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.replay .advices-wrapper .km-heading {
	margin-bottom: 5px;
	font-size: var(--fz-text);
	text-align: center;
}

.replay .advices-rating img {
	margin-inline: auto;
	width: min(5% + 65px, 115px);
	margin-bottom: 1rem;
}

.replay .advices-wrapper .replay-list {
	position: relative;
	padding-left: 20px;
}

.replay .advices-wrapper .replay-list::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 100%;
	background-color: var(--org);
	top: -3px;
	left: 0;
}

.replay .advices-wrapper .list-item {
	padding-left: 20px;
}

.replay .advices-wrapper .list-item::before {
	content: "•";
	background-color: transparent;
	width: revert;
}

/* =================================================================
            VIDEO SECTION
================================================================ */

.replay .video-replay {
	background-image: url(/assets/img/background-replay.webp), linear-gradient(rgb(0 0 0 / 88%), rgb(0 0 0 / 56%));
	background-size: cover;
	background-position: top left;
	background-blend-mode: overlay;
	color: var(--white);
	text-align: center;
}

.replay .video-item {
	margin-bottom: 3rem;
}

.replay video[video-controler] {
	margin: 20px auto;
}

.replay .video-replay .btn {
	background-color: var(--red);
}

.replay .video-replay .km-text {
	color: var(--org);
}

.replay .support .km-text {
	color: var(--white);
}

.replay .support-desc {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.replay .support-desc .km-link {
	color: var(--yellow);
}

/* =================================================================
            REViVEW SECTION
================================================================ */

.replay .testimonial {
	text-align: center;
}

.replay .testimonial .box {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
	border-radius: 20px;
	padding: 4rem 1.5rem 2rem;
}

.replay .testimonial .quote {
	text-align: right;
	right: 5%;
	font-size: 100px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 10;
	top: 0;
}

.replay .testimonial .swiper-wrapper {
	align-items: center;
}

.replay .testimonial .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0;
	position: relative;
}

.replay .custom-swiper-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.replay .swiper-button-next:after,
.replay .swiper-button-prev:after {
	font-size: 1.2rem;
	font-weight: 900;
	color: var(--clr-blue-btn);
}

.replay .swiper-pagination {
	position: revert;
	padding-inline: 8px;
	width: unset !important;
}

.replay .swiper-button-next,
.replay .swiper-button-prev {
	top: 14px;
	position: relative;
	left: revert;
	right: revert;
}

.replay .swiper-slide .avatar {
	width: 100px;
	border-radius: 50em;
	overflow: hidden;
}

.replay .swiper-slide h3 {
	font-size: 25px;
	font-weight: 700;
	color: var(--clr-white);
}

/* =================================================================
					ABOUT
================================================================ */

.replay .about-img {
	width: 100%;
	margin-bottom: 1.25em;
}

.replay .about-img img {
	margin-inline: auto;
}

.replay .about-content .replay-list {
	margin-bottom: 1.25em;
	max-width: 700px;
	margin-inline: auto;
}

.replay .about-content .list-item:before {
	background-color: var(--red);
}

.replay .about-content a {
	width: 100%;
}

.replay .about-content a i {
	margin-right: 5px;
	position: relative;
	top: 7px;
	font-size: 30px;
}

/* =================================================================
				REPLAY EXPIRED
================================================================ */

.replay .replay-expired {
	width: 100vw;
	height: 100vh;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 100px;
}

.replay .logo-img img {
	margin-inline: auto;
	width: 150px;
	margin-bottom: 1.25rem;
}

.replay .replay-expired .km-text {
	color: var(--gray-500);
}

.replay .replay-expired .km-link {
	color: red;
}

@media screen and (max-width: 48rem) {
	.replay .hero-content-grid {
		grid-template-columns: 1fr;
	}

	.replay .hero-content__right {
		grid-row: 1 / 1;
		margin-bottom: 20px;
	}

	.replay .hero__welcome-text {
		text-align: center;
	}

	.replay .video-item {
		margin-inline: -15px;
	}
}
