@charset "UTF-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

html, body {
    height: 100%;
	overflow: hidden;
}

body{
	font-family: "Roboto Mono", monospace;
	background-color: #000;
}

#txt{
    display: flex;
	justify-content: center;
	color: #000;
	margin: 0;
	margin-top: 0;
	background: #fdf024;
	padding: 3px;
	box-shadow: 0 0 0 0.02vw #000;
	font-size: clamp(12px, 1vw, 100px);
	font-weight: 200;
	font-family: "Roboto Mono", monospace;
	align-self: flex-start;
}

.BGVIDEO{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	z-index: -1;
	overflow: hidden;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
}

.crt{
	content: "";
	display: block;
	position: fixed;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 1000;
    background-size: 100% 2px, 5px 100%;
    pointer-events: none;
	
}

.border{
	border-image: url("border2.png") 40 fill / clamp(24px, 2.0vw, 300px);
    border-style: solid;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	z-index: 2000;
	pointer-events: none;
	box-sizing: border-box;
}


.container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
    box-sizing: border-box;
	padding: clamp(70px, 4.4vw, 570px);
	
}

.flicker{
	position: fixed;
    background-color:rgba(0,0,0,0.08);
	max-width: 100%;
	min-width: 100%;
	top: 0px;right: 0px;bottom: 0px;left: 0px;
	pointer-events: none;
	z-index: 999;
}


@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.flicker  {
   -webkit-animation: flickerAnimation .08s infinite;
   -moz-animation: flickerAnimation .08s infinite;
   -o-animation: flickerAnimation .08s infinite;
    animation: flickerAnimation .08s infinite;
}

.FadeInsquare{
	position: fixed;
	background-color: #000;
	max-width: 100vw;
	min-width: 100vw;
	max-height: 100vh;
	min-height: 100vh;
	top: 0px;right: 0px;bottom: 0px;left: 0px;
	pointer-events: none;
	z-index: 1111;
	opacity: 0;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 3s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.contactwindow{
	display: flex;
	justify-content: center;
	margin-bottom: 2%;
}

.contacts{
	display: flex;
	flex-direction: column;
	width: 26vw;
	min-width: 280px;
	background: rgba(255,255,255,0.6);
	backdrop-filter: blur(14px);
	border-radius: clamp(10px, 0.4vw, 30px) 0px 0px clamp(10px, 0.4vw, 30px);
	gap: 14px;
	height: 34vw;
	min-height: 400px;
}

.chat{
	display: flex;
	flex-direction: column;
	width: 26vw;
	min-width: 280px;
	background: #FFF;
	border-radius: 0px clamp(10px, 0.4vw, 30px) clamp(10px, 0.4vw, 30px) 0px;
	gap: 14px;
	height: 34vw;
	min-height: 400px;
	border-left: 2px solid #c0c4ca;
}

.chatinfo{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	padding: clamp(12px, 1vw, 20px);
	background: #e3ebf7;
	border-radius: 0px clamp(10px, 0.4vw, 30px) 0px 0px;
	border-bottom: 1px solid #c0c4ca;
	align-items: center;
	font-size: clamp(14px , 1vw, 20px);
	color: #535d67;
}

.chatinfo a{
	text-decoration: none;
	color: #535d67;
}

.chatinfomobile a{
	text-decoration: none;
	color: #535d67;
}

.chatinfomobile{
	display: none;
}

.chatinfo svg{
	width: 0.9vw;
	max-width: 20px;
	min-width: 10px;
}

.chatactions{
	margin-left: auto;
}

.windowactions{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: clamp(12px, 1vw, 20px) 0px;
	margin: 0px clamp(10px, 0.6vw, 30px);
}

.windowactions img{
	width: 0.9vw;
	max-width: 20px;
	min-width: 10px;
	margin-left: auto;
}

.circles{
	display: flex;
	gap: clamp(8px, 0.6vw, 16px);
}

.circles a{
	text-decoration: none;
}

.circle1{
	width: 0.7vw;
	height: 0.7vw;
	max-width: 20px;
	max-height: 20px;
	min-width: 8px;
	min-height: 8px;
	background: #ee5354;
	border-radius: 100%;
}

.circle2{
	width: 0.7vw;
	height: 0.7vw;
	max-width: 20px;
	max-height: 20px;
	min-width: 8px;
	min-height: 8px;
	background: #efb032;
	border-radius: 100%;
}

.circle3{
	width: 0.7vw;
	height: 0.7vw;
	max-width: 20px;
	max-height: 20px;
	min-width: 8px;
	min-height: 8px;
	background: #34d24e;
	border-radius: 100%;
}

.search{
	display: flex;
	background: rgba(0,0,0,0.1);
	border-radius: clamp(6px , 0.6vw, 16px);
	padding: clamp(6px, 0.6vw, 14px);
	gap: 4px;
	box-sizing: border-box;
	margin: 0px clamp(10px, 0.6vw, 30px) ;
	align-items: center;

}

.search svg{
	width: 1vw;
	min-width: 10px;
	max-width: 30px;
}

.search p{
	font-size: clamp(16px , 1vw, 20px);
	color: #535d67;
}

.profilepicture{
	width: 3vw;
	max-width: 100px;
	min-width: 50px;
	height: 3vw;
	max-height: 100px;
	min-height: 50px;
	background: linear-gradient(180deg, #999eab ,#858991);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	font-size: clamp(20px, 1.4vw, 80px);
	color: #FFF;
}

.contactinfo{
	display: flex;
	gap: 12px;
	font-size: clamp(14px , 0.8vw, 20px);
	background: #0089f1;
	border-radius: clamp(6px , 0.6vw, 16px);
	padding: clamp(10px, 0.8vw, 30px);
	margin: 0px clamp(10px, 0.6vw, 30px);
}

.contacttext{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	color: #FFF;
}

.contacttext p:last-child{
	margin-left: auto;
}

form{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: clamp(14px, 1vw, 30px);
	margin-top: auto;
}

.message{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	gap: 10px;
	align-items: center;
	
}

.mobile{
	display: none;
}

.mymessage{
	background: #e9e8eb;
	color: #000;
	border: none;
	border-radius: 100px;
	padding: clamp(12px, 1vw, 20px);
	margin: 2px auto 10px 0px;
	position: relative;
	align-self: flex-start;
	font-size: clamp(12px , 0.8vw, 18px);
}

.mymessage img{
	width: 20px;
	position: absolute;
	bottom: 2px;
	left: -9px;
}

input{
	background: #0089f1;
	color: #FFF;
	border: none;
	border-radius: 100px;
	padding: clamp(12px, 1vw, 20px);
	width: 14vw;
	max-width: 340px;
	min-width: 220px;
	margin: 2px 0px 2px auto;
	font-size: clamp(12px , 0.8vw, 22px);
}

textarea{
	display: flex;
	border-radius: 100px;
	padding: 14px 18px 2px 18px;
	font-size: clamp(12px , 0.8vw, 22px);
	border: 2px solid #C7C7C7;
	outline: none;
	color: #000;
	width: 100%;
	resize: none;
}

textarea:placeholder{
	font-size: clamp(12px , 0.8vw, 22px);
	color: #C7C7C7;
}

.messagebubble{
	display: flex;
	position: relative;
	margin: 2px 0px 24px auto;
}

.messagething{
	width: 20px;
	position: absolute;
	bottom: 2px;
	right: -9px;
}

button{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0089f1;
	border-radius: 1000px;
	outline: none;
	border: none;
	width: 1vw;
	max-width: 35px;
	min-width: 30px;
	height: 1vw;
	max-height: 35px;
	min-height: 30px;
	cursor: pointer;
	box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0px 1000px #0089f1 inset !important;
  box-shadow: 0 0 0px 1000px #0089f1 inset !important;
}


input:focus{
	outline: none;
	border: none;
}

input::placeholder{
	color: #FFF;
	font-size: clamp(12px , 0.8vw, 18px);
}

.date{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: clamp(8px , 0.6vw, 14px);
	color: #bcbcbc;
	margin: clamp(16px, 1.4vw, 24px)
	
}

.placeholder{
	display: flex;
	justify-content: center;
	align-items: center;
	background:rgba(255,255,255,0.00);
	padding: clamp(10px, 1vw, 100px);
	font-size: clamp(12px, 1vw, 100px);
	height: 1vw;
	min-height: 30px;
	user-select: none;
	text-decoration: none;
	box-sizing: border-box;
	pointer-events: none;
	color: rgba(255,255,255,0.00);
	
}

.photoicon{
	display: none;
}

@media(max-width: 1050px){
	.container{
		padding: clamp(56px, 4vw, 170px);
	}
	
}

@media(max-width: 680px){
	
	body{
		background: #FFF;
	}
	
	.contacts{
		display: none;
	}
	
	.contactwindow{
		margin-bottom: 0px;
	}
	
	.contactwindow{
		height: 100%;
		width: 100%;
	}
	
	.BGVIDEO{
		display: none;
	}
	
	.chat{
		height: 100%;
		width: 100%;
		border-radius: 0px;
		border-left: none;
	}
	
	.message{
		display: none;
	}
	
	.mobile{
		display: flex;
		align-items: center;
		width: 100%;
	    box-sizing: border-box;
	    gap: 10px;
		padding: clamp(44px, 16vw, 40px) clamp(24px, 4vw, 20px) ;
	}
	
	.messagemobile{
		display: flex;
		width: 100%;
		gap: 10px;
		box-sizing: border-box;
	}
	
	.messagecontainermobile{
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0px 6px 0px 0px;
		border: 2px solid #C7C7C7;
		box-sizing: border-box;
		border-radius: 100px;
	}
	
	textarea{
	display: flex;
	border-radius: 100px;
	padding: 14px 18px 2px 18px;
	font-size: clamp(12px , 0.8vw, 22px);
	border: none;
	outline: none;
	color: #000;
	width: 100%;
	resize: none;
}
	
	.container{
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
    box-sizing: border-box;
	padding: clamp(26px, 2.2vw, 570px);
	}
	
	#txt{
		display: none;
	}
	
	.placeholder{
		display: none;
	}
	
	.chatinfo{
		display: none;
	}
	
	.chatinfomobile{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		height: 8vw;
		min-height: 50px;
		padding: clamp(26px, 1.6vw, 30px);
		background: #f6f6f6;
		border-bottom: 1px solid #C7C7C7;
	}
	
	.chatinfomobile svg{
		width: 5vw;
		min-width: 10px;
	}
	
	form{
		display: none;
		
	}
	
	
	.profileinfo{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.namecontainer{
		display: flex;
		gap: 4px;
		align-items: center;
		margin: 0 auto;
		justify-content: center;
	}
	
	.namecontainer p:last-child{
		color: #C7C7C7;
	}
	
	.profilepicture{
	    width: 2vw;
	    max-width: 100px;
	    min-width: 40px;
	    height: 2vw;
	    max-height: 100px;
	    min-height: 40px;
	    font-size: clamp(14px, 1.2vw, 80px);
		margin: 0 auto;
}
	
	.name{
		font-size: clamp(13px, 0.9vw, 11px)
	}
	
	.date{
		font-size: clamp(10px , 0.6vw, 14px);
	}
	
	.photoicon{
		display: flex;
		width: 5vw;
		min-width: 30px;
		align-self: center;
	}
	
	.btnicon{
		display: flex;
		width: 8vw;
		min-width: 40px;
		align-self: center;
	}
	
}

@media(max-width: 370px){

	.border{
	border-image: url("border2.png") 40 fill / clamp(20px, 2.8vw, 300px);
    border-style: solid;
	}
}