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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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;
}

.clear{
	clear: both;
}

@font-face {
  font-family: 'Orator Std';
  font-display: swap;
  src:  url(../font/OratorStd.otf);
}
@font-face {
  font-family: 'Candara';
  src:  url(../font/Candara.ttf);
}

/*----------------REVİZE--------------------*/


/*HEADER*/
.navbar-toggler-icon {
	width: 1.2rem!important;
	height: 1.2rem!important;
}
.navbar-toggler-icon:focus {
	outline: none;
}
.nav-item {
	padding-right: 40px;
}


.nav-link span{
	letter-spacing: 2px;
  font-size: 18px;
  font-family: 'Orator Std';
  color: #8c8383!important;
  max-width: 20%;
}
.nav-link{
	letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Orator Std';
  color: #8c8383!important;
  max-width: 20%;
}

/*CV*/
.cv img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
}
.cv p {
	font-family: 'Orator Std';
	font-weight: 100;
	line-height: 1.9rem;
	font-size: 18px;
}

/*CONTACT*/
.contact-info {
	width: 320px;
	overflow: hidden;
	margin: 0 auto;
}
.contact-info p, .contact-info a{
	font-family: 'Orator Std';
	color: dimgray;
	line-height: 25px;
	margin-top: 20px;
}
.contact-info strong {
	font-weight: 900;
	margin-bottom: 0.3rem;
	display: block;
}

/*ABSTRACT*/
.grid {
	margin-top: 10%;
	border-top: solid 1px #ddd;
	padding-top: 20px;
}
.grid__col-sizer {
	padding-top:2%;
}
.header{
	width: 100%;
	height: 112px;
	position: absolute;
	background: #ffffff;
	top: 0;
	left: 0;
	z-index: 9999;
}

.header-ic{
	width: 1140px;
	height: 60px;
	margin: auto;
	margin-top: 50px;
}

.header-ic .header-sol{
	float: left;
	height: 60px;
	padding-left: 40px;
}

.header-ic .header-sol a{
	display: block;
	height: 100%;
	width: auto;
}

.header-ic .header-sol a img{
	height: 100%;
	width: auto;
}

.header-ic .header-sag{
	display: block;
	float: right;
	height: 60px;
}

.header-ic .header-sag ul {
	list-style: none;
}

.header-ic .header-sag ul li{
	display: inline-block;
	line-height: 60px;
	margin-right: 40px;
}

.header-ic .header-sag ul li a{
	letter-spacing: 2px;
	font-size: 14px;
	font-family: 'Orator Std';
	color: #8c8383;
	font-weight: 500;
}

.header-ic .header-sag ul li a span{
	font-size: 16px;
}

.beycanslider{
	width: 100%;
	background: #fff;
	height: 100vh;
    position: relative;
    overflow: hidden;
    padding-left: 28px;
    padding-right: 28px;
}

.beycanslider::before{
	content: '';
	height: 100%;
	width: 28px;
	background: #E3E2E2;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.beycanslider::after{
	content: '';
	height: 100%;
	width: 28px;
	background: #E3E2E2;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
.beycanslider .slider-ic{
	width: auto;
	height: 100%;
}
.beycanslider .slider-ic li{
	float: left;
	align-items: center;
height:100vh;
    width: 100%;
    min-height: 300px;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain cover;
    perspective: 1000px;
}

.mobil-menu-buton{
	display: none
}

@media screen and (max-width: 1140px) {
	.header-ic{
		width: 100%;
	}
}

@media screen and (max-width: 750px) {

	.navbar-light .navbar-toggler {
		margin-bottom: 10px;
	}
	.navbar-brand h2 {
		font-size: 19px!important;
	}

	.navbar-nav .nav-link {
		margin-top: 10px;
	}

	.header-ic{
		width: 100%;
	}

	.mobil-menu-buton{
		display: block;
		float: right;
		margin-top: 12.5px;
		margin-right: 40px;
		width: 35px;
		height: 25px;
	    font-size: 1.25rem;
	    line-height: 1;
	    background-color: transparent;
	    border: 1px solid transparent;
	    border-radius: .20rem;
	    color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
        padding-top: 5px;
	}

	.header-ic .header-sag{
		display: none;
		width: 100%;
		height: auto;
		background: #ffffff;
	}

	.header-sag nav ul li{
		width: 100%;
		margin-right: 0px!important;
		text-align: center;
	}

	.mobil-menu-buton span{
		float: left;
		margin-bottom: 5px;
		margin-left: 1px;
		display: inline-block;
		width: 18px;
		height: 1px;
		background: rgba(0,0,0,.3);
	}
}
