@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('lightslider.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('formcontrol.css');
@import url('lity.min.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	transition:all 0.3s ease;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn 
{   
  border-color: rgba(126, 239, 104, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

:root {
  --anarenk: #000;
  --gri: #939597;
}

body {
	font-family: 'Sohne';
}

.container-fluid {
	max-width:calc(100vw - 44px);	
}
.dropdown-toggle::after {
    display: none;
}

.form-control.is-invalid, 
.was-validated .form-control:invalid {
    background-position: right calc(.375em + 3.1875rem) center;
}

.form-control.is-valid, 
.was-validated .form-control:valid {
    background-position: right calc(.375em + 3.1875rem) center;
}
.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--anarenk);
    border-color: var(--anarenk);
}
.page-link {
    position: relative;
    display: block;
    color: var(--anarenk);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 0.875rem 1.25rem;
}
.page-link:hover {
    z-index: 2;
    color: #000;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.btn {
	height:55px;
	line-height:50px;
	padding:0px 46px;
	font-size:16px;
	border-top:0px solid #fff;
	border-bottom:0px solid #fff;
}


.btn-outline-dark {
	border:1px solid #000;
}


#bloklar {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
#bloklar .sol {
	position:relative;
	width:50%;
	height:100vh;
	background:#000;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	padding-bottom:100px;
}
#bloklar .sol .logo {
	width:100%;
	height:15%;
	margin-bottom:30px;
	text-align:center;
}
#bloklar .sol .logo img {
	height:100%;
}
#bloklar .sol .yuzuk {
	width:100%;
	height:25%;
	margin-bottom:23px;
	text-align:center;
}
#bloklar .sol .yuzuk img {
	height:100%;
}
#bloklar .sol .yazi1 {
	width:100%;
	color: #ffffff;
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 2.4827585px;
	text-align:center;
	margin-bottom:20px;
}
#bloklar .sol .yazi2 {
	position:relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	display:inline-flex;
	align-items:center;
}
#bloklar .sol .yazi2 i {
	font-size: 26px;
}
#bloklar .sol .yazi2:before {
	position:absolute;
	content:"";
	top:-20px;
	right:-65px;
	width:73px;
	height:61px;
	background:url('../img/icon/arrow1.png');
	background-repeat:no-repeat;
}
#bloklar .sol .alt {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:30px 20px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	border-top:1px solid rgba(255,255,255,0.13);
}
#bloklar .sol .alt .adres {
	width:33.333%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
#bloklar .sol .alt .teldiv {
	width:33.333%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align:center;
}
#bloklar .sol .alt .buton {
	width:33.333%;
	text-align:right;
}
#bloklar .sag {
	position:relative;
	width:50%;
	height:100vh;
	background:#e9e186;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	padding-bottom:100px;
}
#bloklar .sag .logo {
	width:100%;
	height:15%;
	margin-bottom:30px;
	text-align:center;
}
#bloklar .sag .logo img {
	height:100%;
}
#bloklar .sag .yuzuk {
	width:100%;
	height:25%;
	margin-bottom:23px;
	text-align:center;
}
#bloklar .sag .yuzuk img {
	height:100%;
}
#bloklar .sag .yazi1 {
	width:100%;
	color: #53575a;
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 2.4827585px;
	text-align:center;
	margin-bottom:20px;
}
#bloklar .sag .yazi2 {
	position:relative;
	color: #53575a;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	display:inline-flex;
	align-items:center;
}
#bloklar .sag .yazi2 i {
	font-size: 26px;
}
#bloklar .sag .yazi2:before {
	position:absolute;
	content:"";
	top:-20px;
	right:-65px;
	width:73px;
	height:61px;
	background:url('../img/icon/arrow1.png');
	background-repeat:no-repeat;
}
#bloklar .sag .alt {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:30px 20px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	border-top:1px solid rgba(255,255,255,0.13);
}
#bloklar .sag .alt .adres {
	width:33.333%;
	color: #53575a;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
#bloklar .sag .alt .teldiv {
	width:33.333%;
	color: #53575a;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align:center;
}
#bloklar .sag .alt .buton {
	width:33.333%;
	text-align:right;
}