﻿:root {
    --yanmenugenislik: 80px;
    --ustbosluk: 80px;
    --altbosluk: 60px;
}

.mailglobal {
    width: calc(100%); /* background-color: #f4f4f4; */
}

#signupform fieldset {
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 2%;
}
.profil{display: flex;flex-direction: row;align-items: stretch;gap: 3%;}}
.profil>div{}
.profil>.profil-resim{
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 180px;
}
.profil>.profil-resim p{
    margin-bottom: 0;
    margin-bottom: 65px;
}
.profil>.profil-resim>img{width:100%;margin-bottom: 19px;}
.mobile-menu {
    display: none;
    background: #fff;
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    z-index: 100;
    padding: 10px 10px 5px 10px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 13px rgb(0 0 0 / 30%);
    left: calc(50% - 125px);
}

    .mobile-menu > ul > li {
        display: table-cell;
        padding: 5px;
    }

.mobilehome {
    display: none
}

    .mobilehome > div {
    }

        .mobilehome > div video {
        }

.noscroll {
    overflow: hidden
}

.smalltxt {
    font-size: 14px;
    line-height: 18px;
}

video.loading {
    background: url("/img/loading.gif") center center no-repeat;
    background-size: 120px
}

.homevideo {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .homevideo mediaelementwrapper {
        width: 100%;
        height: 100%;
    }

        .homevideo mediaelementwrapper video {
            width: 100%;
            cursor: pointer;
            transition: .5s;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
        }

.homevideotxt {
    position: absolute;
    z-index: 14;
    text-align: center;
    max-width: 1920;
    width: 90%;
    text-align: left;
    bottom: var(--altbosluk);
}

    .homevideotxt h1 {
        font-size: 44px;
        line-height: 48px;
        color: #ffffff;
        margin-bottom: 8px;
        font-weight: 700;
        "Scheherazade New", font-family: sans-serif;
        font-family: "Scheherazade New", serif;
        letter-spacing: 2px;
    }

    .homevideotxt p {
        font-size: 20px;
        line-height: 25px;
        color: #ffffff;
    }

    .homevideotxt a { /* background: #a5977f; */
        padding: 8px 23px;
        font-size: 16px;
        display: inline-block;
        margin-top: 15px;
        color: #fff;
        border: 1px solid #fff;
    }

        .homevideotxt a:hover {
            background: #a5977f;
            border: 1px solid #a5977f
        }

.videoplay {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 15;
    cursor: pointer;
}

    .videoplay .butonlar {
        padding: var(--altbosluk);
        opacity: 0.5;
        cursor: pointer;
        transition: all 0.3s;
        /* margin-right: 10px; */
    }

.cerez span {
    font-weight: 800
}

.videoplay .butonlar :hover {
    opacity: 1;
}

.pojedetay .material-symbols-outlined {
    display: inline-block;
    font-weight: 300 !important;
    font-size: calc(22px + 1vw);
    line-height: calc(33px + 1vw);
}

.Projektentwicklung::before {
    content: '\f564';
}

.Vermarktung::before {
    content: '\e73a';
}

.Bauherrenvertetung::before {
    content: '\f150';
}

.Finanzierung::before {
    content: '\ef92';
}

.Kauferbetreuung::before {
    content: '\e743';
}

.pdate::before {
    content: '\ebcc';
}

.plocation::before {
    content: '\f14d';
}

.pproject::before {
    content: '\f810';
}

.okeyicon::before {
    content: '\e86c';
}

.Verkauf::before {
    content: '\ebcb';
}

.senden {
    width: 100%;
}

.altbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* background: #fff; */
    padding: 23px 0;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 45px;
}

    .altbar > div {
        width: calc(100% - 200px);
        margin: 0 auto;
        /* max-width: 1300px; */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        .altbar > div > div {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .altbar > div img {
            width: 250px;
            padding: 0 18px;
            cursor: pointer;
        }

        .altbar > div p {
            font-size: 10px;
            margin-top: 9px;
            letter-spacing: 4px;
            font-weight: 700;
            /* color: #999; */
            white-space: nowrap;
        }

    .altbar .cizgi {
        height: 1px;
        background: #e8e5de;
        width: 90%;
    }

.homemain {
    background: #342b2b; /* padding: 5vw 0 0 0; */
    font-size: 24px;
    line-height: 29px;
}

    .homemain p {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 25px;
    }

    .homemain a {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 31px;
        border: 1px solid #422f2f;
        padding: 15px 15px;
        display: inline-block;
        color: #a5977f;
        margin-top: 21px;
        transition: .5s;
    }

        .homemain a:hover { /* color: #000; */
            border-color: #d6cebf;
            background: #a5977f;
        }

    .homemain h1 {
        margin-bottom: 15px;
        font-weight: normal;
        font-size: 34px;
        line-height: 38px;
    }

    .homemain h2 { /* text-align: center; */
        display: block;
        font-style: italic;
        margin-bottom: 17px;
        font-size: 20px;
        line-height: 25px;
    }

.incenter {
    width: calc(100% - 200px);
    margin: 0 auto;
    max-width: 1300px;
}

.txtcenter * {
    text-align: center
}

.inalan {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
}


.fullimg {
    width: 100%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .fullimg > img {
        width: 100%
    }

    .fullimg > a {
        width: 100%;
        padding: 0;
        border: 0;
        position: relative;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 100%;
    }

        .fullimg > a > img {
            width: 100%
        }

    .fullimg .txt {
        position: absolute;
        z-index: 9;
        max-width: 80%;
    }

        .fullimg .txt h1 {
            color: #fff !important;
            letter-spacing: 1px;
            margin-bottom: 5px;
            font-weight: normal;
            font-size: 34px;
            line-height: 38px;
        }

        .fullimg .txt h2 {
            color: #fff !important;
            margin-bottom: 5px;
        }

        .fullimg .txt p {
            color: #fff !important;
        }

        .fullimg .txt a {
            color: #fff !important;
            border: 1px solid #ffffff;
            margin-top: 9px;
        }

        .fullimg .txt button {
            color: #fff !important;
            border: 1px solid #ffffff;
            margin-top: 9px;
            font-size: 20px;
            line-height: 31px;
        }

        .fullimg .txt button {
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }

            .fullimg .txt button::before {
                content: '';
                position: absolute;
                bottom: -100%;
                left: 0;
                width: 100%;
                height: 100%;
                background: #683523;
                transition: all 0.3s ease;
                z-index: -1;
            }

            .fullimg .txt button:hover::before {
                bottom: 0;
            }

            .fullimg .txt button:hover {
                color: #fff;
                border-color: #683523;
            }

.beyazbg {
    background: #fff;
}

.bgkahve {
    background: #352b2b;
}

.bglight {
    background: #faf8f2;
}

.bgdark { /* background: #a5977f !important; */
}

    .bgdark * {
        color: #b7ab96 !important;
    }

.bglight * {
    color: #645336 !important;
}
/*.bglight .bgdark * :not(.bglight, .homeprojeler>div>div>h1, .homeprojeler>div>div>p, .goldbutton, .homeprojeler>div>div>p>span){color: #333333 !important;}*/
.padgen {
    padding: 5vw
}

.padgendar {
    padding: 2vw
}

.mtop {
    margin-top: 3vw
}

.fullpage {
    width: 100%
}

.mt30 {
    margin-top: 30px
}
.mt10 {
    margin-top: 10px
}
.unvanmobile{display:none}

#signupform .custom-select {
    border: 1px solid #EBE6DE !important;
}

.goldbutton {
    background: #a5977f;
    color: #fff !important;
    transition: 0.5s;
}

    .goldbutton:hover {
        padding: 20px 20px;
        font-size: 23px;
    }

.fullsize.txt {
    padding: 3vw;
}

.bgkahve * {
    color: #e0d2bc !important;
}

.homenumber {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

    .homenumber .item {
        width: calc(76vw / 4);
        text-align: center;
        max-width: 340px;
    }

        .homenumber .item > h1 {
            letter-spacing: 8px;
            font-size: calc(14px + 0.5vw);
            line-height: calc(14px + 0.5vw);
            margin: 3px 0;
        }

        .homenumber .item > h2 {
            font-style: normal;
            font-size: 40px;
            line-height: 45px;
            font-weight: bold;
            margin: 0;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            align-content: center;
        }

            .homenumber .item > h2 > span {
                font-size: calc(8px + 1vw);
                line-height: calc(13px + 1.5vw);
                font-weight: 100;
                margin-right: 10px;
            }

        .homenumber .item > p {
            margin-bottom: 0;
        }

.loginform {
}

    .loginform .head {
        margin-bottom: 35px;
    }

        .loginform .head h1 {
        }

        .loginform .head h2 {
        }

        .loginform .head p {
        }

    .loginform .form * {
        text-align: left;
    }

    .loginform .form fieldset {
    }

        .loginform .form fieldset > div {
            margin-bottom: 15px;
        }

    .loginform .form select {
    }

    .loginform .form label {
        font-size: 20px;
        line-height: 25px;
    }

    .loginform .form button {
        padding: 13px 10px;
        margin: 0;
    }

        .loginform .form button[type="submit"] {
            margin-top: 15px;
            text-align: center;
        }


.custom-select {
    margin-bottom: 0
}

.loginform .form input, .loginform .form textarea {
    background: no-repeat;
    border: 1px solid #a5977f;
    padding: 15px 20px;
}

.divalan {
    margin-top: 7vh;
    margin-bottom: 7vh;
}

.ikilisatir {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-height: calc(45vw - 100px);
    overflow: hidden;
    margin-top: 2vw;
}

.ikilili {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

    .ikilili > div:first-child {
        margin-right: 9px;
        padding: 9px 8px;
        color: #645336;
        border: 1px solid #EBE6DE;
        width: 100%;
        background: #fff;
        margin-bottom: 0;
        max-width: 153px;
    }

.ikilisatir > div {
    width: calc(49vw);
}

.ikilisatir .txt {
    width: 90%;
    font-size: 20px;
    line-height: 27px;
}

.bgefect > div:hover .bg50, .bgefect > div:hover .grdbg {
    background: rgba(0, 0, 0, .75);
}

.bgefect > div img {
    transition: 0.5s
}

.bgefect > div:hover img {
    transform: scale(1.2)
}

.bgefect > div {
    overflow: hidden
}


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

    .terscevir .txt {
    }

.zoom {
    overflow: hidden
}

    .zoom > img {
        transition: 0.5s;
        width: 100%;
    }

        .zoom > img:hover {
            transform: scale(1.2)
        }

.zoom {
    overflow: hidden
}

    .zoom > a > img {
        transition: 0.5s
    }

        .zoom > a > img:hover {
            transform: scale(1.2)
        }

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

.zoom.pasif {
    background: #000
}

    .zoom.pasif img {
        opacity: 0.35
    }


.homeprojeler {
    width: 100%;
}

    .homeprojeler > div {
        position: relative;
        max-height: 90vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        min-height: 200px;
    }

        .homeprojeler > div > img {
            width: 100%;
        }

        .homeprojeler > div > a {
            width: 100%;
            margin: 0;
            padding: 0;
            border: 0;
        }

            .homeprojeler > div > a > img {
                width: 100%;
            }

        .homeprojeler > div div:not(.grdbgbottom) {
            position: absolute;
            left: 3vw;
            bottom: 3vw;
            z-index: 9;
        }

        .homeprojeler > div div > h1 {
            color: #fbf8f3 !important;
            margin-bottom: 10px;
        }

        .homeprojeler > div div > p {
            color: #fbf8f3 !important;
            margin-bottom: 5px;
            line-height: 28px;
        }

            .homeprojeler > div div > p > span {
                margin-right: 6px;
                color: #b7ab96 !important;
            }

.homecontact {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

    .homecontact > div {
        width: 49%;
    }

    .homecontact > div {
    }

        .homecontact > div > h1 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 10px;
        }

        .homecontact > div > p {
            font-size: 19px;
            line-height: 21px;
            margin-bottom: 6px;
        }

            .homecontact > div > p > span {
            }

            .homecontact > div > p > a {
                border: 0;
                padding: 0;
                margin: 0;
                font-size: 19px;
                line-height: 21px;
            }

.homemaps {
}

.menubar {
}

    .menubar > ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

        .menubar > ul > li {
        }

            .menubar > ul > li > a {
                color: #fff;
                font-size: 17px;
                line-height: 15px;
                font-weight: 600;
                letter-spacing: 2px;
                font-family: "Scheherazade New", serif;
            }

                .menubar > ul > li > a:hover {
                    color: #E4D4C5
                }


                .menubar > ul > li > a.active {
                    padding-bottom: 4px;
                    border-bottom: 1px solid #fff;
                }
/*Mobile Menu*/
.mmenu {
    width: 100%;
    z-index: 100;
    transition: .5s;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

    .mmenu > .ustbar {
        z-index: 2;
        align-items: center;
        display: flex;
    }

        .mmenu > .ustbar > .logo {
            width: 200px;
            margin: 0 auto
        }

            .mmenu > .ustbar > .logo a img {
                width: 100%;
                height: 46px; /* filter: brightness(0) invert(1); */
                transition: .5s
            }

    .mmenu .search, .mmenu .menuicon {
        width: 60px;
        cursor: pointer;
        align-items: center;
        display: flex;
        justify-content: flex-end;
        z-index: 9999;
        height: 30px;
    }

        .mmenu .search a svg {
            width: auto;
            height: 20px
        }

    .mmenu .iconbar {
        width: 17px;
        height: 1px;
        background: #ffffff;
        transition: .3s;
        z-index: 9999;
        position: absolute;
    }

.iconbar:after, .iconbar:before {
    content: '';
    width: 24px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    right: 0;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: .3s;
}

.iconbar:before {
    top: -8px;
}

.iconbar:after {
    top: 8px;
}

.menuicon.active .iconbar {
    background: 0 0;
}

    .menuicon.active .iconbar:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(135deg);
        background: #fff !important
    }

    .menuicon.active .iconbar:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background: #fff !important
    }

    .menuicon.active .iconbar:after {
        top: 0px
    }

    .menuicon.active .iconbar:before {
        top: 0px;
    }

.mmenu > .ustbar > div:first-child {
}

    .mmenu > .ustbar > div:first-child a {
        display: block;
        color: #fff;
        font-size: 17px;
        line-height: 20px;
    }

.mmunepopup {
    transition: .5s;
    z-index: 1;
    position: absolute;
    left: 0;
    top: calc(-100vh - var(--yanmenugenislik));
    height: 100vh;
    background: rgb(61 43 33);
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden
}

    .mmunepopup.active {
        top: -30px;
    }

    .popaltmenu ul, .mmunepopup > ul {
        margin-left: 10vw;
        width: calc(100% - 20vw);
    }

        .popaltmenu ul > li, .mmunepopup > ul > li {
            border-bottom: 1px solid rgb(228 213 197 / 41%);
        }

            .popaltmenu ul > li a, .mmunepopup > ul > li > a {
                color: #fff;
                padding: 15px 10px;
                display: flex;
                justify-content: center;
                cursor: pointer;
                align-items: center;
                font-size: calc(10px + 2.5vw);
                line-height: calc(25px + 2.5vw);
                color: #e4d5c5;
                font-family: "Scheherazade New", serif;
                letter-spacing: 2px;
                text-align: center;
            }

                .mmunepopup > ul > li > a > span:after {
                    content: "";
                    padding: 3px;
                    border: solid #fff;
                    border-width: 0 1px 1px 0;
                    transform: rotate( -45deg );
                    width: 1px;
                    display: flex;
                }

.popaltmenu {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #A5977F;
    z-index: 99;
    right: -100vw;
    transition: .5s;
    display: flex;
    align-items: center;
}

    .popaltmenu.active {
        right: 0
    }

.altclose {
    color: #A5977F;
    position: absolute;
    top: 90px;
    left: 0;
    background: #ffffff;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: 600;
}

.mmenu.fixed .logo a img {
    filter: none;
}

.mmenu.fixed .search a svg path {
    fill: rgb(0 0 0 / 30%)
}

.mmenu.fixed .ustbar { /* border-bottom: 1px solid #e1e1e1; */ /* background:#fff */
}


/*menu bar*/
.menu {
    width: calc(100%);
    left: 0;
    margin-top: calc(var(--altbosluk) / 2);
    z-index: 999;
    transition: .5s;
    position: absolute;
}

    .menu > div {
        width: calc(100% - (var(--yanmenugenislik)*2));
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1920;
    }

    .menu .mainmenu > ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: .5s;
    }

        .menu .mainmenu > ul > li {
            text-align: center;
            padding: 0px 25px; /* position:relative */
        }

            .menu .mainmenu > ul > li > a {
                position: relative;
                display: inline-block;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: .4em .1em; /* color: #fff; */
                text-align: center;
                width: 100%;
                color: #ffffff;
                font-size: 17px;
                letter-spacing: 0;
                padding-bottom: 15px;
            }

        .menu .mainmenu > ul :not(li.search) a:before, .menu main ul :not(li.search) a:focus:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: -12px;
            left: 0;
            height: 4px;
            border-radius: 2px;
            background-color: #A66946;
            pointer-events: none;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            -webkit-transform-origin: center top;
            -ms-transform-origin: center top;
            transform-origin: center top;
        }

        .menu .mainmenu > ul, > li.active > a:before, .menu .mainmenu > ul > li > a:hover:before {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
        }

.lang {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

    .lang a {
        color: #fff;
        display: flex;
        font-weight: 600;
        align-items: center; /* margin-bottom: 15px; */
    }

        .lang a svg {
            margin-left: 5px
        }

            .lang a svg path {
            }

.menu .logo {
    transition: .5s;
    display: flex;
    width: 250px;
    /* margin-bottom: 15px; */
}

    .menu .logo img {
        height: calc(50px + 2vw);
        filter: brightness(0) invert(1);
        transition: .5s;
    }

    .menu .logo a {
        display: block
    }

    .menu .logo .line {
        position: absolute;
        top: calc(var(--yanmenugenislik) - 1px);
        height: 1px;
        background: rgba(255, 255, 255, 0.24);
        left: 0;
        width: 0
    }

.menu.fixed {
    position: fixed;
    background: #ffffff;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.15); /* height: var(--yanmenugenislik); */
}

.mainmenu {
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}

.menubg {
    position: relative;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu.fixed {
}

    .menu.fixed .logo {
        padding-top: 0px;
    }

        .menubg .logo img, .menu.fixed .logo img {
            filter: none;
            height: 45px;
        }

        .menu.fixed .logo .line {
            width: 0;
        }

    .menubg .lang a, .menubg .mainmenu > ul > li > a, .menu.fixed .mainmenu > ul > li > a, .menu.fixed .lang a {
        color: #333333;
    }

    .menu.fixed ul {
        padding-top: 0
    }

    .menubg .lang a svg path, .menu.fixed .lang a svg path {
        fill: #A5977F
    }

.menubg .iconbar:after, .menubg .iconbar:before, .menubg .iconbar, .mmenu.fixed .iconbar:after, .mmenu.fixed .iconbar:before, .mmenu.fixed .iconbar {
    background: #A5977F
}

.menu > div > div:last-child {
    display: flex;
    width: 202px;
    justify-content: flex-end;
    align-items: center;
}

.ustaltmenu {
    position: absolute;
    background: #A5977F;
    left: 0;
    width: 100%;
    justify-content: center;
    height: 0;
    transition: .3s;
    display: flex;
    align-items: center;
}

    .ustaltmenu > ul {
        display: none
    }

.menu .mainmenu ul li:hover .ustaltmenu {
    height: 59px;
}

    .menu .mainmenu ul li:hover .ustaltmenu > ul {
        display: flex;
        -webkit-animation: menuhover 0.45s cubic-bezier(0.7, 0, 0.3, 1) 0.275s both;
        animation: menuhover 0.475s cubic-bezier(0.7, 0, 0.3, 1) 0.275s both;
    }

@-webkit-keyframes menuhover {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes menuhover {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ustaltmenu > ul > li {
}

    .ustaltmenu > ul > li > a {
        line-height: 59px;
        color: #fff;
        display: block;
        height: 100%;
        padding: 0 41px;
    }

        .ustaltmenu > ul > li > a:hover {
            background: #8E7E62;
        }

.leftslider {
    min-height: auto;
    display: block !important;
    height: auto !important;
}

    .leftslider .slick-list {
        padding-left: 0px !important;
        margin: var(--yanmenugenislik) 0;
    }

    .leftslider .slick-slide img {
        width: 100%;
    }

#toTop {
    position: fixed;
    right: 45px;
    bottom: 90px;
    border-radius: 10px;
    display: none;
    background: #ffffff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    z-index: 9;
    /* box-shadow: 0px 0px 7px rgb(0 0 0 / 25%); */
}

    #toTop a {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #toTop a svg {
            width: 20% !important;
        }

            #toTop a svg path {
                fill: #A5977F;
                stroke: #A5977F;
            }

    #toTop:hover {
        background: #683523;
    }

        #toTop:hover a svg path {
            fill: #fff;
            stroke: #fff;
        }




/*end menu  bar*/
.loading {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 80%);
    height: 100%;
    display: none;
    width: 100%;
    z-index: 9;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.formsuccess {
    text-align: center;
    display: none;
    width: 100%;
    border: 1px solid #683523;
    padding: 25px;
    margin-bottom: 35px;
}

    .formsuccess p {
        font-size: 15px !important;
        margin-bottom: 5px !important;
        line-height: 19px !important;
    }

/*carousel*/

.slideshow {
    height: 100%;
}

.homeslader {
    width: 100%;
}

    .homeslader.slader .slick-arrow {
        top: auto;
        bottom: 39px;
        background: url(/assets/img/white-arrow.svg) rgb(255 255 255 / 38%) no-repeat 17px;
        width: 40px;
        height: 40px;
        display: block;
        z-index: 11;
        right: calc( var(--yanmenugenislik) + 46px );
        background-size: 22%;
        border: 0;
    }

        .homeslader.slader .slick-arrow:hover { /* background-color: #001665; */
            opacity: 1;
            background: url(/assets/img/white-arrow.svg) #A5977F no-repeat 17px;
            background-size: 22%;
        }

    .homeslader.slader .slick-next.slick-arrow {
        right: calc( var(--yanmenugenislik) );
    }

    .homeslader.slader .slick-dots li.slick-active button::after {
        content: ""; /* border: 2px solid #ffffff; */
        padding: 10px;
        border-radius: 15px;
        left: 3px;
        position: absolute;
        top: -8px;
    }

    .homeslader.slader .slick-dots li {
        margin: 11px 7px;
    }

.carousel__text {
    position: absolute;
    z-index: 3;
    color: #fff;
    width: 100%;
    transform: scale(1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

    .carousel__text > div { /* width: 100%; */
    }

    .carousel__text h1 {
        font-weight: 600;
        font-size: 80px;
        line-height: 85px;
        color: #fff;
        letter-spacing: 5;
    }

    .carousel__text p {
        font-size: 30px;
        line-height: 35px;
        color: #fff;
        letter-spacing: 4px;
    }
/*.carousel__text a{ font-weight:500; font-size:14px; line-height:18px; padding:5px 10px; display:block; float:left; border:1px solid #fff; color:#fff; margin-top:15px}*/


.carousel__slide__inner {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.doAnimation .slick-active .carousel__slide__inner .carousel__image {
    -webkit-animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    transform: scale(1.3);
}

.carousel__slide__overlay {
    background-color: transparent;
    background-size: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.carousel__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

.carousel__video {
    width: 100%;
}

.doAnimation .slick-active .carousel__slide__inner .carousel__text {
    -webkit-animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
}

@-webkit-keyframes scale-out {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale-out {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes scale-out-text {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale-out-text {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}




.homeslader video {
    width: 100%;
    cursor: pointer;
    transition: .5s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.progressBarContainer {
    position: absolute;
    top: calc(10vh + 25px);
    width: 300px;
    left: 5vh;
}

    .progressBarContainer div {
        display: block;
        width: 10%;
        padding: 0;
        cursor: pointer;
        margin-right: 5%;
        float: left;
        color: #fff;
        text-align: left;
    }

        .progressBarContainer div:last-child {
            margin-right: 0;
        }

        .progressBarContainer div span.progressBar {
            width: 100%;
            height: 4px;
            background-color: rgba(255, 255, 255, 0.4);
            display: block;
            margin-top: 13px;
        }

            .progressBarContainer div span.progressBar .inProgress {
                background-color: rgba(255, 255, 255, 1);
                width: 0%;
                height: 4px;
            }

    .progressBarContainer .item.active {
        width: 50%;
    }

        .progressBarContainer .item.active h3 {
            opacity: 1;
            width: 100%
        }

        .progressBarContainer .item.active span {
        }

    .progressBarContainer .item h3 {
        color: #fff;
        opacity: .4;
        transition: 1s
    }
/*carousel bitti*/


.business {
}

    .business > ul {
        display: flex;
        width: auto;
        justify-content: space-between;
        width: 85%;
        max-width: 500px;
    }

        .business > ul > li {
            width: 40%;
        }

            .business > ul > li:first-child {
                margin-right: 20%;
            }

            .business > ul > li img {
                width: 100%;
                margin-bottom: 20px;
                border-radius: 10px;
            }

            .business > ul > li p {
                margin-bottom: 0;
                font-size: calc(14px + (14 - 11) * ((100vw - 300px) / (1600 - 300)));
                line-height: calc(18px + (18 - 13) * ((100vw - 300px) / (1600 - 300)));
                display: flex;
                flex-direction: row;
                align-items: center;
            }

                .business > ul > li p span:first-child {
                    margin-right: 5px;
                }

                .business > ul > li p a {
                }

                    .business > ul > li p a:hover {
                        color: #9f8c86;
                    }


.slogan {
    text-align: center;
    letter-spacing: 10px;
    color: #fff;
    font-size: 14px;
}

.begin-item {
    width: 100%;
    margin: var(--ustbosluk) auto;
    position: relative
}

.img-item {
    width: 100%;
    margin: var(--altbosluk) auto;
    position: relative
}

.fhed {
    width: 100%;
    margin-bottom: 20px;
}

    .fhed h2, .fhed h1, .fhed h3 {
        color: #000;
    }

    .fhed h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 45px;
    }

    .fhed h2 {
        font-size: 18px;
        font-weight: 300;
        line-height: 27px;
        letter-spacing: 5px;
        margin-bottom: 8px;
        COLOR: #A66946;
    }

    .fhed h3 {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.ftxt {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.txtright.ftxt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

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

.txtwhite h1, .txtwhite h2, .txtwhite, .txtwhite {
    color: #fff
}

.font-size25 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}

.home1 {
    background: url("/img/genel/yesilyurt-demir-celik1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.home2 {
    background: #A66946;
    background-size: cover;
    background-repeat: no-repeat;
    padding: var(--yanmenugenislik) 0 calc(var(--yanmenugenislik) - 40px) 0;
    margin: 0;
}

.twoflex {
    display: flex;
    padding: var(--yanmenugenislik) 0;
    width: calc(100% - (var(--yanmenugenislik) * 2));
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .twoflex > div {
        flex-wrap: wrap;
        display: flex;
        width: calc((100% /2 ) - 10px);
        align-content: center;
        justify-content: flex-start;
        position: relative;
    }

        .twoflex > div img {
            width: 100%
        }

.w60 {
    width: 60% !important
}

.w55 {
    width: 55% !important
}

.w40 {
    width: 40% !important
}

.w45 {
    width: 45% !important
}

.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 20px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

    .button p {
        position: relative;
        transition: all 0.25s ease;
        margin: 0;
        padding: 0
    }

    .button::before {
        content: "";
        position: absolute;
        bottom: -100%;
        left: 0;
        height: 100%;
        width: 100%;
        background: #683523;
        transition: all 0.3s ease;
        z-index: -1;
    }

    .button:hover::before {
        bottom: 0;
    }

    .button:hover {
        color: #fff;
    }

.treeflex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    align-content: stretch;
    align-items: stretch;
}

    .treeflex > div {
        width: calc((100% / 4) - 38px);
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        overflow: hidden;
        border: 1px solid #ccc;
        padding: 35px;
        margin-bottom: 50px;
        margin-right: 50px;
    }

.alticerik .treeflex > div {
    max-height: 100%
}

.news .treeflex > div {
    min-height: auto !important;
    max-height: none !important;
    overflow: auto;
}
/*.news>div:first-child a{height:100%}*/

.homeslo.treeflex > div img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    height: 100%;
}

.homeslo.treeflex > div:nth-child(2n) {
    background: #126734;
}

.txtpop {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
    margin: 0 auto;
    color: #fff;
    z-index: 2
}

    .txtpop a {
        color: #fff
    }

    .txtpop h1 {
        font-weight: bold;
        font-size: 30px;
        line-height: 39px;
    }

    .txtpop h2 {
        font-weight: 300;
        font-size: 25px;
        line-height: 28px
    }

.mg50 {
    left: 50px;
    bottom: 50px;
}

.ptb15 {
    padding: 15px 0
}

.ptb20 {
    padding: 20px 0
}

.fullsize {
    width: 100%;
}

.fiveflex {
    display: flex;
    flex-wrap: wrap;
}

    .fiveflex > div {
        text-align: center;
        flex-wrap: wrap;
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 16px;
        line-height: 20px;
        padding: 0 65px;
        border-right: 1px solid #F4F6F7;
        padding-top: 35px;
        padding-bottom: 35px;
        width: calc(100% / 3);
    }

.zoomimg .text {
    padding: 20px 0px 0 0;
}

.fullsize h3 {
    letter-spacing: 15px;
    font-size: 17px;
    line-height: 20px;
}

/*Resim zoom*/
.zoomimg {
    cursor: pointer
}

    .zoomimg > a:not(.button) {
        display: block;
        width: 100%;
        position: relative;
    }

    .zoomimg:hover .img img {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }

    .zoomimg .img {
        position: relative;
        width: 100%;
        overflow: hidden
    }

        .zoomimg .img img {
            width: 100%;
            position: relative;
            -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
            transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
        }

.fourflex {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - (var(--yanmenugenislik) * 2));
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 45px;
}

    .fourflex > div {
        width: calc((100% / 4) - 15px);
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

.begin {
    margin: var(--yanmenugenislik);
}

.maindiv {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mainicdiv {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.homefootter {
    display: none;
    position: absolute;
    bottom: calc(var(--altbosluk) / 2);
    width: calc(100% - (var(--yanmenugenislik) * 2)); /* display: flex; */
    z-index: 13;
    justify-content: center;
    left: var(--yanmenugenislik);
    align-items: center;
    height: 20px;
}

.sense, .socialmedia {
    position: absolute;
    bottom: var(--altbosluk);
    height: 20px;
    z-index: 16;
    /* right: var(--altbosluk); */
}

.socialmedia {
    /* left: var(--altbosluk); */
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    justify-content: flex-end;
    max-width: 1920px;
    width: calc(100% - (var(--yanmenugenislik)*2));
    margin: 0 auto;
}

    .socialmedia a {
        text-align: left;
    }

        .socialmedia a svg {
            height: 25px;
        }

        .socialmedia a:hover svg path {
            fill: #E4D4C5;
        }

.sense {
    right: var(--yanmenugenislik);
}

    .sense a {
    }

        .sense a img {
            height: 15px;
        }

/*.homeslader .socialmedia{display:none}*/

footer {
    width: 100%;
    padding: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    background: #faf8f2;
}

    footer .footmenu {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        letter-spacing: 10px;
        font-size: 15px;
        background: #352b2b;
        box-shadow: 0 0 10px 4px rgb(0 0 0 / 7%);
        padding: 20px 0;
        color: #b9ad9a;
    }

        footer .footmenu img {
            margin-right: 20px;
            height: 45px;
        }

.footerimza {
    width: 100%;
    display: flex;
    align-items: flex-end;
    max-width: 1300px;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 44px;
}

    .footerimza p { /* float: left; */
        width: 200px; /* text-align: center; */
    }

    .footerimza .cizgi {
        width: calc(100% - 450px);
        height: 1px;
        background: #e8e8e8;
    }

    .footerimza a {
        display: block
    }

    .footerimza img {
        width: 140px;
    }

    .footerimza .footerlogo {
        width: 200px;
    }

/*Dialog*/ .whitebg {
    background: #fff
}

.display_none {
    display: none
}

.fullscreen {
    z-index: 6000;
    border-radius: 0 !important;
    max-width: 100vw;
    max-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85)
}

.dialog-begin-bg > div {
    display: table;
    width: 100%;
    height: 100%
}

    .dialog-begin-bg > div > div {
        display: table-cell;
        vertical-align: middle;
        height: 100%
    }

.dialog-begin-bg .dialog-begin-bg-begin {
    position: relative; /*height:60vh;width: 60vw;top:20vh;*/
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 40px 45px;
    border-radius: 15px;
}

.dialog-center {
    max-width: 550px;
    margin: 0 auto;
    width: 100%
}

.dialog-begin {
    position: relative;
    width: 100%;
    padding: 50px 25px
}

.dialog-head-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

    .dialog-head-close a {
        float: right;
        padding: 1px;
        width: 20px;
        height: 20px;
        text-align: center;
    }

.modal-icerik {
    height: calc(60vh - 60px );
    line-height: 20px;
    padding-right: 25px;
}

    .modal-icerik h1 {
        font-weight: 700;
        font-size: 16px;
        margin-top: 25px
    }

    .modal-icerik h2 {
        font-weight: 700;
        font-size: 16px;
        margin-top: 15px
    }

    .modal-icerik strong {
        font-weight: bold;
    }

    .modal-icerik p {
        margin-top: 15px
    }

    .modal-icerik > div {
        display: none
    }

.modal-buton {
    font-size: 14px;
    color: #7065D0;
    margin-right: 10px;
    font-weight: 800;
    display: block;
    float: left;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #7065D0;
}

    .modal-buton.active, .modal-buton:hover {
        background: #110a4b;
        color: #fff;
    }

/*Dialog bitti*/

.popup-icerik {
    text-align: center
}

    .popup-icerik img {
        width: 95px;
        margin-bottom: 15px;
    }

    .popup-icerik h1 {
        font-weight: bold;
        font-size: 35px;
        margin-bottom: 15px;
    }

    .popup-icerik input {
        width: 100%;
        padding: 15px 15px;
        border: 1px solid #ccc;
        font-weight: 500;
        font-size: 18px;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .popup-icerik .buttons {
        background: #A66946;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid #A66946;
        border-radius: 15px;
    }

    .popup-icerik .buttons {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .popup-icerik .buttons::before {
            content: '';
            position: absolute;
            bottom: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: #683523;
            transition: all 0.3s ease;
            z-index: -1;
        }

        .popup-icerik .buttons:hover::before {
            bottom: 0;
        }

        .popup-icerik .buttons:hover {
            color: #fff;
            border-color: #683523;
        }

.bottompage {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

    .bottompage .pagehead img {
        width: 100%;
        cursor: pointer;
        transition: .5s;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }

    .bottompage .pagehead {
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        max-height: 100vh; /* height: 100%; */
        justify-content: center;
    }

.pagehead.general {
    max-height: 40vh
}

    .pagehead.general .txt {
        position: absolute;
        z-index: 99;
        width: calc(100% - (var(--yanmenugenislik)*2));
        bottom: 25px;
        max-width: 1920px;
        margin: 0 auto;
    }

        .pagehead.general .txt h2 {
            display: block;
            /* font-style: italic; */
            font-size: 18px;
            line-height: 22px;
            color: #fff;
            letter-spacing: 3px;
            /* text-align: center; */
        }

        .pagehead.general .txt > h1 {
            color: #fff !important;
            letter-spacing: 1px;
            margin-bottom: 5px;
            font-size: 26px;
            line-height: 34px;
            font-weight: normal;
            max-width: 960px;
        }


.maxheight {
    max-height: 60vh !important;
}

.pagehead2 {
    background: #8E7E62;
    padding: 11px 0;
}

    .pagehead2 > div {
        width: calc(100% - (var(--yanmenugenislik)*2));
        max-width: 1300px;
        font-size: 18px;
        color: #fff;
        margin: 0 auto
    }

.pagedoc {
    /* display: flex; */
    width: 100%;
    /* justify-content: space-between; */
    /* align-items: stretch; */
    position: relative;
    z-index: 1;
}

    .pagedoc > div {
    }

.pagemenu {
    width: 330px;
    background: #A66946;
    margin-top: -15vh;
    z-index: 3;
    padding: 40px 35px;
}

    .pagemenu h1 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 27px;
    }

    .pagemenu ul {
    }

        .pagemenu ul li {
            border-bottom: 1px solid rgb(255 255 255 / 21%);
            height: 47px;
            display: flex;
            align-items: center;
        }

            .pagemenu ul li a {
                color: #fff;
                display: block;
                transition: .3s;
                width: 100%;
                height: 30px;
                line-height: 30px;
            }

                .pagemenu ul li a.active, .pagemenu ul li a:hover {
                    font-weight: 600;
                    padding-left: 10px;
                }

.pagedoc .pageleft {
    width: calc(100% - 330px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pagesmallmenu {
    background: #EAEAEA;
    padding: 25px 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

    .pagesmallmenu > div {
        width: calc(100% - 100px);
        font-size: 14px;
    }

.pagedocmain {
    width: calc(100% - 200px);
    margin-top: 100px;
    margin-right: 100px;
}

    .no_menu h1, .pagedocmain h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 25px;
        font-weight: bold;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        letter-spacing: 2px;
        font-family: "Scheherazade New", serif;
        text-transform: uppercase;
    }

.no_menu h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.no_menu h1 { /* margin-bottom: 15px; */
}

    .no_menu h1 > span {
        font-size: 16px;
        letter-spacing: 5px;
        line-height: 21px;
    }

.no_menu.contact {
    min-height: 350px;
    display: flex;
}

.Angebote {
    margin-top: 50px !important;
}

.katplanlari {
    width: 100%;
}

.katplanhead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #A5977F;
    align-items: center;
    padding: 15px 20px;
}

    .katplanhead > li {
        color: #fff;
        font-weight: bold;
        width: calc(100% / 7);
        text-align: center;
    }

.planlar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    transition: .5s
}

    .planlar:hover {
        border-bottom: 1px solid #d4cbbe;
    }

    .planlar > li, .katplanlari > li {
        width: calc(100% / 7);
        text-align: center;
    }

        .planlar > li > a {
        }

            .planlar > li > a > svg {
                fill: #A5977F;
            }

.katplanlari .opentab {
    display: none;
}

.planlar > li b {
    color: #000
}

.planlar > li:nth-child(1), .katplanhead > li:nth-child(1) {
    font-weight: bold;
    text-align: left;
}

.planlar > li:nth-child(2), .katplanhead > li:nth-child(2) {
}

.planlar > li:nth-child(3), .katplanhead > li:nth-child(3) {
}

.planlar > li:nth-child(4), .katplanhead > li:nth-child(4) {
}

.planlar > li:nth-child(5), .katplanhead > li:nth-child(5) {
}

.planlar > li:nth-child(6), .katplanhead > li:nth-child(6) {
}

.planlar > li:nth-child(7), .katplanhead > li:nth-child(7) {
    width: 60px;
}

.planlar > li:nth-child(8), .katplanhead > li:nth-child(8) {
}

.planlar > li:nth-child(9), .katplanhead > li:nth-child(9) {
}

.pro-deiat-info {
    background: #EBE6DE;
    padding: 36px 0;
    margin-top: 70px;
}

    .pro-deiat-info > div {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .pro-deiat-info > div > div {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .pro-deiat-info > div > div a {
                display: flex;
                flex-direction: row;
                align-items: center;
                color: #645336;
                font-size: 20px;
                font-weight: normal;
            }

                .pro-deiat-info > div > div a svg {
                    margin-right: 10px;
                }

                    .pro-deiat-info > div > div a svg path {
                        fill: #645336;
                    }

.icmetin {
}

    .icmetin p {
    }

    .icmetin h2 {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 29px;
        color: #645336;
    }


.diensok {
    display: none
}

.icmetin .pojedetay ul > li.active .diensok {
    display: block;
    position: absolute;
    right: 17px;
    top: 10px;
}

.diensok > span::before {
    font-size: 36px;
    line-height: 40px;
}

.icmetin .pojedetay {
    text-align: center;
    width: 100%;
}

    .icmetin .pojedetay > h1 {
        margin-bottom: 5px;
    }

    .icmetin .pojedetay > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px;
        justify-content: center;
        background: #fff;
        padding: 25px 25px;
        border-radius: 15px;
    }

        .icmetin .pojedetay > div > ul {
            display: flex;
            flex-direction: row;
            border: 1px solid #e7e5de;
            width: 100%;
            border-radius: 15px;
            overflow: hidden;
        }


            .icmetin .pojedetay > div > ul > li {
                font-size: 17px;
                line-height: 25px;
                display: flex;
                flex-direction: column;
                padding: 30px 35px;
                letter-spacing: .5px;
                position: relative;
                background: #fff;
                width: 25%;
                border-right: 1px solid #e7e5de;
            }


                .icmetin .pojedetay > div > ul > li:last-child {
                    border-right: 0 !important;
                }

                .icmetin .pojedetay > div > ul > li > div {
                    opacity: 0.5;
                    display: flex;
                    flex-direction: column;
                    align-content: center;
                }

                .icmetin .pojedetay > div > ul > li.active > div {
                    opacity: 1;
                }

                .icmetin .pojedetay > div > ul > li.active * { /* color: #ebe6d7; */
                }


        .icmetin .pojedetay > div > h2, .icmetin .pojedetayitem > h2 {
            font-weight: 100;
            font-size: 17px;
            line-height: 24px;
            margin-bottom: 0;
            display: flex;
            flex-direction: column;
            margin-bottom: 15px;
            padding: 0 35px;
        }

            .icmetin .pojedetay > div > h2 > span, .icmetin .pojedetayitem > h2 > span {
                font-weight: bold;
            }

            .icmetin .pojedetay > div > h2 > a, .icmetin .pojedetayitem > h2 > a {
                font-weight: 100;
                font-size: 17px;
                line-height: 25px;
                margin-bottom: 0;
                color: #645336;
                display: flex;
                flex-direction: column;
            }

                .icmetin .pojedetay > div > h2 > a > span, .icmetin .pojedetayitem > h2 > a > span {
                    font-weight: bold;
                }

    .icmetin .pojedetay .pojedetayitem {
        display: flex;
    }

        .icmetin .pojedetay .pojedetayitem h2 {
            min-width: 230px;
        }

            .icmetin .pojedetay .pojedetayitem h2 a {
            }


.pagedocmain p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.raportable {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

    .raportable > a {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eaeaea;
        padding: 15px 0;
    }

        .raportable > a > div {
            transition: 1s;
        }

            .raportable > a > div:first-child {
                font-weight: 700;
                color: #A66946;
            }

        .raportable > a:hover > div:first-child {
            color: #000
        }

        .raportable > a > div:last-child {
            display: flex;
            align-items: center;
        }

            .raportable > a > div:last-child p {
                margin-right: 10px;
                font-size: 15px;
            }

        .raportable > a:hover {
            background: #A66946;
        }

            .raportable > a:hover div {
                color: #fff !important;
                padding-left: 25px;
            }

            .raportable > a:hover p {
                color: #fff !important;
            }

            .raportable > a:hover div svg path {
                fill: #fff;
            }

            .raportable > a:hover > div:last-child {
                margin-right: 25px
            }

.no_menu {
    width: calc(100% - (var(--yanmenugenislik)*2));
    margin: 70px auto 0 auto;
    max-width: 1920px;
    position: relative;
}

.pagedoc::after {
    /* content: ''; */
    position: absolute;
    top: -35px;
    left: -35px;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    background: url(/img/LOGO/arma-bone.svg) no-repeat;
    background-position: top right;
    background-size: auto 100%;
    z-index: -2;
}

#menubg .no_menu {
    margin: 50px auto 0 auto
}

#menubg.bottompage {
    margin-bottom: 25px
}

.twoblok {
    justify-content: space-between;
    display: flex;
}

    .twoblok > div {
        width: 49%;
    }

        .twoblok > div:first-child {
            display: flex;
            flex-direction: column; /* justify-content: space-between; */
            margin-bottom: 25px;
        }

        .twoblok > div:last-child p:last-child {
            margin-bottom: 0
        }

.no_menu p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
}

.projectelist {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .projectelist > div {
        width: calc(50% - 10px);
        position: relative;
        margin-top: 20px;
        height: 30vw;
    }

        .projectelist > div > a {
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: center;
            height: 100%;
            overflow: hidden;
        }

            .projectelist > div > a img, .projectelist > div > a video {
                width: 100%;
                cursor: pointer;
                transition: 1s;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                position: relative;
                transform: scale(1);
            }

            .projectelist > div > a .proje-head {
                width: calc(100% - (var(--yanmenugenislik)*1));
                bottom: calc(var(--yanmenugenislik) / 2);
                left: calc(var(--yanmenugenislik) / 2);
            }

    .projectelist .proje-head h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .projectelist .proje-head h2 {
        font-size: 18px;
        line-height: 24px;
    }

.proje-head h2 > span {
    color: #fff;
    font-style: italic;
}

.projectelist > div:hover > a img {
    transform: scale(1.1)
}

.projeliste {
    display: flex;
    width: 100%;
}

    .projeliste > ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .projeliste > ul > li {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            border: 1px solid #EBE6DE;
            margin-bottom: 20px;
        }

            .projeliste > ul > li > a {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;
                width: calc(100%);
                padding: 15px;
            }

                .projeliste > ul > li > a > div {
                }

                    .projeliste > ul > li > a > div:first-child {
                        width: 23%;
                    }

                        .projeliste > ul > li > a > div:first-child > img {
                            width: 100%;
                        }

                    .projeliste > ul > li > a > div:last-child {
                        width: 74%;
                    }

.projelistedetail {
    padding: 15px 15px 15px 0;
}

    .projelistedetail > div:first-child {
        display: flex;
        justify-content: space-between;
    }

        .projelistedetail > div:first-child h1 {
            font-size: 20px;
            line-height: 25px;
        }

            .projelistedetail > div:first-child h1.presfiyat {
            }

    .projelistedetail > div:last-child {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .projelistedetail > div:last-child > div {
            width: 49%
        }

.reserviert .projelistedetail > div:last-child > div {
    width: calc(49% - 25px);
}

.projedetayslogan h1 {
    margin-bottom: 5px;
}

.projedetayslogan p {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 28px;
}

.reserviert {
    background: #E6E2DB;
    position: relative
}

.cevir {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background: #D6CBB8;
}

    .cevir h2 {
        transform: rotate(-90deg);
    }

.reserviert > a {
    width: calc(100% - 40px) !important;
}

.projelistedetail h2, .projelistedetail p {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px;
}

.projelistedetail span {
}

.detayslader {
    position: relative;
    height: calc(100% - var(--yanmenugenislik))
}

    .detayslader .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .detayslader .slick-dots li {
        margin: 6px 3px;
    }

    .detayslader .slick-dots {
        top: auto;
        bottom: var(--yanmenugenislik); /* right: 0; */
    }

    .detayslader .carousel__text {
        position: absolute;
        bottom: calc(var(--yanmenugenislik) - 30px);
        left: var(--yanmenugenislik);
        height: auto;
        width: auto;
        z-index: 9;
        transition: none;
        opacity: 1;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

        .detayslader .carousel__text h1 {
            font-size: 60px;
            letter-spacing: 0;
        }

    .detayslader .doAnimation .slick-active .carousel__slide__inner .carousel__image {
        -webkit-animation: none;
        animation: none;
        transform: none;
    }

.slidekaydir { /* position: absolute; */
    width: 50px; /* right: var(--yanmenugenislik); */ /* bottom: calc( var(--yanmenugenislik) / 2); */ /* z-index: 9; */
}

    .slidekaydir svg {
        animation: 0.8s ease 0s infinite alternate none running cRITRf;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

.detayslader > .slick-slider {
    height: calc(100vh - 77px);
}


@keyframes cRITRf {
    100% {
        transform: rotate(0deg) translate(0px, 0px);
    }

    0% {
        transform: rotate(0deg) translate(0px, -5px);
    }
}

.ilandetay {
    display: block
}

    .ilandetay > div:first-child {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #EBE6DE;
        align-items: center;
        padding-bottom: 19px;
    }

        .ilandetay > div:first-child > div {
            margin-bottom: 0;
        }

            .ilandetay > div:first-child > div h1 {
                font-size: 40px;
                line-height: 50px;
            }

.fiyat {
    display: flex;
    align-items: flex-end;
}

.ilandetay > div:first-child > div.fiyat h2 {
    margin-bottom: 0;
    font-size: 30px;
}

.fiyat .cizgi {
    width: 25px;
    height: 1px;
    background: #000;
    margin-bottom: 12px;
    margin-left: 8px;
}

.ilandetay > div:first-child > div.fiyat {
    justify-content: flex-end;
}

    .ilandetay > div:first-child > div.fiyat .cizgi {
        margin-bottom: 5px;
    }

.ilandetay > div:last-child {
    display: flex;
    margin-top: 35px;
    align-items: flex-start;
}

    .ilandetay > div:last-child h2 {
        color: #645336;
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 25px;
    }

    .ilandetay > div:last-child li, .ilandetay > div:last-child p, .ilandetay > div:last-child h1 {
        color: #645336;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px;
    }

        .ilandetay > div:last-child p a {
            color: #645336;
            margin-bottom: 0;
            font-size: 18px;
            line-height: 24px; /* font-weight: 600; */
        }

            .ilandetay > div:last-child p a:hover {
            }

    .ilandetay > div:last-child ul {
        list-style: disc;
        padding-left: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

.ilandetay .twoblok > div:first-child {
    width: 45%
}

.ilandetay > div:last-child p {
    margin-bottom: 4px;
}

.ilandetay .detaybilgileri {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

    .ilandetay .detaybilgileri > ul {
        width: 100%;
    }

        .ilandetay .detaybilgileri > ul > li {
            margin-bottom: 15px;
            width: 49%;
        }

.ekatalog, .detayadres, .projeadres {
    margin-bottom: 35px;
}

.ekatalog {
    display: flex;
    justify-content: space-between;
    border: 1px solid #EBE6DE;
    padding: 20px;
    margin-top: 20px;
}

    .ekatalog > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 49%;
    }

        .ekatalog > div > a {
            display: flex;
            flex-direction: row;
            align-items: center;
            color: #645336;
            margin-bottom: 0;
            font-size: 18px;
            line-height: 24px;
        }

.detaybilgileri a {
    color: #645336;
    font-size: 18px;
    line-height: 24px;
}

    .detaybilgileri a:hover {
        color: #333333;
    }

.ekatalog svg {
    margin-right: 10px;
}

    .ekatalog svg path {
        fill: #645336
    }

.ekatalog > div > a:hover, .ekatalog > div > a:hover p {
    color: #000
}

    .ekatalog > div > a:hover svg path {
        fill: #000
    }

.detayadres { /* border: 1px solid #EBE6DE; */ /* padding: 30px; */
}

    .detayadres a, .detayadres p, .detayadres span {
    }

    .detayadres p {
    }

    .detayadres span {
        font-weight: 600;
    }

    .detayadres a {
    }

.alleKaufobjekte {
    display: flex;
    justify-content: center;
    margin-top: 35px
}

    .alleKaufobjekte > a {
        background: #A5977F;
        border: 1px solid #A5977F;
        color: #fff;
        display: block;
        padding: 13px 29px;
    }

        .alleKaufobjekte > a:hover {
            background: #fff;
            color: #A5977F;
        }

.projelist {
}

    .projelist > .section > div {
        width: 100%;
        height: 100vh;
        margin-top: 0 !important;
    }

    .projelist > .section img, .projelist > .section video {
        cursor: pointer;
        transition: .5s;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.proje-head {
    position: absolute;
    z-index: 9;
    bottom: var(--yanmenugenislik);
    left: var(--yanmenugenislik);
}

    .proje-head h1 {
        color: #fff;
        font-size: 32px;
        line-height: 55px;
        font-weight: bold;
    }

    .proje-head h2 {
        color: #fff;
        font-size: 23px;
        line-height: 30px;
        max-width: 650px;
    }

.contact .info {
}

    .contact .info p {
        margin-bottom: 3px;
    }

        .contact .info p a {
            font-size: 16px;
            line-height: 23px;
        }

            .contact .info p a:hover {
                color: #A5977F;
            }

        .contact .info p span {
            font-weight: bold;
            font-size: 16px;
        }

.contact .work {
}

    .contact .work h2 {
        margin-bottom: 5px;
        font-size: 26px;
        line-height: 23px;
        margin-top: 15px;
        font-family: "Scheherazade New", serif;
        /* text-transform: uppercase; */
    }

    .contact .work p {
        margin-bottom: 4px;
    }

.contact iframe {
    padding: 15px;
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 7%);
    height: 330px;
}

iframe {
}

.newslist {
}

    .newslist a {
        display: flex;
        border-bottom: 1px solid #EAEAEA;
        padding: 35px 0;
        align-items: center;
        justify-content: space-between;
    }

        .newslist a div {
        }

            .newslist a div:first-child {
                width: 25%;
            }

                .newslist a div:first-child img {
                    width: 100%;
                }

            .newslist a div:last-child {
                width: calc(75% - 40px);
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .newslist a div:last-child h1 {
                    font-size: 18px;
                    margin-bottom: 5px;
                }

                .newslist a div:last-child p {
                    font-size: 16px;
                    line-height: 25px;
                }

        .newslist a:hover button {
            background: #A66946;
            color: #fff
        }

        .newslist a button {
            background: #f0f0f0;
            padding: 8px 10px;
            margin-top: 35px;
            color: #A66946;
            font-weight: 100;
            width: 100px;
            text-align: center;
            cursor: pointer
        }

.newsdetail {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}

    .newsdetail > div:first-child {
        width: 55%;
    }

        .newsdetail > div:first-child h1 {
            color: #000;
            margin-bottom: 6px;
        }

        .newsdetail > div:first-child h3 {
            color: #A66946;
            margin-bottom: 35px;
        }

        .newsdetail > div:first-child p {
            margin-bottom: 15px;
        }

    .newsdetail > div {
    }

        .newsdetail > div:last-child {
            width: 40%;
        }

            .newsdetail > div:last-child .container .videos-slider-2 {
                width: 100%;
            }

                .newsdetail > div:last-child .container .videos-slider-2 img {
                    width: 100%;
                }

            .newsdetail > div:last-child .container .slider-nav-thumbnails {
                margin: 20px 0;
            }

                .newsdetail > div:last-child .container .slider-nav-thumbnails div .slick-slide {
                    width: 150px;
                    margin-right: 10px;
                    cursor: pointer;
                }

                .newsdetail > div:last-child .container .slider-nav-thumbnails div img {
                    width: 100%;
                }

.bgcolor {
    background: #A66946;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

    .bgcolor h1 {
        color: #fff;
    }

    .bgcolor h3 {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
    }

    .bgcolor > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 24px;
    }

        .bgcolor > div a {
            color: #fff;
            margin-bottom: 17px;
            display: flex;
            align-items: center;
            font-size: 16px;
        }

            .bgcolor > div a svg {
                margin-right: 10px;
                width: 40px;
            }

                .bgcolor > div a svg path {
                }

.searchicon {
    cursor: pointer
}

.pagedocmain h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 25px 0 10px 0;
}

.pagedocmain ol {
    list-style: lower-latin;
    list-style-position: inside;
}

.pagedocmain li {
    margin-bottom: 10px;
}

.pagedocmain a {
    color: #A66946;
    font-weight: 600
}

    .pagedocmain a:hover {
    }

button.close {
    position: absolute;
    cursor: pointer;
    right: -20px;
    top: -20px;
    border: 1px solid #D5804F;
    padding: 0;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

    button.close > svg {
        width: 15px
    }

button.close {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

    button.close::before {
        content: '';
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #683523;
        transition: all 0.3s ease;
        z-index: -1;
    }

    button.close:hover::before {
        bottom: 0;
    }

    button.close:hover {
        color: #fff;
    }

        button.close:hover > svg path {
            fill: #fff
        }

.pagenumber {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .pagenumber > a {
        width: 30px;
        height: 30px;
        border: 1px solid #d1d1d1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        margin: 0 4px 4px 0;
        font-size: 16px;
    }

        .pagenumber > a:hover, .pagenumber > a.active {
            background: #A66946;
            color: #fff;
            border-color: #A66946;
        }

.mainbar {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative
}

    .mainbar img {
        width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }

.bottommain {
    display: flex;
    top: 20vh;
    width: calc(100% - (var(--yanmenugenislik) * 4));
    margin: 0 auto;
    justify-content: space-around;
    flex-direction: row;
    align-items: stretch;
    padding-bottom: var(--yanmenugenislik);
}

.altmenu {
    left: var(--yanmenugenislik);
    background: #126734;
    width: 350px;
    color: #fff;
    z-index: 3;
    margin-top: -15vh;
}

    .altmenu h1 {
        background: #228D4D;
        padding: 70px 10px 24px 39px;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }

    .altmenu ul {
        margin: 24px auto;
        width: calc(100% - 80px);
    }

        .altmenu ul li {
        }

            .altmenu ul li a {
                font-size: 16px;
                line-height: 38px;
                color: #fff;
                font-weight: 300;
                display: block;
                letter-spacing: .3px;
            }

                .altmenu ul li a svg {
                    width: 10px;
                    height: 11px;
                    transition: .3s
                }

                .altmenu ul li .active, .altmenu ul li a:hover {
                    color: #46B974
                }

                    .altmenu ul li .active svg, .altmenu ul li a:hover svg {
                        margin-left: 15px
                    }

                        .altmenu ul li .active svg path, .altmenu ul li a:hover svg path {
                            stroke: #46B974
                        }

.homepage {
    margin-left: 40px;
    border: 1px solid #228d4d;
    display: flex;
    border-radius: 30px;
    width: 153px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 6px;
    margin-bottom: 35px;
}

    .homepage a {
        color: #fff;
        font-weight: bold;
        display: flex;
        width: 100%; /* height: 100%; */
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
    }

    .homepage svg {
        margin-right: 14px;
    }

        .homepage svg path {
        }

    .homepage:hover a svg path {
        fill: #fff
    }

.alticerik {
    width: calc(100% - (var(--yanmenugenislik) * 2) - 350px);
}

.minibar {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 21px 0;
}

    .minibar ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-weight: 300;
        font-size: 13px;
        letter-spacing: 1px;
    }

        .minibar ul li:nth-child(2n+1) {
            margin-right: 5px;
        }

        .minibar ul li:nth-child(2n) {
            margin-right: 12px;
        }

        .minibar ul a {
            font-weight: 300;
            font-size: 13px;
            color: #000
        }

    .minibar a {
        font-weight: 300
    }

    .minibar b {
        font-weight: bold
    }

.contact-txt {
    margin-top: var(--yanmenugenislik);
}

.text-dec {
    font-size: 18px;
    line-height: 25px;
    color: #444;
    font-weight: 300;
    margin-bottom: 30px;
}

    .text-dec p {
        margin-bottom: 15px
    }

        .text-dec p i {
            font-weight: 500;
            font-size: 120%;
            line-height: 125%
        }

        .text-dec p:last-child {
            margin-bottom: 0
        }

.fullsize.hvideo { /* width:980px; */
    cursor: pointer;
}

    .fullsize.hvideo video {
        width: 980px;
        max-width: 100%;
    }

.Kernkompetenz {
    text-align: left;
}

    .Kernkompetenz > div {
    }

.services-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    text-align: left;
    align-content: flex-start;
}
    /*
    .services-bottom > button > span {
        font-weight: bold;
        letter-spacing: .3px;
        font-size: 14px;
        color: #fff;
        font-style: italic;
    }

    .services-bottom > button:hover > span {
        color: #683523;
    }*/

    .services-bottom > label {
        font-style: italic;
        font-size: 12px;
        text-align: left;
    }

.Kernkompetenz h1 {
    font-size: 36px;
    line-height: 50px;
    font-family: "Scheherazade New", serif;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.Kernkompetenz h2 {
    color: #727066;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 300;
}

.Kernkompetenz > div:first-child .ictext {
    /* max-width: 870px; */
    margin: 0 auto;
    margin-top: 25px;
    width: 100%;
}

.Kernkompetenzhead {
    margin: 35px 0;
    filter: brightness(1) invert(1);
}

.Kernkompetenz .ictext p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.our-story .timeline {
    list-style-type: none;
    padding: 100px 0 70px;
    position: relative;
    text-align: left;
}

    .our-story .timeline:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        display: block;
        background-color: #a5977f;
    }

    .our-story .timeline > li {
        width: calc(50% );
        position: relative;
    }

        .our-story .timeline > li:before {
            content: '';
            position: absolute;
            height: 1px;
            width: 60px;
            display: block;
            background-color: #a5977f;
            top: 30px;
        }

        .our-story .timeline > li.media {
            width: 465px;
        }

            .our-story .timeline > li.media:nth-child(even) {
                margin-left: calc(50% - 465px);
            }

            .our-story .timeline > li.media p {
                float: left;
                display: block;
                width: 170px;
            }

        .our-story .timeline > li h3 {
            margin: 0 0 9px;
            font-size: 23px;
            font-weight: 700;
            color: #683523;
            display: flex;
            align-items: center;
            width: 100%;
        }

            .our-story .timeline > li h3 > span {
                color: #f9f8f2;
                border: 1px solid #a86d55;
                border-radius: 100%;
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 13px;
                background: #683623;
            }

        .our-story .timeline > li h4 {
            font-size: 24px;
            font-weight: 300;
            color: #5c666f;
            margin: 0 0 15px;
            line-height: 120%;
        }

        .our-story .timeline > li p {
        }

        .our-story .timeline > li .img-container {
            float: left;
            display: block;
            margin-right: 25px;
        }

            .our-story .timeline > li .img-container img {
                margin-bottom: 15px;
            }

        .our-story .timeline > li:nth-child(odd) { /*background-color: #efefef;*/
            margin-left: 50%;
            padding-left: 85px;
        }

            .our-story .timeline > li:nth-child(odd):before {
                left: 0;
                top: 27px;
            }

        .our-story .timeline > li:nth-child(even) {
            padding-right: 80px;
            text-align: right;
        }

            .our-story .timeline > li:nth-child(even):before {
                right: 0;
            }

        .our-story .timeline > li > ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            line-height: 150%;
            width: 100%;
        }

            .our-story .timeline > li > ul > li {
                position: relative;
                margin-bottom: 10px;
                text-align: left;
                display: flex;
                justify-content: flex-end;
            }

.serkontakt {
    font-weight: bold;
}
/*.serkontakt {
    background: #683523;
    color: #fff;
    font-weight: bold;
    letter-spacing: .3px;
    font-size: 14px;
    border: 1px solid #683523;
    width: auto;
}

    .serkontakt:hover {
        color: #683523;
        background: #fff
    }*/
.timetxt {
    width: calc(100% - 61px);
}

    .timetxt li {
        margin-bottom: 16px;
        font-size: 19px;
        line-height: 25px;
    }

    .timetxt a {
        margin-bottom: 16px;
        font-size: 19px;
        line-height: 25px;
        color: #645336;
        font-weight: bold;
    }

        .timetxt a:hover {
            color: #000
        }

.teklif {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,80%);
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 1;
    max-height: 100vh;
    overflow: hidden auto;
}

    .teklif.active {
    }

    .teklif > div {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
    }

        .teklif > div > div {
            width: 90%;
            max-width: 1050px;
            /* border: 1px solid #ffffff; */
            padding: 65px;
            background: #eeeeee;
            max-height: 90vh;
            border-radius: 14px;
        }

    .teklif.active > div {
        right: auto
    }

    .teklif > div h1 {
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
    }

    .teklif > div p {
        margin-top: 7px;
        font-size: 14px;
    }

    .teklif > div form {
        margin-top: 25px;
    }

        .teklif > div form > div {
            width: 100%;
            margin-bottom: 22px;
        }

            .teklif > div form > div:last-child {
                margin-bottom: 0
            }

            .teklif > div form > div > h1 {
                font-size: 17px;
                line-height: 20px;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .teklif > div form > div ul:not(.options) {
                width: 100%;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 10px;
            }

            .teklif > div form > div ul > li {
                font-size: 14px;
            }

            .teklif > div form > div .iki {
                display: flex;
                justify-content: space-between;
            }

                .teklif > div form > div .iki > li {
                    width: calc(50% - 10px);
                }

            .teklif > div form > div .uc > li {
                width: calc((100% / 3) - 7px);
            }

            /*            .teklif > div form > div > button {
                background: #683523;
                border: 1px solid #683523;
                color: #fff;
                padding: 8px 20px;
                font-weight: bold;
                font-size: 13px;
            }

                .teklif > div form > div > button:hover {
                    color: #683523;
                    background: #fff;
                }

            .teklif > div form > div > button {
                position: relative;
                overflow: hidden;
                transition: all 0.3s ease;
            }*/
            /*
                .teklif > div form > div > button::before {
                    content: '';
                    position: absolute;
                    bottom: -100%;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #683523;
                    transition: all 0.3s ease;
                    z-index: -1;
                }*/

            .teklif > div form > div > button:hover::before {
                bottom: 0;
            }

            /*        .teklif > div form > div > button:hover {
                    color: #fff;
                }*/

            .teklif > div form > div > span {
                font-size: 14px;
            }

            .teklif > div form > div input, .teklif > div form > div textarea {
                padding: 9px 8px;
                color: #645336;
                border: 1px solid #EBE6DE;
                width: 100%;
            }

                .teklif > div form > div input[type=checkbox] {
                    height: 15px;
                    width: 15px;
                    margin-right: 9px;
                }

            .teklif > div form > div select {
                width: 100%;
                padding: 9px 8px;
                color: #645336;
                border: 1px solid #EBE6DE;
            }

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #000;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tesekkurler {
    width: calc(100% - 20px);
    padding: 30px 10px;
    display: none;
}

    .tesekkurler > p {
        color: #0a960f;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        line-height: 23px;
    }

/*product carousel*/
.product .slick-arrow {
}

    .product .slick-arrow:hover {
    }

.product .slick-slide {
    height: auto !important
}
/*product carousel end*/
.medya .treeflex {
    width: 100%;
}

    .medya .treeflex > div {
        margin-bottom: 45px
    }

.treeflex > div:nth-child(4n) {
    margin-right: 0
}

.kariyer .text-dec h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 35px;
}

.kariyer ul > li {
    margin-bottom: 10px
}

.kariyer .news {
    margin: 0;
    width: 200px;
    text-align: center
}

.sablon1 .text-dec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .sablon1 .text-dec img {
        width: 400px;
        margin-right: 50px;
    }

.sablon2 .text-dec {
}

    .sablon2 .text-dec > div:nth-child(2n) {
        flex-direction: row-reverse;
    }

.sablon2 .twoflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 95px 0;
}

    .sablon2 .twoflex > div {
        font-size: 18px;
        line-height: 25px;
        width: calc(50% - 25px);
    }

        .sablon2 .twoflex > div h2 {
            font-weight: bold;
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 15px;
            color: #000
        }

.sablon2 .news {
    width: auto;
    margin: 0
}

    .sablon2 .news a {
        margin: 0
    }

.text-dec table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
    font-weight: 300;
    text-align: left;
    background: #f9f9f9;
}

    .text-dec table thead td {
    }

    .text-dec table.cizgili tbody:nth-child(2n) {
        background: #fff
    }

    .text-dec table td {
        padding: 5px 10px;
        border: solid 1px #ddd;
        text-align: left;
        font-size: 15px;
        line-height: 20px;
        vertical-align: middle;
    }

.text-dec h1 {
    font-weight: bold;
    color: #000;
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 10px;
}

strong {
    text-align: left;
    font-weight: bold
}

.text-dec ul {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 15px;
}

    .text-dec ul li {
        font-size: 18px;
        list-style-type: none;
        line-height: 29px;
        position: relative;
    }

        .text-dec ul li:after {
            content: "";
            padding: 3px;
            border: solid #444;
            border-width: 0 1px 1px 0;
            transform: rotate( -45deg );
            width: 1px;
            display: flex;
            position: absolute;
            left: -20px;
            top: 12px;
        }

.note {
    border: 2px dashed #000;
    padding: 30px;
    background: #fff;
}

.modalicon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1
}

    .modalicon svg {
        width: 35px;
        height: 35px
    }

.modalicerik {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.45);
}

.modal__wrapper {
    position: absolute;
    overflow: hidden auto;
    cursor: pointer;
    padding: 0;
}

.modalicerik .modal__wrapper > div {
    width: 30vw;
    background: #fff;
    right: -30vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 45px;
    position: absolute;
    min-height: 100vh;
}

.modalicerik.active {
    opacity: 1;
    visibility: visible;
}

.modalicerik #modal-guncelle {
    position: relative
}

.modalicerik.active .modal__wrapper > div {
    right: 0;
}

.modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 44px;
    cursor: pointer;
    text-align: right;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#modal-guncelle img {
    width: 100%;
    margin-bottom: 30px;
}

#modal-guncelle h1 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
    width: calc(100% - 75px);
    font-weight: bold;
}

#modal-guncelle p {
    font-size: 16px;
    line-height: 24px;
}

body.modal-open {
    overflow: hidden;
}


.sablon3 .treeflex > div {
    background: #fff;
    margin-bottom: 23px;
    border-radius: 5px;
    overflow: hidden;
    position: page
}

    .sablon3 .treeflex > div .text {
        padding: 20px 15px;
    }

.sablon3 .text-dec h1 {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.sablon3 .text-dec p {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300
}

.sablon3 .treeflex > div > a {
    display: block
}

    .sablon3 .treeflex > div > a:hover .modalicon svg path {
        fill: #46B974;
    }

.contact .alticerik {
    width: calc(100% - (var(--yanmenugenislik) * 2));
}

.contact .maps iframe {
    width: calc(100% - 55px)
}

.contact .twoflex {
    justify-content: flex-start;
    align-items: flex-start;
}

.contact .text-dec {
    width: 100%
}

.contact .item {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contact .item li {
        list-style-type: none;
        display: flex;
        justify-content: flex-start;
        font-size: 16px
    }

        .contact .item li > div:first-child {
            margin-right: 10px;
            font-weight: 500;
            color: #228D4D;
        }

    .contact .item a {
        color: #000
    }

        .contact .item a:hover {
            color: #228D4D
        }

.bottommain .fhed h1 {
    font-size: 35px;
    line-height: 35px;
    margin-top: 10px;
}

.bottommain .fhed h2 {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
}

.formloading {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0.55);
    height: 100%;
    display: none;
}

.contact-form { /* max-width: 990px; */
    margin: 0 auto;
    width: 100%;
    position: relative
}

    .contact-form > div {
        width: 100%;
    }

        .contact-form > div > div {
            width: 100%;
            margin-bottom: 25px;
        }

        .contact-form > div > .smallform {
            display: flex
        }

            .contact-form > div > .smallform input {
                margin-right: 15px;
                width: calc((100% / 2) - 15px)
            }

                .contact-form > div > .smallform input:last-child {
                    margin-right: 0;
                    width: 50%
                }

        .contact-form > div > div:last-child { /* text-align:center */
        }

    .contact-form .fhed {
        text-align: center;
        margin-bottom: 35px;
    }

    .contact-form .buton {
        border: 1px solid #A66946;
        background: #A66946;
        color: #fff;
        font-weight: bold;
    }

        .contact-form .buton:hover {
            color: #A66946;
            background: #ffffff;
            border: 1px solid #A66946;
        }

.zoomimg .text p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}

.zoomimg .text h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}

/*login form*/
.signpage {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 720px;
    background: #ffffff;
    border-radius: 25px;
    padding: 75px 75px;
    margin: 70px auto 40px auto;
}

    .signpage .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 70%;
    }

        .signpage .title h1 {
            color: #524a43;
            font-weight: 400;
            margin-bottom: 15px;
            font-size: calc(18px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
            line-height: calc(23px + (23 - 16) * ((100vw - 300px) / (1600 - 300)))
        }

        .signpage .title p {
            color: #524a43;
            margin: 0;
            font-size: calc(14px + (14 - 11) * ((100vw - 300px) / (1600 - 300)));
            line-height: calc(18px + (18 - 13) * ((100vw - 300px) / (1600 - 300)));
            font-weight: 300;
        }

    .signpage fieldset input {
        box-sizing: border-box;
        border: none;
        background: none;
        width: 100%;
        border: 1px solid #837064;
        margin: 10px 0 5px;
        padding: 10px 10px 10px 15px;
        font-size: 14px;
        line-height: 18px;
        color: #625850;
        border-radius: 25px;
        margin-bottom: 22px;
        background: #fff;
    }

    .signpage textarea {
        border: 1px solid #837064;
        background: none;
        width: 100%;
        margin: 9px 0 10px;
        padding: 14px 9px 10px;
        box-sizing: border-box;
        resize: none;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        font-style: normal;
        color: #625850;
        min-height: 150px;
    }

    .signpage select {
        width: 100%;
        display: flex;
        margin: 15px 0px;
        padding: 9px 8px;
        color: #645336;
        border: 1px solid #EBE6DE;
    }

    .signpage button {
        background: #a5977f;
        color: #fff;
        font-size: 15px;
        border-radius: 25px;
        width: 150px;
        margin: 0 auto;
        padding: 8px 20px;
    }

    .signpage label {
        color: #a5977f;
        text-align: center;
        margin-top: 15px;
    }

    .signpage .form {
    }

.anmeldungtext {
}

    .anmeldungtext h1 {
        text-align: center;
        margin: 5px;
    }

    .anmeldungtext span {
        text-align: center;
        display: block;
        font-style: italic;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .anmeldungtext > div {
    }

    .anmeldungtext div p {
        text-align: center
    }

/* Consulting Tabs Styles */
.consulting-tabs {
    width: 100%;
    max-width: 1920px;
}

.tab-navigation {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tab-button {
    background: transparent;
    border: 1px solid #a66946;
    color: #a66946;
    padding: 10px 15px;
    font-size: 15px;
    /* font-weight: 600; */
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
    white-space: nowrap;
    font-family: "Scheherazade New", serif;
    letter-spacing: 1px;
}

    .tab-button:hover {
        /* background: #a66946; */
        color: white;
        transform: translateY(-2px);
    }

    .tab-button.active {
        background: #683523;
        color: white;
        box-shadow: 0 4px 15px rgba(166, 105, 70, 0.3);
        border: 1px solid #683523;
    }

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

    .tab-pane.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

.tab-header {
    text-align: left;
    margin-bottom: 30px;
}

    .tab-header h1 {
        font-size: 36px;
        line-height: 50px;
        font-family: "Scheherazade New", serif;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

    .tab-header h2 {
        color: #727066;
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 5px;
        letter-spacing: 1px;
        font-weight: 300;
    }

.tab-description {
    margin: 0 auto 40px;
}

    .tab-description p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 16px;
    }

/* Responsive adjustments for consulting tabs */
.registerform {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .registerform .title {
    }

    .registerform .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 70%;
    }

        .registerform .title h1 {
            color: #524a43;
            font-weight: 400;
            margin-bottom: 15px;
            font-size: calc(18px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
            line-height: calc(23px + (23 - 16) * ((100vw - 300px) / (1600 - 300)))
        }

        .registerform .title p {
            color: #524a43;
            margin: 0;
            font-size: 16px;
            line-height: 23px;
            font-weight: 300;
            margin-bottom: 15px;
        }

.homemesaj {
    display: none;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding: 4vw 2vw;
    border-radius: 25px;
}

    .homemesaj a {
        color: #000;
        font-weight: 600;
    }

    .homemesaj span {
        color: #000;
        font-weight: 600;
    }

.registerform fieldset input {
    box-sizing: border-box;
    border: none;
    background: none;
    width: 100%;
    border: 1px solid #EBE6DE;
    margin: 10px 0 5px;
    padding: 8px 10px 8px 15px;
    font-size: 13px;
    line-height: 18px;
    color: #625850;
    margin-bottom: 22px;
    margin: 0 0 12px 0;
}

.registerform textarea {
    border: 1px solid #EBE6DE;
    background: none;
    width: 100%;
    margin: 9px 0 10px;
    padding: 14px 9px 10px;
    box-sizing: border-box;
    resize: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    color: #625850;
    min-height: 100px;
}


.loginform select, .registerform select {
    width: 100%;
    display: flex;
    margin: 15px 0px;
    padding: 9px 8px;
    color: #645336;
    border: 1px solid #EBE6DE;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/img/down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}

.bgdark .loginform select, .bgdark .registerform select, .bgdark .ms-options-wrap > button:focus, .bgdark .ms-options-wrap > button {
    background-image: url(/img/down-light.png);
}

.loginform textarea {
    border: 1px solid #EBE6DE;
    background: none;
    width: 100%;
    margin: 9px 0 10px;
    padding: 14px 9px 10px;
    box-sizing: border-box;
    resize: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    color: #625850;
    min-height: 150px;
}

.registerform button {
    margin-top: 15px;
}
/*.registerform button {
    width: 120px;
    margin-top: 5px;
    background: #683523;
    border: 1px solid #683523;
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 13px;
}

    .registerform button:hover {
        color: #683523;
        background: #fff;
    }*/
.registerform label {
    color: #a5977f;
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
}

.registerform .form {
    margin-top: 25px;
    width: 90%;
}

.formboxleft {
    width: 49%;
    /* margin-right: 2%; */
}

.formboxright {
    width: 48%;
    margin-left: 2%;
    float: right !important;
}

.formboxfull {
    width: 100%;
    margin-right: 0%;
    float: inline-start;
    text-align: left;
}

.formbox {
    float: left;
}

#loading-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,.2);
    display: none;
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 5px solid rgb(255 255 255 /50%);
    border-top-color: #a5977f;
    animation: icon-spin 1s ease-in-out infinite;
}

.loginbutton {
    text-align: right;
    margin-top: 20px;
}

    .loginbutton span {
        font-size: 16px;
    }

        .loginbutton span a {
            font-weight: 600;
            cursor: pointer;
        }


.resetbutton {
    text-align: right;
    margin-bottom: 20px;
}

    .resetbutton span {
        font-size: 16px;
    }

        .resetbutton span a {
            font-weight: 600;
            cursor: pointer;
        }

/*.loginform,.registerformdiv {display:none}
.loginform.active{display:block}
.registerformdiv.active{display: flex;}*/

.loginform fieldset > div {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
}

.confirmbutton {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
}

.loginform .confirmbutton input, .registerformdiv .confirmbutton input {
    width: 20px;
    height: 28px;
    border-radius: 15px;
    padding: 0;
    margin: 0;
}

.confirmbutton p {
    /* width: calc(100% - 38px); */
    float: right;
    margin: 0;
    margin-left: 11px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}

    .confirmbutton p > a {
        font-size: 12px;
    }

.confirmbutton a {
    font-weight: bold
}

.round {
    position: relative;
    float: left;
    width: 20px;
}

    .round label {
        background-color: #fff;
        border: 1px solid #EBE6DE;
        border-radius: 50%;
        cursor: pointer;
        height: 20px;
        left: 0;
        position: absolute;
        top: 4px;
        width: 20px;
        margin: 0;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 3px;
            left: 5px;
            opacity: 0;
            position: absolute;
            top: 6px;
            transform: rotate(-45deg);
            width: 7px;
        }

    .round input[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

    .round input[type="checkbox"]:checked + label {
        background-color: #a5977f;
        border-color: #a5977f;
    }

    .round input[type="checkbox"] {
        visibility: hidden;
    }


.loginform .confirmbutton {
    margin-bottom: 0px;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    margin-bottom: 2px !important;
}

    .loginform .confirmbutton a {
        padding: 0;
        margin: 0;
        border: 0;
        font-size: 100%;
        line-height: 100%;
    }

.loginform button {
    background: #a5977f;
    color: #fff !important;
    font-size: 20px;
    width: 120px;
    padding: 8px 20px;
    margin-top: 16px;
    TEXT-ALIGN: left;
}

.bottompage .loginform button {
    text-align: center
}

#errormodalinput {
    margin-top: 25px
}

.loginmodal {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

#loginmodal, #errormodal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loginmodal > div {
    background: #ece8e2;
    width: 90%;
    max-width: 690px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
}

    .loginmodal > div > div {
        width: calc(100% - 70px);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.loginmodal .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 70%;
}

    .loginmodal .title h1 {
        color: #524a43;
        font-weight: 400;
        margin-bottom: 15px;
        font-size: calc(18px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
        line-height: calc(23px + (23 - 16) * ((100vw - 300px) / (1600 - 300)));
    }

    .loginmodal .title p {
        color: #524a43;
        margin: 0;
        font-size: calc(14px + (14 - 11) * ((100vw - 300px) / (1600 - 300)));
        line-height: calc(18px + (18 - 13) * ((100vw - 300px) / (1600 - 300)));
        font-weight: 300;
    }

.btn2 {
    cursor: pointer;
    background: none;
    border: 1px solid #837064;
    color: #524a43;
    border-radius: 22px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 20px;
    width: 134px;
    display: block;
    float: right;
    text-align: center;
    text-transform: uppercase;
}

.popnoregister {
    margin-top: 10px
}

    .popnoregister a {
        cursor: pointer
    }

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.kvkk {
    text-align: left;
}

    .kvkk a {
        /* color: #A5977F; */
        font-weight: 600;
        font-size: 17px;
    }

    .kvkk h2 {
    }

    .kvkk h3 {
        font-weight: bold;
        color: #683523;
        margin-bottom: 5px;
    }

    .kvkk span {
    }


.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 19;
    border: 1px solid rgb(93 74 63);
    background: #3D2B21;
    color: #ffffff;
    transition: 1s;
}

    .cookie-consent > div {
        padding: 2vh 0;
    }

        .cookie-consent > div > div h1 {
            font-size: 15px;
            color: #fbf8f3;
        }

        .cookie-consent > div > div {
            display: flex;
            align-items: center;
            width: 90%;
            margin: 0 auto;
            justify-content: space-between;
        }

        .cookie-consent > div p {
            font-size: 13px;
            letter-spacing: 1px;
            color: #ffffff;
            width: 90%;
        }

            .cookie-consent > div p > a {
                color: #ffffff;
                letter-spacing: 2px; /* margin-left: 5px; */
                font-weight: 700;
                cursor: pointer;
            }

.cookie-ok {
    border: 1px solid #fbf8f3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 15px;
}

    .cookie-ok > span {
        color: #f9f0ec;
        padding: 5px 15px;
    }

.selecttedinput {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

    .selecttedinput input {
        padding: 5px 20px !important;
    }

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 1px solid #EBE6DE; /* background: #fff; */ /* margin: 0 0 22px 0; */
    padding: 8px 10px 8px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/img/down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
    margin-bottom: 14px;
}

.bgdark .custom-select {
    background-image: url(/img/down-light.png);
}

.selected-option {
    display: block;
    font-size: 13px;
    color: #b3aca5 !important;
    text-align: left;
}

.options {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #EBE6DE;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 6;
    left: 0;
    margin-top: 9px;
    width: 100%;
    text-align: left;
}

    .options.active {
        display: block;
    }

    .options li {
        color: #a5977f;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 13px;
    }

        .options li.selected {
            background-color: #fbf8f3;
            color: #a5977f;
        }

        .options li:hover {
            background-color: #fbf8f3;
        }
/*login form finish*/

.loginform .ms-options-wrap > button:focus, .loginform .ms-options-wrap > button, .custom-select {
    background-color: transparent;
    border: 1px solid #a5977f;
    color: #b7ab96 !important;
}

.bottompage .form > form > fieldset > div:last-child button {
    margin-top: 10px;
}

.homeabout {
    padding: 8vh 0;
    width: calc(100% - (var(--yanmenugenislik)*2));
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* gap: 25px; */
    align-items: flex-start;
}

    .homeabout h1 {
        font-size: 36px;
        line-height: 42px;
        font-weight: 700;
        font-family: "Scheherazade New", serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
    }

    .homeabout h2 {
        color: #727066;
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 5px;
        letter-spacing: 1px;
        font-weight: 300;
        margin-bottom: 30px;
        text-align: left;
    }



    .homeabout p {
        /* max-width: 850px; */
        margin: 0 auto;
        line-height: 27px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 16px;
        text-align: left;
    }

    .homeabout button {
        border: 1px solid #683523;
        color: #683523;
        font-size: 17px;
    }

    .homeabout button {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        width: auto;
    }

        .homeabout button::before {
            content: '';
            position: absolute;
            bottom: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: #683523;
            transition: all 0.3s ease;
            z-index: -1;
        }

        .homeabout button:hover::before {
            bottom: 0;
        }

        .homeabout button:hover {
            color: #fff;
            border-color: #683523;
        }


        .homeabout button > span {
            font-style: italic;
            color: #683523;
        }


button:hover > span {
    color: #fff
}

.homesevices {
    width: calc(100% - (var(--yanmenugenislik)*2));
    gap: 8vh;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1920px;
}

    .homesevices > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6vh;
    }

        .homesevices > div > div {
            width: 50%;
        }

            .homesevices > div > div:first-child {
            }

                .homesevices > div > div:first-child img {
                    width: 100%
                }

            .homesevices > div > div:last-child {
                padding: 0 0 0 25px;
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }

                .homesevices > div > div:last-child::after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url("/img/LOGO/arma-bone.svg") no-repeat center right;
                    background-size: auto 100%;
                    opacity: 0.25;
                    z-index: -2;
                    pointer-events: none;
                }

                .homesevices > div > div:last-child h1 {
                    font-size: 36px;
                    line-height: 42px;
                    font-weight: 700;
                    font-family: "Scheherazade New", serif;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                }

                .homesevices > div > div:last-child p {
                    line-height: 27px;
                    font-size: 18px;
                }

                .homesevices > div > div:last-child button {
                    font-size: 14px;
                    padding: 8px 20px;
                }

                    .homesevices > div > div:last-child button:hover {
                    }

        .homesevices > div:nth-child(2) {
            flex-direction: row-reverse;
        }

/*button efect*/
button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #683523;
    color: #683523;
    font-size: 14px;
    z-index: 0;
}


    button::before {
        content: '';
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #683523;
        transition: all 0.3s ease;
        z-index: -1;
    }

    button > span {
        font-weight: bold;
        letter-spacing: .3px;
        font-size: 14px;
        color: #683523;
        font-style: italic;
    }

    button:hover::before {
        bottom: 0;
    }

    button:hover {
        color: #fff;
        border-color: #683523;
    }

        button:hover > span {
            color: #ffffff;
        }
/* Dropdown Menu Styles */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 20px;
    left: 0;
    background: rgb(243 244 244);
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    min-width: 130px;
    padding: 12px 0;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: rgb(243 244 244);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
}

.dropdown-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .dropdown-menu li a {
        display: block;
        padding: 9px 15px;
        color: #727066;
        font-size: 11px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

        .dropdown-menu li a::before {
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: #683523;
            transition: all 0.3s ease;
            z-index: -1;
        }

        .dropdown-menu li a:hover::before {
            left: 0;
        }

        .dropdown-menu li a:hover {
            color: #fff;
            padding-left: 15px;
        }

/* Mobile Dropdown Styles */
.mobile-dropdown {
    position: relative;
}

.mobile-dropdown-menu {
    display: none;
    margin-left: 20px;
    padding: 10px 0;
}

.mobile-dropdown.active .mobile-dropdown-menu {
    display: block;
}

.mobile-dropdown-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mobile-dropdown-menu li a {
        display: block;
        padding: 10px 20px;
        color: #e4d5c5;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
        opacity: 0.8;
        text-align: center;
    }

        .mobile-dropdown-menu li a:hover {
            opacity: 1;
            padding-left: 30px;
            background: rgba(255, 255, 255, 0.1);
        }

/* Dropdown toggle indicator */
.dropdown-toggle::after {
    /* content: '▼'; */
    margin-left: 8px;
    font-size: 10px;
    transition: transform 0.3s ease;
}

.mobile-dropdown.active .mobile-dropdown-toggle::after {
    transform: rotate(180deg);
}


/* Scroll Animation Styles for Executive Sounding */
.scrollanimation {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 5vh 0;
}





.scroll-section {
    position: relative;
    background: #ffffff;
    padding: 3vh 25px;
    border-radius: 17px;
}

    .scroll-section.visible {
        opacity: 1;
        transform: translateY(0);
        text-align: left;
    }

.scroll-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #683523;
    transition: width 1.5s ease;
}

    .scroll-line.animate {
        width: 150px;
    }

.scroll-content {
    position: relative;
}

.scroll-title {
    font-size: 20px;
    font-weight: bold;
    color: #683523;
    position: relative;
    margin-bottom: 5px;
}


.scroll-list {
    list-style: disc;
    padding: 0;
    padding: 15px;
}

    .scroll-list li {
        position: relative;
        font-size: 15px;
        line-height: 1.6;
    }


@media(max-width:1920px) {
    .menu .logo img, .menubg .logo img, .menu.fixed .logo img {
        height: 92px;
    }
}

@media(max-width:1800px) {
    .bpsdhakk h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .bpsdhakk > .mainicdiv > div {
        padding: 50px 40px;
    }

    .bpsdhakk .info > div > div {
        margin-bottom: 15px;
    }

        .bpsdhakk .info > div > div svg {
            padding: 15px;
            width: 80px;
            height: 80px;
        }

        .bpsdhakk .info > div > div:last-child {
            width: calc(100% - 100px);
        }

    .bpsdhakk .info {
        width: 80%
    }

    .homefirmalogo {
        width: 90%;
        max-width: 1400px;
    }

        .homefirmalogo .slick-list {
            width: 90%;
            max-width: 1300px;
        }

    .product-photos__slider .slick-arrow, .slader .slick-arrow, .slider .slick-arrow {
        width: 50px;
        height: 50px;
        background-position: center center
    }

    .treeflex > div {
        width: calc((100% / 3) - 20px);
        padding: 25px;
        margin-bottom: 30px;
        margin-right: 30px;
    }

        .treeflex > div:nth-child(3n) {
            margin-right: 0
        }

        .treeflex > div:nth-child(4n) {
            margin-right: 30px
        }

    .uyedetay > div {
        max-width: 1300px;
    }

    .uyelist > a {
        padding: 15px;
        margin-bottom: 25px;
        margin-right: 25px;
        width: calc((100% / 4) - 19px);
    }

        .uyelist > a:nth-child(5n) {
            margin-right: 25px;
        }

    #toTop {
        right: 50px;
    }
}

@media(max-width:1500px) {
    :root {
        --yanmenugenislik: 60px;
        --ustbosluk: 60px;
        --altbosluk: 40px;
    }

    .pagedocmain p {
        font-size: 15px;
        line-height: 20px; /* margin-bottom: 0; */
    }

    .pagedocmain {
        width: calc(100% - 120px);
        margin-top: 60px;
        margin-right: 60px;
    }

    .pagesmallmenu > div {
        width: calc(100% - 60px);
        font-size: 13px;
    }

    .treeflex > div {
        width: calc((100% / 3) - 17px);
        padding: 20px;
        margin-bottom: 25px;
        margin-right: 25px;
    }

        .treeflex > div:nth-child(4n) {
            margin-right: 25px;
        }

    .zoomimg .text p {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 0;
    }

    .zoomimg .text h1 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .opentab > h2 {
        padding: 12px 17px;
        line-height: 21px;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .newsdetail > div:last-child .container .slider-nav-thumbnails div .slick-slide {
        width: 110px;
    }

    .no_menu {
        width: calc(100% - 120px);
        margin: 60px auto 0 auto;
    }

    .icortala {
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
    }

    .pagehead .title {
        width: 300px;
    }

        .pagehead .title .circle1 {
            width: 240px;
            height: 240px;
            bottom: 20px;
        }

        .pagehead .title .circle2 {
            width: 160px;
            height: 160px;
            bottom: 20px;
        }

        .pagehead .title .circle3 {
            width: 380px;
            height: 380px;
        }

        .pagehead .title h1 {
            font-size: 30px;
            line-height: 35px;
            bottom: 80px;
        }

    .fhed h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .carousel__text h1 {
        font-size: 60px;
        line-height: 65px;
    }

    #toTop {
        right: 30px;
        width: 50px;
        height: 50px;
    }

        #toTop a svg {
        }

    .projectelist > div {
        width: calc(50% - 5px);
        margin-top: 10px;
    }

    .ikilisatir {
        margin-top: 10px;
    }

        .ikilisatir > div {
            width: calc(50% - 5px);
        }
    .no_menu p {
        font-size: 15px;     
    }
}

@media(max-width:1350px) {
.homesevices>div{
    gap:36px;

}
    .no_menu h1, .pagedocmain h1, .tab-header h1, .homesevices > div > div:last-child h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .homeabout h2 {
        font-size: 20px
    }

    .homeabout p {
        line-height: 23px;
        font-size: 16px;
    }

    .homesevices > div > div:last-child p {
        line-height: 23px;
        font-size: 15px;
    }

    .homevideotxt h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .homevideotxt p {
        font-size: 18px;
        line-height: 25px;
    }

    .menubar > ul > li > a {
        font-size: 15px;
        line-height: 15px;
    }

    .menu .logo img, .menubg .logo img, .menu.fixed .logo img {
        height: 72px;
    }

    .altbar > div img {
        width: 200px;
    }

    .pagehead.general .txt h2 {
        font-size: 16px;
    }

    .no_menu p {
        margin-bottom: 9px;
        font-size: 14px;
        line-height: 22px;
    }

    .scroll-list {
        padding: 0 15px 15px;
    }

        .scroll-list li {
            font-size: 14px;
        }

    .scroll-title {
        font-size: 17px;
    }

    .homeabout h1 {
        font-size: 35px;
    }

    .bpsdhakk .info {
        width: 100%;
    }

    .scroll-section {
        padding: 35px 35px;
    }

    .news > div:first-child a h1 {
        font-weight: bold;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 7px;
    }

    .contact .work h2 {
        font-size: 20px;
    }

    .rakamlarla .fourflex div h1 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 17px;
    }

    .homefirmalogo .product-photos__slider .slick-slide {
        padding: 15px;
    }

    .footerimza {
        width: 90%
    }

    #toTop {
        right: 10px;
        width: 30px;
        height: 30px;
    }

    .contact .info p a, .contact .info p span {
        font-size: 14px;
    }

    .confirmbutton p > a {
    }

    .Kernkompetenz h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .our-story .timeline > li h3 {
        font-size: 18px;
    }

        .our-story .timeline > li h3 > span {
            width: 50px;
            height: 50px;
            font-size: 22px;
        }

    .pro-deiat-info > div {
        width: 90%
    }
}

@media(max-width:1280px) {
    .icmetin .pojedetay > div > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .no_menu p {
        font-size: 13px;
    }

        .icmetin .pojedetay > div > ul > li:nth-child(3n) {
            border-right: 0 !important
        }

        .icmetin .pojedetay > div > ul > li {
            width: calc(100% / 3);
            border-bottom: 1px solid #e7e5de;
        }
}

@media(max-width: 1080px) {
    :root {
        --yanmenugenislik: 30px;
    }
        .unvanmobile{display:block}
    .unvan{display:none}
    .menubar {
        display: none
    }

    .our-story .timeline > li h3 > span, .lang, .mainmenu {
        display: none
    }

    .mmenu {
        display: flex;
    }

    .rakamlarla .fourflex > div {
        width: 45%;
        margin-bottom: 25px
    }

    footer > div > div {
        display: none
    }

        footer > div > div:first-child {
            display: flex;
            width: 45%
        }

        footer > div > div:last-child {
            display: flex;
            width: 45%
        }

    .twon {
        margin-top: 25px
    }

    footer {
        padding: 30px 0px;
    }

    .altmenu {
        display: none
    }

    .contact .maps iframe, .contact .alticerik, .alticerik {
        width: 100%;
    }

    .modalicerik .modal__wrapper > div {
        width: 50vw
    }

    .contact .twoflex > div {
        width: 100% !important;
        display: table;
        margin-bottom: 35px
    }

    .homeslo > div {
        min-height: 400px;
        max-height: 410px;
    }

    .slogan {
        font-size: 13px;
        letter-spacing: 5px;
    }

    .mmenu .search, .mmenu .menuicon {
        width: 40px;
    }

    .mmenu > .ustbar {
        justify-content: flex-end;
    }

    .menu {
        padding-top: 13px;
        padding-bottom: 12px;
        margin-top: 0px;
    }

    .mmunepopup {
        top: calc(-100vh - 40px);
    }

        .mmunepopup.active {
            top: 0;
        }

    .no_menu.twoblok.contact {
        flex-direction: column;
    }

        .no_menu.twoblok.contact > div {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }

    .menu.fixed {
        padding-top: 13px;
        padding-bottom: 12px;
    }

    footer .footmenu {
        font-size: 14px;
        padding: 15px 0;
        letter-spacing: 5px;
    }

        footer .footmenu img {
            height: 30px;
            margin-right: 10px;
        }

    .no_menu {
        width: calc(100% - 60px);
    }

    .our-story .timeline {
        padding: 50px 0 67px
    }

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

        .timetxt li, .timetxt a, .our-story .timeline > li p {
            font-size: 16px;
            line-height: 20px
        }

    .our-story .timeline > li:before {
        width: 25px;
    }

    .our-story .timeline > li:nth-child(odd) {
        padding-left: 35px;
    }

    .projelistedetail h2, .projelistedetail p {
        font-size: 16px;
        line-height: 20px;
    }

    .projelistedetail > div:first-child h1, .projelistedetail > div:first-child h1.presfiyat {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 22px
    }

    .projeliste > ul > li > a > div:first-child {
        width: 33%
    }

    .projeliste > ul > li > a > div:last-child {
        width: 64%
    }

    .detayslader {
        height: calc(100vh - 150px);
    }

        .detayslader > .slick-slider {
            height: calc(100vh - 150px);
        }

    .ekatalog { /* padding: 0; */ /* border: 0; */
    }

        .ekatalog > div > a, .ekatalog > div > a p {
            font-size: 18px;
            line-height: 24px;
        }

    .ilandetay > div:last-child {
        flex-direction: column;
    }

        .ilandetay .twoblok > div:first-child, .ilandetay > div:last-child > div {
            width: 100%
        }

    .ilandetay > div:first-child > div.fiyat h2 {
        font-size: 22px;
        line-height: 26px
    }

    .ilandetay > div:first-child {
        flex-direction: column;
    }

        .ilandetay > div:first-child > div {
            width: 100% !important
        }

    .slick-arrow {
        width: 40px;
        height: 40px;
        background: url(/assets/img/white-arrow.svg) no-repeat 17px;
        background-size: 20%;
        left: 30px
    }

        .slick-arrow.slick-next {
            right: 30px
        }

    .ikilisatir {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        max-height: none;
    }

        .ikilisatir > div {
            width: 100%;
            display: flex;
            align-items: center;
        }

    .fullimg {
        height: 400px;
        overflow: hidden;
    }

        .fullimg img {
            cursor: pointer;
            transition: .5s;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
        }

    .homeprojeler > div div:not(.grdbgbottom) {
        left: auto;
        margin: 0 auto;
        text-align: center;
    }

    .homeprojeler > div > a {
        display: flex;
        justify-content: center;
    }

    .pagehead.general .txt > h1, .homemain h1, .homevideotxt h1, .fullimg .txt h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .pagehead.general .txt h2, .homevideotxt p .fullimg .txt h2 {
        font-size: 17px;
        line-height: 23px;
    }

    .fullsize h3 {
        letter-spacing: 11px;
        font-size: 15px;
        line-height: 20px;
    }

    .homevideotxt a, .fullimg .txt button {
        font-size: 15px;
        padding: 8px 23px;
    }

    .homenumber .item > h2 {
        font-size: 30px;
        line-height: 34px
    }

    .homenumber .item > h1 {
        letter-spacing: 2px
    }

    .homenumber .item > p {
        font-size: 15px;
        line-height: 18px;
    }

    .homenumber .item {
        width: calc(90vw / 4);
    }
}

@media(max-width:800px) {
    .formboxright, .formboxleft {
        width: 100%
    }

    .confirmbutton a, .registerformdiv .confirmbutton p {
        width: 100%;
        font-size: 12px
    }

    .registerform .title {
        width: 100%
    }

    .cookie-consent > div > div {
        flex-direction: column
    }

        .cookie-consent > div > div h1, .cookie-consent > div p {
            width: 100%
        }

    .cookie-ok {
        margin-top: 15px
    }

    .homeslader .socialmedia {
        display: block;
    }

    .carousel__text {
    }

    .treeflex > div, .twoflex > div {
        display: flex;
        width: 100% !important;
        min-height: auto;
        max-height: none;
    }

    .home1 .twoflex > div:first-child {
        margin-bottom: 45px
    }

    .homeslo > div:nth-child(2) {
        padding: 35px 25px
    }

        .homeslo > div:nth-child(2) .button {
            margin-top: 35px
        }

    .homeslo.treeflex > div img {
        height: auto;
        width: 100%
    }

    .leftcolum {
        padding: 0
    }

    .begin-item .ptb20 {
        padding: 0
    }

    .bottompage .twoflex > div {
        margin-bottom: 25px
    }

    .sablon2 .twoflex {
        padding: 0 0 35px 0
    }

    .modalicerik .modal__wrapper > div {
        width: 70vw
    }

    .product-photos {
        margin-top: 25px
    }

    .product-photos__slider {
        padding-bottom: 0px;
    }

    .surdurebilirlik .note ul li a {
        font-size: 13px;
        line-height: 18px;
    }

    .surdurebilirlik .note ul li {
        width: calc(100% - 80px);
    }

    .urunbelge h1 {
        font-size: 16px;
        margin-top: 10px;
    }

    .fhed h1, .bottommain .fhed h1 {
        font-size: 22px;
        line-height: 25px;
    }

    .fhed h2 {
        font-size: 17px;
        line-height: 20px
    }

    .product-photos__slider .slick-arrow, .slader .slick-arrow, .slider .slick-arrow, #toTop, #toTop a {
        width: 40px;
        height: 40px;
        right: 10px;
    }

    .product-photos__slider .slick-arrow, .slader .slick-arrow, .slider .slick-arrow {
        background-size: 9px;
        background-position: 16px;
    }

        .product-photos__slider .slick-arrow.slick-next, .slader .slick-arrow.slick-next, .slider .slick-arrow.slick-next {
            background-position: 16px;
        }

    .homefootter {
        justify-content: flex-start;
    }

    .slogan {
        letter-spacing: 2px;
    }

    .slick-dots button {
        width: 10px;
        height: 10px;
    }

    footer .footmenu {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .footerimza .footerlogo, .footerimza img {
        width: 100px;
        margin-right: 45px;
    }

    .footerimza p {
        font-size: 15px
    }

    .no_menu.twoblok {
        flex-direction: column;
    }

        .no_menu.twoblok > div {
            width: 100%;
            margin-bottom: 15px;
        }

    .Kernkompetenz h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 5px
    }

    .Kernkompetenz h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .projeliste > ul > li > a {
        flex-direction: column;
    }

        .projeliste > ul > li > a > div:first-child, .projeliste > ul > li > a > div:last-child {
            width: 100%
        }

        .projeliste > ul > li > a > div:last-child {
            margin-top: 15px
        }

    .no_menu.twoblok.contact > div {
        flex-direction: column;
        align-items: flex-start;
    }

    .ilandetay > div:first-child {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

        .ilandetay > div:first-child > div.fiyat {
            justify-content: flex-start;
            margin-top: 15px
        }

    .teklif > div h1 {
        font-size: 17px;
        line-height: 23px;
    }

    .teklif > div form > div .uc > li {
        width: calc((100% ));
    }

    .icmetin .pojedetay > div > ul > li {
        width: calc(100% / 2);
        padding: 30px 5px;
        font-size: 15px;
        line-height: 16px;
    }

        .icmetin .pojedetay > div > ul > li:nth-child(3n) {
            border-right: 1px solid #e7e5de !important;
        }

        .icmetin .pojedetay > div > ul > li:nth-child(2n) {
            border-right: 0 !important;
        }

    .icmetin .pojedetay .pojedetayitem {
        flex-wrap: wrap;
        justify-content: center;
    }

        .icmetin .pojedetay .pojedetayitem h2 {
        }

            .icmetin .pojedetay .pojedetayitem h2:first-child {
                width: 100%
            }

    .altbar > div {
        width: 100%
    }

    .projectelist .proje-head h1 {
        font-size: 18px;
        line-height: 25px;
    }

    .projectelist .proje-head h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .contact .info p {
    }
}

@media(max-width:600px) {
    .mbgizle {
        display: none
    }

    .Angebote .opentab {
        display: inherit !important;
    }

    .opentab .planlar {
        display: flex;
        flex-direction: column;
    }

        .opentab .planlar > li {
            width: 100%;
            margin-bottom: 10px;
            text-align: center;
            font-weight: normal;
        }

    .teklif > div > div {
        padding: 30px
    }

    .business, .business > ul {
        width: 100%
    }

        .business > ul > li {
            width: calc(50% - 10px);
        }

            .business > ul > li:first-child {
                margin-right: 20px;
            }

            .business > ul > li p, .business > ul > li p a, .business > ul > li p span {
                font-size: 15px;
            }

                .business > ul > li p span:first-child {
                }

    .projectelist {
        display: flex;
        flex-direction: column;
    }

        .projectelist > div {
            width: 100%;
            height: 35vh;
            min-height: 300px;
        }

            .projectelist > div:hover > a img {
                transform: scale(1);
            }

    .homenumber {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 25px;
    }

        .homenumber .item {
            width: calc(45vw);
            margin-bottom: 25px;
        }
}

@media(max-width:500px) {
    #scroll-helper, .fullmesaj {
        display: none
    }

    .fs-pagination ul {
    }

    .fs-pagination {
        bottom: var(--yanmenugenislik);
        top: auto !important;
        margin-bottom: 11px;
        display: flex;
        align-items: center;
    }

    .projeliste > ul > li > a > div:first-child, .projeliste > ul > li > a > div:last-child {
        width: 100%
    }

    .projeliste > ul > li > a > div:last-child {
        margin-top: 0;
        padding-bottom: 5px;
    }

    .projelistedetail > div:last-child {
    }

        .projelistedetail > div:last-child > div {
            margin-top: 5px
        }

        .projelistedetail > div:last-child > div, .projelistedetail > div:last-child > div {
            width: 100%
        }

    .homeslo.treeflex > div img {
        height: 100%;
        width: auto
    }

    .detayslader .carousel__text h1 {
        font-size: 32px;
        width: 100%;
        text-align: left;
    }

    .detayslader .carousel__text {
        bottom: 50px;
        width: 90%;
        left: 30px;
        display: flex;
        flex-direction: column;
        flex-flow: row-reverse;
        justify-content: center;
    }

    .ekatalog {
        display: flex;
        flex-wrap: wrap;
        padding: 12px;
        justify-content: space-around;
        margin-top: 12px;
    }

        .ekatalog > div {
            margin-bottom: 15px;
            width: 50%;
            display: flex;
            justify-content: center;
        }

    .sense { /* transform: rotate(90deg); */ /* right: 0; */ /* bottom: 30px; */
        display: none;
    }

    text

    .mainbar {
        height: 20vh
    }

    .mailglobal {
        width: 100%
    }

    .begin-item {
        margin: 30px auto;
    }

    .yanmenu {
        display: none
    }

    .mmenu > .ustbar {
        justify-content: flex-end;
    }

    .mmenu .search {
        order: 1
    }

    .mmenu .menuicon {
        order: 2
    }

    .mmenu > .ustbar > .logo {
        margin-left: 10px
    }

    .dialog-center {
        max-width: 90%
    }

    .dialog-begin-bg .dialog-begin-bg-begin {
        padding: 20px 25px;
    }

    .popup-icerik img {
        width: 65px
    }

    .popup-icerik h1 {
        font-size: 25px
    }

    .mmenu .search, .mmenu .menuicon { /* border-left: 1px solid rgba(255, 255, 255, 0.15); */
        border-right: 0
    }

    .mmenu.fixed .search, .mmenu.fixed .menuicon { /* border-left: 1px solid #e1e1e1; */
        border-right: 0
    }

    .carousel__text {
        width: 100%;
    }

        .carousel__text h1 {
            font-size: 40px;
            line-height: 45px;
            width: 70%;
            text-align: center;
        }

        .carousel__text h2 {
            font-size: 20px;
            line-height: 25px;
        }

        .carousel__text p {
            letter-spacing: 1;
            font-size: 17px;
            line-height: 22px;
            width: 80%;
            text-align: center;
        }

    .home1 {
        background: none;
        margin: 15px auto
    }

        .home1 > .twoflex {
            width: 100%;
            margin: 0;
            padding: 0
        }

    #chVideo2 {
        border: 0px solid rgba(255, 255, 255, 0.15);
        box-shadow: none;
    }

    .home1 .w45 {
        width: 100% !important;
        margin: 0 auto;
        background: #106735;
        padding: 4vw 8vw;
    }

    .home1 .twoflex > div:first-child {
        margin-bottom: 0;
    }

    .home1 .txtwhite {
    }

    .home1 .button {
        font-size: 18px;
    }

    .home1 .txtmain {
        width: 100%
    }

    .font-size25 {
        font-size: 16px;
        line-height: 21px;
    }

    .mfp-bg, .mfp-wrap {
        width: 100% !important
    }

    .mfp-container {
        width: 90% !important;
        margin-left: 5%
    }

    .homeslo > div:nth-child(2) {
        padding: 20px 15px;
    }

    .fhed {
        margin-bottom: 0px
    }

        .fhed h2, .fhed h1 {
            text-align: left;
            margin-left: 8vw;
            width: calc(100% - 16vw);
        }

        .fhed h1, .bottommain .fhed h1 {
            font-size: 18px;
            line-height: 23px;
            color: #A66946 !important;
        }

        .fhed h2 {
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0px;
            margin-bottom: 0;
        }

    .ftxt p:last-child {
        margin-bottom: 0
    }

    .home1 .button {
        margin-top: 0
    }

    .txtpop {
        left: 8vw;
        width: calc(100% - 16vw);
    }

    .homeslo > div:nth-child(2) {
        padding: 8vw
    }

    .txtkalite {
        left: 0;
        width: 100%;
        margin-top: 0;
    }

    .homeslo > div:nth-child(2) .button {
        left: 0
    }

    .news .treeflex {
        margin: 0 auto;
        width: 90%;
    }

        .news .treeflex > div {
            margin: 15px auto
        }

    .news .button {
        margin: 15px auto 10px auto;
    }

    .news .treeflex > div > div .text {
        padding: 20px 25px;
    }

    .home2 {
        background: #ffffff;
    }

        .home2 .fhed h1, .home2 .fhed h2 {
            color: #000;
            text-align: center;
        }

        .home2 .fourflex {
            margin-top: 25px;
            width: 80%;
        }

    .begin-item.rakamlarla {
        margin: 0
    }

    .rakamlarla .fourflex > div {
        width: 100%;
        margin-bottom: 25px;
        color: #000;
    }

    .rakamlarla .fourflex svg path {
        fill: #A66946;
    }

    .rakamlarla .fourflex div span, .rakamlarla .fourflex div h1, .rakamlarla .fourflex div p {
        color: #000
    }

    footer > div {
        display: table
    }

        footer > div > div:first-child, footer > div > div:last-child {
            width: 100%;
            display: table;
            text-align: left
        }

            footer > div > div:first-child span {
                display: block;
                text-align: left;
            }

            footer > div > div:first-child:first-child a {
                display: block;
                margin-bottom: 10px
            }

    #toTop {
        right: 10px
    }

    .alticerik .fhed h2, .alticerik .fhed h1 {
        margin-left: 0;
        width: calc(100% );
    }

    .alticerik .text-dec {
        margin-top: 15px
    }

    .fullsize.hvideo {
        margin-top: 25px
    }

    .bottommain {
        padding-bottom: 25px
    }

    .bottompage .twoflex > div:last-child {
        margin-bottom: 0
    }

    .sablon2 .fhed h3 {
        margin: 15px 0 25px 0
    }

    .sablon1 .text-dec {
        display: table
    }

        .sablon1 .text-dec > div:first-child {
            margin-bottom: 15px;
            text-align: center
        }

            .sablon1 .text-dec > div:first-child img {
                width: 100%
            }

    .modalicerik.active .modal__wrapper > div {
        right: 16px
    }

    .modalicerik .modal__wrapper > div {
        width: 90vw;
    }

    .contact-txt.sablon1 .text-dec > div {
        text-align: left
    }

    .uretim-detay {
        line-height: 20px
    }

    .product-photos__slider .slick-dots li {
        margin: 0 2px;
        width: 15px;
    }

    .product-photos__slider .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .product-photos__slider figure {
        width: 200px
    }

    .product-photos__slider .slick-arrow.slick-next {
        right: 10px;
    }

    .product-photos__slider .slick-arrow {
        left: 10px;
    }

    .note {
        margin-top: 15px;
        padding: 10px 10px !important;
    }

        .note ul li:last-child {
            width: 65px !important;
        }

    .newspage {
        margin-top: 15px;
    }

        .newspage > .treeflex {
            width: 100%
        }

    .contact .maps iframe {
        height: 250px
    }

    .contact-form > div > .smallform {
        display: table
    }

        .contact-form > div > .smallform input:last-child, .contact-form > div > .smallform input {
            width: 100%;
        }

            .contact-form > div > div, .smallform, .contact-form > div > .smallform input:first-child {
                margin-bottom: 15px
            }

    .contact-form .buton {
        border: 1px solid #46B974;
        background: #126734;
        color: #fff;
    }

    .no_menu {
        width: 86%;
        margin: 35px auto 0 auto !important;
        padding: 0;
    }

        .no_menu h1, .pagedocmain h1 {
            font-size: 24px;
            line-height: 28px;
        }

    .footerimza {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 45px;
    }

        .footerimza > div {
            width: 100%;
            margin-top: 15px;
            text-align: center
        }

        .footerimza a {
            text-align: center
        }

            .footerimza a > img {
                margin: 0
            }

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

    .our-story .timeline:before {
        width: 0
    }

    .our-story .timeline > li, .our-story .timeline > li:nth-child(odd) {
        margin: 0 !important;
        width: 100% !important;
        padding: 0;
        margin-bottom: 25px !important;
    }

        .our-story .timeline > li:nth-child(even):before, .our-story .timeline > li:nth-child(odd):before {
            height: 0;
            width: 0
        }

        .our-story .timeline > li h3 {
            font-size: 21px;
            display: flex; /* justify-content: center; */
            text-align: left;
        }

            .our-story .timeline > li h3 > span {
                display: flex;
                width: 40px;
                height: 40px;
                font-size: 19px;
                font-weight: bold;
                margin-right: 10px;
                padding: 20px;
            }

        .our-story .timeline > li:nth-child(even) {
            padding: 0;
            margin-bottom: 25px
        }

    .our-story .timeline {
        padding: 50px 0 20px;
    }

    .bottompage .pagehead img {
    }

    .pro-deiat-info > div {
        width: calc(100% - 60px);
    }

        .pro-deiat-info > div > div {
            width: 50%
        }

    .pro-deiat-info {
        margin-top: 50px;
        padding: 15px 0;
    }

        .pro-deiat-info > div > div a {
            font-size: 16px;
        }

    .proje-head h2 {
        font-size: 18px;
        line-height: 22px
    }

    .proje-head h1 {
        font-size: 30px;
    }

    .slidekaydir {
        width: 30px !important;
        margin-left: 15px;
    }

        .slidekaydir svg {
            width: 15px
        }

    .ekatalog > div:last-child {
        margin-bottom: 0;
    }

    .fs-pagination li a {
        width: 10px;
        height: 10px;
    }

    .detayslader .slick-dots {
        width: 100% !important;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ilandetay > div:first-child, .ilandetay > div:first-child > div h1 {
        margin-bottom: 0
    }

    .detayadres {
        margin-bottom: 15px
    }

    .bottompage .pagehead {
        width: 100%;
    }

    .proje-head {
        bottom: 10px;
        left: 20px;
    }

    .loginform .head p, .homevideotxt p {
        font-size: 18px;
        line-height: 26px;
    }

    .fullsize h3 {
        letter-spacing: 4px;
        font-size: 13px;
        line-height: 40px;
    }

    .loginform .form fieldset > div {
        margin-bottom: 15px !important;
    }

    .homemesaj {
        padding: 25px 30px;
    }

    .ikilisatir .txt {
        width: 100%
    }

    .homevideo {
        height: calc(100vh);
    }

    .pagehead.general .txt > h1, .homemain h1, .homevideotxt h1, .fullimg .txt h1 {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 3px;
    }

    .timetxt {
        text-align: center
    }

    .loginbutton span {
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .diensok > span::before {
        font-size: 26px;
        line-height: 30px;
    }

    .icmetin .pojedetay > div {
        padding: 25px 15px;
    }

    .homeprojeler > div div > h1, .homeprojeler > div div > p {
        margin-bottom: 5px;
        line-height: 16px;
        font-size: 16px;
    }



    .videoplay .butonlar {
        padding: calc(var(--altbosluk) / 2)
    }

    .socialmedia {
        left: calc(var(--altbosluk) / 2);
        bottom: calc(var(--altbosluk) / 2)
    }

    .loginform .form input, .loginform .form textarea {
        border-radius: 0
    }

    .signpage .title {
        width: 100%
    }

    .signpage.no_menu {
        padding: 55px 25px;
        margin-bottom: 25px !important;
    }

        .signpage.no_menu .resetbutton {
            margin-bottom: 0;
        }

    .bottompage .registerform fieldset input {
        margin: 5px 0;
    }

    .bottompage .registerform button {
        margin-bottom: 8px;
        margin-top: 3px
    }


    .custom-select {
        margin-bottom: 5px;
    }

    .loginform button {
        font-size: 16px;
        padding: 6px 8px;
        6px 8px !important
    }

    .popaltmenu ul > li a, .mmunepopup > ul > li > a {
        padding: 9px 0;
        font-size: 26px;
    }

    .popaltmenu ul, .mmunepopup > ul {
        margin-bottom: 100px;
        margin-left: 5%;
    }

    .mmunepopup.active {
        /* background: #7e7c79f7; */
    }

    .pagehead.general {
        height: 220px;
        max-height: 220px;
    }
}


/* Responsive adjustments */
@media(max-width: 1080px) {
    .dropdown-menu {
        position: static;
        background: transparent;
        border: none;
        box-shadow: none;
        backdrop-filter: none;
        margin-top: 0;
        padding: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

        .dropdown-menu::before {
            display: none;
        }

        .dropdown-menu li a {
            color: #fff;
            padding: 8px 20px;
            font-size: 14px;
        }

            .dropdown-menu li a:hover {
                background: rgba(255, 255, 255, 0.1);
                padding-left: 30px;
            }

            .dropdown-menu li a::before {
                display: none;
            }
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .scrollanimation::before,
    .scrollanimation::after {
        padding: 0;
    }

    .scroll-section {
        width: 100%;
    }

    .scroll-title::before {
        left: -80px;
        width: 16px;
        height: 16px;
    }

    .scroll-line.animate {
        width: 100px;
    }

    .scroll-title {
        font-size: 20px;
    }

    .scroll-list li {
        font-size: 14px;
    }
}

.founder-section {
    margin-top: 70px
}

    .founder-section ul {
        list-style: disc;
        padding-left: 17px;
        margin: 5px 0;
    }

        .founder-section ul li {
            margin-bottom: 2px;
            font-size: 16px;
            line-height: 24px;
        }


/* Tablet */
@media (max-width: 992px) {
    .homevideo {
        height: 68vh;
        min-height: 420px;
    }

    .homevideotxt h1 {
        font-size: 34px;
    }

    .homevideotxt p {
        font-size: 18px;
    }

    .socialmedia {
        bottom: 16px;
        gap: 14px;
    }

    .homeabout h1 {
        font-size: 30px;
    }

    .homeabout p {
        font-size: 17px;
    }

    .homesevices {
        gap: 36px;
    }

        .homesevices > div {
            grid-template-columns: 1fr;
        }
}

/* Mobile */
@media (max-width: 600px) {
    .homevideo {
        height: 60vh;
        min-height: 340px;
    }

    .homevideotxt {
        padding: 0 16px;
    }

        .homevideotxt h1 {
            font-size: 20px;
            line-height: 23px;
        }

        .homevideotxt p {
            font-size: 15px;
            line-height: 20px;
            margin-top: 4px;
        }

    .socialmedia a svg {
        width: 22px;
        height: 22px;
    }

    .homeabout {
        width: 86%;
        padding: 45px 0 25px 0;
    }

        .homeabout h1, .homesevices > div > div:last-child h1 {
            font-size: 22px;
            line-height: 27px;
            /* margin-top: 28px; */
        }

        .homeabout p {
            font-size: 15px;
        }

    .homesevices {
        width: 86%;
        gap: 40px;
    }

        .homesevices h1 {
            font-size: 22px;
        }

        .homesevices p, .homesevices > div > div:last-child p {
            font-size: 15px;
            line-height: 23px;
        }

        .homesevices > div {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

            .homesevices > div > div {
                width: 100%;
                padding: 0 !important;
                gap: 16px !important;
            }

            .homesevices > div:nth-child(2) {
                display: flex;
                flex-direction: column;
            }

    .menu .logo img, .menubg .logo img, .menu.fixed .logo img {
        height: auto;
        width: 100%;
    }
}

.cookie-consent.is-hidden {
    transform: translateY(100%);
    transition: transform .5s ease;
}

/* Sliding Text Styles */
.sliding-text-container {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

    .sliding-text-container .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.8s ease-in-out;
        pointer-events: none;
        visibility: hidden;
    }

        .sliding-text-container .slide.active {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
            visibility: visible;
        }

        .sliding-text-container .slide h1 {
            margin-bottom: 8px;
            animation: none;
        }

        .sliding-text-container .slide p {
            animation: none;
        }

        .sliding-text-container .slide.active h1 {
            animation: slideInUp 0.8s ease-out;
        }

        .sliding-text-container .slide.active p {
            animation: slideInUp 0.8s ease-out 0.2s both;
        }

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for sliding text */
@media (max-width: 992px) {
    .sliding-text-container {
        /* height: 100px; */
    }
}

@media (max-width: 600px) {
    .sliding-text-container {
        /* height: 80px; */
    }
}

/* Responsive adjustments for sliding text */
@media (max-width: 992px) {
    .sliding-text-container {
        /* height: 100px; */
    }
    .tab-navigation {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .sliding-text-container {
        height: 80px;
    }
}


@media (max-width: 992px) {
    .tab-navigation {
        gap: 10px;
        margin-bottom: 30px;
    }

    .tab-button {
        padding: 12px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .tab-header h1 {
        font-size: 30px;
        line-height: 36px;
    }




    .tab-header h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .tab-description p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 600px) {
    .tab-navigation {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }

    .tab-button {
        padding: 10px 15px;
        font-size: 14px;
        width: 100%;
    }

    .tab-header h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .tab-header h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .tab-description p {
        font-size: 15px;
        line-height: 24px;
    }

    .homeabout h2 {
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    .homeabout button > span, .homeabout button {
        font-size: 15px;
    }

    button {
        padding: 8px 10px !important;
    }

    .mobile-dropdown-menu li a {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .mobile-dropdown-menu {
        padding: 0 10px 15px 10px;
    }

    .founder-section {
        margin-top: 35px;
    }

    .tab-header {
        margin-bottom: 10px;
    }

    .uc {
        gap: 5px !important;
    }

        .uc > li {
            display: flex;
            align-items: center;
            font-size: 13px !important;
        }

    .teklif > div form > div .iki > li {
        width: calc(100%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ikilili > div:first-child {
        margin-right: 0px;
        margin-bottom: 4px;
        max-width: 100%;
    }

    .teklif > div form > div ul:not(.options) {
        gap: 4px;
    }

    .teklif > div form > div > h1 {
        font-size: 14px;
    }

    .no_menu p, .kvkk a {
        font-size: 12px;
    }

    .senden {
        margin-top: 15px
    }

    .no_menu h2, .kvkk h3 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .homevideo .bg30{display:none}
    .homevideo mediaelementwrapper video{opacity:.7}
    .profil {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 17px;
    }
        .profil > .profil-resim {
            width: 100%;
            text-align: center;
            max-width: 100%;
            display: flex;
            align-items: flex-start;
        }
            .profil > .profil-resim > img {
                width: 100%;
                max-width: 170px;
                margin-bottom: 0;
            }
            .profil > .profil-resim p{
    text-align: left;
}

}
