@font-face {
    font-family: 'futuralight';
    src: url('../webfonts/futura_light_bt.woff2') format('woff2'), url('../webfonts/futura_light_bt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuramedium';
    src: url('../webfonts/futura_medium_bt.woff2') format('woff2'), url('../webfonts/futura_medium_bt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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


/* HTML5 reset-browser */

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

:root {
    --primary: #B88550;
}

body {
    font-family: "Space Grotesk", 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;
}
main{
	overflow-x:hidden;
	width:100%;
	position:relative;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    box-sizing: border-box;
    transition: all ease-in-out .3s;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-right {
    display: flex;
    align-items: center;
}

.main-menu {
    float: left;
    margin-right: 30px;
}

.main-menu ul li {
    float: left;
    border-right: 1px solid #3C3C3C;
}

.main-menu ul li:last-child {
    display: none;
}

.main-menu ul li a {
    font-family: 'futuramedium';
    font-size: 20px;
    padding: 0px 30px;
    color: #3C3C3C;
    transition: all ease-in-out .3s;
}

.main-menu ul li:hover a,
.main-menu ul li a.active {
    color: var(--primary);
}

.ba-wrapper {
    position: relative;
    background-color: #202020;
    overflow: hidden;
    opacity: 100%;
    user-select: none;
    width: 100%;
    height: calc(100vh - 145px);
}

.ba-before,
.ba-after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ba-before {
    width: 100%;
}

.ba-after {
    width: calc(50% + 5px);
}

.ba-content-image {
    height: 100%;
    max-width: max-content;
}

.ba-hover-before,
.ba-hover-after {
    position: absolute;
    top: 10%;
    left: 45px;
    padding: 0.7rem;
    background-color: #dedad8;
    color: #606060;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
}

.ba-hover-before {
    left: 78%;
    right: 7.5%;
}

.ba-scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: white;
    opacity: 1;
    cursor: pointer;
}

.ba-after-arrow,
.ba-before-arrow {
    font-size: 25px;
    color: #000;
    position: relative;
    left: 10%;
    top: 13%;
}

main {
    width: 100%;
    float: left;
    padding: 0px 40px;
    box-sizing: border-box;
    transition: all ease-in-out .3s;
}

.ba-scroller:before {
    width: 5px;
    height: calc(100vh - 145px);
    background: #1C2A3A;
    content: "";
    position: absolute;
    top: calc(-50vh + 98px);
    left: 50%;
    margin-left: -3px;
}

.ba-scroller img {
    position: relative;
    z-index: 2;
}

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

.patlangac {
    position: absolute;
    top: 32%;
    right: 100px;
    text-align: right;
    width: 45%;
}

.patlangac h2 {
    font-size: 74px;
    color: #fff;
    font-family: 'futuramedium';
    letter-spacing: 1px;
    font-weight: 500;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}

.patlangac h1 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: "Space Grotesk", sans-serif;
}

.about {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: flex;
    align-items: stretch;
}

.about-img {
    flex: 1;
    width: calc(40% - 30px);
    float: left;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
}

.about-content {
    flex: 1;
    width: 60%;
    box-sizing: border-box;
    padding: 80px 90px;
    background: #F7F1EA;
    position: relative;
}

.about-content p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 26px;
    font-weight: 400;
    color: #1C2A3A;
}

.about-content h2 {
    font-size: 72px;
    font-weight: 600;
    font-family: 'futuralight';
    margin-bottom: 20px;
    color: #1C2A3A;
}

.misyon-vizyon {
    width: 100%;
    float: left;
    padding: 180px 10%;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.misyon-vizyon-box {
    border: 1px solid #707070;
    box-sizing: border-box;
    padding: 40px 80px;
    text-align: center;
    flex: 0 0 48%;
}

.misyon-vizyon-box h3 {
    font-size: 52px;
    color: #1C2A3A;
    margin-bottom: 20px;
    font-family: 'futuralight';
    font-weight: 600;
    letter-spacing: 1px;
}

.misyon-vizyon-box p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    color: #1C2A3A;
}

.projects {
    width: 100%;
    float: left;
    padding: 100px 0px;
    box-sizing: border-box;
    position: relative;
}

.projects:before {
    content: "";
    position: absolute;
    width: calc(90% - 40px);
    height: 100%;
    float: left;
    background: #F7F1EA;
    top: 0px;
}

.projects-head {
    position: relative;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding-left: calc((10% + 40px));
    padding-right: calc((10% + 140px));
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-title h2 {
    font-family: 'futuralight';
    font-size: 80px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #1C2A3A;
}

.project-title p {
    color: #1C2A3A;
    font-size: 22px;
    width: 60%;
    line-height: 34px;
}

.project-buttons span {
    font-size: 19px;
    margin-left: 35px;
    color: #1C2A3A;
    font-weight: 600;
    cursor: pointer;
}

.project-buttons span.active {
    color: var(--primary);
}

.projects-slider-row {
    width: 100%;
    float: left;
}

.project-buttons {
    width: 43%;
    text-align: right;
    position: relative;
}

.project-card {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.project-card img {
    transition: all ease-in-out .3s;
}

.project-card:hover img {
    transform: scale(1.1);
}

.project-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 15px 20px 20px;
    box-sizing: border-box;
}

.project-card-title h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    font-family: 'futuralight';
    margin-bottom: 5px;
}
.project-card-title p {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}
.owl-dots {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot {
    width: 20px;
    height: 20px;
    background: #E8E8E8;
    border-radius: 50%;
    margin: 5px;
    transition: all ease-in-out .3s;
}

.owl-dot.active {
    background: var(--primary);
}

.projects-slider {
    width: 100%;
    float: left;
    display: none;
}

.projects-slider.open {
    display: block;
}

.services {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 70px calc(10% + 40px);
}

.title {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

.title h2,
.degerlerimiz-content h2 {
    font-family: 'futuralight';
    font-size: 72px;
    color: #1C2A3A;
}

.service-row {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    margin-top: 50px;
}

.service-content {
    width: 65%;
    border: 4px solid #E6E6E6;
    box-sizing: border-box;
    padding: 50px 180px 50px 90px;
    float: left;
    margin-top: 50px;
}

.service-content h3,
.middle-content h2 {
    color: #1C2A3A;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'futuramedium';
}

.service-content p,
.middle-content p {
    color: #1C2A3A;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 20px;
}

.service-img {
    width: calc(35% + 50px);
    margin-left: -50px;
    float: left;
    position: relative;
    right: 50px;
}

.service-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #C4C4C4;
    box-sizing: border-box;
    top: -50px;
    right: -50px;
    transition: all ease-in-out .3s;
}

.service-img img {
    float: left;
}

.service-row:nth-child(even) .service-content {
    float: right;
    padding: 50px 90px 50px 180px;
}

.service-row:nth-child(even) .service-img {
    margin-left: 0px;
    margin-right: -50px;
    left: 50px;
}

.service-row:nth-child(even) .service-img:before {
    right: 0px;
    left: -50px;
}

.service-content ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.service-content ul li {
    color: #1C2A3A;
    font-size: 22px;
    line-height: 38px;
}

.middle-content {
    width: 100%;
    float: left;
    background: #F7F1EA;
    padding: 30px 9% 50px;
    text-align: center;
    box-sizing: border-box;
}

.middle-content h2 {
    margin-top: 50px;
}

.gallery {
    width: 100%;
    float: left;
    margin: 90px 0px;
    box-sizing: border-box;
    padding: 0px calc(10% + 40px);
}

.gallery .title {
    text-align: left;
}

.galeriSlider {
    width: 100%;
    float: left;
}

.accordion-slider {
    width: 100%;
    height: 840px;
    margin: 0px;
    display: table;
    table-layout: fixed;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}

.accordion-slider:hover li {
    width: 10%;
}

.accordion-slider li {
    transition: all 500ms ease;
    width: 20%;
    display: table-cell;
    position: relative;
    background-size: cover;
    background-position: center;
    border: 10px solid #fff;
}

.accordion-slider li:hover {
    width: 60%;
}

.accordion-slider li:hover h3 {
    background: rgba(0, 0, 0, 0.6);
}

.accordion-slider .item {
    background: rgba(0, 0, 0, 0.6);
    min-width: 150px;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #ccc;
    padding: 0 10px;
    text-decoration: none;
}

.accordion-slider .item h3 {
    transition: all 1000ms ease;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0);
    padding: 10px 0;
    font-size: 14px;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -35px;
}

.owl-prev {
    left: -90px;
    position: relative;
}

.owl-next {
    position: relative;
    right: -90px;
}

.degerlerimiz {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 0px calc(10% + 40px);
}

.degerlerimiz-content {
    width: 55%;
    float: left;
}

.degerlerimiz-content h2 {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.degerlerimiz-content h3 {
    position: relative;
    padding-left: 90px;
    color: #1C2A3A;
    font-size: 44px;
    font-family: 'futuralight';
    margin-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
}

.degerlerimiz-content h3:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    background-image: url(../images/ok.svg);
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.degerlerimiz-content p {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 90px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 36px;
    color: #1C2A3A;
}

.degerlerimiz-img {
    width: 35%;
    height: 1000px;
    float: right;
    background-size: cover;
    background-position: center;
    margin-top: 200px;
}

.degerlerimiz:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 100%;
    background: #F7F1EA;
    left: 0px;
    top: 40px;
    z-index: -1;
}

.references {
    width: 100%;
    float: left;
    margin-top: 150px;
    margin-bottom: 100px;
    box-sizing: border-box;
    padding: 0px calc(10% + 40px);
}

.references-slider {
    width: 100%;
    float: left;
}

.references .title {
    text-align: left;
    margin-bottom: 70px;
}

footer {
    width: 100%;
    float: left;
    background: #2D2D2D;
    display: flex;
    align-items: center;
    position: relative;
}

.footer-logo {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-right {
    width: 70%;
    float: left;
    padding: 90px 100px 90px 150px;
}

.footer-content {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding-right: 90px;
    border-right: 1px solid #707070;
    width: 100%;
    border: none;
}

.footer-form {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding: 0px 0px 0px 100px;
}

.footer-content ul {
    width: 100%;
    float: left;
}

.footer-content ul li {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.footer-content ul li strong {
    width: 100%;
    float: left;
    font-family: 'futuralight';
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 10px;
}

.footer-content ul li p {
    font-size: 22px;
    color: #fff;
    line-height: 36px;
}

.footer-content ul li p a {
    color: #fff;
}

.footer-form h3 {
    font-size: 46px;
    font-family: 'futuralight';
    color: #fff;
    margin-bottom: 10px;
}

.footer-form ul li {
    width: calc(100% - 20px);
    margin: 10px;
    float: left;
}

.footer-form ul {
    width: calc(100% + 20px);
    float: left;
    margin-left: -10px;
}

.form-text,
.form-textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #626262;
    background: transparent;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0px 30px;
    font-family: 'futuralight';
    font-size: 16px;
    color: #fff;
}

.footer-form ul li:nth-child(2),
.footer-form ul li:nth-child(3) {
    width: calc(50% - 20px);
}

.form-textarea {
    padding-top: 20px;
    height: 100px;
    border-radius: 25px;
}

.form-submit {
    width: 340px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-family: 'futuramedium';
    border-radius: 30px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.form-submit:hover {
    background: #fff;
    color: var(--primary);
}

footer:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    background: #fff;
    left: 28%;
    top: 0px;
}

.contact-button {
    text-align: center;
}

.contact-button span {
    color: #000;
    font-family: 'futuramedium';
    margin-bottom: 5px;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    transition: all ease-in-out .3s;
    font-size: 20px;
}

.circle-effect {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    justify-content: center;
}

.circle-effect img {
    margin: 0px 3px;
    transition: all ease-in-out .3s;
    animation: rotate-normal 8s linear infinite;
}

.circle-effect img:last-child {
    transform: rotate(90deg);
    animation: rotate-reverse 8s linear infinite;
}

.contact-button:hover span {
    color: var(--primary);
}

@keyframes rotate-normal {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.main-menu ul li:last-child {
    border-right: 0px;
}

.whatsapp-btn {
    position: fixed;
    z-index: 99;
    right: 35px;
    bottom: 20px;
}

.form-holder {
    width: 400px;
    position: fixed;
    right: -500px;
    z-index: 9999;
    background: #1C2A3A;
    padding: 50px;
    box-sizing: border-box;
    top: 27%;
    transition: all ease-in-out .3s;
    border-radius: 35px 0px 0px 35px;
}

.form-holder.active {
    right: 0px;
}

.form-holder ul li {
    margin-bottom: 15px;
}

.form-holder .form-submit {
    width: 100%;
}

.form-btn {
    position: fixed;
    background: #1C2A3A;
    color: #fff;
    width: 360px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 26px;
    font-family: 'futuralight';
    letter-spacing: 1px;
    transform: rotate(-90deg);
    right: -145px;
    z-index: 99999;
    top: 44%;
    border-radius: 25px 25px 0px 0px;
    transition: all ease-in-out .3s;
}

.form-btn:hover {
    background: #B88550;
}

.form-btn.active {
    right: -250px;
}

.form-title {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}

.form-title h4 {
    font-size: 30px;
    font-family: 'futuralight';
    color: #fff;
    letter-spacing: 1px;
}

.form-close {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 20px;
    top: 35px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.form-close:before,
.form-close:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0px;
    top: 0px;
    transform: rotate(45deg);
}

.form-close:after {
    transform: rotate(-45deg);
}

.form-close:hover {
    opacity: .5;
}

.menu-btn,
.menu-close,
.black-shadow,
.iletisim-m {
    display: none;
}

.service-content ul li ol {
    margin-left: 20px;
    list-style: circle;
}

.logo {
    width: 250px;
}

.footer-logo img {
    width: 200px;
}
.referencesSlider .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.referencesSlider .item img {
    max-height: 90px;
    width: auto !important;
}