*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
    font-family: "Futura Std", futura-pt, sans-serif;
    color: rgba(42,42,42,1.00);
	background-color: rgba(255,255,255,1.00);
    font-size: 17px;
    letter-spacing: -0.5px;
    font-weight: 400;
}
html, body {
    height: 100%;   
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	cursor: crosshair;
}
html:hover .cursor {
  opacity: 1;
}
body {
    margin: 0;
    opacity: 1;
}
.awwwards,
.home,
main,
.sea {
  opacity: 0;
}
.page-aqua-intro {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 22% 34%, rgba(255,255,255,0.55), transparent 28%),
    radial-gradient(circle at 76% 58%, rgba(210,232,236,0.28), transparent 32%),
    linear-gradient(115deg, rgba(255,255,255,0), rgba(255,255,255,0.42), rgba(255,255,255,0));
  filter: blur(18px);
  mix-blend-mode: screen;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
h1,
.h1 {
	display: block;
    font-family: "Futura Std", futura-pt, sans-serif;
    color: rgba(42,42,42,1.00);
    font-size: 60px;
    letter-spacing: -2px;
    font-weight: 400;
    text-align: center;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
    -webkit-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    padding-bottom: 50px;
}

@media (max-width: 768px) {
  h1,
	.h1{
	   	padding-bottom: 30px;
  }
}







/*----------------row---------------*/
.row {
	max-width: 80%;
	padding-top: 5%;
    padding-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
}





/*-----------------awwwards---------------*/
.awwwards {
	position: fixed;
	left: 0;
	top: 5%
}
.awwwards img{
	width: 80px;
	height: auto;	
}
@media (max-width: 768px) {
  .awwwards img{
	  width: 50px;	  
  }
}









/*------------------home---------------*/
.home {
    position: relative;
	width: 100%;
    height: 100%;    
}
.title {
	position: absolute;
	margin: 0;
    top: 40%;
    left: 10%;
    transform: translate3d(-40%, 0, 0);
	padding: 10px;
	backface-visibility: hidden;
	contain: layout;
	
}
@media (max-width: 768px) {
  .title {
		  left: 50%;
		  width: max-content;
		  max-width: calc(100vw - 24px);
		  transform: translate3d(-50%, 0, 0);
  }
}

.qaasqa {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(52px, 20vw, 80px);
  letter-spacing: clamp(-8px, -2vw, -4px);
  line-height: 1.1;
  white-space: nowrap;
  color: rgba(42,42,42,1.00);
  font-weight: 400;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.28);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.subtitle {
  display: block;
  margin-top: -10px;
  text-align: right;
}

.letter,
.qaasqa-letter {
  display: inline-block;
  position: relative;
  will-change: transform;
  transform-origin: 50% 55%;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  text-rendering: geometricPrecision;
}











/*------------------works---------------*/
.works {	
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding-left: 15px;
	margin-bottom: 20%;	
	border-left: solid 0.5px rgba(0, 0, 0, 0.72);
	color: rgba(255,0,4,1.00);
	line-height: 0.8;
}
.work-preview {
	display: none;
}
.work-preview-stage {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	width: clamp(220px, 28vw, 380px);
	height: auto;
	max-height: 58vh;
	object-fit: contain;
	filter: drop-shadow(8px 10px 18px rgba(0, 0, 0, 0.18));
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 768px) {
  .works{
	  width: 200px;
	  padding-left: 15px;
	  margin-bottom: 150px;
  }
  .work-preview-stage {
	  display: none;
  }
}




/*------------------telegram---------------*/
.H02 img{
	width: 120px;
}
.H02 {	
	margin-top: -0px;
	text-align: center;	
	padding-bottom: 5%;
	-moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    -webkit-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
}




/*------------------contact---------------*/
#contact {	
	text-align: center
}

.sea {
	margin-top: 20%;
	padding-bottom: 5%;
	-moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    -webkit-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
}
@media (max-width: 768px) {
  .sea {
      margin-bottom: 30%;
  }
}
.sea img {	
	width: 50%;	
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
@media (max-width: 768px) {
.sea img {
      width: 80%;
  }
}
.sea:hover {
	transform: scale(1.2);
}












/*------------------------cursor-------------------------*/
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
@media (max-width: 992px) {
.cursor {
      display: none
  }
}
.cursor-move-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-top: -3px;
  margin-left: -3px;
}
.cursor-move-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cursor-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
}
.cursor-outer {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0,0,0,1);
  border-radius: 50%;
  box-sizing: border-box;
}










/*------------------------a link-------------------------*/
a {	
	color: rgba(50,50,50,1.00);
	text-decoration: none;	
	-moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s;	
}
.link a{
    color:rgba(0,0,0,0.70);
    text-decoration: none;
    position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    overflow: visible;	
}
.link a:after {
   content: '';
   position: absolute;
   top: 95%;
   left: 0;
   height: 1px;
   width: 0;
   background: #000000;
   -moz-transition: width 0.4s ease;
   -o-transition: width 0.4s ease;
   -webkit-transition: width 0.4s ease;
   -ms-transition: width 0.4s ease;
   transition: width 0.4s ease;
}
.link a:hover:after  {
   width: 100%;
   -moz-transition: width 0.4s ease;
   -o-transition: width 0.4s ease;
   -webkit-transition: width 0.4s ease;
   -ms-transition: width 0.4s ease;
   transition: width 0.4s ease;
   outline: 0;
}



