@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: 'Roboto', sans-serif;
}


:root {
  --anarenk: #1f1f1f;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:46px;
	border-radius:4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}


/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--yesil);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .logo {
	margin:0 auto;
}
#header .alan .logo img {
	height:50px;
}
#sohbetalan {
	position:relative;
	width: 100vw;
	height: calc(100dvh - 70px);
	display: flex;
	flex-direction: column;
	background: #f4f4f4;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}

#sohbetalan #aktifpasif {
	position:absolute;
	top:10px;
	right:30px;
	z-index:50;
}
#sohbetalan #aktifpasif span {
	padding:5px 8px;
	border-radius:20px;
	font-size:10px;
	color:#fff;
}
#sohbetalan #aktifpasif span.aktif {
	background:green;
}
#sohbetalan #aktifpasif span.pasif {
	background:red;
}
.mesajlar {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	display: flex;
	flex-direction: column-reverse;
	overflow-y:scroll;
}

.mesajkutu {
	display: flex;
	flex-direction:column;
	align-items: flex-start;
	margin-bottom: 15px;
	gap: 10px;
}

.mesajkutu.sag {
	align-items: flex-end;
}

.mesajkutu .ust {
	display: inline-flex;
	align-items: flex-start;
	grid-gap:20px;
	font-size: 12px;
	color: #666;
}

.mesajkutu.sag .mesaj .ust {
	align-items: flex-end;
}

.mesajkutu .mesaj .adi {
	font-weight: bold;
	color: #333;
}

.mesajkutu .mesaj .tarihsaat {
	font-size: 10px;
	color: #999;
}

.mesajkutu .mesaj {
	background: #fff;
	padding: 10px 15px;
	border-radius: 15px;
	max-width: 60%;
	position: relative;
	word-wrap: break-word;
}

.mesajkutu.sag .mesaj {
	background: #dcf8c6;
}

.mesajkutu .mesaj .resim {
	display:flex;
	width:100%;
}

.mesajkutu .mesaj img {
	width: 100%;
	border-radius: 4px;
}

.mesajyaz {
	position:relative;
	padding: 0px;
	border-top: 1px solid #ccc;
	background: #fff;
	display: flex;
	gap: 10px;
}

.mesajyaz .form-control {
	flex: 1;
	border-radius: 0px;
	border: 0px solid #ccc;
	padding: 10px 15px;
}

.mesajyaz .btn {
	border-radius: 0px;
}
.mesajyaz .btn i {
	font-size:30px;
}
.mesajyaz .komutac {
	position:absolute;
	top:-70px;
	right:20px;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#000;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:24px;
	color:#fff;
	border:0px;
}
.mesajyaz .komutac.active {
	display:none;
}
#sohbetalan .komutlar {
	position:relative;
	padding:10px;
	display:none;
	flex-wrap:wrap;
	grid-gap:4px;
}
#sohbetalan .komutlar.active {
	display:flex;
}

#sohbetalan .komutlar .camera {
	width:100%;
}
#sohbetalan .komutlar .camera img {
	width:100%;
	aspect-ratio:1920/1080;
	object-fit:contain;
	object-position:center;
}

#sohbetalan .komutlar .komutkapat {
	position:absolute;
	top:-15px;
	right:15px;
	width:30px;
	height:30px;
	border-radius:50%;
	background:red;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#fff;
	border:0px;
}
#sohbetalan .komutlar .yonler {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	grid-gap:6px;
}

#sohbetalan .komutlar .yonler .ileri ,
#sohbetalan .komutlar .yonler .geri 
{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:2px;
}

#sohbetalan .komutlar .yonler .sol ,
#sohbetalan .komutlar .yonler .dur ,
#sohbetalan .komutlar .yonler .sag
{
	width:calc(33.33% - 4px);
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:2px;
}
#sohbetalan .komutlar .yonler .ileri:hover ,
#sohbetalan .komutlar .yonler .geri:hover ,
#sohbetalan .komutlar .yonler .sol:hover ,
#sohbetalan .komutlar .yonler .dur:hover ,
#sohbetalan .komutlar .yonler .sag:hover
{
	background:#000;
	color:#fff;
}

#sohbetalan .komutlar .btn
{
    width: calc(25% - 3px);
    grid-gap: 5px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    padding: 5px;
    height: auto;
    line-height: 16px;
}
#sohbetalan .komutlar .btn span
{
    font-size:18px;
}
