* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "proxima-nova";
    font-family: "Zalando Sans Expanded", sans-serif;
}

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-primary-900: #464240;
    --color-primary-700: #5d5954;
    --color-primary-500: #7b7671;
    --color-accent: #a88668;
    --color-gray-100: #f3f3f3;
    --color-gray-300: #c5c5c5;
    --color-gray-500: #a8a8a8;
    --color-gray-700: #7a746f;
    --color-text-main: #373432;
    --color-link-active: #8b6f55;
    --color-overlay-25: rgba(0, 0, 0, 0.25);
    --color-overlay-36: rgb(0 0 0 / 36%);

    --color-hex-000: #000;
    --color-hex-0000001f: #0000001f;
    --color-hex-0003: #0003;
    --color-hex-009688: #7b6a58;
    --color-hex-0099a8: #8c745f;
    --color-hex-00a550: #00a550;
    --color-hex-03a9f4: #9c836b;
    --color-hex-060e1f: #2f2c2a;
    --color-hex-070747: #2b2927;
    --color-hex-0a960f: #0a960f;
    --color-hex-10192b: #34302d;
    --color-hex-141d33: #3a3632;
    --color-hex-181d24: #181d24;
    --color-hex-181e51: #3f3a36;
    --color-hex-1b2744: #433e3a;
    --color-hex-1d1d1b: #1d1d1b;
    --color-hex-1e449e: #746250;
    --color-hex-1f2c4a: #464240;
    --color-hex-1f449d: #76624f;
    --color-hex-263238: #263238;
    --color-hex-2a3555: #4e4843;
    --color-hex-2d2a28: #2d2a28;
    --color-hex-344161: #5a5450;
    --color-hex-354877: #625b56;
    --color-hex-372817: #372817;
    --color-hex-388e3c: #388e3c;
    --color-hex-392d29: #392d29;
    --color-hex-394854: #5f5853;
    --color-hex-3a2c24: #3a2c24;
    --color-hex-3a60b9: #8a755f;
    --color-hex-3b2f2d: #3b2f2d;
    --color-hex-3b2f2d70: #3b2f2d70;
    --color-hex-3c5aa2: #7f6c58;
    --color-hex-3d4d78: #6a635d;
    --color-hex-404e6f: #706861;
    --color-hex-414141: #414141;
    --color-hex-4f4a46: #4f4a46;
    --color-hex-5575c1: #9a856f;
    --color-hex-574d41: #574d41;
    --color-hex-5c6fa3: #98846e;
    --color-hex-5f4535: #5f4535;
    --color-hex-635d58: #635d58;
    --color-hex-666: #666;
    --color-hex-695338: #695338;
    --color-hex-6e6661: #6e6661;
    --color-hex-73060a: #73060a;
    --color-hex-777471: #777471;
    --color-hex-7d7873: #7d7873;
    --color-hex-825e46: #825e46;
    --color-hex-878787: #878787;
    --color-hex-8c6933: #8c6933;
    --color-hex-8c8c8c: #8c8c8c;
    --color-hex-8f775a: #8f775a;
    --color-hex-8f8d8b: #8f8d8b;
    --color-hex-8f8d8d: #8f8d8d;
    --color-hex-8f8f8f: #8f8f8f;
    --color-hex-908478: #908478;
    --color-hex-999: #999;
    --color-hex-9e9e9e: #9e9e9e;
    --color-hex-9f8054: #9f8054;
    --color-hex-a4090c: #a4090c;
    --color-hex-a5977f: #a5977f;
    --color-hex-a66946: #a66946;
    --color-hex-a68676: #a68676;
    --color-hex-a92327: #a92327;
    --color-hex-aca29a: #aca29a;
    --color-hex-acacac: #acacac;
    --color-hex-ada39b: #ada39b;
    --color-hex-b51117: #b51117;
    --color-hex-b59a88: #b59a88;
    --color-hex-bbb: #bbb;
    --color-hex-c0c0c0: #c0c0c0;
    --color-hex-c1c1c1: #c1c1c1;
    --color-hex-c2b9aa: #c2b9aa;
    --color-hex-c3c3c3: #c3c3c3;
    --color-hex-c3c3c36b: #c3c3c36b;
    --color-hex-c80010: #c80010;
    --color-hex-c8c7c7: #c8c7c7;
    --color-hex-ccc: #ccc;
    --color-hex-cecece: #cecece;
    --color-hex-d1d1d1: #d1d1d1;
    --color-hex-d51317: #d51317;
    --color-hex-d57205: #d57205;
    --color-hex-d5804f: #d5804f;
    --color-hex-d7d7d7: #d7d7d7;
    --color-hex-dedede: #dedede;
    --color-hex-e1dcd8: #e1dcd8;
    --color-hex-e43235: #e43235;
    --color-hex-e6e6e6: #e6e6e6;
    --color-hex-e8ecff: #e8ecff;
    --color-hex-e9ebf3: #e9ebf3;
    --color-hex-ebe1dc: #ebe1dc;
    --color-hex-ece5db: #ece5db;
    --color-hex-ed1c24: #ed1c24;
    --color-hex-ededed: #ededed;
    --color-hex-eee: #eee;
    --color-hex-eee8e1: #eee8e1;
    --color-hex-efefef: #efefef;
    --color-hex-f1f1f1: #f1f1f1;
    --color-hex-f25258: #f25258;
    --color-hex-f2f5f7: #f2f5f7;
    --color-hex-f3f3f4: #f3f3f4;
    --color-hex-f5f5f5: #f5f5f5;
    --color-hex-f7f5f4: #f7f5f4;
    --color-hex-f9f4ee: #f9f4ee;
    --color-hex-fafafa: #fafafa;
    --color-hex-fbfbfb: #fbfbfb;
    --color-hex-ffa000: #ffa000;
    --color-hex-fff: #fff;
    --color-hex-ffff: #ffff;
    --color-rgb-0-0-0---0p55: rgb(0 0 0 / 0.55);
    --color-rgb-0-0-0---52pct: rgb(0 0 0 / 52%);
    --color-rgb-0-0-0---60pct: rgb(0 0 0 / 60%);
    --color-rgb-0-0-0---7pct: rgb(0 0 0 / 7%);
    --color-rgb-0-0-0: rgb(0 0 0);
    --color-rgb-0--0--0: rgb(0, 0, 0);
    --color-rgb-172-131-94---52pct: rgb(172 131 94 / 52%);
    --color-rgb-206-197-186: rgb(206 197 186);
    --color-rgb-255-255-255---15pct: rgb(255 255 255 / 15%);
    --color-rgb-255-255-255---20pct: rgb(255 255 255 / 20%);
    --color-rgb-255-255-255---41pct: rgb(255 255 255 / 41%);
    --color-rgb-255--255--255: rgb(255, 255, 255);
    --color-rgb-3-4-4: rgb(3 4 4);
    --color-rgb-31-44-75---30pct: rgb(70 66 64 / 30%);
    --color-rgb-31-44-75: rgb(70 66 64);
    --color-rgb-4-13-33: rgb(46 42 40);
    --color-rgb-41-53-82: rgb(79 72 67);
    --color-rgb-6-15-38: rgb(52 47 44);
    --color-rgb-8-167-180---36pct: rgb(140 112 86 / 36%);
    --color-rgb-95-69-53: rgb(95 69 53);
    --color-rgba-0--0--0--p1: rgba(0, 0, 0, .1);
    --color-rgba-0--0--0--p15: rgba(0, 0, 0, .15);
    --color-rgba-0--0--0--p3: rgba(0, 0, 0, .3);
    --color-rgba-0--0--0--p5: rgba(0, 0, 0, .5);
    --color-rgba-0--0--0--p6: rgba(0, 0, 0, .6);
    --color-rgba-0--0--0--p7: rgba(0, 0, 0, .7);
    --color-rgba-0--0--0--0pct: rgba(0, 0, 0, 0%);
    --color-rgba-0--0--0--0: rgba(0, 0, 0, 0);
    --color-rgba-0--0--0--0p07: rgba(0, 0, 0, 0.07);
    --color-rgba-0--0--0--0p08: rgba(0, 0, 0, 0.08);
    --color-rgba-0--0--0--0p1: rgba(0, 0, 0, 0.1);
    --color-rgba-0--0--0--0p18: rgba(0, 0, 0, 0.18);
    --color-rgba-0--0--0--0p2: rgba(0, 0, 0, 0.2);
    --color-rgba-0--0--0--0p28: rgba(0, 0, 0, 0.28);
    --color-rgba-0--0--0--0p35: rgba(0, 0, 0, 0.35);
    --color-rgba-0--0--0--0p5: rgba(0, 0, 0, 0.5);
    --color-rgba-0--0--0--0p7: rgba(0, 0, 0, 0.7);
    --color-rgba-0--0--0--0p75: rgba(0, 0, 0, 0.75);
    --color-rgba-130--110--74--0: rgba(130, 110, 74, 0);
    --color-rgba-206-197-186: rgba(206 197 186);
    --color-rgba-25--25--25--0p28: rgba(25, 25, 25, 0.28);
    --color-rgba-255--255--255--0pct: rgba(255, 255, 255, 0%);
    --color-rgba-255--255--255--0p06: rgba(255, 255, 255, 0.06);
    --color-rgba-255--255--255--0p1: rgba(255, 255, 255, 0.1);
    --color-rgba-255--255--255--0p12: rgba(255, 255, 255, 0.12);
    --color-rgba-255--255--255--0p15: rgba(255, 255, 255, 0.15);
    --color-rgba-255--255--255--0p2: rgba(255, 255, 255, 0.2);
    --color-rgba-255--255--255--0p35: rgba(255, 255, 255, 0.35);
    --color-rgba-255--255--255--0p5: rgba(255, 255, 255, 0.5);
    --color-rgba-255--255--255--0p55: rgba(255, 255, 255, 0.55);
    --color-rgba-255--255--255--0p88: rgba(255, 255, 255, 0.88);
    --color-rgba-29--29--27--p1: rgba(29, 29, 27, .1);
    --color-rgba-89--65--62--p4: rgba(89, 65, 62, .4);
}

.font2, .font2 * {
    font-family: "bodoni-urw";
}


.font3, .font3 * {
    font-family: "Philosopher", sans-serif;
}

@font-face {
    font-family: Fellix;
    src: url(Fellix-SemiBold.eot);
    src: local('Fellix SemiBold'),local('Fellix-SemiBold'),url(Fellix-SemiBold.eot?#iefix) format('embedded-opentype'),url(Fellix-SemiBold.woff2) format('woff2'),url(Fellix-SemiBold.woff) format('woff'),url(Fellix-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Fellix;
    src: url(Fellix-Light.eot);
    src: local('Fellix Light'),local('Fellix-Light'),url(Fellix-Light.eot?#iefix) format('embedded-opentype'),url(Fellix-Light.woff2) format('woff2'),url(Fellix-Light.woff) format('woff'),url(Fellix-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Fellix;
    src: url(Fellix-ExtraBold.eot);
    src: local('Fellix ExtraBold'),local('Fellix-ExtraBold'),url(Fellix-ExtraBold.eot?#iefix) format('embedded-opentype'),url(Fellix-ExtraBold.woff2) format('woff2'),url(Fellix-ExtraBold.woff) format('woff'),url(Fellix-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Fellix;
    src: url(Fellix-Medium.eot);
    src: local('Fellix Medium'),local('Fellix-Medium'),url(Fellix-Medium.eot?#iefix) format('embedded-opentype'),url(Fellix-Medium.woff2) format('woff2'),url(Fellix-Medium.woff) format('woff'),url(Fellix-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Fellix;
    src: url(Fellix-Regular.eot);
    src: local('Fellix Regular'),local('Fellix-Regular'),url(Fellix-Regular.eot?#iefix) format('embedded-opentype'),url(Fellix-Regular.woff2) format('woff2'),url(Fellix-Regular.woff) format('woff'),url(Fellix-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Fellix;
    src: url(Fellix-Bold.eot);
    src: local('Fellix Bold'),local('Fellix-Bold'),url(Fellix-Bold.eot?#iefix) format('embedded-opentype'),url(Fellix-Bold.woff2) format('woff2'),url(Fellix-Bold.woff) format('woff'),url(Fellix-Bold.ttf) format('truetype');
    font-weight: 700;
    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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: 400;
    color: var(--color-text-main);
    letter-spacing: .25px;
}

a {
    text-decoration: none;
    letter-spacing: .6px;
    color: var(--color-hex-000);
    font-weight: 400;
}

button {
    display: inline-block;
    padding: 13px 20px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid var(--color-hex-000);
}

textarea {
}

.hcenter {
    align-items: center !important;
    display: flex !important
}

a, a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
    margin: 0;
}

blockquote, q {
    quotes: none;
}
/*div:before, div:after, li:before, li:after, a:after, a:before {content: '';}*/
:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

html, body {
    width: 100%; /* height: 100%; */ /* background: var(--color-hex-394854); */
}

.temizle {
    clear: both;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.hide {
    display: none !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.no-margin {
    margin: 0 !important;
}

.ds-effect {
    box-shadow: 5px 5px 15px 0 var(--color-rgba-0--0--0--p1);
    transition: .22s ease-out;
    transition-property: transform,box-shadow;
}

    .ds-effect:hover {
        transform: translate3d(0,-.1875rem,0);
        box-shadow: 5px 15px 30px 0 var(--color-rgba-0--0--0--p15);
    }

.mttop {
    margin-top: 45px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt25 {
    margin-top: 30px !important
}

.mt45 {
    margin-top: 45px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt90 {
    margin-top: 90px !important
}

.h30 {
    max-height: 30vh !important
}

.minheight {
    min-height: auto !important;
    max-height: 350px !important;
}

.gicon {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

    .gicon.location:after {
        content: "\e0c8";
    }

    .gicon.satistaki-projeler:after {
        content: "\e0ef";
    }

    .gicon.tamamlanan-projeler:after {
        content: "\e7ee";
    }

    .gicon.Gelecek-Projeler:after {
        content: "\ea3b";
    }


.w90 {
    width: 90%
}

.pad {
    padding: 6vh 0;
}

.padbottom {
    padding-bottom: 6vh;
}

.bg30 {
    background: var(--color-rgb-31-44-75---30pct);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg30dark {
    background: var(--color-rgb-8-167-180---36pct);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg50 {
    background: var(--color-rgba-0--0--0--p5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg60 {
    background: var(--color-rgba-0--0--0--p6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg60 {
    background: var(--color-rgba-0--0--0--p6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg70 {
    background: var(--color-rgba-0--0--0--p7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.grdbg {
    width: 100%;
    position: absolute;
    height: 25vh;
    top: 0;
    z-index: 2;
    background: var(--color-rgb-31-44-75);
    background: linear-gradient(180deg, var(--color-rgb-4-13-33) 0%, var(--color-rgba-130--110--74--0) 100%);
}

.grdbgbottom {
    width: 100%;
    position: absolute;
    height: 55vh;
    bottom: 0;
    z-index: 2;
    background: var(--color-rgb-0--0--0);
    background: linear-gradient(0deg, var(--color-rgb-6-15-38) 0%, var(--color-rgba-0--0--0--0) 100%);
}


.grdbgbottom1 {
    width: 100%;
    position: absolute;
    height: 55vh;
    bottom: 0;
    z-index: 2;
    background: var(--color-rgb-0--0--0);
    background: linear-gradient(0deg, var(--color-rgb-6-15-38) 0%, var(--color-rgba-0--0--0--0) 60%);
}



    .grdbgbottom.blur::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(10px); /* Bulanıklık miktarı */
    }

.grdbgtop {
    width: 100%;
    position: absolute;
    height: 25vh;
    top: 0;
    z-index: 2;
    background: var(--color-rgb-255--255--255);
    background: linear-gradient(0deg, var(--color-rgba-255--255--255--0pct) 0, var(--color-rgb-255-255-255---41pct) 140%);
}

.bg1 {
    background: var(--color-hex-394854);
}

.bg2 {
    background: var(--color-hex-9f8054);
}

.bgwhite {
    background: var(--color-hex-fff)
}

    .bgwhite * {
        color: var(--color-text-main);
    }

.bggri {
    background: var(--color-hex-f2f5f7)
}

.bgblue {
    background: var(--color-hex-070747)
}

.bgred {
    background: var(--color-hex-b51117);
}

.bgred1 {
    background: var(--color-hex-ed1c24);
}

.bgblue1 {
    background: var(--color-hex-070747)
}

.h50 {
    height: 50%;
    overflow: hidden;
}

.bgred1 *, .bgred * {
    color: var(--color-hex-fff) !important
}

.bgblue *, bgblue1 * {
    color: var(--color-hex-fff) !important
}

.imgcover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.texttop * {
    color: var(--color-hex-fff)
}

.positonrev {
    position: relative
}

.txtleft, .txtleft * {
    text-align: left !important
}

.main {
    width: 100%
}

.alink {
    margin-top: -120px;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
}

.txtmain {
    width: calc(100% - 25px);
    padding-right: 25px;
}

.rtl {
    flex-direction: row-reverse;
}

h1, h2 {
    font-weight: normal;
    letter-spacing: 1;
}

.beyaz {
    color: var(--color-hex-fff) !important
}

form:focus {
    outline: 0;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

body.no-scroll, html.no-scroll {
    overflow: hidden;
}

body.homepage, html.homepage {
    padding-top: calc(100vh - 210px);
}

textarea {
    overflow: auto;
    resize: none;
    padding-top: 15px !important;
    height: 120px !important;
}

    textarea::placeholder {
        color: var(--color-hex-c2b9aa) !important;
        font-size: 14px;
        font-weight: 400
    }

::-webkit-input-placeholder {
    color: var(--color-hex-c2b9aa) !important
}

:-ms-input-placeholder {
    color: var(--color-hex-c2b9aa) !important;
}

::placeholder {
    color: var(--color-hex-c2b9aa) !important;
}

input::placeholder {
    font-size: 14px;
    font-weight: 400
}

/* Modern tarayıcılar */
.siziarayalim ::placeholder {
    color: var(--color-hex-3a60b9) !important;
}

/* Webkit (Chrome, Safari) */
.siziarayalim ::-webkit-input-placeholder {
    color: var(--color-hex-3a60b9) !important;
}

/* Internet Explorer 10+ */
.siziarayalim :-ms-input-placeholder {
    color: var(--color-hex-3a60b9) !important;
}



/* Modern tarayıcılar */
.form-inner ::placeholder {
    color: var(--color-hex-404e6f) !important;
    font-size:12px
}

/* Webkit (Chrome, Safari) */
.form-inner ::-webkit-input-placeholder {
    color: var(--color-hex-404e6f) !important;
    font-size: 12px
}

/* Internet Explorer 10+ */
.form-inner :-ms-input-placeholder {
    color: var(--color-hex-404e6f) !important;
    font-size: 12px
}

input::placeholder {
    font-size: 14px;
    font-weight: 400
}

@media (min-width:319px) and (max-width:768px) {
    body.homepage, html.homepage {
        padding-top: calc(100vh - 317px);
    }
}

/*full page down*/
.fs-page {
    position: relative;
    height: 100%;
}

.fs-section {
    position: relative;
    height: 100%;
}

.fs-content {
    width: 100%;
}

.fs-page-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.fs-pagination {
    position: fixed;
    left: 30px;
    bottom: 30px;
    margin-top: -50px;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .fs-pagination ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 10px; /* margin-left: 5px; */
    }

    .fs-pagination li {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

        .fs-pagination li a {
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: 1px solid var(--color-hex-dedede);
        }

        .fs-pagination li.active a {
            background-color: var(--color-hex-fff);
        }

.fullmesaj { /* background:var(--color-hex-fff); */
    position: absolute;
    right: 20px;
    transition: 1s;
    z-index: -1;
    opacity: 0;
    color: var(--color-hex-dedede);
    margin-top: -3px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 11px;
    width: 340px;
    text-align: right;
}

.fs-pagination li.active .fullmesaj {
    opacity: 1 !important;
}

.navigasyon {
    display: flex;
    bottom: 50px;
    left: 50%;
    position: absolute;
    z-index: 99
}

.fs-pagination .next, .fs-pagination .back {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.fs-pagination .back {
}

.fs-pagination > div > img {
    width: 8px;
}

.fs-pagination .back > img {
    transform: rotate(180deg);
}
/*full page down end*/

/*open table */
.opentab {
    width: 100%;
    margin-top: 0;
}

    .opentab > h2 {
        border: 1px solid var(--color-hex-efefef);
        font-weight: 600;
        padding: 11px 15px;
        margin: 9px 0;
        cursor: pointer;
        text-align: center;
        line-height: 23px;
        font-size: 16px;
        text-align: left;
        padding-left: 22px;
        color: var(--color-hex-000);
        display: flex;
        align-items: center;
        position: relative;
        justify-content: flex-start;
    }

        .opentab > h2 > span {
            margin-bottom: 14px;
        }

    .opentab > div > h3 {
        font-weight: 600;
        color: var(--color-hex-00a550);
        padding-bottom: 20px;
        font-size: 34px;
    }

    .opentab > div {
        display: none;
        padding: 0;
        color: var(--color-hex-c8c7c7);
        line-height: 24px;
        font-size: 18px;
    }

        .opentab > div > a {
            text-decoration: none;
            color: var(--color-hex-8f8d8d);
            border-bottom: 1px dotted var(--color-rgba-25--25--25--0p28);
            width: 100%;
            display: block;
            line-height: 33px;
            font-size: 13px;
        }

    .opentab > .active {
        background: var(--color-hex-a5977f);
        color: var(--color-hex-fff);
    }

.ricon {
    font-size: 21px;
    padding-left: 15px;
    float: right;
}
/*List dizayn*/
.opentab > div > ul {
    list-style-type: none;
}

    .opentab > div > ul > li {
        margin: 10px;
    }

.opentab .fa {
    padding-right: 5px;
}

.opentab > div p {
    margin-bottom: 15px
}

.opentab > h2 {
    position: relative
}

    .opentab > h2 > span:after {
        content: "";
        padding: 4px;
        border: solid var(--color-hex-d5804f);
        border-width: 0px 0px 2px 2px;
        transform: rotate( -45deg );
        width: 0px;
        position: absolute;
        display: flex;
        right: 25px;
    }

    .opentab > h2.active > span:after {
        border-width: 2px 2px 0px 0;
        border-color: var(--color-hex-d5804f);
    }

    .opentab > h2 b {
        color: var(--color-hex-a66946);
        margin-right: 10px
    }
/*open table end */

/*mouse kaydır*/
#scroll-helper {
    position: absolute;
    bottom: calc(var(--yanmenugenislik));
    left: calc(var(--yanmenugenislik) - 20px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    z-index: 9;
}

    #scroll-helper .scroll-line {
        position: initial;
        bottom: initial;
        left: initial;
        margin: 0 auto;
    }

    #scroll-helper .scroll-word {
        position: initial;
        bottom: initial;
        margin-top: 10px;
        margin-left: 0;
    }

.scroll-word {
    position: absolute;
    bottom: 6vh;
    margin-left: -28px;
    opacity: 0;
    visibility: hidden;
    font-size: 11px;
    color: var(--color-hex-a68676);
    text-transform: uppercase;
    letter-spacing: 4px;
}

#scroll-helper .scroll-word {
    position: initial;
    bottom: initial;
    margin-top: 10px;
    margin-left: 0;
}

.scroll-line {
    height: 65px;
    width: 1px;
    background: var(--color-hex-a68676);
    position: absolute;
    bottom: 10vh;
    display: block;
    overflow: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
}

    .scroll-line:after {
        content: "";
        width: inherit;
        height: 50%;
        background: var(--color-hex-dedede);
        position: absolute;
        transform: translateY(0%) scaleY(0);
        left: 0;
        z-index: 10;
        display: block;
    }

    .scroll-line.init:after {
        -webkit-animation: mymove 1.5s infinite linear;
        animation: mymove 1.5s infinite linear;
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}
/*mouse kaydır bitti*/


.geography__link {
    margin-bottom: calc(var(--scale-px) * 30);
    font-size: calc(var(--scale-rem) * 1.2);
    line-height: 1.16667em;
    --lh: 1.16667em;
    letter-spacing: -.02em;
    font-weight: 400
}

@media (min-width: 568px) and (max-aspect-ratio:13/9),(min-width:668px) and (min-height:416px),(min-width:980px) {
    .geography__link {
        font-size: calc(var(--scale-rem) * 1.4);
        line-height: 1.42857em;
        --lh: 1.42857em;
        letter-spacing: 0;
        font-weight: 400
    }
}

#toTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
}

.handyazi {
    font-family: "Playball", cursive;
    font-weight: 400;
    font-style: normal;
}

.linkbutton * {
    color: var(--color-hex-000);
}

.linkbutton > a, .linkbutton > button {
    font-size: calc(var(--scale-rem)* 1.1);
    line-height: 1.42857em;
    display: flex;
    align-content: center;
    padding: 0;
    border: 0;
}

    .linkbutton > a > div, .linkbutton > button > div {
        display: flex;
        align-content: center;
        align-items: center;
        position: relative;
    }

        .linkbutton > a > div .icon, .linkbutton > button > div .icon {
            margin-right: 13px;
            background: var(--color-hex-f3f3f4);
            border-radius: 100%;
            padding: 15px;
            display: flex;
            justify-content: center;
            align-content: center;
            position: relative;
            align-items: center;
        }

            .linkbutton > a > div .icon > span, .linkbutton > button > div .icon > span {
                color: var(--color-hex-000);
                font-size: 15px;
                transition: 0.3s;
                position: relative;
            }

            .linkbutton > a > div .icon:after, .linkbutton > button > div .icon:after {
                content: '';
                position: absolute; /* background: var(--color-hex-000); */
                transition: 0.3s;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 100%;
                transform: scale(0);
                z-index: -1;
            }

    .linkbutton > a:hover > div .icon:after, .linkbutton > button:hover > div .icon:after {
        content: '';
        transform: scale(1);
        background: var(--color-hex-070747);
        z-index: 1;
    }

    .linkbutton > a:hover > div .icon > span:first-child, .linkbutton > button:hover > div .icon > span:first-child {
        transform: scale(0);
    }

    .linkbutton > a > div .icon .iconhover, .linkbutton > button > div .icon .iconhover {
        transform: scale(0);
        position: absolute;
        color: var(--color-hex-fff);
        z-index: 2;
    }

    .linkbutton > a:hover > div .icon .iconhover, .linkbutton > button:hover > div .icon .iconhover {
        transform: scale(1);
    }

.linkbutton.dark * { /* color: var(--color-hex-fff); */
}

.linkbutton.dark > a > div .icon {
    background: var(--color-hex-394854);
}

    .linkbutton.dark > a > div .icon > span {
        color: var(--color-hex-fff);
    }

    .linkbutton.dark > a > div .icon:after {
        background: var(--color-hex-fff);
    }

.linkbutton.dark > a:hover > div .icon:after {
    background: var(--color-hex-1f2c4a);
}

.linkbutton.dark > a:hover > div .icon > span {
    color: var(--color-hex-fff) !important
}

.linkbutton.dark > a > div .icon .iconhover {
    color: var(--color-hex-fff);
}

#toTop .linkbutton.dark > a > div .icon {
    background: var(--color-hex-eee);
    width: 50px;
    height: 50px;
}

    #toTop .linkbutton.dark > a > div .icon > span {
        color: var(--color-hex-000)
    }

.linkbutton.slick-arrow > a > div .icon {
    margin: 0px;
    transition: .22s ease-out;
    transition-property: background-color;
    background-color: var(--color-rgb-255-255-255---15pct);
    width: 60px;
    height: 60px;
}

    .linkbutton.slick-arrow > a > div .icon > span {
        color: var(--color-hex-fff);
        font-size: 25px
    }
