* {
  box-sizing: border-box;
}

@tailwind base;
@tailwind components;
@tailwind utilities;

html, body {
	min-height: 100vh;
	overflow-x: hidden;
	position: relative;
}

body {
  display: flex;
  flex-direction: column;
	align-items: center;
  /* background: linear-gradient(180deg, #4E4E56 0%, #28282B 100%, #29292C 100%); */
	background: #FFF;
  background-position: 0 3.28%;
  background-repeat: no-repeat;
  margin: 0 auto;
  font-family: CA SaygonText, sans-serif !important;
  color: #35353B;
}

/* HEADER */
header {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 9.95px;
  padding-top: 2rem;
}

.plusdin-logo {
	width: 178px;
	height: 58px;
	margin-bottom: 0.625rem;
	background-image: url('../../images/mais-dindin/logo-dark-plusdin.svg');
	background-repeat: no-repeat;
	background-size: 178px 58px;
}

.container {
	padding: 0 1.875rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
}

#main-container {
	align-items: center;
}

.container .hero-container{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.container .hero-container .main-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0;
}

.dindin-logo {
	width: 181px;
	height: 90px;
	margin-bottom: 1.573rem;
}

.prize {
	display: flex;
	flex-direction: column;
}

.prize > h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin: 0;
  padding: 0;
}

.prize > h2.align-left-h2 {
	font-size: 17.66px;
	line-height: 26px;
}

.prize > h2.align-right-h2 {
	font-size: 17.66px;
	line-height: 26px;
	text-align: right;
}

.prize > img {
	width: 298.26;
    height: 48.48px;
}

.additional-info {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.additional-info > img {
	width: 190.25px;
	height: 17.12px;
	margin: auto;
	display: block;
}

.additional-info > h2 {
  margin-top: 3.563rem;
  font-weight: 800;
  font-size: 26px;
  line-height: 60px;
  color: #00E169;
}

h2.slogan-text {
	margin-top: 2.125rem;
  margin-bottom: 0;
}

h2.slogan-text::after {
	content: '';
	display: block;
	width: 100%;
	background-image: url('../../images/mais-dindin/detail.svg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 17px;
	margin-top: -14px;
}

.current-banner {
	border-radius: 16px;
}

.get-the-app {
	width: 864px;
	height: 158px;
	margin-top: 2.188rem;
	display: inline-block;
	text-align: center;
	justify-items: center;
	align-items: center;

	display: flex;
	flex-direction: row;
	gap: 1.769rem;
}

.get-the-app-buttons {
	display: flex;
	flex-direction: column;
	gap: 1.082rem;
}

.instruction > h3 {
  width: 472px;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.get-the-app-qr > img {
	width: 158px;
	height: 158px;
	border: 1px solid #35353B;
}

.app-store-img {
	width: 180px;
	height: 60px;
}

.play-store-img {
	width: 180px;
	height: 53.33px;
}

#footer-mais-dindin {
  margin-top: auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  background-color: rgba(0, 0, 0 ,0)!important;
	color: #35353B;
}

.footer-paragraph {
  display: flex;
  gap: 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
	color: #35353B;
}

.footer-anchor {
  text-decoration: underline;
}

.footer-anchor:hover {
  color: #A6A6AB;
}

.mobile-instruction {
	display: none;
}

@media (max-width: 1024px) {
	.container {
		justify-content: flex-start;
	}
	
	.get-the-app {
		width: 100%;
		flex-direction: column;
	}

	.instruction > h3 {
		font-size: 16px;
		width: 100%;
		text-align: center;
	}
	
	.get-the-app-qr {
		display: none;
	}

	.desktop-instruction {
		display: none;
	}
	
	.mobile-instruction {
		display: block;
	}
}
