*{box-sizing: border-box;font-family: "Poppins", sans-serif;}
:root {
    --primary: #007AFF;
    --titlecolor: #1A2129;
    --textcolor: #868686;
}

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, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, 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, input, textarea {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: "Poppins", sans-serif;
}

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;
}

:focus {
    outline: 0
}

.clear {
    clear: both
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--textcolor);
    font-weight: 400;
}
.w100{width: 100%; display: inline-block;position: relative;}
.pdn{padding: 80px 0px;}
.buttons{
    background-color: var(--primary);
    display: inline-block;
    padding: 13px 25px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    transition: all .3s cubic-bezier(0.42, 0, 0.15, 1.01);
}
.ty-wrapper {
    width: 100%;
    height: 100vh;
    display: table;
    background-color: #333;
}

.ty-vertical {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.form-holder {
    text-align: center;
    width: 400px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
    box-sizing: border-box;
    padding: 0px 60px;
    background-color: #EFEFEF;
    height: 100%;
    display: table;
    z-index: 10;
}

.form-inner {
    display: table-cell;
    vertical-align: middle;
}

.form-title {
    color: #333;
    text-align: center;
    font-size: 30px;
    padding-bottom: 15px;
    line-height: 1.3;
    font-weight: 300;
}

.tel {
    width: 100%;
    display: inline-block;
    margin: 15px 0px;
}

.tel a {
    color: #333;
    font-size: 27px;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 800;
}

.menu {
    /* background: #bc3131; */
    /* width: 300px; */
    height: auto;
    box-sizing: border-box;
    padding-left: 0px;
    z-index: 1;
    text-align: center;
}

.menu ul li {
    float: left;
}

.menu ul li:nth-child(1) {
    margin-left: 0px;
}

.menu ul li a {
    color: var(--textcolor);
    font-size: 1vw;
    display: block;
    margin-right: 50px;
    font-weight: 400;
    transition: all .3s cubic-bezier(0.42, 0, 0.15, 1.01);
}

.menu ul li a.active {
    color: #000;
}
.menu ul li:last-child a {
    margin-right: 0;
}

.logo {
    width: 280px;
    transition: all .3s cubic-bezier(0.42, 0, 0.15, 1.01);
}
.main-page {
    position: relative;
    width: calc(100% - 400px);
    display: inline-block;
}

.topBar {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 400px);
    display: flex;
    height: 140px;
    z-index: 4;
    background-color: #fff;
    transition: all .3s cubic-bezier(0.42, 0, 0.15, 1.01);
}
.container{max-width: 1280px;width: 90%;position: relative;margin: 0 auto;}
.header{
    height: 100vh;
}
.header .contaier {}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.headerContent {
    width: 45%;
}

.headerImg {
    width: 63%;
    position: absolute;
    right: -7%;
    bottom: 0px;
    transform: translateY(15%);
}

.partner {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 14%;
}

.topBar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerImg img {
    float: right;
}

.headerContent h2 {
    font-size: 2.5vw;
    color: var(--titlecolor);
    line-height: 1.4;
    margin-bottom: 15px;
}

.headerContent h2 span {
    display: block;
    font-size: 50%;
    color: var(--primary);
    margin-bottom: 5px;
}

.headerContent p {
    font-size: 18px;
    margin-bottom: 25px;
}

.stratejiSect h2 {
    font-weight: bold;
    color: var(--titlecolor);
    line-height: 1.2;
    font-size: 3vw;
    width: 45%;
}

.stratejiSect h2 span {
    color: var(--primary);
    font-weight: 400;
    font-size: 85%;
}
.stratejiSect .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stratejiSect article {
    width: 53%;
    border-radius: 360px;
    border: 1px solid var(--primary);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stratejiSect article img {
    width: 45px;
}

.stratejiSect article p {
    width: calc(100% - 45px);
    padding-left: 25px;
}
.articleSect article {
    width: 35%;
    float: right;
    padding: 25px 0px;
}
.title2{
    margin-bottom: 25px;
    width: 100%;
}
.articleSect figure {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 60%;
    background-size: cover;
    background-position: center;
}

.articleSect .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.title2 h2 {
    font-size: 1.5vw;
    line-height: 1.5;
    color: var(--titlecolor);
}

.articleSect article p {
    margin-bottom: 30px;
}
.articleSect.reverse .container {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.articleSect.reverse article {
    width: 45%;
}

.articleSect img {
    width: 47%;
}
.blueBox {
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding: 80px 7%;
}

.blueBox article {
    width: 60%;
}

.blueBox article h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 2.2vw;
}

.blueBox article p {
    color: #fff;
}

.blueboxBtn {
    position: absolute;
    right: 50px;
    bottom: 45px;
    background-color: #fff;
    color: #000;
    padding: 15px 25px;
    font-size: 15px;
    border-radius: 360px;
    font-weight: 600;
    transition: all .3s cubic-bezier(0.42, 0, 0.15, 1.01);
}
.titleCenter {
    text-align: center;
    margin-bottom: 25px;
}

.titleCenter h2 {
    font-size: 1.8vw;
    font-weight: 600;
    color: var(--primary);
}
.referansList {
    width: 106%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 30px -3%;
}

.referansList li {
    padding: 0px 3%;
}
.bottom {
    background-color: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}

.footerLogo {
    width: 215px;
}


.form-title strong {
    font-weight: bold;
}
.formLogo {
    width: 250px;
    margin: 0 auto 50px;
}
.buttons:hover {
    background-color: var(--titlecolor);
}
.menu ul li a:hover {
    color: var(--primary);
}
main{overflow: hidden;}
#popupClick, #popupClick2{display: none;}
.popup{display: none; max-width: 1200px; width: 95%;}
.popup h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.popup p {
    margin-bottom: 15px;
}

.popup ul {
    margin-bottom: 20px;
}

.popup ul li {
    display: list-item;
    list-style: disc;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #818080;
}
.iletisim-m{display: none;}/* Z-INDEX */ .formError { z-index: 990; }    .formError .formErrorContent { z-index: 991; }    .formError .formErrorArrow { z-index: 996; }    .ui-dialog .formError { z-index: 5000; }    .ui-dialog .formError .formErrorContent { z-index: 5001; }    .ui-dialog .formError .formErrorArrow { z-index: 5006; }.inputContainer {	position: relative;	float: left;}.formError {	position: absolute;	top: 300px;	left: 300px;	display: block;	cursor: pointer;	text-align: left;}.formError.inline {	position: relative;	top: 0;	left: 0;	display: inline-block;}.ajaxSubmit {	padding: 20px;	background: #55ea55;	border: 1px solid #999;	display: none;}.formError .formErrorContent {	width: 100%;	background: #ee0101;	position:relative;	color: #fff;	min-width: 120px;	font-size: 11px;	border: 2px solid #ddd;	box-shadow: 0 0 6px #000;	-moz-box-shadow: 0 0 6px #000;	-webkit-box-shadow: 0 0 6px #000;	-o-box-shadow: 0 0 6px #000;	padding: 4px 10px 4px 10px;	border-radius: 6px;	-moz-border-radius: 6px;	-webkit-border-radius: 6px;	-o-border-radius: 6px;	box-sizing: border-box;}.formError.inline .formErrorContent {	box-shadow: none;	-moz-box-shadow: none;	-webkit-box-shadow: none;	-o-box-shadow: none;	border: none;	border-radius: 0;	-moz-border-radius: 0;	-webkit-border-radius: 0;	-o-border-radius: 0;}.greenPopup .formErrorContent {	background: #33be40;}.blackPopup .formErrorContent {	background: #393939;	color: #FFF;}.formError .formErrorArrow {	width: 15px;	margin: -2px 0 0 13px;	position:relative;}body[dir='rtl'] .formError .formErrorArrow,body.rtl .formError .formErrorArrow {	margin: -2px 13px 0 0;}.formError .formErrorArrowBottom {	box-shadow: none;	-moz-box-shadow: none;	-webkit-box-shadow: none;	-o-box-shadow: none;	margin: 0px 0 0 12px;	top:2px;}.formError .formErrorArrow div {	border-left: 2px solid #ddd;	border-right: 2px solid #ddd;	box-shadow: 0 2px 3px #444;	-moz-box-shadow: 0 2px 3px #444;	-webkit-box-shadow: 0 2px 3px #444;	-o-box-shadow: 0 2px 3px #444;	font-size: 0px;	height: 1px;	background: #ee0101;	margin: 0 auto;	line-height: 0;	font-size: 0;	display: block;}.formError .formErrorArrowBottom div {	box-shadow: none;	-moz-box-shadow: none;	-webkit-box-shadow: none;	-o-box-shadow: none;}.greenPopup .formErrorArrow div {	background: #33be40;}.blackPopup .formErrorArrow div {	background: #393939;	color: #FFF;}.formError .formErrorArrow .line10 {	width: 13px;	border: none;}.formError .formErrorArrow .line9 {	width: 11px;	border: none;}.formError .formErrorArrow .line8 {	width: 11px;}.formError .formErrorArrow .line7 {	width: 9px;}.formError .formErrorArrow .line6 {	width: 7px;}.formError .formErrorArrow .line5 {	width: 5px;}.formError .formErrorArrow .line4 {	width: 3px;}.formError .formErrorArrow .line3 {	width: 1px;	border-left: 2px solid #ddd;	border-right: 2px solid #ddd;	border-bottom: 0 solid #ddd;}.formError .formErrorArrow .line2 {	width: 3px;	border: none;	background: #ddd;}.formError .formErrorArrow .line1 {	width: 1px;	border: none;	background: #ddd;}
@media only screen and (min-width:851px) {
.sticky .topBar {
    height: 80px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.sticky .logo {
    width: 180px;
}
}