body.entrance {
    
    background-image: url('../Images/New/Kurumsal/enterence.jpg');
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexable {
    margin: auto;
    display: flex;
    flex-direction: row;
}

html {
    height: 100%
}

.flexable img {
    width: auto;
    margin-bottom: 30px;
}


@media (min-width: 320px) and (max-width: 812px) {

    .flexable img {
        width: 120px !important;
    }

    body {
        background-size: auto 100%;
    }
}


body.entrance .flexable .b__btn--rounded-transparent,
body.entrance .flexable button--rounded-transparent,
body.entrance .flexable a.b__btn--rounded-transparent {
    background-color: transparent;
    border: solid 2px #ffffff;
    color: #ffffff;
    width: 50px;
    min-width: 150px;
    height: 50px;
    font-size: 14px;
    font-weight: normal;
    font-weight: 600;
}

.gold-border {
    border-color: #c59d5f !important
}


.gold-text {
    color: #c59d5f !important
}

    .gold-text:hover {
        color: #fff !important
    }


a.b__btn.b__btn--rounded.b__btn--rounded-transparent.red-hover:hover {
    background-color: #d72638 !important;
    border-color: #d72638 !important;
}

.entrance .teaser-content-corporate-mid-content,
.entrance .teaser-content-corporate-top-left,
.entrance .teaser-content-corporate-top-right {
    border: none !important
}



.entrance .teaser-content-corporate-mid-content {
    padding: 20px 0;
    opacity: 0.5;
}


.entrance .teaser-content-corporate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
}

.entrance .teaser-content-corporate-bot.flexable > div {
    margin: 0 3%;
}

@media only screen and (max-width: 769px) {
    .swiper-slide .text {
        font-size: 35px !important;
    }
}


.b__lang--change-kurumsal {
    position: absolute;
    z-index: 2626;
    top: 73%;
}

    .b__lang--change-kurumsal a {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }