@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: MyriadPro, sans-serif;
}

a {
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: MyriadPro;
	src: url(../../fonts/MyriadPro.ttf);
}

.page {
	min-height: 100vh;
	width: 100%;
	background: url(../../images/p3/btn7/bg-sm.jpg) center center;
	background-size: contain;
}

.content {
	padding: 4vh 5vw;
}

.title-img-wrapper .title-img {
	max-height: 8vw;
	width: auto;
	max-width: 200px;
}

.text {
	margin-top: 1.2rem;
	font-size: 1rem;
	line-height: 1.1em;
}

.pre {
	color: #0a58ca;
}

.text span {
	font-size: .8rem;
	line-height: 1.1em;
}

.carousel-img {
	max-height: 50vh !important;
	width: auto !important;
}

.lightbox .lb-image {
	border: none !important;
}

.lb-outerContainer {
	background-color: transparent !important;
}

.img-wrapper {
	position: relative;
}

.click-img {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

.owl-nav {
	display: flex;
	justify-content: space-between;
	font-size: 4rem;
	line-height: 1em;
}

.back-btn svg {
	height: clamp(1.2rem, 2vw, 2rem);
	width: clamp(1.2rem, 2vw, 2rem);
}

.title-img-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.player-btn-set {
	display: flex;
	gap: 1rem;
}

.player-btn {
	font-size: 1.4rem;
	transition: .4s all;
	height: max-content;
	line-height: 1rem;
	border-radius: 50%;
}

.player-btn:hover {
	color: #10ff11;
	box-shadow: 2px 2px 50px #08f21e,
	-2px 2px 50px #08f21e,
	2px -2px 50px #08f21e,
	-2px -2px 50px #08f21e;
	background: rgba(18, 234, 28, 0.38);
}

.player-btn-color {
	color: #10ff11;
}

@media only screen and (min-width: 768px) {
	.carousel-img {
		max-height: 50vh !important;
		width: auto !important;
	}
}

@media only screen and (min-aspect-ratio: 768/1366) {
	.page {
		background-size: cover;
	}
}

@media only screen and (min-width: 992px) {

	.text {
		margin-top: 2rem;
	}

	.click-img {
		display: inline-block;
	}

	.content {
		padding: 6vh 5vw;
	}
}