*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    color: white;
    background: black;
    font-family: 'Clash Display', sans-serif;
}

.title{
  font-size: 34px;
  font-weight: bold;
}
.divider{
  border-bottom: solid 2px white;
  margin: 15px 0
}
.content-link{
  color: white;
  text-decoration: none;
}
a{
	text-decoration: none;
}
a.tone-link{
	color: var(--tone-color);
}
a.tone-link:hover{
	color: var(--tone-dark);
}
a.hoverable{
	cursor: none;
}
.btn{
	width: 140px;
	max-width: 100%;
	padding: 12px 0;
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    border-radius: 8px;
}
.btn.btn-outline.btn-white{
	background-color: transparent;
	border: solid 2px white;
	color: white;
}
.btn.btn-outline.btn-white:hover{
	background-color: white;
	color: black;
}
@media (max-width: 500px) {
	.align-items-center.mobile-start{
		justify-content: flex-start !important;
	}
	.mouse-cursor{
		display: none !important;
	}
}

.text-editor-content p{
	margin-block-start: 0;
	margin-block-end: 0;
}

/*******************************/
/************NAVBAR*************/
/*******************************/
.navbar{
  position: fixed;
  top:0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 28px;
}

/*******************************/
/*************MENU**************/
/*******************************/
.main-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 100% 0%);
  z-index: 99;
  background-color: #000000e8;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.main-menu ul{
	padding-left: 0 !important;
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-menu ul li{
	padding: 15px 0;
	font-size: 40px;
	font-weight: 400;
}
.main-menu ul a{
  color: white;
  text-decoration: none;
}
.main-menu ul li:hover{
	padding: 15px 0;
	font-size: 40px;
	font-weight: 500;
}
@media (max-width: 500px) {
	.main-menu ul{
		margin-top: -100px;
		list-style: none;
	}
}
@media (max-width: 1200px) {
	.main-menu ul{
		flex-direction: column;
	}
}



/*******************************/
/***********HOME************/
/*******************************/
.project-section {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  visibility: hidden;
}
.project-section .outer,
.project-section .inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.project-section .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}

.video-container{
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-container video{
  background: #000;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.284);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content{
  position: relative
}
.content h1{
  font-size: 100px;
  font-weight: 900;
}
.project-content{
  text-align: center;
  width: 100%;
  max-width: 500px;

}
.project-content .title{
  font-size: 40px;
  transition: all 0.3s;
}
.project-content .description{
  font-size: 28px;
  transition: all 0.25s;
}
.project-content:hover .title{
  transform: translateY(-15px);
}
.project-content:hover .description{
  transform: translateY(-25px);
}
@media (max-width: 500px) {
	.project-content{
		text-align: center;
		padding-left:15px;
		padding-right: 15px;
	}
	.project-content .title{
		font-size: 36px;
		transition: all 0.3s;
	}
	.project-content .description{
		font-size: 22px;
		transition: all 0.25s;
	}
}

/*SECCION LUAY*/
.main-section.overlay{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: var(--bg-grey);
	background: linear-gradient(90deg, #696969 -2.42%, #555 34.49%, #2B2B2B 101.81%);*/
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.main-section .content{
  margin-bottom: 100px;
  max-width: 900px;
}
.main-section .content h1{
  font-size: 80px;
  font-weight: 900;
}
.main-section .luay-image{
	position: absolute;
	bottom: 0;
	margin-left:-50px;
	width: 800px;
	left: 50%;
	transform: translate(-50%, 0);
}
.main-section .scroll-btn{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.main-section .scroll-btn img{
	width: 60px;
}
.main-section .luay-tags-container{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-section .luay-tags{
	margin-top: -15px;
	font-size: 25px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

@media (max-width: 990px) {
	.main-section .luay-tags-container{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}
@media (max-width: 500px) {
	.main-section .content{
		  margin-top: -150px;
		  max-width: 100%;
	}
	.main-section .content h1{
	  font-size:70px;
	  font-weight: 900;
	}
	.main-section .luay-image{
		margin-left:-100px;
		width: 800px;
	}
	.main-section .luay-tags{
		font-weight: bold;
		display: flex;
		text-align: left;
		align-items: flex-start;
		justify-content: flex-end;
		gap: 15px;
		font-size: 25px;
		flex-direction: column;
	}
	

}

/**SECCION MENU**/
.menu-section{
	height: 100vh;
}
.menu-section.overlay{
	justify-content: flex-start;
	align-items: flex-start;
	justify-content: center;
}
.menu-section ul{
	padding-left: 0 !important;
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}
.menu-section ul li{
	padding: 15px 0;
	font-size: 40px;
	font-weight: 400;
}
.menu-section ul li:hover{
	font-weight: 700;
}
.menu-section ul a{
	color: white;
	text-decoration: none;
}
@media (max-width: 500px) {
	.menu-section.overlay{
	  align-items: flex-start;
	}
	.menu-section ul{
		list-style: none;
	}
}
.collapse-section{
	overflow: hidden;
}

@media (max-width: 500px) {
	.menu-section ul{
		margin-top: -100px;
		list-style: none;
	}
}
@media (max-width: 1200px) {
	.menu-section ul{
		flex-direction: column;
	}
}


footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
}
footer.not-absolute{
	position: unset !important;
}
footer .big-title{
	font-size: 26px;
	font-weight: 600;
}
.tag{
	display: inline-block;
	border-radius: 20px;
	border: solid 1px var(--border-grey);
	padding: 12px 15px;
}
.social-icon{
	display: inline-block;
	border-radius: 50%;
	border: solid 1px var(--border-grey);
	padding: 8px 10px;
}

/*******************************/
/************PROYECTOS*************/
/*******************************/
.projects-section{
  background-size: cover;
  height: 100vh;
  position: relative;
}
.projects-section .projects-section-container{
  flex-direction: column;
  display: flex;
  align-items: center;
  z-index: 3;
  justify-content: center;
}
.projects-section-container .project{
  font-size: 36px;
  font-weight: 400;
  color: white;
  transition: font-size 0.3s;
  padding: 10px 0;
  cursor: pointer;
}
.projects-section-container .project.active, .projects-section .project:hover{
  font-size: 38px;
  font-weight: 600;
  color: white;
}
.projects-section .fondo{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
.projects-section .projects-section-overlay{
    background-color: rgba(0, 0, 0, 0.284);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.projects-section .categories-container{

}
.projects-section .categories-container ul{
	display: flex;
	align-items: center;
	list-style: none;
	font-size: 18px;
	justify-content: center;
	gap: 15px;
}
.projects-section .categories-container ul li{
	margin: 10px 0;
	border-radius: 8px;
	text-align: center;
	font-weight: 400;
}
.projects-section .categories-container ul li.active, .projects-section .categories-container ul li:hover{
	font-weight: bold;
}
.projects-section .project-mobile{
	height: 300px;
	width: 100%;
	background-size: cover;
	position: relative;
}
.projects-section .project-mobile .project-mobile-overlay{
	display: flex;
	align-items: flex-end;
	padding: 25px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 38.25%, #000 100%);
	width: 100%;
	height: 100%;
	color: white;
	font-size: 20px;
}
@media (max-width: 1275px) {
	.projects-section-container .project{
	  font-size: 32px;
	}
	.projects-section-container .project.active, .projects-section .project:hover{
	  font-size: 38px;
	}
}
@media (max-width: 992px) {
	
}

/*******************************/
/************PROYECTO*************/
/*******************************/
.view-project .video-js{
  width: 100% !important; 
  height: 100vh !important;
}
.view-project .project-name{
  font-size: 60px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
}
.swiper-slide img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.view-project .project-description{
	color: white; 
	font-size: 20px !important;
}
.view-project .project-description p{
	color: white; 
	font-size: 20px !important;
}

@media (max-width: 992px) {
	.view-project .video-js{
		width: 100% !important; 
		height: 300px !important;
	}
	.view-project .project-name{
		font-size: 40px;
	}
	.view-project .project-description{
		color: white; 
		font-size: 16px !important;
	}
}

/*******************************/
/************MOUSE-*************/
/*******************************/
.mouse-cursor {
  background-color: rgba(19, 14, 14, 0.712);
  width: 20px;
  height: 20px;
  position: fixed;
  border-radius: 50%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white
}
.mouse-cursor.playable {
  width: 80px;
  height: 80px;
}
.mouse-cursor.hoverable {
  width: 40px;
  height: 40px;
  background-color: rgba(209, 69, 69, 0.712);
}
.mouse-cursor.slide {
  width: 100px;
  height: 100px;
  background-color: rgba(209, 69, 69, 0.712);
}

.effect{
	transition: all 0.3s;
}
.effect:hover{
	transform-origin: center;
	transform: scale(1.2);
}
.hoverable{
  /*transition: all 0.2s;*/
  cursor: none !important;
}

.mouse-cursor .playable-icon {display: none;}
.mouse-cursor .hoverable-icon {display: none;}
.mouse-cursor .pause-icon {display: none;}
.mouse-cursor .slide-icon {display: none;}
.mouse-cursor.playable .playable-icon {display: block;}
.mouse-cursor.playable .hoverable-icon {display: none;}
.mouse-cursor.playable .slide-icon {display: none;}
.mouse-cursor.hoverable .hoverable-icon {display: block;}
.mouse-cursor.hoverable .playable-icon {display: none;}
.mouse-cursor.hoverable .slide-icon {display: none;}
.mouse-cursor.pause .pause-icon {display: block;}
.mouse-cursor.pause .playable-icon {display: none;}
.mouse-cursor.pause .hoverable-icon {display: none;}
.mouse-cursor.pause .slide-icon {display: none;}
.mouse-cursor.slide .slide-icon {display: block;}
.pointer{cursor: pointer;}



/*******************************/
/************ABOUT-*************/
/*******************************/
.wrapper {
  height: 20%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 15px
}


.about-me-content{
	padding-right: 10%; 
	max-width: 730px; 
	padding-top: 120px;
}
.about-me-content .text-1{
	font-size: 48px;
}
.about-me-content .text-2{
	font-size: 36px;
}
.about-me-content .text-3{
	font-size: 20px;
}
.about-me-image img{
	width: 100%; 
	height: 100vh; 
	object-fit: cover;
}

@media (max-width: 992px) {
	.about-me-content{
		padding-right: 0; 
		max-width: unset;
		padding-top: 20px;
	}
	.about-me-content .text-1{
		font-size: 30px;
	}
	.about-me-content .text-2{
		font-size: 26px;
	}
	.about-me-content .text-3{
		font-size: 16px;
	}
	.about-me-image img{
		width: 100%;
		height: 500px; 
		object-fit: cover;
	}
}