@charset "UTF-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0
}

:focus {
    outline: 0
}

* {
    list-style: none;
    text-decoration: none;
}

body {
    line-height: 1;
    overflow-x: hidden;
    font-family: arial;
}


/*ol, ul {
		list-style: none
	}*/

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: """"
}

header,
nav,
article,
section,
footer,
figure,
aside {
    display: block;
}

input,
select,
textarea {
    -webkit-border-radius: 0;
    border-radius: 0
}

.clear {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    clear: both
}

#navbar {
    padding: 20px 0px 20px;
    position: fixed;
    left: 0;
    transition: all 0.8s;
    right: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}

.navbarS {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.socialMediaHeader {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
}

.navbarContents {
    margin-top: 25px;
}

.navbarContents div ul li {
    display: inline-block;
    vertical-align: top;
    width: max-content;
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.5s;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.hoverLine {
    width: 0%;
    height: 3px;
    background: tomato;
    margin-top: 7px;
    border-radius: 60px;
    transition: all 0.5s;
}

.projectTitles {
    position: absolute;
    bottom: 23%;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.navbarContents div ul li:hover .hoverLine {
    width: 100%;
}

.girisImgsContent {
    height: auto;
    position: relative;
    float: left;
    width: 33.3%;
}

.content1 {
    position: relative;
}

.divBack1 {
    position: absolute;
    top: 12%;
    width: 680px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.divBack2 {
    position: relative;
    max-width: 910px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: -15%;
}

.back {
    width: 100%;
}

.textTitleGiris {
    font-size: 23px;
    color: #FFF;
    width: max-content;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.textTitleGirisContentBig {
    font-size: 27px;
    color: #FFF;
    width: max-content;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.textTitleGirisContentBig span {
    font-size: 41px;
}

.liDivs {
    margin-top: 9%;
}

.liDivs div ul li {
    display: inline-block;
    vertical-align: top;
    width: 31.9%;
    height: 210px;
    border-bottom: 3px solid tomato;
    color: white;
}

.ornekProjeler {
    margin-top: 6%;
}

.ornekProjeler div ul li {
    display: inline-block;
    vertical-align: top;
    width: 30.8%;
    height: auto;
    border-bottom: 3px solid tomato;
    cursor: pointer;
    color: white;
    margin: 7px 10px;
    position: relative;
    transition: all 0.8s !important;
}

.ornekProjeler div ul li:hover {
    margin-top: -15px;
}

.ornekProjeler div ul li img {
    width: 100%;
}

.lineDown {
    width: 30px;
    height: 2px;
    background: white;
    margin-top: 15px;
}

.lineDownKurumsal {
    width: 60px;
    height: 2px;
    background: white;
    margin: 0 auto;
    margin-top: 15px;
}

.rightContent {
    float: right;
    width: 80%;
}

.leftContent {
    float: unset;
    width: 80%;
    margin-top: 50px;
}

.contentSText {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
}

.contentSTextKurumsal {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    padding-left: 8%;
}

.title1 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.titleDivs {
    width: 46%;
    display: inline-block;
    vertical-align: middle;
}

.title2 {
    font-size: 55px;
    color: tomato;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.lineDivs {
    background: #4D4D4D;
    width: 45%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}

.kataloguIndir button {
    background: #ffa502;
    border: unset;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    color: white;
    box-shadow: 0px 1px 15px #c1c1c1;
    cursor: pointer;
    border: 2px solid #ffa502;
    transition: all 0.5s;
}

.daireTipleriDivsContent {
    margin-top: 10px;
    text-align: center;
}

.daireTipleriDivsContent div {
    display: inline-block;
    vertical-align: top;
    width: fit-content;
    padding: 12px;
    color: black;
    border: 2px solid #dadada;
    width: 25%;
    line-height: 20px;
    margin: 7px 8px;
    transition: all 0.3s;
    height: 60px;
}

.daireTipleriDivsContent div:hover {
    border: 2px solid #000;
}

.kataloguIndir button:hover {
    background: unset;
    color: #ffa502;
    box-shadow: 0px 0px 0px;
    margin-left: 5px;
}

.contentSImg {
    display: inline-block;
    vertical-align: middle;
    width: 58%;
    margin: 0px -4px;
}

.contentSImg img {
    width: 100%;
}

.contentSImgKurumsal {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0px -4px;
}

.contentSImgKurumsal img {
    width: 100%;
}

.contentsP {
    margin-top: 50px;
    width: 90%;
}

.lineBox {
    background: white;
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
}

.contentsP p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
    color: grey;
    font-weight: 100;
    line-height: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.logo {
    width: 100px;
    transition: all 0.9s;
}

.contentSectionP {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    line-height: 19px;
}

.boxIcon {
    border: 1px solid white;
    padding: 14px;
    width: fit-content;
    border-radius: 60px;
    width: 26px;
    margin: 0 auto;
}

.boxProje {
    background: #232323;
    padding: 19px;
    margin-top: -5px;
    text-align: left;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

#footer {
    background: #1A1A1A;
    width: 100%;
    margin-top: 25px;
    padding: 50px 0px 50px;
}

.footerContent {
    max-width: 1100px;
    margin: 0 auto;
}

.footerLeft {
    width: 42%;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.footerRight {
    float: right;
    width: 58%;
    font-size: 12px;
    text-align: right;
    padding-top: 26px;
}

.footerLeft img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.tumhaklarsaklidir {
    width: max-content;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    color: white;
    font-size: 11px;
}

.footerRight div ul li {
    color: white;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0px 7px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.footerRight div ul {
    display: inline-block;
    vertical-align: middle;
}

.socialFooter {
    padding-left: 20px;
}

.socialFooter li {
    margin: 0px;
}

.socialMediaHeader div ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
    color: white;
    cursor: pointer;
}

.ppContent {
    width: 100%;
}

.lineBackgroundS {
    background: tomato;
    width: 8px;
    height: 260px;
    display: inline-block;
    vertical-align: top;
}

.backBlack {
    width: 96%;
    display: inline-block;
    vertical-align: top;
    height: 260px;
    margin-left: -4px;
}

.footerDown {
    padding: 20px 0px 20px;
    text-align: center;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.backgroundContentS {
    position: absolute;
    top: 0;
    left: 37px;
    color: white;
    width: 70%;
}

.titleBigSlide {
    color: tomato;
    font-size: 39px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.titleLittleSlide {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.lineSlide {
    background: tomato;
    width: 25%;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.slideP p {
    font-size: 12px;
    line-height: 17px;
    color: #9c9c9c;
    width: 80%;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.goToButton button {
    margin-top: 20px;
    background: tomato;
    color: white;
    cursor: pointer;
    padding: 10px 19px 10px;
    border: unset;
    border-radius: 60px;
    transition: all 0.6s;
    cursor: pointer;
    outline: none;
    width: max-content;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.goToButton button:hover {
    color: tomato;
    background: white;
}

.heightTable {
    height: 261px;
    display: table-cell;
    vertical-align: middle;
}

.ContentPageImgs {
    width: 100%;
    position: relative;
}

.ContentPageImgs img {
    width: 100%;
}

.lineCoverBackground {
    position: absolute;
    bottom: 20%;
    width: 1100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.backgroundustCizgi {
    background: tomato;
    width: 5px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.titleofpage {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 24px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.boxSImgs {
    width: 40%;
    float: right;
    margin-top: -100px;
}

.boxSRakamlarileBilgi {
    background: #000000;
    width: 100%;
    padding: 100px 0px 100px;
}

.rakamlarileBilgiCenter {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.titleRakamlarlaBilgi {
    color: white;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.rakamlarDivs {
    margin-top: 40px;
}

.rakamlarDivs div ul li {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 4px 5px;
}

.intValue {
    color: tomato;
    font-size: 39px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    width: 28%;
    text-align: right;
}

.intValueLine {
    display: inline-block;
    vertical-align: middle;
    background: white;
    width: 21%;
    height: 2px;
    margin-left: 18px;
    margin-right: 18px;
}

.rakamlarInfoDiv {
    font-size: 13px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.contentPageCenter {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contentPageCenterIletisim div ul li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0px 18px;
}

.contentPageCenterIletisim {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.buttonSContent {
    text-align: center;
}

.buttonSContent div ul li {
    width: 26%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #B9B9B9;
    color: #686868;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.projectSContent {
    display: none;
    margin-top: 30px;
}

.projectSContent div ul li {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 9px;
}

.projectsImgsTab {
    width: 100%;
}

.projectTabTitle {
    margin-top: 20px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #454545;
}

.hrDivs {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #C4C4C4;
    width: 100%;
    height: 1px;
}

.projectsTabP p {
    font-size: 13px;
    line-height: 18px;
    color: #3D3D3D;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.pencilImgss {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.yazarIsmi {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    color: #9C9C9C;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    display: none;
}

.devaminiOkuButtonProje {
    margin-top: 30px;
}

.devaminiOkuButtonProje button {
    background: tomato;
    border: 1px solid tomato;
    border: unset;
    color: #FFF;
    cursor: pointer;
    transition: all 0.6s;
    outline: none;
    padding: 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.devaminiOkuButtonProje button:hover {
    background: unset;
    border: 1px solid tomato;
    color: tomato;
    margin-left: 10px;
}

.hr {
    border-color: #C7C7C7;
    margin-top: 20px;
    margin-bottom: 20px;
}

.referanslarimizDivsCon div ul li {
    display: inline-block;
    vertical-align: top;
    height: 560px;
    width: 48%;
    padding-left: 17px;
}

.referanslarimizDivsCon div ul li:nth-child(1) {
    border-right: 1px solid #C4C4C4;
}

.numberReferanslar {
    background: tomato;
    width: 13px;
    padding: 10px;
    border-radius: 60px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.referansName {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #454545;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.referansLineBox {
    width: 19%;
    margin-left: 11px;
    margin-right: 11px;
}

.infoDivsReferanslar {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #454545;
    /* margin-left: 15px; */
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.referanceBoxDiv {
    margin-top: 10px;
}

.iletisimContactBoxx {
    background: tomato;
    width: 4px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.iletisimContactTitle {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #454545;
    font-size: 17px;
}

.borderBottomH3 {
    border-bottom: 1px solid #d6d6d6;
    line-height: 49px;
}

.iletisimBilgileri {
    margin-top: 25px;
}

.konumIconImg {
    display: inline-block;
    vertical-align: middle;
}

.konumInfoss {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    width: 72%;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    line-height: 18px;
    color: #5c5c5c;
}

.infoiletisimDivs {
    margin-top: 17px;
}

.infoContactInputs input {
    background: unset;
    border: unset;
    border: 1px solid #cecece;
    padding: 9px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    width: 97%;
}

.infoContactInputs textarea {
    background: unset;
    border: unset;
    border: 1px solid #cecece;
    padding: 9px;
    height: 100px;
    width: 97%;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.infoContactInputs button {
    border: unset;
    background: tomato;
    padding: 10px;
    color: white;
    cursor: pointer;
    outline: none;
    transition: all 0.7s;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.infoContactInputs button:hover {
    margin-left: 10px;
}

.projeLeft {
    display: inline-block;
    vertical-align: top;
    width: 65%;
}

.projeRight {
    float: right;
    width: 29%;
}

.girisImgDetay {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.girisImgDetay img {
    width: 100%;
}

.projeTitleDiv {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #454545;
}

.projeDetayP p {
    color: #454545;
    font-size: 14px;
    margin-top: 12px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.projeGaleri {
    margin-top: 25px;
}

.projeGaleri div ul li {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    width: 32.6%;
    margin: 2px 1px;
}

.projeGaleri div ul li img {
    width: 100%;
}

.shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: all 0.6s;
}

.projeGaleri div ul li:hover .shadow {
    opacity: 0.8;
}

.projeGaleri div ul li i {
    position: absolute;
    top: 41%;
    font-size: 29px;
    transition: all 0.6s;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    color: white;
}

.projeGaleri div ul li:hover .fa-plus {
    opacity: 1;
}

.digerProjeler {
    width: 100%;
    margin-top: 15px;
}

.menuIcon {
    position: absolute;
    top: 9px;
    display: none;
    width: 40px;
    right: 0;
    cursor: pointer;
}

.responsiveMenuDiv {
    background: white;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 47%;
    right: -60%;
    height: 100vh;
    display: none;
    opacity: 0;
    transition: all 1.1s;
}

.resMenuCenter {
    width: 70%;
    text-align: right;
    margin: 0 auto;
    margin-top: 50px;
}

.mobileCancel {
    width: 30px;
    cursor: pointer;
}

.menuContentSRes {
    margin-top: 33px;
}

.menuContentSRes div ul li {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 15px;
    font-size: 21px;
    cursor: pointer;
    color: #333333;
    transition: all 0.6s;
}

.menuContentSRes div ul li:hover {
    color: #FFA500;
}

.socialMediaResponsive {
    margin-top: 30px;
}

.socialMediaResponsive div ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
    color: #333333;
    cursor: pointer;
    transition: all 0.6s;
}

.socialMediaResponsive div ul li:hover {
    color: #FFA500;
}

.loadingG {
    position: fixed;
    top: 0;
    background: black;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    opacity: 1;
}

@keyframes animLoad {
    20% {
        transform: scale(0.4);
    }
    70% {
        transform: scale(1);
    }
}

.loadingTop {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    position: absolute;
    top: 47%;
    right: 0;
    animation: animLoad 1.5s infinite;
    left: 0;
    margin: 0 auto;
    border: 5px solid #ffa50082;
}

.wpContent {
    position: fixed;
    bottom: 30px;
    z-index: 99;
    right: 30px;
    padding: 10px;
    border-radius: 60px;
    width: auto;
    text-align: center;
    color: #FFF;
    transition: all 0.8s;
    font-size: 32px;
    cursor: pointer;
}

.wpContent div {
    background: tomato;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    box-shadow: 1px 1px 42px #000000;
    padding: 10px;
    border-radius: 60px;
    width: 33px;
    transition: all 0.4s;
}

.displayMobil {
    display: none;
}

.wpContent div:hover {
    background: #FFF;
    color: tomato;
}