/*ОБЩИЕ*/
/*ОБЩИЕ*/
/*ОБЩИЕ*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
    background-image: linear-gradient(to right, #111 1px, transparent 1px), linear-gradient(to bottom, #111 2px, transparent 2px);
	background-size: 30px 30px;
	color: white;
	min-height: 10000px;
}

a{
	color: white;
	&:link, &:hover{
		color: white;
	}
}

.text-scroll{
	padding-left: 150px;
}

.show-censured1,
.show-censured2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: black;
	padding: 12px 14px;
	cursor: pointer;
	z-index: 1;
}

.censured1{
	max-width: 600px;
}

.censured1, .uncensured1,
.censured2, .uncensured2 {
	position: relative;
	video{
		width: 100%;
	}
}

.uncensured1, .uncensured2{
	display: none;
}

h1, h2, h3 {
	font-family: Anton, sans-serif;
	font-weight: 400;
	font-style: Regular;
	leading-trim: NONE;
	line-height: 1;
	letter-spacing: -2%;
	text-align: center;
	text-transform: uppercase;
	font-size: 100px;
	text-wrap: balance;
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	
	@media (max-width: 900px){
		font-size: 64px;
	}
}

h2{
	font-size: 60px;
	@media (max-width: 900px){
		font-size: 36px;
	}
}

h3{
	font-size: 40px;
	letter-spacing: 0%;
	@media (max-width: 900px){
		font-size: 36px;
	}
}

@media (max-width: 900px){
	.story, .story2{
		font-size: 36px;
		text-align: left;
		padding: 0 20px !important;
	}
	.story3{
		width: 100% !important;
		font-size: 36px;
		padding: 0 20px !important;
	}
	.mandalay-title{
		font-size: 36px;
	}
	.mobile-hidden{
		display: none !important;
	}
	.mobile-flex-hidden{
		display: none !important;
	}
	.desktop-hidden{
		display: block !important;
	}
	p {
		font-size: 15px;
	}
	.yellow-mobile{
		color: yellow;
	}
	.desktop-flex-hidden{
		display: flex !important;
	}
}

@media (min-width: 899px){
	.mobile-hidden{
		display: block !important;
	}
	.mobile-flex-hidden{
		display: flex !important;
	}
	.desktop-hidden{
		display: none !important;
	}
	.desktop-flex-hidden{
		display: none !important;
	}
}

p, ul li{
	font-family: Inter;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 1.1;
	letter-spacing: 0%;
	text-transform: uppercase;
	text-wrap: balance;
	font-display: swap;
	-webkit-font-smoothing: antialiased
}



/*АНИМАЦИИ*/
/*АНИМАЦИИ*/
/*АНИМАЦИИ*/

.animate-on-scroll {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.visible {
	opacity: 1;
	transform: translateY(0);
}

/*БЛОЧНЫЕ*/
/*БЛОЧНЫЕ*/
/*БЛОЧНЫЕ*/

.paralax-image{
	position: absolute;
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	will-change: transform;
	img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.app{
	overflow: hidden;
}

.content{
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}

.preview{
	position: relative;
	height: 90vh;
	min-height: 650px;
	padding: 0 20px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	overflow: hidden;

	img{
		transform: translateY(-20%);
	}

	h1{
		position: relative;
		z-index: 1;
		padding-top: 30vh;
		max-width: 800px;
		margin-bottom: 32px;
	}
	p{
		position: relative;
		z-index: 1;
		text-align: center;
	}
}

.fact{
	padding: 0 20px;
	margin: 67px auto 52px auto;
	max-width: 1000px;
}

.mandalay{
	position: relative;
	.shifting-image{
		@media (max-width: 900px){
			display: flex;
			justify-content: center;
			align-items: center;
		}
	}
	.shifting-image img{
		width: 90%;
		display: block;
		margin: 0 auto;
		@media (max-width: 900px){
			width: 200%;
		}
	}
	.city{
		padding: 0 20px;
		position: absolute;
		inset: 0;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 50px;

		h1, h3 {
			max-width: 900px;
			text-align: center;
		}
	}
}

.mandalay-title{
	margin-top: -120px;
	padding: 0 20px;
	text-align: left;
	max-width: 1400px;
	margin-bottom: 40px;
}

.mandalay-descr{
	padding: 0 20px;
	text-align: left;
	max-width: 680px;
	margin-bottom: 46px;
}

.mandalay-image{
	width: 100%;
}

.myanmar{
	position: relative;
	margin-bottom: -60%;
	display: flex;
	flex-direction: column;
	h1{
		padding: 0 20px;
		position: absolute;
		z-index: 1;
		left: 50%;
		top: 5%;
		transform: translate(-50%,0);
		text-wrap: initial;
		width: 100%;
		max-width: 1150px;
		@media (max-width: 900px){
			position: relative;
		}
	}
	.below-earth{
		position: relative;
		z-index: 1;
	}
	.earth-wrapper{
		position: relative;
		padding: 30px 0 20% 30px;

		display: flex;
		justify-content: center;
		align-items: center;
	}
	img.earth{
		width: 100%;
		transition: .1s ease;
	}
	img.myanmar-country{
		position: absolute;
		width: 7.6%;
        top: 38.1%;
        left: 47.3%;
		transform: translate(-50%,-50%);
		transition: .1s ease;
	}
}

.myanmar-text{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 10%;
	margin-bottom: 100px;
	@media (max-width: 900px){
		padding: 0 20px;
	}
	h3,p{
		position: relative;
		z-index: 1;
		max-width: 355px;
		text-align: left;
	}	
	h3{
		margin-bottom: 32px;
	}
	p{
		margin-bottom: 24px;
	}
}

.human-stories{
	position: relative;
	height: 120vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 90px;
	/*box-shadow: 0 10px 80px 120px rgba(0, 0, 0, .7);*/
	h2{
		position: relative;
		z-index: 1;
		color: #D4FF00;
	}
}
.recording{
	position: relative;
}
.uncensured1:after{
	position: absolute;
	content: '';
	display: block;
	width: 20%;
	aspect-ratio: 1/1;
	left: 50%;
	bottom: 50px;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	backdrop-filter: blur(10px);
	transform: translate(-50%,0);
}

.uncensured1:before{
	position: absolute;
	content: '';
	display: block;
	width: 20%;
	aspect-ratio: 1/1;
	left: 50%;
	bottom: 50px;
	background: rgba(255,0,0);
	z-index: 1;
	border-radius: 20%;
	backdrop-filter: blur(10px);
	transform: translate(-50%,0) scale(.4);
}

.uncensured2:after{
	position: absolute;
	content: '';
	display: block;
	width: 15%;
	aspect-ratio: 1/1;
	left: 95%;
	top: 50%;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	backdrop-filter: blur(10px);
	transform: translate(-100%,-50%);
}

.uncensured2:before{
	position: absolute;
	content: '';
	display: block;
	width: 15%;
	aspect-ratio: 1/1;
	left: 95%;
	top: 50%;
	background: rgba(255,0,0);
	z-index: 1;
	border-radius: 20%;
	backdrop-filter: blur(10px);
	transform: translate(-100%,-50%) scale(.4);
}

.shadow{
	text-shadow: 0 0 200px 0 black;
}

.story, .story2{
	padding: 0 40px;
}
.story2{
	text-align: left;
}
.story3{
	width: 60%;
	margin: 100px auto 0 auto;
}
.red{
	color: #FF042D;
}
.title-steps{
	width: 80%;
	margin: 100px auto 100px auto;
}
.story-video{
	position: relative;
	z-index: 1;
	margin: 0 auto 0 auto;
	width: fit-content;
	box-shadow: 0 0 200px 0 black;
	@media (max-width: 900px){
		width: calc(100% - 40px);
		margin: 10px auto 0 auto;
		video{
			width: 100%;
		}
	}
}
.woman_mandalay{
	position: relative;
	z-index: 1;
	margin: 140px auto 140px auto;
	padding: 0 40px;
	video{
		width: 100%;
	}
	@media (max-width: 900px){
		padding: 0 20px;
		margin: 32px auto;
	}
}
.end-steps{
	margin: 200px auto 200px auto;
	max-width: 1000px;
	width: 100%;
	padding: 0 40px;
}




.preview-videos{
	margin-bottom: 250px;
	.line1{
		display: flex;
		align-items: flex-end;
		padding: 0 30px;
		margin-bottom: 70px;
		p{
			margin-top: 18px;
		}
		.video-wrapper-1{
			padding: 0 30px;
			width: 50%;
			flex-shrink: 0;
			aspect-ratio: 10/16;
		}
		.video-wrapper-2{
			padding: 0 30px;
			width: 50%;
			flex-shrink: 0;
			aspect-ratio: 10/12;
		}
		.video{
			position: relative;
			width: 100%;
			height: 100%;
			overflow: hidden;
			video{
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%,-50%);
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
	}
	.line2{
		display: flex;
		align-items: flex-start;
		padding: 0 120px;
		p{
			margin-top: 18px;
		}
		.video-wrapper-1{
			padding: 0 30px;
			width: 50%;
			flex-shrink: 0;
			aspect-ratio: 10/14;
		}
		.video-wrapper-2{
			padding: 0 30px;
			width: 53%;
			flex-shrink: 0;
			h3,p{
				text-align: left;
			}
			p{
				margin-top: 32px;
			}
		}
		.video{
			position: relative;
			width: 100%;
			height: 100%;
			overflow: hidden;
			video{
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%,-50%);
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
	}
}


.step{
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 650px;
	.red{
		margin-bottom: 15px;
	}
	@media (max-width: 900px){
		padding: 0 20px;
	}
}

.slider-video{
	overflow-x: scroll;
	overflow-y: hidden;
	gap: 12px;
	margin-bottom: 30px;
	padding: 0 20px 60px 20px;
	&::-webkit-scrollbar {
		width: 0;
	}
	.video-wrapper{
		height: 70vh;
		aspect-ratio: 10/16;
		.video{
			width: 100%;
			height: 100%;
			video{
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
	}
}


footer{
	background: #FF042D;
	padding: 80px 100px 40px 100px;
	@media (max-width: 900px){
		padding: 40px 16px;
		li{
			text-decoration: underline;
		}
	}
	h3{
		text-align: left;
	}
	ul{
		margin-top: 40px;
		margin-bottom: 100px;
		list-style-type: none;
	}
	li{
		margin-bottom: 20px;
	}
	li img{
		margin-right: 15px;
	}
	.footer{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	@media (max-width: 900px){
		.footer{
			flex-direction: column-reverse;
			align-items: flex-start;
			gap: 10px;
		}
	}
	.logo{
		flex-shrink: 0;
	}
}

.timing{
	position: relative;
	z-index: 1;
	font-family: monospace;
	font-size: 26px;
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%,0);
	background: red;
	padding: 5px 8px;
	border-radius: 5px;
}

.dragging {
	padding-left: 150px;
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; 
  user-select: none;

  scrollbar-width: none;         
  -ms-overflow-style: none;     
}

.dragging::-webkit-scrollbar {
  display: none;                 
}

.dragging.active {
  cursor: grabbing;
  scroll-behavior: auto;
}

.dragging video,
.dragging img {
  pointer-events: none;
  -webkit-user-drag: none;
}

.scroll-videos{
	padding: 0 20px;
	margin-top: 300px;
	h2{
		text-align: left;
		padding-left: 150px;
	}
	p{
		margin-bottom: 70px;
		margin-top: 24px;
		max-width: 680px;
	}
	video{
		flex-shrink: 0;
		height: 700px;
	}
}

@media (max-width: 900px){
	.scroll-videos {
		h2, p, .dragging{
			padding-left: 0;
		}
	}	
}
























