/* Birleştirilmiş style.css */

@charset "utf-8";

/* Accordion CSS */
.accordion {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 33.33%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1.5s ease;
    background-size: cover;
}

.accordion ul li::after {
    content: '';
    position: absolute;
    z-index: 999;
    right: -30px;
    width: 30px;
    height: 100vh;
    background: url(https://celebi-grup.com/images/golgeSag.png) no-repeat left top;
}

.accordion ul li div {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.accordion ul li div a {
    display: block;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.accordion ul li div a * {
    opacity: 1;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
}

.accordion ul li:nth-child(1) {
    background-image: url("/images/background/klas-prefabrik-background.jpg");
    background-size: cover;
    background-position: center;
}

.accordion ul li:nth-child(2) {
    background-image: url("/images/background/delta-prefabrik-background.jpg");
    background-size: cover;
    background-position: center;
}

.accordion ul li:nth-child(3) {
    background-image: url("/images/background/fabreksa-background.jpg");
    background-size: cover;
    background-position: center;
}


.accordion ul:hover li {
    width: 30%;
}

.accordion ul:hover li:hover {
    width: 32%;
}

.accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.5);
}

.accordion ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 600px) {
    body {
        margin: 0;
    }

    .accordion {
        height: auto;
    }

    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
        height: 33.33vh;
    }

    .accordion ul li div a {
        height: 25vh;
    }
}

/* Çelebi Grup Style CSS */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}

a,
body,
div,
html,
img,
li,
ul {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    display: block;
}

body {
    min-width: 1064px;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

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

:focus {
    outline: 0;
    outline: 0;
}

.row {
    width: 100%;
    min-height: 5px;
}

.col,
.row {
    position: relative;
    float: left;
    height: auto;
}

.celebi-giris-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font: 50px Exo-ExtraBold;
    color: #fff;
    overflow: hidden;
}

.celebi-giris-box:hover {
    background: #303e48;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.celebi-giris-box:hover > .celebi-giris-box:not(:hover) {
    opacity: .2;
    pointer-events: auto;
}

.celebi-giris-ana-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.celebi-giris-img {
    max-height: 93px;
    margin-bottom: 12px;
}

.celebi-giris-img img {
    max-height: 93px;
}

.celebi-giris-img {
    transform: scale(1);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    opacity: 1;
}

.celebi-giris-logo {
    max-height: 102px;
    display: flex;
    justify-content: center;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.celebi-giris-logo img {
    max-height: 90px;
}

.celebi-giris-logo.celebi-prefabrik,
.celebi-giris-logo.celebi-prefabrik img {
    max-height: 90px;
}

.celebi-giris-title-box {
    overflow: hidden;
    margin-bottom: 120px;
}

.celebi-giris-title {
    font: 18px Exo-ExtraBold;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    transform: scale(1);
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
    opacity: 1;
}

.celebi-giris-title-giris {
    font: 18px Exo-ExtraBold;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 52px;
}

.celebi-giris-box:hover > .celebi-giris-ana-box .celebi-giris-img {
    transform: scale(1.2);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.celebi-giris-box:hover > .celebi-giris-ana-box .celebi-giris-logo {
    transform: scale(1.2);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        transition: all 3s ease;
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: all 1s ease;
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        transition: all 1s ease;
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: all 1s ease;
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.icon {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.icon:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.icon:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.icon:active:after {
    opacity: 0;
}

.text-type-1 {
    font: 14px Roboto-Regular;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666666%;
}

.col-3 {
    width: 24.999999%;
}

.col-4 {
    width: 33.333332%;
}

.col-5 {
    width: 41.666665%;
}

.col-6 {
    width: 49.999998%;
}

.col-7 {
    width: 58.333331%;
}

.col-8 {
    width: 66.666664%;
}

.col-9 {
    width: 74.999997%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666663%;
}

.col-12 {
    width: 99.999996%;
}


@media (min-width: 0px) and (max-width: 480px) {
    body {
        min-width: 100%;
        background: #fff;
    }
    .celebi-giris-box {
        width: 100%;
        height: 100%;
        padding: 24px 14%;
        flex-direction: column;
    }
    .celebi-giris-ana-box {
        padding: 36px 0;
    }
    .celebi-giris-img {
        width: 50%;
    }
    .celebi-giris-title-box {
        margin-bottom: 10px;
    }
    .celebi-giris-logo {
        max-height: 64px;
    }
    .celebi-giris-img img {
        max-height: 64px;
    }
}
