@font-face {
    font-family: 'Lato';
    src: local("Lato Bold Italic"),local("Lato-BoldItalic"),url("../fonts/Lato-BoldItalic.woff2") format("woff2"),url("../fonts/Lato-BoldItalic.woff") format("woff"),url("../fonts/Lato-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local("Lato Black"),local("Lato-Black"),url("../fonts/Lato-Black.woff2") format("woff2"),url("../fonts/Lato-Black.woff") format("woff"),url("../fonts/Lato-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local("Lato Bold"),local("Lato-Bold"),url("../fonts/Lato-Bold.woff2") format("woff2"),url("../fonts/Lato-Bold.woff") format("woff"),url("../fonts/Lato-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local("Lato Heavy"),local("Lato-Heavy"),url("../fonts/Lato-Heavy.woff2") format("woff2"),url("../fonts/Lato-Heavy.woff") format("woff"),url("../fonts/Lato-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local("Lato Medium"),local("Lato-Medium"),url("../fonts/Lato-Medium.woff2") format("woff2"),url("../fonts/Lato-Medium.woff") format("woff"),url("../fonts/Lato-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local("Lato Light"),local("Lato-Light"),url("../fonts/Lato-Light.woff2") format("woff2"),url("../fonts/Lato-Light.woff") format("woff"),url("../fonts/Lato-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local("Lato Regular"),local("Lato-Regular"),url("../fonts/Lato-Regular.woff2") format("woff2"),url("../fonts/Lato-Regular.woff") format("woff"),url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
    font-size: 16px;
}

@media (max-width: 576px) {
    html {
        font-size: 10px;
    }
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
}

    body.open {
        height: 100%;
        overflow: hidden;
    }

[class*="icono"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    box-sizing: border-box;
}

[class*="icono-arrow1"] {
    width: 20px;
    height: 20px;
    border-width: 4px 4px 0 0;
    border-style: solid;
    margin: 0.35rem;
}

    [class*="icono-arrow1"][class*="-right"] {
        transform: rotate(-135deg);
    }

[class*="icono"]:after, [class*="icono"]:before {
    content: "";
    box-sizing: border-box;
}

[class*="icono-arrow1"]:before {
    right: 0;
    top: -3px;
    position: absolute;
    height: 4px;
    box-shadow: inset 0 0 0 32px;
    transform: rotate(-45deg);
    width: 23px;
    transform-origin: right top;
}

[class*="icono"]:after, [class*="icono"]:before {
    content: "";
    box-sizing: border-box;
}

.scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 0;
    width: 0;
    border-left: 6rem solid transparent;
    border-right: 6rem solid transparent;
    border-bottom: 5rem solid #fcfcfc;
    transform: translateX(-50%);
}

@media (max-width: 576px) {
    .scroll {
        border-bottom-width: 4rem;
    }
}

.scroll:before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 50%;
    height: 1.4rem;
    width: 2rem;
    margin-top: -0.4rem;
    margin-left: -0.97rem;
    background: #4D5256;
    -webkit-clip-path: polygon(15% 0, 50% 60%, 85% 0, 100% 20%, 50% 100%, 0 20%);
    clip-path: polygon(15% 0, 50% 60%, 85% 0, 100% 20%, 50% 100%, 0 20%);
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

@-webkit-keyframes bounce {
    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounce {
    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

.kaydir {
    position: absolute;
    max-width: 100%;
    width: 1030px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-family: Lato;
    font-style: italic;
    font-weight: normal;
    font-size: 0.625rem;
    color: #FFFFFF;
    margin-bottom: 3rem;
}

.icon {
    position: relative;
    width: 80px;
    height: 2px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: left;
    margin-right: -3rem;
}

.arrow {
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #fff;
    display: block;
    -webkit-animation: right-left 2s infinite;
    animation: right-left 2s infinite;
}

    .arrow::after, .arrow::before {
        content: '';
        position: absolute;
        width: 10%;
        height: 2px;
        right: 0px;
        background-color: #fff;
    }

    .arrow::after {
        top: -2px;
        transform: rotate(45deg);
    }

    .arrow::before {
        top: 2px;
        transform: rotate(-45deg);
    }

.icon2 {
    position: absolute;
    bottom: 40px;
    left: 1rem;
    font-weight: 800;
    font-size: 0.875rem;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.arrow2 {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 1px;
    bottom: 4px;
    margin-right: 10px;
    background-color: #fff;
}

    .arrow2::after, .arrow2::before {
        content: '';
        position: absolute;
        width: 15%;
        height: 1px;
        left: -1px;
        background-color: #fff;
    }

    .arrow2::after {
        top: -3px;
        transform: rotate(-45deg);
    }

    .arrow2::before {
        top: 3px;
        transform: rotate(45deg);
    }

@-webkit-keyframes right-left {
    0% {
        right: 50%;
    }

    50% {
        right: 0;
    }

    100% {
        right: 50%;
    }
}

@keyframes right-left {
    0% {
        right: 50%;
    }

    50% {
        right: 0;
    }

    100% {
        right: 50%;
    }
}

.menu-btn {
    position: relative;
    background: #4D5256;
    padding: 1.55rem 1.5rem;
    cursor: pointer;
    z-index: 2;
    flex: 0 1 auto;
}

@media (max-width: 576px) {
    .menu-btn {
        padding: 1.1rem 1.5rem;
    }
}

.menu-btn .line {
    padding: 0;
    width: 100%;
    background: #fff;
    height: 4px;
    margin: 3px 0;
    transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}

    .menu-btn .line.line--1 {
        transform: rotate(0) translateY(0);
    }

        .menu-btn .line.line--1.line-cross {
            width: 100%;
            transform: rotate(45deg) translateY(-4px);
            background: white;
            transform-origin: left;
        }

@media (max-width: 576px) {
    .menu-btn .line.line--1.line-cross {
        transform: rotate(45deg) translateY(-3px) translateX(3px);
    }
}

.menu-btn .line.line--2 {
    transform: translateX(0);
}

    .menu-btn .line.line--2.line-fade-out {
        transform: translate(-100%);
        opacity: 0;
    }

.menu-btn .line.line--3 {
    width: 50%;
    transform: rotate(0) translateY(0);
    align-self: end;
}

    .menu-btn .line.line--3.line-cross {
        width: 100%;
        transform: rotate(-45deg) translateY(3px);
        background: white;
        transform-origin: left;
        align-self: center;
    }

@media (max-width: 576px) {
    .menu-btn .line.line--3.line-cross {
        transform: rotate(-45deg) translateY(0px) translateX(5px);
    }
}

header {
    position: fixed;
    padding-left: 6.3rem;
    top: 0;
    z-index: 2;
    width: 100%;
    background: white;
    border-bottom: 1px solid white;
}

    header > nav {
        display: flex;
        height: 5rem;
        align-items: center;
    }

@media (max-width: 576px) {
    header > nav {
        height: 5.2rem;
    }
}

header > nav .brand-logo {
    margin-right: auto;
    margin-left: 1rem;
    width: 192px;
}

@media (max-width: 576px) {
    header > nav .brand-logo {
        width: 40%;
    }
}

header > nav a {
    border: 1px solid #f6f7f7;
    border-top: 0;
    border-bottom: 0;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    align-self: stretch;
    font-weight: 900;
}

@media (max-width: 992px) {
    header > nav a {
        font-size: 0;
    }
}

header > nav a img {
    margin-right: 1rem;
}

@media (max-width: 992px) {
    header > nav a img {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    header > nav a.text-gradient {
        background: linear-gradient(45deg, #00B4EC 0%, #00BB98 100%);
    }
}

@media (max-width: 576px) {
    header > nav a.text-gradient img {
        margin-right: 0;
    }
}

header > nav button {
    padding: 0 2rem;
    font-weight: 700;
    align-self: stretch;
    align-items: center;
}

    header > nav button.btn-dropdown.focused > *:last-child {
        top: 129px !important;
        background: white;
        z-index: 1;
        width: 100%;
        left: 0;
    }

    header > nav button.btn-dropdown.focused .otherlang {
        top: 100%;
        background: white;
        z-index: 1;
        width: 100%;
        left: 0;
    }

    header > nav button.btn-dropdown.focused > *:last-child a {
        font-family: Lato;
        font-weight: 500;
        font-size: 0.75rem;
        letter-spacing: -0.1px;
        color: #2A3135;
        padding: 1rem;
        border-top: 1px solid #f6f7f7;
    }

    header > nav button.btn-dropdown.focused .otherlang a {
        font-family: Lato;
        font-weight: 500;
        font-size: 0.75rem;
        letter-spacing: -0.1px;
        color: #2A3135;
        padding: 1rem;
        border-top: 1px solid #f6f7f7;
    }

header.open {
    z-index: 3;
}

    header.open button, header.open a {
        display: none;
    }

aside {
    position: fixed;
    top: 0;
    width: 5.3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 5;
}

@media (max-width: 576px) {
    aside {
        height: calc(100% - 5.4rem);
    }
}

aside > * {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

aside button, aside a {
    background: #4E5357;
    color: white;
    border: 1px solid #f39121;
    border-left: 0;
    border-right: 0;
}

    aside button img, aside a img {
        margin-bottom: 1rem;
    }

    aside button span, aside a span {
        -ms-writing-mode: tb;
        writing-mode: tb;
        transform: rotate(180deg);
        font-weight: 700;
        letter-spacing: 1px;
        text-align: right;
    }

aside .menu-btn {
    background: #4D5256;
}

    aside .menu-btn img {
        margin-bottom: 0;
    }

aside.open {
    z-index: 3;
}

    aside.open button, aside.open a {
        display: none;
    }

.conainer__fullpage {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

main {
    flex: 1;
    display: flex;
    position: relative;
    background-color: #fcfcfc;
    margin-top: 5rem;
    /* z-index: 3; */
}

a {
    text-decoration: none;
    color: inherit;
}

.btn-dropdown {
    position: relative;
    z-index: 1112;
}

.btn-chat {
    /* position:fixed; */
    bottom: 0;
}

    .btn-chat a {
        border: 0;
    }
     .btn-chat .text-uppercase {
       opacity:0;
       visibility:hidden;
    }
.btn-dropdown > *:last-child {
    display: none;
    position: absolute;
}

.btn-dropdown .otherlang {
    display: none;
    position: absolute;
}

.btn-dropdown.focused > *:last-child {
    display: block;
}

.btn-dropdown.focused .otherlang {
    display: block;
    /* position: relative; */
}

aside .btn-dropdown > *:last-child, .bottom-menu .btn-dropdown > *:last-child {
    left: 100%;
    bottom: 0;
}

    aside .btn-dropdown > *:last-child > *, .bottom-menu .btn-dropdown > *:last-child > * {
        display: block;
        width: 250px;
        font-size: 0.625rem;
        padding: 1.7rem 3rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #3F5982;
        text-align: left;
        border-top: 1px solid #1c2c43;
        color: white;
    }

        aside .btn-dropdown > *:last-child > * img, .bottom-menu .btn-dropdown > *:last-child > * img {
            margin-right: 1rem;
            margin-bottom: 0;
        }

.color1 {
    background: linear-gradient(90deg, #00B4EC 0%, #00BB98 100%);
}

.text-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    display: -webkit-box;
    -webkit-box-align: center;
}

.btn-bilgi {
    align-self: stretch;
    position: relative;
    align-items: center;
    background: linear-gradient(180deg, #f39121 0%, #4D5256 100%);
    color: white;
    justify-content: center;
}

    .btn-bilgi img {
        padding-right: 1rem;
    }

header .btn-bilgi img {
    padding-right: 0;
}

.btn-bilgi.close {
    background: white;
}

@media (max-width: 576px) {
    .btn-bilgi.close {
        position: absolute;
        top: 5.3rem;
        right: 0;
        z-index: 1114;
        width: 5.8rem;
        height: 5.3rem;
        font-size: 0;
        letter-spacing: 0;
    }

    body:not(#index) .btn-bilgi.close {
        top: 0;
    }
}

.btn-bilgi > span {
    border-top: 1px solid #556c90;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    white-space: nowrap;
    background: #4D5256;
    z-index: 1;
    align-items: center;
    display: flex;
    -ms-writing-mode: tb;
    writing-mode: tb;
    transform: rotate(180deg);
    padding: 2rem 0;
    color: white;
    letter-spacing: 1px;
}

@media (max-width: 576px) {
    .btn-bilgi {
        width: 100%;
        font-weight: 900;
        font-size: 1.2rem;
        letter-spacing: 2px;
        line-height: 2.9;
        background: linear-gradient(90deg, #f39121 0%, #f39121 100%);
        z-index: 2;
    }
}

.btn-sticky {
    position: fixed;
    bottom: 0;
}

.swiper-main .swiper-slide {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
}

.swiper-main-controller {
    position: absolute;
    bottom: 0rem;
    display: flex;
    flex-direction: row;
    padding: 4.5rem;
    max-width: 1500px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
}

#ilklerveoduller .swiper-main-controller {
    top: 0;
    bottom: auto;
}

.swiper-main-controller.swiper-default-controller {
    position: relative;
    justify-content: space-between;
}

    .swiper-main-controller.swiper-default-controller .swiper-button-prev, .swiper-main-controller.swiper-default-controller .swiper-button-next {
        border-color: #4D5256;
        background-color: #4D5256;
        color: white;
    }

        .swiper-main-controller.swiper-default-controller .swiper-button-prev.swiper-button-disabled, .swiper-main-controller.swiper-default-controller .swiper-button-next.swiper-button-disabled {
            background-color: transparent;
            color: #4D5256;
        }

    .swiper-main-controller.swiper-default-controller .swiper-pagination {
        color: #4D5256;
    }

.swiper-main-controller .swiper-button-prev, .swiper-main-controller .swiper-button-next {
    border: 1px solid white;
    text-align: center;
    padding: 1rem;
    background-color: white;
    margin: 0.5rem;
}

    .swiper-main-controller .swiper-button-prev.swiper-button-disabled, .swiper-main-controller .swiper-button-next.swiper-button-disabled {
        background-color: transparent;
        color: white;
    }

.swiper-main-controller .swiper-pagination {
    color: white;
    width: auto;
    display: flex;
    align-items: center;
    margin: 0 2rem;
}

.swiper-main-controller .swiper-line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
}

    .swiper-main-controller .swiper-line span {
        background: #FFFFFF;
        width: 0%;
        height: 1px;
        display: block;
        -webkit-animation: witdh 4s linear forwards;
        animation: witdh 4s linear forwards;
    }

@-webkit-keyframes witdh {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes witdh {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.container--main {
    max-width: 1500px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 0 5rem 5rem;
    flex-direction: column;
}

@media (max-width: 576px) {
    .container--main {
        padding: 0 3rem 5rem;
    }
}

.container__col-center {
    display: flex;
    align-items: center;
}

#index .container__col-center {
    min-height: 13rem;
}

@media (max-width: 576px) {
    #index .container__col-center {
        min-height: 9rem;
    }
}

@media (max-width: 576px) {
    .container__col-center {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.h1 {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

h1.h1 {
    font-size: 2.3rem;
}

h2 {
    font-weight: 900;
    font-size: 1.7rem;
    color: #4D5256;
}

h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    color: #6a7f9e;
}

p {
    line-height: 1.3;
}

.lead {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.75rem;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.lead2 {
    background: linear-gradient(90deg, #00B4EC 0%, #00BB98 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-size: 1.7rem;
}

.lead3 {
    font-weight: 900;
    font-size: 1rem;
    color: #4D5256;
}

.lead4 {
    font-weight: 900;
    font-size: 1.75rem;
    color: #4D5256;
}

.lead5 {
    font-weight: 900;
    color: #F39120;
}

.small, small {
    font-size: small;
}

b {
    font-weight: 900;
}

.pop1 {
    background: url(../img/ico-badge.svg);
    width: 13rem;
    height: 13rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.8rem;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #2A3135;
    justify-content: center;
    background-size: cover;
}

@media (max-width: 576px) {
    .pop1 {
        margin: 0.5rem 0 0 0;
        width: 9rem;
        margin-left: -15px;
    }
}

.pop1 span {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    letter-spacing: -1px;
}

.btn-detay {
    background: #F39120;
    color: white;
    margin-right: auto;
    padding: 1.5rem 2.8rem;
    font-size: 0.8rem;
}

    .btn-detay:before {
        content: '';
        display: inline-block;
        height: 1px;
        width: 20px;
        background: rgba(255,255,255,0.5);
        margin: 0 1rem 0.2rem;
    }

    .btn-detay.btn-form:before {
        content: none;
    }

    .btn-detay.btn-form:after {
        content: '';
        display: inline-block;
        height: 1px;
        width: 20px;
        background: rgba(255,255,255,0.5);
        margin: 0 1rem 0.2rem;
    }

.side-form {
    position: absolute;
    max-width: 498px;
    right: 0;
    height: 100%;
    top: 0;
    max-height: calc(100vh - 5.05rem);
    background: #4D5256;
    color: white;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2rem;
    transform: translateX(100%);
    transition: all 1s ease;
}

@media (max-width: 576px) {
    .side-form {
        width: calc(100% + 5.3rem);
    }
}

.side-form.open {
    transform: translateX(0%);
}

.side-form p {
    font-size: 0.8rem;
}

.side-form input {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    padding: 1rem;
}

    .side-form input::-moz-placeholder {
        color: white;
    }

    .side-form input:-ms-input-placeholder {
        color: white;
    }

    .side-form input::placeholder {
        color: white;
    }

.side-form [type="submit"] {
    background-color: white;
    color: #4D5256;
    padding: 1.5rem 0;
}

.side-form [type="button"] {
    background-color: white;
    color: #4D5256;
    padding: 1.5rem 0;
}

.side-form label {
    color: #fff;
}

@media screen and (max-height: 768px) {
    .side-form input {
        padding: 0.5rem 1rem;
    }

    .side-form [type="submit"] {
        padding: 1rem 0;
    }
}

.side-form [type="button"] {
    padding: 1rem 0;
}

}

[type="file"] {
    display: none;
}

    [type="file"] + label {
        width: 100%;
        letter-spacing: 1px;
        padding: 1.5rem 1rem;
        margin-left: 0;
        background: white;
        border: 1px solid #767676;
    }

form select, form textarea {
    width: 100%;
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding: 1.5rem 1rem;
    margin-left: 0;
    background: white;
    border: 1px solid #767676;
    color: #4D5256;
    font-family: 'Lato';
}

    form select::-moz-placeholder, form textarea::-moz-placeholder {
        color: #4D5256;
    }

    form select:-ms-input-placeholder, form textarea:-ms-input-placeholder {
        color: #4D5256;
    }

    form select::placeholder, form textarea::placeholder {
        color: #4D5256;
    }

.menu-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    /* background: white url(../img/menu-bg.png) no-repeat; */
    background-color: #fff;
    z-index: 2;
    overflow: hidden;
    display: none;
    padding: 5rem 5.3rem 0 5.3rem;
    flex-direction: column;
    justify-content: space-between;
    color: #c0c2c3;
}

    .menu-full a, .menu-full footer {
        color: #000000;
    }

    .menu-full footer {
        display: flex;
        font-size: 0.625rem;
        padding: 2.5rem 0;
    }

@media (max-width: 576px) {
    .menu-full footer {
        flex-direction: column;
    }
}

.menu-full footer nav {
    display: inline-flex;
    width: 60%;
}

@media (max-width: 576px) {
    .menu-full footer nav {
        width: 100%;
        order: 2;
        flex-flow: wrap;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .menu-full footer nav a {
        padding: 0.6rem 0 0 0;
    }
}

.menu-full footer nav a:after {
    content: '|';
    padding: 0 1rem;
}

.menu-full footer nav a:last-child:after {
    content: '';
    padding-right: 0;
}

.menu-full footer span {
    margin-left: auto;
}

@media (max-width: 576px) {
    .menu-full footer span {
        order: 1;
    }
}

.menu-full.open {
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

    .menu-full.open nav ul li {
        -webkit-animation: slide-in-blurred-left 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
        animation: slide-in-blurred-left 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
    }

        .menu-full.open nav ul li:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .menu-full.open nav ul li:nth-child(2) {
            -webkit-animation-delay: .1s;
            animation-delay: .1s;
        }

        .menu-full.open nav ul li:nth-child(3) {
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .menu-full.open nav ul li:nth-child(4) {
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }

        .menu-full.open nav ul li:nth-child(5) {
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .menu-full.open nav ul li:nth-child(6) {
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

        .menu-full.open nav ul li:nth-child(7) {
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .menu-full.open nav ul li:nth-child(8) {
            -webkit-animation-delay: .7s;
            animation-delay: .7s;
        }

        .menu-full.open nav ul li:nth-child(9) {
            -webkit-animation-delay: .8s;
            animation-delay: .8s;
        }

        .menu-full.open nav ul li:nth-child(10) {
            -webkit-animation-delay: .9s;
            animation-delay: .9s;
        }

        .menu-full.open nav ul li:nth-child(11) {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        .menu-full.open nav ul li:nth-child(12) {
            -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
        }

        .menu-full.open nav ul li:nth-child(13) {
            -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
        }

        .menu-full.open nav ul li:nth-child(14) {
            -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
        }

        .menu-full.open nav ul li:nth-child(15) {
            -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
        }

    .menu-full.open > div > div:last-child div {
        -webkit-animation: swing-bottom-fwd 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: swing-bottom-fwd 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

        .menu-full.open > div > div:last-child div:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            flex: 0 1 44%;
        }

        .menu-full.open > div > div:last-child div:nth-child(2) {
            -webkit-animation-delay: .25s;
            animation-delay: .25s;
        }

        .menu-full.open > div > div:last-child div:nth-child(3) {
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

    .menu-full.open > div > div:last-child > div {
        border-bottom: 6px solid white;
    }

        .menu-full.open > div > div:last-child > div > div:first-child {
            border-right: 6px solid white;
        }

.menu-full > div {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

    .menu-full > div > div {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

        .menu-full > div > div nav {
            flex: 1;
            display: flex;
            padding: 1rem 0;
        }

            .menu-full > div > div nav ul {
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
                align-self: center;
            }

                .menu-full > div > div nav ul li {
                    position: relative;
                    opacity: 0;
                    transition: all 1s ease;
                }

                    .menu-full > div > div nav ul li.active ul {
                        display: block;
                    }

                        .menu-full > div > div nav ul li.active ul a {
                            color: #000000;
                        }

                    .menu-full > div > div nav ul li.active a {
                        color: #4D5256;
                    }

                        .menu-full > div > div nav ul li.active a.dropdown:after {
                            content: '';
                            flex-grow: 1;
                            height: 1px;
                            background: grey;
                            margin: 0.5rem 15px 0 auto;
                        }

                .menu-full > div > div nav ul ul {
                    position: absolute;
                    left: 100%;
                    top: 0;
                    display: none;
                    width: 100%;
                }

                    .menu-full > div > div nav ul ul li:first-child {
                        padding-top: 1rem;
                        margin-top: -1rem;
                    }

                    .menu-full > div > div nav ul ul li:last-child {
                        padding-bottom: 1rem;
                        margin-bottom: -1rem;
                    }

                    .menu-full > div > div nav ul ul a {
                        padding-bottom: 0rem;
                        font-style: normal;
                        font-weight: bold;
                        font-size: 0.875rem;
                    }

                .menu-full > div > div nav ul a {
                    font-size: 1.125rem;
                    display: flex;
                    font-style: normal;
                    font-weight: 800;
                    letter-spacing: 1px;
                    padding: 0.5rem 0;
                }

        .menu-full > div > div:first-child {
            padding-right: 4rem;
        }

@media (max-width: 576px) {
    .menu-full > div > div:first-child {
        padding-right: 0;
    }
}

.menu-full > div > div:last-child {
    width: 44%;
    flex: 0 0 auto;
}

@media (max-width: 992px) {
    .menu-full > div > div:last-child {
        display: none;
    }
}

.menu-full > div > div:last-child div {
    width: 100%;
    flex: 1;
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
}

    .menu-full > div > div:last-child div a {
        position: absolute;
        bottom: 22%;
        left: 8%;
        border: 1px solid;
        padding: 1.7rem 4.5rem;
        color: var(--color);
        border-color: var(--color);
    }

    .menu-full > div > div:last-child div:last-child a {
        bottom: 40%;
        left: 50%;
        transform: translateX(-50%);
        white-space: pre;
        padding: 1.7rem 21%;
    }

@-webkit-keyframes scale-in-tl {
    0% {
        width: 0;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

@keyframes scale-in-tl {
    0% {
        width: 0;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-blurred-left {
    0% {
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform-origin: 100% 50%;
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        transform: translateX(0) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-left {
    0% {
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform-origin: 100% 50%;
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        transform: translateX(0) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0);
        opacity: 1;
    }
}

@-webkit-keyframes swing-bottom-fwd {
    0% {
        transform: rotate3d(-1, 1, 0, -180deg);
        transform-origin: 100% 100%;
        opacity: 0;
    }

    100% {
        transform: rotate3d(-1, 1, 0, 0deg);
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes swing-bottom-fwd {
    0% {
        transform: rotate3d(-1, 1, 0, -180deg);
        transform-origin: 100% 100%;
        opacity: 0;
    }

    100% {
        transform: rotate3d(-1, 1, 0, 0deg);
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

.social {
    display: flex;
}

@media (max-width: 576px) {
    .social {
        flex-direction: column;
    }
}

.social ul {
    display: flex;
}

.social a {
    opacity: .3;
    border-radius: 50%;
    border: 1px solid #000000;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 1rem 0 0;
}

.social #phone_anim {
    font-size: 2rem;
    display: block;
    text-align: right;
    opacity: 1;
    border: none;
    width: auto;
    height: auto;
    margin: auto;
}

    .social #phone_anim span {
        font-weight: 900;
    }

.social div:last-child {
    margin: 0 2rem 0 auto;
    color: #2A3135;
    align-self: flex-end;
}

@media (max-width: 576px) {
    .social div:last-child {
        margin: 2rem auto 0;
    }
}

.head {
    padding: 13.7% 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.h5 {
    font-style: normal;
    font-weight: 900;
    font-size: 1.75rem;
    text-transform: uppercase;
}

.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .container {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

.container--ozellik {
    display: flex;
    flex-wrap: wrap;
}

    .container--ozellik > div {
        flex: 1 1 25%;
    }

@media (max-width: 576px) {
    .container--ozellik > div {
        flex: 1 1 33.3%;
    }
}

footer.footer {
    background-image: url(../img/bg-footer.png);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center center;
    background-size: cover;
    border-left: 1px solid #f39221;
}

@media (max-width: 576px) {
    footer.footer {
        padding: 3rem 3rem 8rem 3rem;
    }

        footer.footer ul:nth-child(2) li {
            text-align: center;
        }

        footer.footer ul:last-child {
            text-align: center;
        }

            footer.footer ul:last-child li {
                margin: 0.4rem 1rem;
            }
}

footer.footer li {
    display: inline-block;
    margin: 2rem;
}

@media (max-width: 576px) {
    footer.footer li {
        margin: 2rem 1rem;
    }
}

footer.footer a {
    color: white;
}

    footer.footer a img {
        width: 150%;
    }

@media (max-width: 576px) {
    footer.footer a img {
        width: 100%;
    }
}

.f-column {
    flex-direction: column;
    align-items: stretch;
}

.no-wrap {
    flex-wrap: nowrap;
}

.container__small {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.box-3 {
    display: flex;
    flex-wrap: wrap;
}

    .box-3.box-hakkimizda > div {
        background-position: center;
        background-size: cover;
        color: white;
        padding: 5rem 5rem 2rem 2rem;
    }

@media (max-width: 576px) {
    .box-3.box-hakkimizda > div {
        padding: 34% 5rem 2rem 2rem;
    }
}

.box-3.box-hakkimizda2 > div {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    color: #fff;
    padding: 1.5rem 2rem;
}

    .box-3.box-hakkimizda2 > div p {
        font-size: 0.75rem;
        line-height: 3;
        margin-top: 1rem;
    }

    .box-3.box-hakkimizda2 > div span {
        font-weight: 900;
        font-size: 1.625rem;
        letter-spacing: 0.93px;
    }

.box-3.box-logo > div {
    flex-direction: column;
    align-items: stretch;
    background-color: white;
}

    .box-3.box-logo > div > div:first-child {
        border: 6px solid #4D5256;
        box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715014);
        text-align: center;
        margin: -2rem -2rem 1rem -2rem;
        padding-top: 2rem;
    }

    .box-3.box-logo > div > div:last-child div {
        width: 20%;
        height: 1px;
        background: #00A0DD;
        display: inline-block;
        transform-origin: center;
        transform: rotate(90deg) translate(-67%, 0px);
    }

@media (max-width: 576px) {
    .box-3.box-logo > div > div:last-child div {
        width: 15%;
    }
}

.box-3.box-logo > div > div:last-child p {
    padding-top: 1rem;
    text-transform: uppercase;
}

.box-3.box-logo > div > div:last-child a {
    background: none;
    transform: rotate(0);
    color: #F39120;
    text-decoration: underline;
    margin-left: 0;
    font-size: 0.75rem;
}

.box-3.box-rapor .kunye {
    color: #F39120;
    font-weight: 800;
}

.box-3.box-rapor > div {
    flex-direction: column;
    align-items: stretch;
    background-color: #EDEEEF;
}

    .box-3.box-rapor > div > div:first-child {
        background: #F39120;
        text-align: center;
        margin: -2rem -2rem 1rem -2rem;
        padding-top: 2rem;
    }

    .box-3.box-rapor > div > div:last-child {
        padding: 1rem 1rem 0.5rem 1rem;
    }

        .box-3.box-rapor > div > div:last-child a {
            border: 1px solid;
            font-size: 0.625rem;
            letter-spacing: 1.66667px;
            text-transform: uppercase;
            color: #F39120;
            transform: rotate(0);
            background: none;
            margin-left: 0;
            display: inline-block;
        }

    .box-3.box-rapor > div:hover {
        background-color: white;
    }

        .box-3.box-rapor > div:hover > div:last-child a {
            background: #F39120;
            box-shadow: 0px 20px 15px -10px rgba(58,135,255,0.3);
            color: white;
            border-color: #F39120;
        }

.box-3.box-kampanya {
    width: 100%;
}

    .box-3.box-kampanya > div {
        flex-direction: column;
        align-items: stretch;
        background-color: #fff;
        padding: 1rem;
        box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715014);
        justify-content: space-between;
    }

        .box-3.box-kampanya > div > div:first-child {
            margin: -1rem -1rem 0rem -1rem;
        }

            .box-3.box-kampanya > div > div:first-child > * {
                margin-bottom: 0;
                width: 100%;
            }

        .box-3.box-kampanya > div > div:last-child {
            padding: 0 1rem 0.5rem 1rem;
        }

            .box-3.box-kampanya > div > div:last-child a {
                border: 1px solid;
                font-size: 0.625rem;
                letter-spacing: 1.66667px;
                text-transform: uppercase;
                color: #F39120;
                transform: rotate(0);
                background: none;
                margin-left: 0;
                display: inline-block;
                padding: 1rem 2rem;
                margin-top: 1rem;
            }

        .box-3.box-kampanya > div:hover {
            background-color: white;
        }

            .box-3.box-kampanya > div:hover > div:last-child a {
                background: #F39120;
                box-shadow: 0px 20px 15px -10px rgba(58,135,255,0.3);
                color: white;
                border-color: #F39120;
            }

    .box-3.box-kampanya .lead3 {
        color: #2A3135;
        font-size: 1rem;
    }

    .box-3.box-kampanya p {
        font-size: 0.75rem;
    }

    .box-3.box-kampanya hr {
        border: 0;
        border-bottom: 1px dashed #ccc;
    }

.box-3.box-dergi > div {
    position: relative;
    flex: 1 1 32%;
    flex-grow: 0;
}

    .box-3.box-dergi > div > div:first-child {
        padding-top: 0;
        margin: -2rem -2rem -2rem -2rem;
    }

        .box-3.box-dergi > div > div:first-child > * {
            margin-bottom: 0;
        }

    .box-3.box-dergi > div > div:last-child {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(42,71,116,0.6);
        padding: 2rem 0;
    }

        .box-3.box-dergi > div > div:last-child a {
            color: white;
            border-color: white;
            font-size: 0.55rem;
            padding: 0.7rem 1.1rem;
        }

        .box-3.box-dergi > div > div:last-child p {
            color: white;
        }

    .box-3.box-dergi > div:hover .curl {
        width: 4rem;
        height: 4rem;
    }

    .box-3.box-dergi > div:hover > div:last-child {
        background: #ffffff;
    }

        .box-3.box-dergi > div:hover > div:last-child p {
            color: #4D5256;
        }

.box-3.box-dergi .curl {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(225deg, #fff, #f3f3f3 45%, #ddd 50%, #aaa 50%, #bbb 56%, #ccc 62%, #f3f3f3 80%, #fff 100%);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all .5s ease;
}

    .box-3.box-dergi .curl:before, .box-3.box-dergi .curl:after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 12.5%;
        bottom: 5.8%;
        width: 70%;
        max-width: 300px;
        max-height: 100px;
        height: 55%;
        box-shadow: 0 12px 15px rgba(0,0,0,0.3);
        transform: skew(-10deg) rotate(-6deg);
    }

    .box-3.box-dergi .curl:after {
        left: auto;
        right: 5.8%;
        bottom: auto;
        top: 14.16%;
        transform: skew(-15deg) rotate(-84deg);
    }

.box-3.box-gkt > div {
    flex-direction: column;
    align-items: stretch;
}

    .box-3.box-gkt > div > div:first-child > * {
        margin-bottom: 0rem;
    }

    .box-3.box-gkt > div > div button {
        border: 1px solid;
        font-weight: 900;
        font-size: 0.625rem;
        text-align: center;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #0062A6;
        padding: 1rem 2rem;
    }

    .box-3.box-gkt > div:hover {
        background-color: white;
    }

        .box-3.box-gkt > div:hover button {
            background: #F39120;
            box-shadow: 0px 20px 15px -10px rgba(58,135,255,0.3);
            color: white;
        }

.box-3.box-form > div {
    padding: 0;
}

    .box-3.box-form > div input {
        width: 100%;
        font-weight: 900;
        font-size: 0.75rem;
        letter-spacing: 1px;
        color: #4D5256;
        padding: 1.5rem 1rem;
    }

        .box-3.box-form > div input::-moz-placeholder {
            color: #4D5256;
        }

        .box-3.box-form > div input:-ms-input-placeholder {
            color: #4D5256;
        }

        .box-3.box-form > div input::placeholder {
            color: #4D5256;
        }

.box-3 .box-2 {
    flex: 1 1 64%;
    margin-right: 0 !important;
}

.box-3 > div {
    flex: 0 1 32%;
    display: flex;
    align-items: center;
    background: #EDEEEF;
    padding: 2rem;
    margin: 1% 0;
    word-break: break-word;
}

    .box-3 > div:hover {
        background: white;
    }

@media (max-width: 576px) {
    .box-3 > div {
        flex: 1 1 100%;
    }
}

.box-3 > div:nth-child(3n+2) {
    margin: 1% 2%;
}

@media (max-width: 576px) {
    .box-3 > div:nth-child(3n+2) {
        margin: 1rem 0;
    }
}

.box-3 > div > div:first-child > * {
    margin-bottom: 2rem;
}

    .box-3 > div > div:first-child > *:not(:first-child) {
        font-size: 0.625rem;
        color: #2A3135;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

.box-3 > div > div:first-child address {
    font-weight: 400 !important;
}

.box-3 > div > div:last-child a {
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    background: linear-gradient(134.04deg, #4D80CF 30.97%, #4D5256 105.56%);
    transform: rotate(180deg);
    display: block;
    padding: 1rem;
    margin-left: 2.5rem;
}

.box-3 > div.only-text {
    background-color: transparent;
    padding-left: 0;
    font-weight: 900;
    font-size: 2rem;
    color: #4D5256;
}

.box-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .box-2 > div {
        width: 49%;
        display: flex;
        align-items: center;
        background: #FFFFFF;
        margin: 1% 0;
        word-break: break-word;
        box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715014);
    }

@media (max-width: 576px) {
    .box-2 > div {
        width: 100%;
    }
}

.box-2 > div > div:first-child {
    width: 100%;
}

    .box-2 > div > div:first-child .img-fluid {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 250px;
    }

    .box-2 > div > div:first-child .swiper-container {
        flex-direction: column;
    }

    .box-2 > div > div:first-child .swiper-pagination {
        position: absolute;
        bottom: 70px;
    }

    .box-2 > div > div:first-child .nav-bar {
        display: flex;
        height: 60px;
    }

        .box-2 > div > div:first-child .nav-bar > * {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .box-2 > div > div:first-child .nav-bar > *:nth-child(1) {
                background: #2A3135;
                color: #fff;
                flex-basis: 55%;
            }

            .box-2 > div > div:first-child .nav-bar > *:nth-child(2) {
                background: #F39120;
                color: #fff;
                font-size: 0.75rem;
                text-decoration: underline;
                text-transform: uppercase;
            }

            .box-2 > div > div:first-child .nav-bar > *:nth-child(3) {
                background: #3F5982;
                color: #fff;
            }

            .box-2 > div > div:first-child .nav-bar > *:nth-child(4) {
                background: #4D5256;
                color: #fff;
            }

            .box-2 > div > div:first-child .nav-bar > * .arrow2 {
                bottom: 0;
                right: 0;
                margin-right: 0;
                background: transparent;
                width: 35px;
            }

                .box-2 > div > div:first-child .nav-bar > * .arrow2:after, .box-2 > div > div:first-child .nav-bar > * .arrow2:before {
                    width: 28%;
                    height: 2px;
                    left: 11px;
                }

            .box-2 > div > div:first-child .nav-bar > *.swiper-button-next .arrow2 {
                transform: scaleX(-1);
            }

.box-2 > div > div:last-child {
    display: flex;
    width: 100%;
}

    .box-2 > div > div:last-child > * {
        font-size: 0.625rem;
        flex-grow: 1;
        letter-spacing: 1.66667px;
        text-transform: uppercase;
        color: #c0c2c3;
        padding: 1rem 0;
        line-height: 1.3;
    }

        .box-2 > div > div:last-child > * p {
            text-transform: none;
            line-height: 1.5;
            font-weight: 800;
            font-size: 0.75rem;
            letter-spacing: 0.857143px;
            color: #2A3135;
        }

        .box-2 > div > div:last-child > *:first-child div {
            border-right: 1px solid #dfe0e1;
        }

.box-2.box-ticari > div {
    flex-direction: column;
}

input[type="checkbox"] {
    width: 1.2rem;
    height: 1.3rem;
}

label {
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #4D5256;
    margin-left: 1rem;
    line-height: 1.3rem;
    vertical-align: top;
}

    label a {
        text-decoration: underline;
    }

.contact-head {
    font-size: 1.75rem;
}

    .contact-head a {
        color: #F39120;
        font-weight: 900;
    }

.table {
    border: 1px solid #2A3135;
    display: flex;
}

    .table > div {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .table > div:last-child {
            align-items: stretch;
            justify-content: stretch;
        }

            .table > div:last-child > div > div {
                padding: 3rem;
                border-right: 1px solid #2A3135;
                border-bottom: 1px solid #2A3135;
                width: 50%;
            }

@media (max-width: 576px) {
    .table > div:last-child > div > div {
        width: 100%;
    }
}

.table > div:last-child > div > div:last-child {
    border-right: 0;
}

.table > div:last-child > div:first-child {
    display: flex;
}

@media (max-width: 576px) {
    .table > div:last-child > div:first-child {
        flex-direction: column;
    }
}

.table > div:last-child > div:last-child {
    padding: 3rem;
}

.table span {
    color: #F39120;
    font-weight: 900;
    font-size: 2.625rem;
    letter-spacing: 2px;
}

.about-bottom {
    flex-wrap: nowrap;
}

@media (max-width: 576px) {
    .about-bottom .flex1 + .flex1 {
        flex-grow: 0;
    }
}

.bottom-nav {
    border-top: 1px solid #D8D8D8;
}

    .bottom-nav .container {
        justify-content: space-between;
    }

@media (max-width: 576px) {
    .bottom-nav .container {
        justify-content: flex-start;
    }
}

.bottom-nav a {
    padding: 2rem 0;
}

@media (max-width: 576px) {
    .bottom-nav a {
        margin-left: 19%;
        font-size: 1rem;
    }
}

.bottom-nav a:hover {
    color: #2c4774;
    font-weight: 600;
}

.bottom-nav a:first-child:before {
    content: '';
    width: 2.5rem;
    height: 1px;
    background: black;
    display: inline-block;
    margin: 0 1.5rem;
    vertical-align: middle;
}

.bottom-nav a:first-child:after {
    float: left;
    content: attr(data-number);
}

.bottom-nav a:last-child:before {
    float: right;
    content: attr(data-number);
}

.bottom-nav a:last-child:after {
    content: '';
    width: 2.5rem;
    height: 1px;
    background: black;
    display: inline-block;
    margin: 0 1.5rem;
    vertical-align: middle;
}

@media (max-width: 576px) {
    .bottom-nav a:last-child:before {
        float: none;
        content: '';
        width: 2.5rem;
        height: 1px;
        background: black;
        display: inline-block;
        margin: 0 1.5rem;
        vertical-align: middle;
    }

    .bottom-nav a:last-child:after {
        float: left;
        content: attr(data-number);
        margin: auto;
        background: none;
        height: auto;
        width: auto;
    }
}

.container-baskan div:first-child {
    flex-basis: 60%;
    text-align: center;
}

.container-baskan div:last-child {
    margin-left: auto;
    margin-right: 2rem;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 1.625rem;
    color: #2A3135;
    display: block;
}

    .container-baskan div:last-child span {
        font-weight: normal;
    }

    .container-baskan div:last-child p {
        font-style: normal;
        font-weight: 500;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        color: #3F5982;
        padding: 2rem 0 1.4rem 0;
    }

        .container-baskan div:last-child p span {
            font-weight: 900;
        }

    .container-baskan div:last-child a {
        border: 1px solid;
        font-weight: 900;
        font-size: 0.625rem;
        text-align: center;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #0062A6;
        padding: 1rem 2rem;
    }

@media (max-width: 576px) {
    .container-baskan div {
        flex-basis: 100%;
    }

        .container-baskan div:first-child {
            flex-basis: 100%;
        }
}

.signature {
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #2A3135;
    padding: 1rem 3rem;
    background: #FFFFFF;
    border: 1px solid rgba(42,49,53,0.044116);
    box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715014);
    display: inline-block;
}

@media (max-width: 576px) {
    .signature {
        display: block;
        text-align: center;
    }
}

.signature span {
    display: block;
    font-weight: 300;
    font-size: 0.625rem;
}

.swiper-container.swiper-m {
    height: 700px;
}

#ilklerveoduller .swiper-container.swiper-m {
    height: 570px;
}

.swiper-container.swiper-m.swiper-bbm {
    height: 510px;
}

.kunye {
    font-weight: 300;
    font-size: 0.75rem;
    color: #2A3135;
}

    .kunye img {
        padding: 0px 0px 0.2rem 0.1rem;
    }

        .kunye img + img {
            padding-left: 0.5rem;
        }

.swiper-container-multirow-column .swiper-slide {
    height: calc((100% - 30px) / 2);
    background: #4D5256;
    display: flex;
    flex-direction: column;
}

    .swiper-container-multirow-column .swiper-slide .kunye, .swiper-container-multirow-column .swiper-slide .lead3, .swiper-container-multirow-column .swiper-slide p {
        color: white;
    }

        .swiper-container-multirow-column .swiper-slide .kunye img {
            filter: invert(1);
        }

#ilklerveoduller .swiper-container-multirow-column .swiper-slide {
    background: transparent;
}

.swiper-container-multirow-column .swiper-slide:hover {
    background: #FFFFFF;
}

    .swiper-container-multirow-column .swiper-slide:hover > div .kunye {
        color: #2A3135;
    }

        .swiper-container-multirow-column .swiper-slide:hover > div .kunye img {
            filter: invert(0);
        }

    .swiper-container-multirow-column .swiper-slide:hover > div .lead3, .swiper-container-multirow-column .swiper-slide:hover > div p {
        color: #4D5256;
    }

    .swiper-container-multirow-column .swiper-slide:hover > div div:last-child button:first-child {
        background: #F39120;
        box-shadow: 0px 20px 15px -10px rgba(58,135,255,0.3);
        color: white;
    }

.swiper-container-multirow-column .swiper-slide > div {
    padding: 2.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .swiper-container-multirow-column .swiper-slide > div div:last-child {
        display: flex;
    }

        .swiper-container-multirow-column .swiper-slide > div div:last-child button:first-child {
            border: 1px solid white;
            font-weight: 900;
            font-size: 0.625rem;
            text-align: center;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: white;
            padding: 0.9rem 1.8rem;
        }

        .swiper-container-multirow-column .swiper-slide > div div:last-child button:last-child {
            margin-left: auto;
            font-weight: 300;
            font-size: 0.65rem;
            color: white;
            font-size: 0.55rem;
            padding: 0.7rem 1.1rem;
        }

.video-list {
    max-height: 410px;
    overflow-y: scroll;
    padding-right: 1rem;
}

    .video-list .vid {
        display: flex;
        align-items: center;
        margin: 1rem 0;
    }

        .video-list .vid:nth-child(odd) {
            background-color: #EDEEEF;
        }

        .video-list .vid .kunye {
            padding: 0 1rem;
            text-align: left;
        }

            .video-list .vid .kunye p {
                text-align: left;
            }

@media (max-width: 576px) {
    #video-content {
        flex-direction: column;
    }
}

#video-content video {
    width: 100%;
    height: auto;
}

#video-content > div:first-child {
    padding-right: 1.5rem;
}

@media (max-width: 576px) {
    #video-content > div:first-child {
        width: 100%;
        padding-bottom: 2rem;
    }
}

#video-content > div:last-child {
    width: 35%;
}

@media (max-width: 576px) {
    #video-content > div:last-child {
        width: 100%;
    }
}

#accordion {
    display: flex;
    width: 100%;
}

@media (max-width: 576px) {
    #accordion {
        flex-direction: column;
    }
}

#accordion .col-head {
    flex: 0 0 40%;
    background: #4D80CF;
}

#accordion .acc-head {
    color: white;
    padding: 2rem;
    font-size: 1rem;
    position: relative;
    cursor: pointer;
}

    #accordion .acc-head:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 80%;
        height: 1px;
        background: #B8CCEC;
        left: 50%;
        transform: translateX(-50%);
    }

    #accordion .acc-head.active {
        padding-top: calc(2rem + 1px);
        margin-top: -1px;
        background: #F39120;
    }

        #accordion .acc-head.active:after {
            height: 0;
        }

#accordion .col-content {
    flex: 0 0 67%;
}

.acc-content {
    padding: 2rem;
    background: white;
    box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715014);
    margin-left: 2rem;
}

@media (max-width: 576px) {
    .acc-content {
        margin-left: 0;
    }
}

.acc-head-opt {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 12px 55px 15px 15px;
    background: #4D80CF;
    color: white;
    position: relative;
    background: url(../img/down-arrow.svg) no-repeat;
    background-position: right 5% center;
}

.gallery-thumbs .swiper-slide {
    border: 1px solid #C1D8FC;
    padding: 1.5rem 0;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    letter-spacing: 1px;
    color: #F39120;
}

    .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        background: #F39120;
        font-weight: 900;
        color: #FFFFFF;
    }

.nav-blog {
    border-bottom: 1px solid #D8D8D8;
    padding: 1.6rem 0;
}

    .nav-blog ul {
        margin-left: auto;
        margin-right: auto;
    }

        .nav-blog ul li {
            display: inline-block;
        }

            .nav-blog ul li a {
                color: #2A3135;
                opacity: 0.5;
                padding: 2rem;
                position: relative;
            }

                .nav-blog ul li a:hover, .nav-blog ul li a.active {
                    opacity: 1;
                }

                    .nav-blog ul li a:hover:after, .nav-blog ul li a.active:after {
                        content: '';
                        width: calc(100% - 4rem);
                        height: 2px;
                        background-color: var(--mcolor);
                        position: absolute;
                        display: block;
                        left: 2rem;
                        bottom: 1rem;
                    }

.whell {
    position: relative;
}

@media (max-width: 576px) {
    .whell > img {
        width: 220%;
        margin-left: -2rem;
        max-width: initial;
    }
}

.whell .whell-over {
    position: absolute;
    top: 50%;
    left: 10%;
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(42,49,53,0.044116);
    box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715014);
    padding: 2rem;
    transform: translateY(-50%);
    max-width: 50%;
}

@media (max-width: 576px) {
    .whell .whell-over {
        max-width: 80%;
    }
}

.whell a {
    background: #F39120;
    box-shadow: 0px 20px 15px -10px rgba(58,135,255,0.3);
    color: white;
    border: 1px solid;
    font-weight: 900;
    font-size: 0.625rem;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 1rem 2rem;
    display: inline-block;
}

.whell .whell-bottom {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.0001) 0%, #000 100%);
    display: flex;
    align-items: flex-end;
    padding: 3rem;
}

    .whell .whell-bottom * {
        color: white;
    }

aside.blog {
    position: relative;
    width: 28%;
    margin-left: 3rem;
}

    aside.blog .box {
        background: #EDEEEF;
        padding: 2rem;
        align-items: flex-start;
    }

        aside.blog .box:hover {
            background: white;
        }

        aside.blog .box a {
            font-size: 0.625rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #F39120;
        }

#as_evler main {
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 484px 600px, 484px 600px, 645px 800px;
    background-position: 70% 20%, 0% 47%, 110% 68%;
}

#hakkimizda main {
    
    background-repeat: no-repeat;
    background-size: 664px 580px;
    background-position: center;
}

@media (max-width: 576px) {
    .flex1.pr-xl-4.py-5.px-1 {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.flex1 {
    flex: 1;
}

.first-img {
    box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715014);
    margin-top: -40px;
    position: relative;
}

@media (max-width: 992px) {
    .first-img {
        margin-top: 4rem;
    }
}

h4 {
    font-weight: 900;
    font-size: 1.75rem;
    line-height: 2.125rem;
    color: #4D5256;
}

    h4 span {
        font-weight: 500;
        color: #4D5256;
        opacity: 0.7;
    }

h5 {
    font-weight: 900;
    font-size: 1rem;
    text-align: justify;
    letter-spacing: 1px;
    color: #F39120;
}

.h7 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 34px;
    text-align: center;
}

select {
    border: none;
    color: #b9b9b9;
}

.img-fluid {
    max-width: 100%;
}

.t-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-4 {
    margin-left: 4rem;
}

.ml-5 {
    margin-left: 5.3rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mr-4 {
    margin-right: 4rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

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

.p-1 {
    padding: 1rem;
}

.p-3 {
    padding: 3rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 5rem;
}

@media (max-width: 992px) {
    .pt-xs-5 {
        padding-top: 5rem;
    }
}

.pr-xl-4 {
    padding-right: 4rem;
}

@media (max-width: 992px) {
    .pr-xl-4 {
        padding-right: inherit;
    }
}

.py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-5 {
    padding-bottom: 5rem;
}

@media (max-width: 576px) {
    .px-xs-3 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.mt-0 {
    margin-top: 0;
}

button {
    font-family: 'Lato';
}

hr {
    width: 100%;
}

.text-uppercase {
    text-transform: uppercase;
}

.vtc-line {
    width: 1px;
    height: 80px;
    background: #F39120;
}

.modal {
    display: none;
}

    .modal.is-active {
        display: block;
        position: fixed;
        top: 50%;
        right: 50%;
        z-index: 1050;
        max-width: 800px;
        background: white;
        max-height: 500px;
        width: 90%;
        height: 100%;
        transform: translate(50%, -50%);
    }

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.projectsHead {
    font-size: 1.125rem;
    font-weight: 900;
    padding: 2rem;
    color: #fff;
    background-color: #F39120;
}

.projectsItem {
    box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715);
    background-color: #4D5256;
    padding: 2rem;
    font-size: 0.75rem;
    color: #fff;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    border-bottom: 1px solid #556c90;
    position: relative;
}

    .projectsItem span::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        right: 2.5rem;
        background-color: red;
        background: url(../img/down-arrow.svg);
        background-repeat: no-repeat;
        top: 2.8rem;
    }

.subProjects {
    float: left;
}

    .subProjects li {
        margin-top: 30px;
        font-weight: 500;
    }

.accheadWrapper {
    max-height: 565px;
    font-family: 'Lato';
    width: 328px;
    float: left;
    box-sizing: border-box;
    box-shadow: 0 1.5em 85px 0 rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}

.accordionWrapper {
    overflow-y: scroll;
    width: 100% !important;
    max-height: 565px;
}

.accordionItem {
    box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715);
    background-color: #4D5256;
    padding: 2rem;
    font-size: 0.75rem;
    color: #fff;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    border-bottom: 1px solid #556c90;
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

    .accordionItem::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        right: 2.5rem;
        background-color: red;
        background: url(../img/down-arrow.svg);
        background-repeat: no-repeat;
        top: 2.8rem;
    }

    .accordionItem.open::after {
        background: url(../img/up-arrow.svg);
        background-repeat: no-repeat;
    }

    .accordionItem.open {
        background-color: #3F5982;
    }

        .accordionItem.open::before {
            content: '';
            width: 3px;
            height: 15px;
            position: absolute;
            left: 0;
            display: inline-block;
            background-color: #F39120;
        }

.accordionItemHeading {
    cursor: pointer;
    color: #fff;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
    padding: 2rem !important;
}

.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    transform: scaleY(0);
    display: block;
    float: left;
}

.open .accordionItemContent {
    float: left;
    width: 100%;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

#map {
    width: 100%;
    height: 100%;
}

.locationMap {
    width: 95%;
    height: 90%;
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .locationMap {
        width: 100%;
    }

        .locationMap #map {
            width: calc(100% + 5.3rem);
            margin-left: -5.3rem;
            height: 100%;
        }
}

.locationMap #LocMap {
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
    .locationMap #LocMap {
        height: 100vh;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}

.pinTitle {
    width: 100%;
    font-family: 'Lato';
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #F39120;
    padding: 20px 50px;
}

.adressCol {
    padding: 50px 50px 50px 70px;
    position: relative;
}

.adress {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 20px;
    font-family: 'Lato';
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

    .adress.phone, .adress.mail {
        font-weight: bold;
        text-transform: none;
    }

        .adress.phone::before {
            background: url(../img/phone-icon.svg);
            background-repeat: no-repeat;
        }

        .adress.mail::before {
            background: url(../img/mail-icon.svg);
            background-repeat: no-repeat;
        }

    .adress::before {
        content: '';
        background: url(../img/pin-icon.svg);
        position: absolute;
        width: 20px;
        background-repeat: no-repeat;
        left: -30px;
        height: 20px;
        top: 5px;
    }

.pd-3 {
    padding-top: 3.3rem;
}

.detail {
    flex-direction: column;
    display: flex;
    padding-right: 5.5rem;
}

@media (max-width: 576px) {
    .detail {
        padding: 0;
        align-items: center;
    }
}

@media (max-width: 576px) {
    #projehakkinda .ml-5 {
        margin: 0;
    }
}

.roadDirection {
    padding: 0 70px 0px 35px;
    position: absolute;
    left: 5%;
    bottom: 5%;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1111;
}

    .roadDirection a {
        font-weight: bold;
        font-size: 12px;
        color: #2A3135;
        letter-spacing: 1px;
        line-height: 60px;
    }

        .roadDirection a::after {
            content: '';
            background: url(../img/direction-icon.svg);
            position: absolute;
            width: 20px;
            background-repeat: no-repeat;
            right: 30px;
            top: 20px;
            height: 20px;
        }

.detailBg {
    background: url(../img/taahut_bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .detailBg .lead {
        margin-top: 1.875rem;
    }

.leftLogo {
    width: 10rem;
    display: flex;
    padding: 0.8rem;
    margin-bottom: 2.5rem;
}

.rightLogo {
    position: absolute;
    top: 0%;
    right: 110px;
}

.detailBg .container__col-center {
    margin-top: 1.875rem;
}

.detailBg.cerloft {
    background: url(../img/cerloft-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.pd-7 {
    padding-right: 5.7rem;
    flex-direction: column;
}

.detailBg.aboutProjectsBg {
    justify-content: flex-end;
    background: url(../img/proje-hakkinda-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 79vh;
    background-position: center center !important;
}

@media screen and (max-width: 1400px) {
    .detailBg.aboutProjectsBg {
        height: 68vh;
    }

    aside span {
        font-size: 13px;
    }
}

.h3 {
    font-size: 1.75rem;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 500;
    font-family: 'Lato';
    line-height: 2.813rem;
}

.h2 {
    font-size: 2.375rem;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 900;
    line-height: 2.813rem;
}

.h6 {
    font-style: italic;
    font-weight: 900;
    font-size: 1.75rem;
}

.infoText {
    padding-left: 13%;
    padding-right: calc(16.25rem + 11%);
    margin-top: 2.5rem;
    color: #2A3135;
    font-weight: normal;
    text-align: justify;
    padding-bottom: 100px;
	z-index: 1;
}

@media (max-width: 576px) {
    .infoText {
        padding: 0 5.3rem;
    }
}

.patternBg {
    background: url(../img/proje-hakkinda-pattern.png);
    position: absolute;
    width: 60%;
    height: 500px;
    background-size: cover;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
}

.construction {
    width: 16.25rem;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10%;
}

@media (max-width: 576px) {
    .construction {
        position: relative;
        height: auto;
        right: 0;
        margin-bottom: 3.125rem;
        width: calc(100% - 10.6rem);
    }
}

.construction div {
    margin-top: 6.25rem;
    background: url(../img/const-pattern.png);
    padding: 3.125rem;
    width: 100%;
    background-color: #F39120;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .construction div {
        margin-top: 3.125rem;
    }
}

.construction div span {
    font-weight: 300;
    font-size: 0.875rem;
    color: #fff;
    opacity: 0.7;
    line-height: 1.5rem;
}

.construction div p {
    font-size: 0.875rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.5rem;
}

.swiper-ilk {
    align-self: stretch;
}

@media (max-width: 576px) {
    .swiper-ilk {
        align-self: start;
    }
}

.swiper-ilk .swiper-slide {
    background: url(../img/bg-ilkler.svg);
    transition: background 1s ease, opacity 1s ease;
    color: white;
    padding: 2rem calc(10% + 2rem);
    font-size: 80%;
}

@media (max-width: 576px) {
    .swiper-ilk .swiper-slide {
        padding: 2rem;
        height: 1px;
    }
}

@media (max-width: 576px) {
    .swiper-ilk .swiper-slide.swiper-slide-active {
        height: auto;
    }
}

.swiper-ilk .swiper-slide img {
    display: block;
    margin: 0 auto;
}

.swiper-ilk .swiper-slide .year {
    opacity: 1;
    display: inline-block;
    font-weight: 900;
    font-size: 1.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin: 1rem auto;
    padding-bottom: 1rem;
}

.swiper-ilk .swiper-slide.swiper-slide-prev, .swiper-ilk .swiper-slide.swiper-slide-next {
    background: url(../img/bg-ilkler2.svg);
}

    .swiper-ilk .swiper-slide.swiper-slide-prev *:not(.year), .swiper-ilk .swiper-slide.swiper-slide-next *:not(.year) {
        opacity: 0;
    }

    .swiper-ilk .swiper-slide.swiper-slide-prev .year, .swiper-ilk .swiper-slide.swiper-slide-next .year {
        display: block;
        opacity: 1;
        -ms-writing-mode: tb;
        writing-mode: tb;
        top: 50%;
        left: 2.5%;
        transform: translateY(-50%) rotate(180deg);
        font-weight: 900;
        font-size: 2.375rem;
        position: absolute;
        border-bottom: none;
    }

.swiper-ilk .swiper-slide.swiper-slide-prev {
    transform: translateX(10%);
    z-index: 1;
}

@media (max-width: 576px) {
    .swiper-ilk .swiper-slide.swiper-slide-prev {
        transform: translateX(-2%);
    }
}

.swiper-ilk .swiper-slide.swiper-slide-prev .year {
    left: auto;
    right: 2.5%;
}

.swiper-ilk .swiper-slide.swiper-slide-next {
    transform: translateX(-10%);
}

@media (max-width: 576px) {
    .swiper-ilk .swiper-slide.swiper-slide-next {
        transform: translateX(2%);
    }
}

.swiper-ilk .swiper-main-controller.swiper-default-controller {
    position: absolute;
    padding: 3rem 1.2rem;
}

@media (max-width: 576px) {
    .swiper-ilk .swiper-main-controller.swiper-default-controller {
        padding: 2rem 1.2rem;
    }
}

body#galeri .modal.is-active {
    top: 50%;
    height: 100%;
    max-height: 100%;
}

body#galeri .modal .img-fluid {
    height: 100%;
    max-height: 100%;
}

body#flex1 {
    display: flex;
    align-items: center;
}

body#galeri .swiper-container {
    /* margin-top: 3.125rem */
    height: 100%;
}

body#galeri .swiper-slide.swiper-slide-active {
    opacity: 1;
}

body#galeri .swiper-slide {
    opacity: 0.4;
    width: auto;
}

body#galeri .img-fluid {
    width: 70vw;
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover;
}

body#galeri .container {
    position: absolute;
    bottom: 6.125rem;
}

body#galeri .swiper-main-controller.swiper-default-controller .swiper-button-prev.swiper-button-disabled, body#galeri .swiper-main-controller.swiper-default-controller .swiper-button-next.swiper-button-disabled {
    background-color: #fff;
    border: none;
}

body#galeri .swiper-main-controller .swiper-button-prev, body#galeri .swiper-main-controller .swiper-button-next {
    padding: 2rem;
}

.p-5 {
    padding: 5.4rem;
}

.bottom-menu {
    display: flex;
    position: relative;
    z-index: 6;
}

@media (max-width: 576px) {
    #taahhut .bottom-menu, #th_lokasyon_yeni .bottom-menu, #th_galeri .bottom-menu, .bottom-menu.taahhut_bottomclass {
        display: block;
    }
}

@media (max-width: 576px) {
    body.open .bottom-menu {
        display: none;
    }
}

.footerMenu {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 9rem;
    border-top: 1px solid #556c90;
}

@media (max-width: 576px) {
    .footerMenu {
        border-left: 1px solid #556c90;
        align-items: stretch;
        position: absolute;
        flex-direction: column;
        padding-left: 0;
        margin-left: 6.3rem;
        width: calc(100% - 6.3rem);
        z-index: 1111;
    }
}

@media (max-width: 576px) {
    #taahhut .footerMenu, #th_lokasyon_yeni .footerMenu, #th_galeri .footerMenu, .taahhut_bottomclass .footerMenu {
        bottom: 8.35rem;
        display: flex;
    }
}

.footerMenu > div {
    display: flex;
}

@media (max-width: 576px) {
    .footerMenu > div {
        display: none;
        flex-direction: column;
        align-self: stretch;
    }
}

@media (max-width: 576px) {
    .footerMenu > div a {
        text-align: left;
    }
}

.footerMenu a {
    line-height: 1.6rem;
    padding: 1.7rem 0;
    color: #94989a;
    text-align: center;
    font-weight: 500;
    position: relative;
}

@media (max-width: 576px) {
    .footerMenu a {
        display: none;
        line-height: 17px;
        position: initial;
        padding: 1.5rem 4rem;
        border-bottom: 1px solid lightgrey;
        text-align: left;
    }
}

.footerMenu a:hover {
    color: #4D80CF;
}

.footerMenu a.active {
    color: #4D80CF;
    font-weight: bold;
    opacity: 1;
}

    .footerMenu a.active:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background-color: #4D80CF;
        top: 0;
    }

@media (max-width: 576px) {
    .footerMenu a.active:before {
        content: inherit;
    }
}

@media (max-width: 576px) {
    .footerMenu.active a {
        display: block;
    }
}

@media (max-width: 576px) {
    .footerMenu.active > div {
        display: block;
    }
}

.footerMenu.active .mobile-button {
    order: 1;
}

@media (max-width: 576px) {
    .footerMenu.active .mobile-button:before {
        transform: rotate(224deg);
    }
}

.footerMenu .mobile-button {
    padding: 1.7rem 3rem;
    color: #4D80CF;
    text-align: center;
    font-weight: 500;
    opacity: 0.5;
    line-height: 17px;
    text-transform: uppercase;
}

    .footerMenu .mobile-button:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background-color: #4D80CF;
        top: 0;
    }

@media (max-width: 576px) {
    .footerMenu .mobile-button:before {
        border: solid #4D80CF;
        border-width: 2px 0px 0px 2px;
        display: inline-block;
        padding: 3px;
        width: auto;
        background: no-repeat;
        right: 10px;
        top: auto;
        bottom: 20px;
        transform: rotate(45deg);
    }
}

.footerMenu a.catalog {
    justify-content: space-evenly;
    background-color: #4D5256;
    opacity: 1;
    color: #fff;
    padding: 1.7rem 4rem;
}

.footerMenu a img {
    margin-right: 20px;
}

.footerMenu a.projectsSite {
    background-color: #3F5982;
    opacity: 1;
    color: #fff;
    padding: 1.7rem 4rem;
}

.accordionWrapper::-webkit-scrollbar {
    display: none;
}

.modal {
    display: none;
}

    .modal.is-active {
        display: block;
        position: fixed;
        top: 35%;
        right: 50%;
        z-index: 1050;
        max-width: 1600px;
        max-height: 500px;
        width: 100%;
        height: 100%;
        transform: translate(50%, -50%);
    }

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.zoomImg {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: url(../img/zoom.svg) rgba(255,255,255,0.921569);
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}

#galeri .swiper-main-controller {
    padding: 1rem;
}

    #galeri .swiper-main-controller .swiper-button-disabled {
        display: none;
    }

#galeri .swiper-pg1 {
    margin: 0 !important;
}

.projectsCol {
    display: flex;
    flex: 0 0 33.3333%;
    align-items: center;
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: none;
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
    overflow: hidden;
}

@media (max-width: 576px) {
    .projectsCol {
        padding-right: 0;
    }
}

.projectsCol div:nth-child(2) {
    width: 100%;
    background-color: #FFFFFF;
    border: solid 1px #9e9e9e2b;
    padding: 1.3125rem;
    text-align: center;
    font-family: 'Lato';
    font-weight: bold;
    box-shadow: 0px 30px 25px -12px rgba(0,0,0,0.0715014);
}

@media (max-width: 576px) {
    .projectsCol div:nth-child(2) {
        font-size: 14px;
        padding: 20px 0px;
    }
}

.projectsCol div:nth-child(1) {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .projectsCol div:nth-child(1):hover .hoverEffect {
        opacity: 0;
        transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
        -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
        -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
        -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
    }

    .projectsCol div:nth-child(1):hover .projectsLogo {
        transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
        -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
        -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
        -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
        opacity: 0;
    }

    .projectsCol div:nth-child(1):hover .projectsImg {
        transition: all .2s ease-in-out;
        transform: scale(1.1);
    }

.hoverEffect {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.3;
}

@media (max-width: 576px) {
    .projectsContent #myBtnContainer.mobileMenuOpen {
        height: 180px !important;
        transition: height 0.5s ease;
        justify-content: start;
    }
}

@media (max-width: 576px) {
    .projectsContent #myBtnContainer.mobileMenuOpen .btn {
        opacity: 0.3;
    }
}

.mobileMenuOpen .btn {
    top: 35px;
    justify-content: flex-start;
}

@media (max-width: 576px) {
    .mobileMenuOpen .btn {
        font-size: 12px;
    }
}

.show {
    display: flex;
}

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

@media (max-width: 576px) {
    .projectsContainer {
        flex-direction: row;
        display: block;
        position: relative;
    }
}

.btn {
    border: none;
    outline: none;
    padding: 5px 0;
    margin-bottom: 2.5rem;
    cursor: pointer;
    font-family: 'Lato';
    letter-spacing: 1px;
    font-size: 0.875rem;
}

#myBtnContainer .btn {
    margin-left: 2rem;
}

    #myBtnContainer .btn:first-child {
        margin-left: 0;
    }

@media (max-width: 576px) {
    #myBtnContainer .btn:first-child {
        margin-left: 2rem;
    }
}

@media (max-width: 576px) {
    .btn {
        position: relative;
        top: 50px;
        margin-bottom: 0;
        font-size: 14px;
        opacity: 0;
    }
}

.btn:hover {
    border-bottom: 1px solid #4D5256;
}

.btn.active {
    color: #4D5256;
    border-bottom: 1px solid #4D5256;
    font-weight: 900;
    opacity: 1 !important;
}

@media (max-width: 576px) {
    .btn.active {
        border: none;
        position: absolute;
        top: 0;
    }
}

.borderMenu {
    display: none;
}

@media (max-width: 576px) {
    .borderMenu {
        height: 1px;
        width: 100%;
        background-color: #4D5256;
        display: block;
        position: absolute;
        bottom: -40px;
    }
}

#myBtnContainer {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 80%;
    padding-right: 1.25rem;
}

@media (max-width: 576px) {
    #myBtnContainer {
        flex-direction: column;
        height: 53px;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    #myBtnContainer::after {
        background: url(../img/down-arrow.png);
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        background-repeat: no-repeat;
        right: 0;
        top: 12px;
    }
}

#myBtnContainer.mobileMenuOpen::after {
    background: url(../img/up-arrow.png);
    background-repeat: no-repeat;
}

.projectsImg {
    width: 100%;
    webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}

.projectsLogo {
    position: absolute;
    filter: brightness(0) invert(1);
}

.projectsContent {
    max-width: 80%;
    min-width: 80%;
    margin: 2.5rem auto;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}

@media (max-width: 576px) {
    .projectsContent {
        margin-bottom: 80px;
    }
}

.footerMenu-2 {
    background-color: #fff;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3rem;
    height: 84px;
}

@media (max-width: 576px) {
    .footerMenu-2 {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 0;
    }

        .footerMenu-2 > div {
            padding: 0 3rem;
            white-space: nowrap;
        }
}

.footerMenu-2 .locationButton + .locationButton {
    background-color: #3F5982;
}

.footerMenu-2 span {
    color: #2A3135;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Lato';
}

.footerMenu-2 p {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato';
    margin-top: 10px;
    text-transform: initial;
}

.locationButton {
    background-color: #F39120;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 576px) {
    .locationButton {
        padding: 0 2rem;
    }

    #taahhut .locationButton, #th_lokasyon_yeni .locationButton, #th_galeri .locationButton {
        display: none;
    }
}

.locationButton img {
    margin-right: 10px;
}

#contact_map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media (max-width: 576px) {
    #contact_map {
        height: auto;
    }
}

@media (max-width: 576px) {
    #lokasyon .ml-5 {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    #lokasyon .roadDirection {
        left: unset;
        bottom: unset;
        width: 70%;
        bottom: 15%;
    }
}

.locationMap .pinInfo {
    left: unset;
    right: 10%;
    top: 25%;
}

@media (max-width: 576px) {
    .locationMap .pinInfo {
        position: absolute;
        right: unset;
        top: unset;
        width: 70%;
    }
}

.pinInfo {
    position: absolute;
    width: 328px;
    background-color: #0b3474c7;
    left: 10%;
    top: -10%;
}

@media (max-width: 576px) {
    .pinInfo {
        width: 100%;
        top: 0;
        left: 0;
        position: relative;
    }
}

.ymaps-2-1-77-gotoymaps, .ymaps-2-1-77-float-button, .ymaps-2-1-77-scaleline, .ymaps-2-1-77-copyright__content, .ymaps-2-1-77-zoom, .ymaps-2-1-77-traffic, .ymaps-2-1-77-controls__control_toolbar, .ymaps-2-1-77-search {
    display: none !important;
}

@media (max-width: 576px) {
    #proje_map main > div.p-5 {
        padding: 1rem;
    }

        #proje_map main > div.p-5 .accheadWrapper {
            float: none;
            width: 100%;
        }

        #proje_map main > div.p-5 #map {
            height: 500px;
        }
}

.post_li {
    background: #4D5256 !important;
}

    .post_li a.wbtn {
        color: white;
        border-color: white;
        font-size: 0.55rem;
        padding: 0.7rem 1.1rem;
    }

    .post_li p {
        color: white;
    }

    .post_li:hover {
        background: white !important;
    }

        .post_li:hover p {
            color: #4D5256;
        }

.show-mobile {
    display: none;
}

@media (max-width: 576px) {
    .show-mobile {
        display: inherit;
    }
}

.hide-mobile {
    display: inherit;
}

@media (max-width: 576px) {
    .hide-mobile {
        display: none !important;
    }
}

input, select {
    font-size: 100%;
}

.scope-logo {
    margin-top: 40px;
    height: 10px;
    position: relative;
    width: 53px;
    overflow: visible;
    position: absolute;
    right: 0px;
    transform: rotate(-90deg) translate(0, -50%);
}

    .scope-logo a:hover:after {
        width: 100%;
    }

    .scope-logo img {
        max-height: 10px;
        display: block;
        width: 100% !important;
    }

    .scope-logo a:after {
        content: '';
        width: 0;
        height: 10px;
        background: url(../img/scope-white.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        transition: all 0.2s ease-in-out;
    }

@media screen and (orientation: landscape) and (max-device-width: 840px) {
    body:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 9999;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    [lang="tr"] body:after {
        background-image: url(../img/landscape_tr.png);
    }

    [lang="en"] body:after {
        background-image: url(../img/landscape_en.png);
    }
}

@media(max-width: 1280px) {
    .footerMenu a {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .btn-detay {
        padding: 1.5rem 0.8rem;
    }

    .menu-full footer nav a:after {
        padding: 0 0.8rem;
    }

    .lead {
        font-size: 1.55rem;
    }

    .container--main .h1 {
        font-size: 66px;
    }
}

@media screen and (max-width: 1280px) and (min-width:1024px) {
    header > nav {
        height: 4rem;
    }

    main {
        margin-top: 4rem;
    }

    header > nav a {
        font-size: 12px;
    }

    header > nav button {
        padding: 0 1rem;
    }

    aside {
        width: 4.3rem;
    }

    .ml-5 {
        margin-left: 4.3rem;
    }

    aside span {
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    header > nav .brand-logo {
        max-width: 170px;
    }

    .pop1 {
        width: 11rem;
        height: 11rem;
    }

    .icon2 {
        font-size: .675rem;
    }

    .btn-detay {
        font-size: 10px;
        padding-right: 2rem;
    }

    .arrow2 {
        margin-right: 20px;
        width: 45px;
    }

    #index .menu-btn {
        padding: 1.07rem 1.3rem;
    }

    .menu-btn {
        padding: 1.02rem 1.3rem;
    }

        .menu-btn .line.line--3.line-cross {
            transform: rotate(-45deg) translateY(0);
        }

        .menu-btn .line.line--1.line-cross {
            transform: rotate(45deg) translateY(0);
        }

    .footerMenu {
        height: 3.9rem;
    }

        .footerMenu a {
            padding: 1.2rem 0;
        }

        .footerMenu > div {
            height: 4rem;
        }

        .footerMenu a.catalog, .footerMenu a.projectsSite {
            padding: 1.1rem 3rem;
        }

    .container--main {
        padding: 0 4.3rem 5rem;
    }

    .pinInfo {
        width: 290px;
    }

    .adress {
        font-size: 11px;
    }

    .adressCol {
        padding: 40px 40px 40px 60px;
    }

    .side-form h5 {
        font-size: 1.55rem;
    }

    .menu-full > div > div nav ul a {
        font-size: 1rem;
        padding: .4rem;
    }

    .menu-full footer {
        padding: 1rem 0;
    }

    .menu-full > div > div nav ul ul {
        left: 105%;
        width: 140%;
    }

        .menu-full > div > div nav ul ul a {
            font-size: .775rem;
        }

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

    .side-form {
        max-height: calc(100vh - 4.05rem);
    }

        .side-form p {
            font-size: .7rem;
        }

        .side-form label {
            font-size: .7rem;
        }

    .kvk_checkbox input {
        top: 5px;
    }
}

@media screen and (max-width: 768px) {
    aside span {
        display: flex;
        align-items: center;
    }
}
.campaign_link{
	display:none;
}
@media screen and (max-width: 600px) {

    header > nav button.btn-dropdown.focused > *:last-child {
        top: 83px !important;
    }
	.mainswipper1{
		background-image: url(../uploads/slides/cekmekoymobil1.jpg) !important;
	}
	.mainswipper2{
		background-image: url(../uploads/slides/cerloftmobil1.jpg) !important;
	}
	.campaign_link{
	   display:flex;
	}
}

aside span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iti--separate-dial-code input {
    padding-left: 80px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0px;
    color: #fff !important;
    font-size: 13px;
}

.fk_form .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0px;
    color: #000 !important;
    font-size: 13px;
    padding-left: 8px;
}

.ik_form .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 7px;
    color: #000 !important;
    font-size: 13px;
}

.side-form .phoneistr .iti__selected-dial-code {
    display: none !important;
}

.fk_form .phoneistr .iti__selected-dial-code {
    display: none !important;
}

.ik_form .phoneistr .iti__selected-dial-code {
    display: none !important;
}

.phoneistr input {
    padding-left: 52px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

side-form .iti__arrow {
    margin-left: 6px !important;
    border-top: 4px solid #fff !important;
}

side-form .iti__arrow {
    margin-left: 6px !important;
    border-top: 4px solid #000 !important;
}

.ik_form .iti__arrow {
    margin-left: 6px !important;
    border-top: 4px solid #000 !important;
}

.btn-bilgi2 {
    align-self: stretch;
    position: relative;
    align-items: center;
    background: linear-gradient( 180deg, #F39120 0%, #4D5256 100%);
    color: white;
    justify-content: center;
    display: none;
}

    .btn-bilgi2.hide-mobile {
        display: block;
    }

    .btn-bilgi2 img {
        padding-right: 1rem;
    }

header .btn-bilgi2 img {
    padding-right: 0;
}

.btn-bilgi2 > span {
    border-top: 1px solid #556c90;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    white-space: nowrap;
    background: #4D5256;
    z-index: 1;
    align-items: center;
    display: flex;
    -ms-writing-mode: tb;
    writing-mode: tb;
    transform: rotate( 180deg );
    padding: 2rem 0;
    color: white;
    letter-spacing: 1px;
    z-index: 33;
}
