* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
    margin: 0px;
    background-color: #FAFBFD;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

.fixed-body {
    position: fixed;
}

h1,
h2,
h3,
h4,
h5,
p {
    letter-spacing: 2px;
    line-height: 1.8;
}
z
p {
    font-size: 12px;
    font-weight: 100;
}

input {
    border: 1px solid #f5f5f5 !important;
}

    input::placeholder {
        color: #333;
    }

.container {
    width: 100%;
    height: 100vh;
}

.main-wrapper {
    width: 100%;
    height: 100%;
}

.banner-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background: #f9f9f9;
}

    .banner-swiper-wrapper .swiper-container {
        height: 100vh;
    }

.banner-slider-wrapper::after {
    background-image: url('../images/banner-wave.svg');
    content: '';
    height: 52%;
    width: 100%;
    z-index: 1;
    background-size: cover;
    position: absolute;
    bottom: -1px;
    background-repeat: no-repeat;
}

.banner-swiper-wrapper .swiper-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.slider-content-area-container {
    width: 50%;
}

.slider-content-area-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.slider-content-wrapper {
    display: flex;
    padding: 100px;
    padding-left: 0px;
    flex-direction: column;
    position: relative;
}

    .slider-content-wrapper span {
        width: 100%;
        letter-spacing: 2px !important;
        font-weight: lighter;
        font-size: 30px;
        font-family: 'Nunito', sans-serif;
    }

.banner-content-swiper-container {
    position: absolute;
    width: 35%;
    bottom: 0px;
    z-index: 800;
}

.slider-content-area-container {
    width: 70%;
}

.slider-content-wrapper p {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #000;
}

.banner-slider-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.slider-explore {
    border: 1px solid black;
    padding: 20px 100px;
    text-align: center;
    color: #333;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 20px;
    transition: .3s;
}

    .slider-explore:hover {
        background-color: rgb(232, 232, 232);
    }

        .slider-explore:hover .explore-button-arrow i {
            right: 0px;
            transition: .3s;
        }

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

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

[class*="icono-arrow1"] {
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    margin: 10px;
}

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

    [class*="icono-arrow1"][class*="-left"] {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        [class*="icono-arrow1"][class*="-left"][class*="-up"] {
            -webkit-transform: none;
            transform: none;
        }

        [class*="icono-arrow1"][class*="-left"][class*="-down"] {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

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

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

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

    [class*="icono-arrow1"][class*="-up"] {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

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

[class*="icono-arrow2"] {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin: 10px;
}

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

    [class*="icono-arrow2"][class*="-left"] {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        [class*="icono-arrow2"][class*="-left"][class*="-up"] {
            -webkit-transform: none;
            transform: none;
        }

        [class*="icono-arrow2"][class*="-left"][class*="-down"] {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

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

        [class*="icono-arrow2"][class*="-right"][class*="-up"] {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        [class*="icono-arrow2"][class*="-right"][class*="-down"] {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    [class*="icono-arrow2"][class*="-up"] {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    [class*="icono-arrow2"][class*="-down"] {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

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

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

[class*="icono-arrow3"] {
    width: 18px;
    height: 20px;
    border-width: 4px 4px 0 0;
    border-style: solid;
    margin: 10px;
    border-radius: 0 2px 0 0;
}

    [class*="icono-arrow3"]:before,
    [class*="icono-arrow3"]:after {
        border-radius: 2px;
        position: absolute;
    }

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

    [class*="icono-arrow3"]:after {
        width: 4px;
        height: 4px;
        left: -2px;
        top: -4px;
        box-shadow: inset 0 0 0 32px, 16px 17px;
    }

    [class*="icono-arrow3"][class*="-left"] {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        [class*="icono-arrow3"][class*="-left"][class*="-up"] {
            -webkit-transform: none;
            transform: none;
        }

        [class*="icono-arrow3"][class*="-left"][class*="-down"] {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

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

        [class*="icono-arrow3"][class*="-right"][class*="-up"] {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        [class*="icono-arrow3"][class*="-right"][class*="-down"] {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    [class*="icono-arrow3"][class*="-up"] {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    [class*="icono-arrow3"][class*="-down"] {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

[class*="icono-arrow4"] {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid;
    border-right: 7px solid;
    margin: 15px;
}

    [class*="icono-arrow4"][class*="-left"] {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        [class*="icono-arrow4"][class*="-left"][class*="-up"] {
            -webkit-transform: none;
            transform: none;
        }

        [class*="icono-arrow4"][class*="-left"][class*="-down"] {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

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

        [class*="icono-arrow4"][class*="-right"][class*="-up"] {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        [class*="icono-arrow4"][class*="-right"][class*="-down"] {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    [class*="icono-arrow4"][class*="-up"] {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    [class*="icono-arrow4"][class*="-down"] {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 70vh;
    left: 0px;
}

.explore-button-arrow {
    position: relative;
    display: flex;
}

    .explore-button-arrow i {
        position: absolute;
        right: 20px;
        top: 13px;
        cursor: pointer;
    }

.swiper-button-wrapper {
    position: absolute;
    bottom: 70px;
    width: 300px;
    margin-left: 80px;
}

.swiper-button-wrapper {
    --swiper-navigation-size: 14px;
    --swiper-theme-color: black;
}

    .swiper-button-wrapper .swiper-button-next,
    .swiper-button-wrapper .swiper-button-prev {
        border: 1px solid black;
        padding: 20px 20.5px;
        outline: none;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        height: 40px;
    }

        .swiper-button-wrapper .swiper-button-next:hover,
        .swiper-button-wrapper .swiper-button-prev:hover {
            background-color: rgba(232, 232, 232);
            transition: .3s;
        }

.swiper-button-prev.swiper-button-disabled {
    border: 0px;
}

.swiper-button-next.swiper-button-disabled {
    border: 0px;
}

.middle-image-text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.wave-images {
    width: 100%;
    /* display: flex;
    flex-direction: column; */
    margin-bottom: 60px;
}

    .wave-images .middle-image-text-item {
        display: flex;
        background-color: #EAEAEA;
    }

    .wave-images .middle-image-text-area-wrapper {
        align-items: flex-end;
    }

    .wave-images .middle-image-text-wrapper {
        margin-bottom: 20px;
    }

.middle-image-text-item .reverse {
    align-items: flex-start !important;
}

.wave-images .middle-image-text-area-wrapper h4 {
    width: 80%;
    font-weight: 900;
}

.middle-image-text-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.middle-image-text-wrapper-reverse {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    background-color: #EAEAEA;
}

    .middle-image-text-wrapper-reverse .middle-image-text-item {
        justify-content: flex-start;
    }

    .middle-image-text-wrapper-reverse .middle-image-text-area-wrapper {
        align-items: flex-end;
    }

        .middle-image-text-wrapper-reverse .middle-image-text-area-wrapper h4 {
            width: 80%;
            font-weight: 900;
        }

.middle-image-text-item {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .middle-image-text-item img {
        justify-content: flex-end;
    }

.middle-image-text-area-wrapper {
    width: 100%;
    display: flex;
    margin: auto;
    flex-direction: column;
}

    .middle-image-text-area-wrapper h4 {
        letter-spacing: 2px;
        line-height: 1.8;
        font-size: 18px;
        width: 50%;
        font-weight: 900;
    }

    .middle-image-text-area-wrapper p {
        font-size: 14px;
        width: 80%;
        font-weight: 100;
    }

.wave-images .middle-image-text-item img {
    margin-right: -10px;
}

.wave-images .middle-image-text-item {
    justify-content: flex-end !important;
    align-items: center;
}

.footer-banner {
    width: 100%;
    margin-top: 60px;
    position: relative;
    margin: auto;
    justify-content: center;
    display: flex;
    background-image: url('../images/footer-banner.png');
    background-size: cover;
    min-height: 400px;
}

    .footer-banner img {
        width: 100%;
        background-size: cover;
    }

.footer-banner-text-wrapper {
    display: flex;
    flex-direction: column;
    color: white;
    position: absolute;
    top: 25%;
    width: 50%;
    left: 25%;
    text-align: center;
}

    .footer-banner-text-wrapper h4 {
        font-size: 18px;
    }

    .footer-banner-text-wrapper p {
        font-size: 12px;
    }

.footer-contact-area-container {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #DEDCDE;
    border-top: 1px solid #DEDCDE;
}

.footer-contact-area-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 1170px;
    padding: 0px 20px;
}

.footer-contact-area-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #DEDCDE;
    align-items: flex-end;
    padding-right: 50px;
    padding: 50px 50px 50px 0px;
}

.footer-contact-area-item-e-bulten {
    width: 50%;
    padding-left: 15px;
    padding: 50px 0px 50px 15px;
    display: flex;
    padding: 50px 0px 50px 15px;
    justify-content: flex-start;
    flex-direction: column;
}

    .footer-contact-area-item-e-bulten h5 {
        margin: 0px;
    }

.footer-contact-area-item h4 {
    font-size: 16px;
    display: flex;
    text-align: center;
    width: 100%;
}

.footer-contact-area-item p,
.footer-contact-area-item-e-bulten p {
    font-size: 13px;
    width: 100%;
    margin-top: 0px;
}

.footer-bize-ulasin-area {
    padding-left: 20px;
}

.contact-info-wrapper {
    display: flex;
    flex-direction: row;
}

.phone-info-container {
    display: flex;
    width: 33%;
    flex-direction: row;
}

    .phone-info-container a {
        text-decoration: none;
        font-size: 12px;
        padding: 15px 0px 0px 5px;
        color: #333333;
        transition: .3s;
    }

        .phone-info-container a:hover {
            color: #ff5252;
        }

    .phone-info-container img {
        padding: 10px;
        border: 1px solid #DEDCDE;
        border-radius: 25px;
    }

.contact-form-link {
    letter-spacing: 2px;
    font-size: 12px !important;
    font-weight: bold;
    transition: .3s;
}

    .contact-form-link:hover {
        color: #ff5252;
    }

.phone-info-container [class*="icono-arrow1"]:before {
    height: 0px;
}

.contact-form-arrow-wrapper {
    padding-top: 0px;
    background-color: #333;
    border-radius: 15px;
    height: 12px;
    padding-bottom: 17px;
    width: 17px;
    margin-top: 15px;
    margin-left: 11px;
    cursor: pointer;
}

    .contact-form-arrow-wrapper [class*="icono"] {
        color: white;
        width: 7px;
        margin: 4px;
        height: 7px;
        margin-bottom: 11px;
        border-width: 1px 1px 0 0;
    }

.footer-links-items {
    width: 33%;
    display: flex;
    flex-direction: column;
}

    .footer-links-items a {
        font-size: 13px;
        color: #333;
        padding-bottom: 5px;
        text-decoration: none;
    }

        .footer-links-items a:hover {
            color: #ff5252;
        }

.footer-link-area-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-link-area-wrapper {
    padding: 50px 0px;
    max-width: 1170px;
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-container {
    width: 100%;
    background-color: #EAE5E1;
}

.footer-wrapper {
    display: flex;
    flex-direction: row;
    padding: 40px 80px;
}

.footer-item-start,
.footer-item-end,
.footer-item-center {
    width: 33%;
}

.footer-item-start {
    display: flex;
    justify-content: flex-start;
}

.menu-item-center {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

    .menu-item-center a {
        padding-right: 10px;
    }

.footer-item-center {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.footer-item-end {
    display: flex;
    justify-content: flex-end;
}

.footer-wrapper p {
    font-size: 12px;
}

.footer-item-center img {
    margin: 0px 10px;
}

.menu-container {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 50px 30px;
}

.menu-wrapper {
    display: flex;
    background-color: #fff;
    padding: 30px 20px;
    align-items: center;
}

.menu-logo {
    margin-right: 20px;
    padding: 5px 0px;
}

.menu-bar-links {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

    .menu-bar-links a {
        font-size: 14px;
        text-decoration: none;
        color: #333;
        padding: 15px;
    }

        .menu-bar-links a.active {
            color: #ff5252;
        }

        .menu-bar-links a:hover {
            transition: .3s;
            color: #ff5252;
        }

.aboutus-banner {
    width: 100%;
    margin: auto;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: 70vh;
}

.banner-black-opacity {
    position: absolute;
    opacity: .1;
    background: black;
    top: 0px;
    width: 100%;
    height: 70vh;
    left: 0px;
}

.aboutus-banner h2 {
    font-size: 34px;
    color: white;
    text-align: center;
    font-weight: 100;
    z-index: 1;
    text-shadow: 2px 3px 5px #000000;
}

.about-us-middle-tab-container {
    width: 100%;
    justify-content: center;
    display: flex;
    min-height: 110vh !important;
    background-color: #1D1D1F;
}

.about-us-middle-tab-wrapper {
    width: 100%;
    display: flex;
    max-width: 1170px;
    padding: 55px 20px;
    flex-direction: column;
    align-items: center;
}

.tab-area-small-header h4 {
    color: white;
    margin: 0px;
    font-size: 12px;
}

.tab-area-header h2 {
    font-size: 20px;
    color: white;
}

.tab-links a {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    margin: 20px;
    padding: 0px 5px;
    transition: .3s;
    color: #BABABA;
    flex: 1 1 auto;
}

.tab-links {
    display: flex;
    flex-direction: row;
}

#accordion-img {
    transition: .3s;
}

.tab-links-item {
    padding: 10px 0px;
    display: flex;
}

.tab-links a:hover {
    background-color: rgb(54, 54, 54);
}

.tab-links a.active::before {
    /* text-decoration: underline;
    text-decoration-color: #ff5252;*/
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: -webkit-linear-gradient(top, transparent 60%, #94a8b3 40%);
    -webkit-transition: background .3s linear;
}

.tab-content-container {
    width: 100%;
    display: flex;
    height: 100%;
    margin-top: 50px;
}

.tab-content-wrapper {
    max-width: 1170px;
    display: flex;
    align-items: center;
}

.tab-content-text-wrapper {
    padding: 50px 0px 0px 0px;
    display: none;
}

.tab-content-header {
    max-width: 740px;
}

.tab-content-text-wrapper.active {
    display: block;
}

.tab-image-wrapper {
    margin: auto;
    margin-right: 20px;
}

.tab-content-header h2 {
    font-size: 20px;
    color: #94A8B3;
    font-weight: bold;
}

.tab-content-header h4 {
    font-size: 16px;
    color: #94A8B3;
    font-weight: bold;
    margin: 0px;
}

.tab-content-header ul {
    padding-left: 10px;
}

.tab-content-header li {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 2px;
    line-height: 1.8;
    font-size: 13px;
}

.tab-content-header p {
    font-size: 13px;
    color: #FAFBFD;
    margin-top: 5px;
}

    .tab-content-header p a {
        color: #fff;
    }

.tab-image-text-area-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.tab-image-text-area-container {
    display: none;
}

    .tab-image-text-area-container.active {
        display: block;
    }

.signup-button {
    padding: 15px 50px;
    background-color: #94A8B3;
    color: white;
    font-weight: 100;
    font-size: 10px;
    height: 43px;
    right: 0px;
    margin: 0px;
    letter-spacing: 2px;
    position: absolute;
    text-decoration: none;
    border: 1px solid #94A8B3;
    transition: .3s;
}

    .signup-button:hover {
        background-color: #333;
        border: 1px solid #333;
        color: white;
        cursor: pointer;
    }

.input-container form {
    width: 100%;
    position: relative;
}

.input-wrapper input:not([type="submit"]):not([type="checkbox"]) {
    height: 43px;
    outline: none;
    border: 1px solid #707070;
    font-size: 12px;
    margin: 0px;
    position: relative;
    background-color: #EAE5E1;
    padding-left: 20px;
    width: 100%;
    font-family: 'Nunito', sans-serif;
}

.checkbox-wrapper {
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .checkbox-wrapper input[type="checkbox"] {
        height: auto;
        vertical-align: middle;
    }

    .checkbox-wrapper label {
        font-family: 'Nunito', sans-serif;
        font-size: 12px;
        margin-left: 5px;
        cursor: pointer;
    }

    .checkbox-wrapper a {
        color: #333333;
        font-weight: bold;
        text-decoration: none;
    }

        .checkbox-wrapper a:hover {
            color: #ff5252;
        }

.middle-faaliyet-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.middle-faaliyet-wrapper {
    width: 100%;
    display: flex;
    max-width: 1170px;
    padding: 60px 20px 20px 20px;
}

.faaliyet-text-image-area {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

.faaliyet-image-wrapper {
    flex-direction: row;
    width: 50%;
    position: relative;
    margin: auto;
}

    .faaliyet-image-wrapper img {
        height: auto;
        float: right;
    }

.faaliyet-text-wrapper {
    width: 50%;
    display: flex;
    position: relative;
    margin: auto;
}

.faaliyet-text-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.faaliyet-text-item-wrapper {
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
    width: 100%;
}

    .faaliyet-text-item-wrapper h4 {
        margin: 0px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .faaliyet-text-item-wrapper h2 {
        font-size: 16px;
        font-weight: bolder;
    }

    .faaliyet-text-item-wrapper p {
        font-size: 13px;
        margin: 0px;
    }

    .faaliyet-text-item-wrapper h4 {
        font-size: 12px;
    }

    .faaliyet-text-item-wrapper ul {
        margin: 0px;
        padding-left: 15px;
    }

    .faaliyet-text-item-wrapper li {
        margin: 0px;
    }

        .faaliyet-text-item-wrapper li p {
            margin: 0px;
        }

.above-image {
    position: absolute;
    right: 0px;
    width: 50%;
    bottom: 0px;
}

.below-image {
    margin-right: 0px;
}

.iron-image-wrapper {
    padding: 50px !important;
}

.faaliyet-text-wrapper .above-image {
    left: 0px;
}

.faaliyet-text-wrapper .below-image {
    margin-left: 50px;
    margin-bottom: 50px;
}

.faaliyet-double-image-wrapper {
    position: relative;
    text-align: center;
    margin: auto;
}

.office-text-wrapper {
    width: 100%;
    padding: 50px;
    max-width: 770px;
    text-align: center;
}

    .office-text-wrapper p {
        padding-bottom: 10px;
        font-size: 13px;
    }

.office-text-container {
    margin: auto;
    display: flex;
    justify-content: center;
}

.contact-message-form-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-message-form-wrapper {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px 20px;
    border-bottom: 1px solid #DEDCDE;
    padding-bottom: 50px;
}

.contact-info-container {
    display: flex;
    flex-direction: column;
    width: 60%;
    position: relative;
    padding: 0px 30px;
}

    .contact-info-container h4 {
        width: 100%;
        padding-bottom: 5px;
        font-size: 20px;
        border-bottom: 1px solid #DEDCDE;
        font-weight: 100;
    }

.contact-form-container {
    width: 40%;
    border: 1px solid #DEDCDE;
    padding: 20px 70px 50px 70px;
}

.address-and-bize-ulasin-wrapper {
    display: flex;
    flex-direction: row;
}

.address-and-bize-ulasin-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 20px;
}

    .address-and-bize-ulasin-item h5 {
        color: #94A8B3;
        font-size: 14px;
        margin: 0;
    }

    .address-and-bize-ulasin-item p {
        color: #333;
        margin: 0;
        font-size: 13px;
    }

.address-and-bize-ulasin-map {
    padding-top: 30px;
    bottom: 0px;
    /* position: absolute; */
    padding-right: 30px;
}

.contact-form-area-wrapper h4 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
}

.contact-form-area-wrapper p {
    display: flex;
    justify-content: center;
    color: #888888;
    text-align: center;
}

.contact-form-area-form {
    display: flex;
    flex-direction: column;
}

    .contact-form-area-form .accept {
        font-family: 'Nunito', sans-serif;
        font-size: 12px;
        cursor: pointer;
        margin-bottom: 10px;
        text-align: center;
    }

        .contact-form-area-form .accept label {
            margin-left: 5px;
            margin-top: 13px;
            cursor: pointer;
        }

        .contact-form-area-form .accept a {
            color: #333333;
            font-weight: bold;
            text-decoration: none;
        }

            .contact-form-area-form .accept a:hover {
                color: #ff5252;
            }

    .contact-form-area-form input {
        padding: 20px;
        background-color: #f1f2f3;
        color: #333;
        margin-bottom: 10px;
        outline: none;
        font-size: 12px;
    }

        .contact-form-area-form input::placeholder {
            color: #333;
        }

    .contact-form-area-form textarea {
        padding: 20px;
        background-color: #f1f2f3;
        border: 0px;
        color: #333;
        margin-bottom: 10px;
        outline: none;
        resize: none;
        overflow: auto;
        font-size: 12px;
    }

        .contact-form-area-form textarea::placeholder {
            color: #333333;
        }

    .contact-form-area-form button {
        text-decoration: none;
        padding: 20px 50px 20px 50px;
        font-size: 12px;
        background-color: #DCD3C9;
        text-align: center;
        color: #333333;
        letter-spacing: 2px;
        border: 0px;
        transition: .3s;
        cursor: pointer;
    }

        .contact-form-area-form button:hover {
            background-color: #333;
            color: white;
        }

.ramerica-inc-area-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ramerica-inc-area-wrapper {
    width: 100%;
    display: flex;
    max-width: 1170px;
    flex-direction: column;
    padding: 50px 0px;
    padding-top: 20px;
}

.ramerica-inc-area-header {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.ramerica-text-area-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px 20px;
}

.ramerica-text-area-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 50px 0px;
    padding-top: 20px;
}

.ramerica-image-area-wrapper {
    width: 50%;
    display: flex;
    flex-direction: row;
}

.ramerica-text-area-wrapper ul {
    padding-left: 15px;
}

    .ramerica-text-area-wrapper ul li {
        font-size: 13px;
        font-family: 'Nunito', sans-serif;
        margin-bottom: 5px;
        letter-spacing: 2px;
        line-height: 1.8;
    }

.ramerica-text-area-wrapper p {
    font-size: 13px;
    color: #000;
    font-family: 'Nunito', sans-serif;
}

.ramerica-image-item {
    width: 100%;
    position: relative;
}

    .ramerica-image-item img {
        padding: 20px;
        position: absolute;
    }

.contact-form-area-container {
    width: 100%;
}

.contact-form-area-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .contact-form-area-wrapper form {
        width: 100%;
    }

.contact-form-area-form-input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
}

    .contact-form-area-form-input-wrapper .accept {
        width: 100%;
        font-family: 'Nunito', sans-serif;
        font-size: 12px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .contact-form-area-form-input-wrapper .accept label {
            margin-left: 5px;
            margin-top: 13px;
            cursor: pointer;
        }

        .contact-form-area-form-input-wrapper .accept a {
            color: #333333;
            font-weight: bold;
            text-decoration: none;
        }

            .contact-form-area-form-input-wrapper .accept a:hover {
                color: #ff5252;
            }

    .contact-form-area-form-input-wrapper button {
        cursor: pointer;
    }

    .contact-form-area-form-input-wrapper input:not([type="checkbox"]) {
        width: 50%;
        padding: 20px;
        background-color: #fff;
        color: #333;
        margin-bottom: 10px;
        outline: none;
        font-size: 12px;
    }

        .contact-form-area-form-input-wrapper input:not([type="checkbox"]):first-child {
            margin-right: 20px;
        }

.contact-form-area-wrapper textarea {
    padding: 20px;
    background-color: #fff;
    border: 0px;
    color: #333;
    margin-bottom: 10px;
    outline: none;
    resize: none;
    font-size: 12px;
    width: 100%;
    overflow: auto;
}

.contact-form-area-form-input-item {
    display: flex;
    flex-direction: row;
}

.ramerica-form-area button {
    text-decoration: none;
    width: 50%;
    padding: 20px 0px;
    font-size: 12px;
    background-color: #DCD3C9;
    text-align: center;
    color: #333333;
    border: 0px;
    letter-spacing: 2px;
    transition: .3s;
}

    .ramerica-form-area button:hover {
        color: white;
        background-color: #333;
    }

.ramerica-contact-image-container {
    width: 50%;
    display: flex;
}

.ramerica-contact-image-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

    .ramerica-contact-image-wrapper img {
        width: 80%;
    }

.ramerica-form-area-wrapper {
    display: flex;
    flex-direction: row !important;
}

.ramerica-message-form-wrapper {
    background-color: #f5f5f5;
}

.ramerica-content-area {
    text-align: start !important;
}

    .ramerica-content-area h4 {
        font-size: 14px;
        font-weight: bolder;
    }

    .ramerica-content-area ul {
        padding-left: 20px;
    }

        .ramerica-content-area ul li p {
            margin: 0px;
            padding: 0px;
        }

.ramerica-content-area-wrapper {
    max-width: 1170px !important;
}

.contactus-page-form-container {
    width: 100%;
    display: flex;
    background-color: #FAFBFD;
    justify-content: center;
    position: relative;
}

.contactus-page-form-wrapper {
    width: 100%;
    max-width: 1030px;
    background-color: #fff;
    top: -100px;
    z-index: 700;
    margin: 0px 20px;
    position: relative;
    display: flex;
    padding-bottom: 60px;
    -webkit-box-shadow: 2px 4px 5px 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 2px 4px 5px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 4px 5px 5px rgba(0, 0, 0, 0.14);
}

.contactus-form-wrapper {
    margin: 10px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bize-ulasin-header-area {
    width: 100%;
}

    .bize-ulasin-header-area h4 {
        font-size: 24px;
        margin-bottom: 0px;
    }

.bize-ulasin-header-area {
    font-size: 14px;
}

.contactus-form-area-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .contactus-form-area-wrapper span {
        padding: 5px 10px;
        font-size: 14px;
    }

.contactus-form-area-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.contactus-form-area-full {
    width: 100% !important;
    flex-flow: nowrap;
}

@media screen and (max-width: 768px) {
    .contactus-form-area-full {
        flex-direction: column;
    }
}

.contactus-form-area-item .accept {
    width: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 10px;
}

    .contactus-form-area-item .accept input[type=checkbox] {
        float: left;
        margin-right: 10px;
    }

    .contactus-form-area-item .accept label {
        margin-left: 5px;
        margin-top: 13px;
        cursor: pointer;
    }

    .contactus-form-area-item .accept a {
        color: #333333;
        font-weight: bold;
        text-decoration: none;
    }

        .contactus-form-area-item .accept a:hover {
            color: #ff5252;
        }

.contactus-form-area-item input {
    padding: 20px;
    background-color: #f1f2f3;
    color: #333;
    margin-bottom: 30px;
    outline: none;
    font-size: 12px;
}

.contactus-form-area-item textarea {
    padding: 20px;
    background-color: #f1f2f3;
    border: 0px;
    color: #333;
    margin-bottom: 30px;
    outline: none;
    resize: none;
    font-size: 12px;
    overflow: auto;
}

.contactus-form-area-item button {
    text-decoration: none;
    width: 50%;
    padding: 20px 0px;
    font-size: 12px;
    background-color: #DCD3C9;
    text-align: center;
    color: #333333;
    letter-spacing: 2px;
    border: 0px;
}

.contactus-form-area-submit-button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .contactus-form-area-submit-button button {
        transition: .3s;
        cursor: pointer;
    }

        .contactus-form-area-submit-button button:hover {
            color: white;
            background-color: #333;
        }

.contactus-form-area-wrapper form {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-flow: wrap;
}

.contactus-form-wrapper .footer-bize-ulasin-area {
    width: 50%;
}

.contactus-form-wrapper .contactus-contact-info-container {
    justify-content: flex-start;
}

.contactus-form-wrapper .footer-bize-ulasin-area a {
    text-decoration: none;
    font-size: 12px;
    padding: 15px 0px;
    color: #333;
    padding-left: 10px;
    transition: .3s;
}

    .contactus-form-wrapper .footer-bize-ulasin-area a:hover {
        color: #ff5252;
    }

.contactus-form-area-wrapper .contact-info-wrapper a {
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    color: #333333;
    letter-spacing: 2px;
    padding: 13px 0px;
    background-color: unset;
    width: auto !important;
    padding-left: 15px;
}

.contactus-info-logo {
    border: 1px solid #DEDCDE;
    border-radius: 20px;
    padding: 3px 8px;
}

    .contactus-info-logo img {
        margin-top: 4px;
    }

.contactus-contact-info-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}

    .contactus-contact-info-container .contact-info-wrapper {
        margin: 5px;
    }

.privacy-policy p {
    margin: 0px;
}

.privacy-policy a {
    font-size: 12px;
    color: #333333;
}

.left-down-section-swiper {
    width: 100%;
    padding-left: 100px;
}

#genelticaret-image img {
    float: left;
}


/*******TIMELINE CSS START****************/

.title {
    font-size: 38px;
    color: #616161;
    font-style: italic;
    font-weight: 800;
}

.timeline {
    width: 100%;
    background-color: #fff;
}

    .timeline .swiper-container {
        height: 600px;
        width: 100%;
        position: relative;
    }

    .timeline .swiper-wrapper {
        transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    }

    .timeline .swiper-slide {
        position: relative;
        color: #333;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .timeline .swiper-slide::after {
            content: "";
            position: absolute;
            z-index: 1;
            right: -115%;
            bottom: -10%;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .7);
            border-radius: 100%;
        }

    .timeline .swiper-slide-content {
        position: absolute;
        text-align: center;
        width: 80%;
        max-width: 700px;
        left: 200px;
        top: 13%;
        transform: translate(50%, 0);
        font-size: 12px;
        z-index: 2;
    }

    .timeline .swiper-slide .timeline-year {
        display: block;
        font-style: italic;
        font-size: 42px;
        margin-bottom: 50px;
        transform: translate3d(20px, 0, 0);
        color: #262626;
        font-weight: 300;
        opacity: 0;
        transition: 0.2s ease 0.4s;
    }

    .timeline .swiper-slide .timeline-title {
        font-weight: 800;
        font-size: 34px;
        margin: 0 0 30px;
        opacity: 0;
        transform: translate3d(20px, 0, 0);
        transition: 0.2s ease 0.5s;
        color: #000;
    }

    .timeline .swiper-slide .timeline-text {
        line-height: 1.5;
        opacity: 1;
        transform: translate3d(20px, 0, 0);
        transition: 0.2s ease 0.6s;
        color: #000;
        font-size: 13px;
    }

    .timeline .swiper-slide-active .timeline-year {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: 0.4s ease .6s;
    }

    .timeline .swiper-slide-active .timeline-title {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: 0.4s ease .7s;
    }

    .timeline .swiper-slide-active .timeline-text {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: 0.4s ease .8s;
    }

    .timeline .swiper-pagination {
        right: 15% !important;
        height: 100%;
        display: none;
        flex-direction: column;
        justify-content: center;
        font-style: italic;
        font-weight: 300;
        font-size: 18px;
        z-index: 1;
    }

        .timeline .swiper-pagination::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0;
            height: 100%;
            width: 1px;
            background-color: transparent;
        }

    .timeline .swiper-pagination-bullet {
        width: auto;
        height: auto;
        text-align: center;
        opacity: 1;
        background: transparent;
        color: #d4a024;
        margin: 15px 0 !important;
        position: relative;
    }

        .timeline .swiper-pagination-bullet::before {
            content: "";
            position: absolute;
            top: 8px;
            left: -32.5px;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background-color: #d4a024;
            transform: scale(0);
            transition: 0.2s;
        }

    .timeline .swiper-pagination-bullet-active {
        color: #d4a024;
    }

        .timeline .swiper-pagination-bullet-active::before {
            transform: scale(1);
        }

    .timeline .swiper-button-next,
    .timeline .swiper-button-prev {
        background-size: 20px 20px;
        top: 15%;
        width: 20px;
        height: 20px;
        margin-top: 0;
        z-index: 2;
        transition: 0.2s;
    }

    .timeline .swiper-button-prev {
        left: 8%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
    }

        .timeline .swiper-button-prev:hover {
            transform: translateX(-3px);
        }

    .timeline .swiper-button-next {
        right: 8%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
    }

        .timeline .swiper-button-next:hover {
            transform: translateX(3px);
        }

.accordion-area-header {
    font-size: 16px !important;
    font-weight: bolder;
    padding-left: 50px !important;
}

.accordion {
    width: 100%;
    margin: 3em auto 2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0px !important;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.accordion__list {
    background: #F1F2F3;
    width: 100%;
    padding-left: 50px;
}

.accordion-content-area {
    display: none;
    padding: 20px;
    padding-left: 40px;
}

    .accordion-content-area ul {
        list-style-type: disc;
    }

    .accordion-content-area p {
        font-size: 13px;
    }

.accordion__list .link {
    font-size: 0.85em;
    font-weight: 700;
    color: #37474F;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion__list .link__title {
    padding: 1.5em;
    padding-left: 3em;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: block;
    background-color: transparent;
    color: #37474F;
    font-family: 'Nunito', 'sans-serif';
    letter-spacing: 2px;
    font-size: 12px;
}


/* .koc-bilgi-text-area{
    margin: auto;
} */


/** ========================
  * Diseño iconos font-awesome
  ============================= **/

.accordion li i {
    position: absolute;
    top: 1.5em;
    left: 1rem;
    font-size: 1em;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
        font-size: 1.2em;
    }


/**===================================
  * Conf. clase link al estar activo submenu (con js)
  ====================================**/

.accordion li.open .link__title {
    color: #ff5252;
}

.link__title [class*="icono-arrow1"]:before {
    display: none;
}

.link__title [class*="icono-arrow1"] {
    height: 8px;
    width: 8px;
    margin: 3px;
    transform: rotate(135deg);
}

.accordion li.open [class*="icono-arrow1"] {
    transform: rotate(315deg);
}

.accordion li.open i {
    color: #ff5252;
}

    .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }


/**=======================
  * Submenu
  ==========================**/

.submenu {
    display: none;
    background: #F1F2F3;
    font-size: 12px;
    list-style: none;
}

    .submenu li {
        border-bottom: 1px solid #F1F2F3;
    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        padding: 1rem;
        padding-left: 3.5em;
        -webkit-transition: all 0.25 ease;
        -moz-transition: all 0.25 ease;
        -o-transition: all 0.25 ease;
        transition: all 0.25 ease;
    }

        .submenu a:hover {
            background: #F5F5F5;
            color: #333;
        }

.middle-image-item {
    width: 80%;
}

.middle-image-item-right {
    width: 80%;
    float: right;
}

    .middle-image-item-right img {
        float: right;
    }

.middle-image-wrapper {
    width: 50%;
}

.down-image-item {
    width: 50%;
}

#down-third-area {
    align-items: center;
}

#down-fourth-area {
    align-items: center;
}

.newyork-map-container,
.odtu-map-image-wrapper {
    width: 100%;
}

.koc-bilgi-image-wrapper {
    text-align: center;
}

.koc-bilgi-image {
    position: relative !important;
    max-width: 450px;
}

@media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
    }

    .timeline .swiper-slide-content {
        left: 200px;
        top: 50%;
        transform: translateY(-50%);
        width: 500px;
        font-size: 11px;
        text-align: left;
    }

    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 22px;
    }

    .timeline .swiper-slide .timeline-title {
        font-size: 15px;
        margin: 0;
    }

    .timeline .swiper-pagination {
        display: flex;
    }

    .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }

        .timeline .swiper-button-prev:hover {
            transform: rotate(90deg) translate(-3px, 10px);
        }

    .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }

        .timeline .swiper-button-next:hover {
            transform: rotate(90deg) translate(3px, 10px);
        }
}

@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
    }

    .timeline .swiper-slide-content {
        left: 200px;
    }
}


/*******TIMELINE CSS END****************/

.menu-right-search-area {
    display: flex;
    flex-direction: row;
    padding: 5px 0px 15px 0px;
}

    .menu-right-search-area [class*="icono"]:before {
        display: none;
    }

    .menu-right-search-area [class*="icono-arrow1"] {
        transform: rotate(135deg);
        width: 7px;
        margin: 7px;
        height: 7px;
    }

.langSelector {
    margin-bottom: 10px;
    position: relative;
    width: 100px;
    background-color: white;
}

    .langSelector abbr {
        font: inherit;
        text-decoration: none;
    }

.langSelectorHeader {
    background-color: white;
    color: white;
    cursor: pointer;
}

.langSelectorTitle {
    display: block;
    position: relative;
    padding: 9px 30px 10px 44px;
    height: 36px;
    font-weight: 400;
}

    .langSelectorTitle .fa {
        display: block;
        position: absolute;
        right: 13px;
        top: 13px;
        font-size: 12px;
    }

.langSelectorBody {
    display: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 100%;
    background-color: inherit;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .langSelectorHeader:hover + .langSelectorBody,
    .langSelectorHeader:focus + .langSelectorBody,
    .langSelectorBody:hover,
    .langSelectorBody:focus,
    .langSelectorBody:active {
        display: block;
    }

.langSelectorListItem + .langSelectorListItem {
    border-top: 1px solid #ddd;
}

.langSelectorListName {
    display: block;
    position: relative;
    padding: 9px 30px 10px 44px;
    height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .langSelectorListName,
    .langSelectorListName:link,
    .langSelectorListName:visited {
        text-decoration: none;
        color: inherit;
    }

        .langSelectorListName:hover,
        .langSelectorListName:focus,
        .langSelectorListName:active,
        .langSelectorListName.active {
            background-color: #f5f5f5;
            color: #000;
        }

.langSelectorList,
.langSelectorListItem {
    margin: 0;
    padding: 0;
    list-style: none;
}

.langSelectorListNameFlag {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    left: 8px;
    top: 8px;
    width: 32px;
    height: 24px;
    vertical-align: top;
}

    .langSelectorListNameFlag img {
        display: block;
        position: absolute;
        left: 50%;
        max-height: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.langSelectorListNameLabel {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 12px;
}

.language-selection-area {
    margin: 0px 20px;
    margin-right: 0px;
}

.flag-item {
    display: flex;
}

    .flag-item a {
        display: flex;
        text-decoration: none;
        font-size: 12px;
        color: #333;
    }

    .flag-item span {
        padding-top: 5px;
        font-size: 12px;
        padding-left: 10px;
    }

.mobile-menu-container {
    display: none;
}

.flag-item-wrapper {
    display: none;
}

    .flag-item-wrapper.active {
        display: block;
    }

.timeline-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    display: none;
}

    .timeline-wrapper.active {
        display: flex;
    }

.timeline .swiper-slide-content {
    text-align: left;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    background-color: #e9e9e9;
    z-index: 999;
    width: 150px;
    padding: 1px;
    --swiper-theme-color: black;
    bottom: 50px;
    left: 150px;
}

.timeline .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    width: 65%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    /* position: absolute; */
    --swiper-theme-color: #333;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    top: unset !important;
    width: 80% !important;
    left: 150px !important;
}

.timeline .swiper-pagination {
    top: unset;
    bottom: 50px !important;
}

.left-image-hash-area-container {
    position: absolute;
    width: 120px;
    background-color: transparent;
    height: 100%;
    border-right: 1px solid #333;
    z-index: 8;
    display: flex;
    top: 0px;
    align-items: center;
    padding: 0px 20px 0px 20px;
}

.left-image-hash-area-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

    .left-image-hash-area-wrapper::-webkit-scrollbar {
        display: none;
    }

    .left-image-hash-area-wrapper ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        margin-top: 800px;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-around;
        align-items: center;
    }

        .left-image-hash-area-wrapper ul a {
            font-family: 'Nunito', sans-serif;
            font-weight: bold !important;
            cursor: pointer;
            text-decoration: none;
            color: #333;
            padding: 20px 0px;
            font-size: 12px;
            transition: .3s;
        }

            .left-image-hash-area-wrapper ul a:hover {
                color: #ff5252;
            }

            .left-image-hash-area-wrapper ul a.active {
                color: #ff5252;
                font-size: 16px;
            }

            .left-image-hash-area-wrapper ul a::after {
                background-color: #333;
                padding: 10px;
            }

.contact-message-form-wrapper-reverse {
    flex-direction: row-reverse !important;
}

.ramerica-image-item-left {
    bottom: 0px;
}

.ramerica-image-item-right {
    top: 0px;
}

.contact-message-form-wrapper-reverse {
    flex-direction: row-reverse;
}

.mobile-menu-links-wrapper ul {
    display: none;
}

.mobile-menu-links-wrapper a.active {
    color: #ff5252;
}

.btn-2 {
    letter-spacing: 0;
    transition: .3s;
}

    .btn-2:hover,
    .btn-2:active {
        transition: .3s;
    }

    .btn-2.active .btn-2::after {
        border-bottom: 1px solid black;
    }

    .btn-2:after,
    .btn-2:before {
        backface-visibility: hidden;
        border-bottom: 1px solid #ff5252;
        bottom: 0px;
        content: " ";
        display: block;
        margin: 0 auto;
        position: relative;
        transition: .3s;
        width: 0;
    }

    .btn-2:hover:after,
    .btn-2:hover:before {
        backface-visibility: hidden;
        border-color: #ff5252;
        transition: .3s;
    }

    .btn-2:hover::before {
        bottom: auto;
        top: 0;
        width: 0%;
    }

    .btn-2:hover:after {
        bottom: auto;
        top: 0;
        width: 100%;
    }

@media screen and (max-width: 1700px) {
    .timeline .swiper-slide {
        position: relative;
        color: #333;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .about-us-middle-tab-container {
        min-height: 70vh;
    }
}

@media screen and (max-width: 600px) {
    .above-image {
        right: 5px !important;
    }

    .below-image {
        min-width: 250px;
    }

    .swiper-button-wrapper {
        bottom: 140px !important;
        width: 100%;
        margin-left: 0px !important;
    }

    .timeline .swiper-slide-content {
        position: absolute;
        width: 100%;
        max-width: 280px !important;
        left: -70px !important;
        top: 20%;
        transform: translate(50%, 0);
        font-size: 12px;
        z-index: 2;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 768px) {
    .timeline .swiper-slide .timeline-year {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .timeline .swiper-slide .timeline-title {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .timeline .swiper-slide-content {
        position: absolute;
        width: 100%;
        max-width: 500px;
        left: -160px;
        top: 20%;
        transform: translate(50%, 0);
        font-size: 12px;
        z-index: 2;
        padding: 0px 20px;
    }

    .left-image-hash-area-container {
        padding: 0px 0px 0px 10px;
        width: 80px;
    }

    .iron-image-wrapper {
        padding: 0px !important;
    }

    .faaliyet-text-wrapper .below-image {
        margin: auto;
    }
}

@media screen and (max-width: 360px) {
    .timeline .swiper-slide-content {
        position: absolute;
        width: 100%;
        max-width: 250px !important;
        left: -50px !important;
        top: 20%;
        transform: translate(50%, 0);
        font-size: 12px;
        z-index: 2;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .ramerica-image-item-left {
        bottom: 25%;
    }

    .ramerica-image-item-right {
        top: 25%;
    }

    .footer-contact-area-wrapper {
        flex-direction: column;
    }

    .footer-contact-area-item,
    .footer-contact-area-item-e-bulten {
        width: 100%;
    }

    .footer-contact-area-item {
        border: 0px;
        border-bottom: 1px solid #DEDCDE;
        padding: 50px 0px;
    }

    .contact-info-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .phone-info-container {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 10px 0px;
    }

    .footer-bize-ulasin-area {
        padding-left: 0px;
    }

    .footer-contact-area-item-e-bulten {
        padding-left: 0px;
    }

    .input-wrapper form {
        display: flex;
        flex-direction: column;
    }

    .signup-button {
        position: relative;
        width: 100%;
        margin: auto;
        height: 40px;
        text-align: center;
        margin-top: 10px;
    }

    .tab-image-text-area-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .input-wrapper input:not([type="submit"]) {
        width: 100%;
    }

    .footer-link-area-wrapper {
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
    }

    .footer-links-items {
        width: 100%;
        text-align: center;
        padding: 30px 0px;
    }

    .footer-wrapper {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
    }

        .footer-wrapper div {
            width: 100%;
            justify-content: center;
            margin-bottom: 10px;
        }

    .footer-item-center {
        padding-top: 0px;
    }

    .menu-wrapper {
        display: none;
    }

    .mobile-menu-container {
        display: flex;
        width: 100vw;
        justify-content: space-between;
        padding: 20px 0px;
        position: relative;
        background-color: #FAFBFD;
    }

    .banner-slider-wrapper::after {
        display: none;
    }

    .left-down-section-swiper {
        padding-left: 0px;
    }

    .slider-content-wrapper {
        padding: 0px 30px;
    }

    .banner-content-swiper-container {
        width: 100%;
        background-color: #FAFBFD;
    }

    .left-down-section-swiper {
        padding: 20px 0px 50px 0px;
    }

    .slider-explore {
        margin-top: 0px;
        max-width: none;
        transition: .3s;
    }

    .swiper-button-wrapper .swiper-button-next,
    .swiper-button-wrapper .swiper-button-prev {
        padding: 20px 20px;
        transition: .3s;
    }

    .banner-content-swiper-container .swiper-slide {
        padding: 0px 20px;
    }

    .banner-content-swiper-container .swiper-button-wrapper {
        margin-left: 30px;
    }

    .mobile-menu-icon-wrapper {
        padding-top: 10px;
        padding: 10px 20px 0px 20px;
        cursor: pointer;
        z-index: 998;
        /* position: absolute; */
        right: 10px;
    }

    .langSelectorHeader {
        background-color: #FAFBFD;
    }

    .langSelector {
        background-color: #FAFBFD;
    }

    .menu-logo {
        margin: 0px 20px;
        z-index: 999;
    }

    .mobile-menu-links-wrapper {
        padding: 50px 0px;
        width: 100vw;
        display: none;
        height: 100vh;
        position: absolute;
        z-index: 999;
        background: #FAFBFD;
    }

    .middle-image-text-area-wrapper h4 {
        width: 100%;
    }

    .middle-image-text-wrapper-reverse .middle-image-text-area-wrapper h4,
    .middle-image-text-area-wrapper p {
        width: 100%;
    }

    .middle-image-text-container {
        padding: 0px 20px;
    }

    .middle-image-text-wrapper {
        flex-direction: column;
    }

    .middle-image-text-area-wrapper h4,
    p {
        width: 100%;
    }

    .middle-image-text-item {
        width: 100%;
    }

        .middle-image-text-item img {
            width: 100%;
            align-items: center;
            padding: 0px 15px;
        }

    .middle-image-text-wrapper-reverse {
        flex-direction: column;
        margin-top: 50px;
    }

        .middle-image-text-wrapper-reverse .middle-image-text-item {
            justify-content: center;
        }

    .wave-images .middle-image-text-area-wrapper h4 {
        width: 100%;
    }

    .footer-banner-text-wrapper {
        top: 25%;
        width: 90%;
        left: auto;
    }

        .footer-banner-text-wrapper h4 {
            margin-bottom: 0px;
        }

    .footer-banner {
        min-height: 400px;
    }

    .wave-images .middle-image-text-item {
        justify-content: center !important;
    }

    .middle-image-text-wrapper-reverse .middle-image-text-area-wrapper {
        padding: 0px;
    }

    .wave-images .middle-image-text-area-wrapper {
        padding: 0px 20px;
    }

    .tab-links a {
        text-decoration: none;
        font-size: 14px;
        margin: 20px;
        text-align: center;
        color: #BABABA;
    }

    .tab-image-wrapper {
        display: flex;
        justify-content: center;
        margin-right: 0px;
        margin: auto;
    }

        .tab-image-wrapper img {
            width: 90%;
        }

    .aboutus-banner {
        /* height: auto; */
        min-height: 400px;
        background-position: center !important;
    }

    .faaliyet-text-image-area {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .faaliyet-image-wrapper {
        flex-direction: row;
        width: 100%;
        position: relative;
        justify-content: center;
    }

        .faaliyet-image-wrapper img {
            width: 100%;
            min-width: 00px;
            display: flex;
            margin: auto;
            float: unset;
        }

    .faaliyet-text-wrapper {
        width: 100%;
    }

    .middle-faaliyet-wrapper {
        padding-top: 30px;
    }

    .faaliyet-text-wrapper img {
        max-height: 403px;
        width: 100%;
        display: flex;
        margin: auto;
    }

    #car-image {
        flex-direction: column-reverse;
    }

    .above-image {
        position: absolute;
        right: 0px;
        width: 50%;
        bottom: 0px;
        max-width: 150px;
        min-width: 150px !important;
        right: 20%;
        bottom: -30px;
    }

    .middle-faaliyet-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .contact-message-form-wrapper {
        flex-direction: column-reverse;
    }

    .address-and-bize-ulasin-map {
        position: relative;
        justify-content: center;
        display: flex;
    }

    .contact-form-container {
        width: 100%;
        padding: 20px 30px 50px 30px;
    }

    .contact-info-container {
        width: 100%;
    }

    .address-and-bize-ulasin-map img {
        width: 80%;
        min-width: 250px;
    }

    .address-and-bize-ulasin-wrapper {
        flex-direction: column;
    }

    .address-and-bize-ulasin-item {
        width: 100%;
        margin: 10px 0px;
    }

    .contact-info-container {
        padding: 0px;
    }

    .office-text-wrapper {
        padding: 50px 20px;
    }

    .contact-message-form-wrapper-reverse {
        flex-direction: column-reverse !important;
    }

    .address-and-bize-ulasin-map {
        padding: 10px 0px;
    }

    .ramerica-image-item-left {
        bottom: 0%;
    }

    .ramerica-image-item-right {
        top: 0%;
    }

    .ramerica-image-item img {
        position: relative;
        min-width: 125px;
        width: 100%;
    }

    .ramerica-image-item-right img {
        position: absolute !important;
    }

    .ramerica-text-area-container {
        flex-direction: column;
    }

    .ramerica-text-area-wrapper,
    .ramerica-image-area-wrapper {
        width: 100%;
    }

    .newyork-map-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ramerica-contact-image-container {
        width: 100%;
    }

    .ramerica-contact-image-wrapper img {
        max-width: 500px;
        min-width: 200px;
    }

    .contact-form-area-form-input-item {
        flex-direction: row;
    }

    /*.contact-form-area-form-input-wrapper input:first-child {
        margin: 0px;
        margin-bottom: 20px;
    }*/

    .contact-form-area-form-input-wrapper input {
        float: left;
    }

    .odtu-map-image-wrapper {
        display: flex;
        justify-content: center;
    }

    .contactus-form-area-wrapper form {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .contactus-form-area-wrapper .contactus-form-area-item {
        width: 100%;
    }

    .mobile-menu-links-wrapper li {
        list-style: none;
        text-align: center;
        padding: 20px 0px;
    }

        .mobile-menu-links-wrapper li a {
            font-size: 24px;
            text-decoration: none;
            color: #333;
        }

    .mobile-menu-links-wrapper ul {
        display: block;
        padding-left: 0px;
    }

    .accordion__list {
        padding-left: 0px;
    }

    .accordion-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .faaliyet-text-wrapper .above-image {
        display: none;
    }

    .middle-image-wrapper {
        width: 100%;
    }

    .middle-image-item-right {
        float: none;
    }

    .middle-image-item {
        text-align: center;
        margin: auto;
    }

        .middle-image-item img {
            margin: auto;
        }

    .down-image-item {
        width: 100%;
    }

    .swiper-button-wrapper {
        bottom: 115px;
        width: 100%;
        margin-left: 0px !important;
    }

    .tab-links {
        flex-direction: column;
    }

    .contactus-form-wrapper .footer-bize-ulasin-area {
        width: 100%;
    }

    .slider-content-wrapper span {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 0px 40px;
        padding-bottom: 40px;
    }

    .banner-swiper-wrapper .swiper-slide {
        height: 90%;
    }

    .ramerica-form-area button,
    .contactus-form-area-item button {
        width: 100%;
    }

    .left-image-hash-area-wrapper {
        height: 100%;
    }

    .menu-container {
        padding: 0px 0px;
    }

    .swiper-pagination-progressbar {
        display: none;
    }

    .timeline .swiper-slide {
        position: relative;
        color: #333;
        overflow: hidden;
        background-size: unset !important;
        background-repeat: no-repeat;
        background-position: unset !important;
    }

    #genelticaret-area {
        flex-direction: column-reverse;
    }

    .koc-bilgi-text-area {
        padding-bottom: 0px;
    }
}

.timelaps {
    background-image: url(../images/timelaps-image2.png)
}

input.parsley-error, textarea.parsley-error {
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

.parsley-error label {
    color: #B94A48 !important;
    text-decoration: underline;
}

.parsley-errors-list {
    display: none !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 25px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #C2E2C3;
    text-align: center;
    color: white;
}

.error-modal .modal-header {
    background-color: #ED4337;
}

.modal-body {
    padding: 16px;
    text-align: center;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.video-modal .modal-content {
    background: none;
    width: 69%;
    height: 83%;
}

.video-modal .modal-close {
    position: absolute;
    right: 0;
    background-color: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 7px 17px;
    font-size: 15px;
    border-radius: 0 0 0 17px;
}

.video-modal .modal-content iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .video-modal .modal-content {
        width: 100%;
        height: 37%;
    }
}


.cookie-container {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 999999;
    display: none;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 15px;
    padding: 20px;
}

    .cookie-container p {
        color: #fff;
    }

    .cookie-container a {
        color: #fff;
        text-decoration: underline;
    }

    .cookie-container .close-button {
        float: right;
        padding-right: 20px;
        color: #fff;
    }

    .cookie-container .ok-button {
        background-color: #fff;
        color: #000;
        padding: 10px 15px 10px 15px;
        text-decoration: none !important;
        margin-bottom: 20px;
        float: left;
    }

	.menu-logo img {
    width: 180px !important;
    height: auto;
}


.menu-wrapper {
    height: 120px !important; /* Header yüksekliği */
}
/* MOBİL HEADER KÜÇÜLTME */
@media (max-width: 768px) {

    /* HEADER container */
    .menu-container {
          height: auto !important;       
    }

    /* LOGO’nun kendisi */
    .menu-logo img {
        height: 90px !important;          /* 🔥 SADECE BURASI BÜYÜTÜLDÜ */
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Menü ikonları */
    .menu-bar-links {
        margin: 0 !important;
        padding: 0 !important;
    }
}
/* ===============================
   FOOTER – BİZE ULAŞIN (GENİŞ)
   =============================== */

.footer-contact-area-container {
    width: 100%;
    background: #fff;
    padding: 90px 0;
}

.footer-contact-wide {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 60px;

    display: grid;
    grid-template-columns: 1.2fr 2fr;
    align-items: center;
    gap: 80px;
}

/* SOL TARAF */
.contact-left h4 {
    font-size: 26px;
    margin-bottom: 20px;
}

.contact-left .address {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}

/* SAĞ TARAF */
.contact-right {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.contact-item img {
    width: 20px;
}

.contact-item a {
    color: #111;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* MOBİL */
@media (max-width: 900px) {
    .footer-contact-wide {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .contact-right {
        justify-content: center;
    }
}
/* header sabit stili */
.menu-wrapper { 
    font-family: 'Nunito', sans-serif; 
    font-size: 16px; 
    line-height: 1.5; 
}
.menu-logo img { 
    width: 120px !important; 
    height: auto; 
}
.menu-bar-links .btn-2 { 
    font-size: 16px !important; 
    padding: 10px 15px !important; 
}
.menu-right-search-area img { 
    height: 16px !important; 
}
.langSelectorHeader { 
    font-size: 16px !important; 
}
/* ==========================
   HEADER SABİT STİL
   ========================== */

/* Menü wrapper ve font sabitleme */
.menu-wrapper {
    font-family: 'Nunito', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
}

/* Logo boyutu */
.menu-logo img {
    width: 120px !important;
    height: auto !important;
}

/* Menü linkleri */
.menu-bar-links .btn-2 {
    font-size: 16px !important;
    padding: 10px 15px !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

/* Sağ üst sosyal ikon */
.menu-right-search-area img {
    height: 16px !important;
}

/* Dil seçici */
.langSelectorHeader {
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Mobil menü logo */
.mobile-menu-container .menu-logo img {
    width: 120px !important;
    height: 110px !important;  /* büyüttük */
    max-height: none !important;
}


/* Mobil menü linkleri */
.mobile-menu-links-wrapper .btn-2 {
    font-size: 16px !important;
    padding: 10px 15px !important;
}

/* Dropdown ikonlar */
.langSelectorHeader i.fa-caret-down {
    font-size: 16px !important;
}

/* Genel tüm linkler ve yazılar */
.menu-container a,
.menu-container span,
.menu-container abbr {
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.menu-wrapper {
    font-family: 'Nunito', sans-serif !important;
    font-size: 16px !important;
}
.menu-logo img {
    width: 120px !important;
    height: auto !important;
}
.menu-bar-links .btn-2 {
    font-size: 16px !important;
    padding: 10px 15px !important;
}
.istirakler-container {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}

.istirakler-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 yan yana */
    gap: 30px;
}

.istirakler-grid img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.istirakler-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Tablet */
@media (max-width: 992px) {
    .istirakler-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobil */
@media (max-width: 576px) {
    .istirakler-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {

    /* Mobil açılan menü linkleri */
    .menu-container nav ul li {
        margin-bottom: 6px !important;   /* aralık küçülür */
    }

    .menu-container nav ul li a {
        padding: 8px 0 !important;       /* link içi boşluk küçülür */
        line-height: 1.3 !important;
    }

}
/* SADECE MOBİL */
@media (max-width: 768px) {

    /* Menü UL boşluklarını sıfırla */
    .mobile-menu-links-wrapper ul {
        padding: 10px 0;
        margin: 0;
    }

    /* LI arası boşluğu azalt */
    .mobile-menu-links-wrapper ul li {
        margin: 0;
        padding: 0;
    }

    /* Linklerin iç boşluğunu küçült */
    .mobile-menu-links-wrapper ul li a {
        display: block;
        padding: 10px 0;   /* BURASI MESAFEYİ BELİRLER */
        line-height: 1.2;  /* Yazılar birbirine yaklaşır */
        font-size: 16px;
    }

    /* Eğer btn-2 sınıfı ekstra boşluk veriyorsa */
    .mobile-menu-links-wrapper .btn-2 {
        margin: 0 !important;
    }
}
img[src="_assets/images/ram-logo.png"] {
    width: 190px !important;
    height: auto !important;
}

@media (max-width: 768px) {
    img[src="_assets/images/ram-logo.png"] {
        width: 140px !important;
        height: 40px !important;
    }
@media (max-width: 768px) {

  .mobile-menu-container {
      height: 65px !important;
      padding: 0 12px !important;
      display: flex !important;
      align-items: center !important;
  }

  /* 🔥 LOGO GERÇEKTEN BÜYÜR */
  .mobile-menu-container .menu-logo img {
      height: 160px !important;   /* BURASI */
      width: auto !important;
      max-height: none !important;
  }

  .mobile-menu-icon-wrapper img {
      width: 22px !important;
  }
}

/* iOS Safari button mavi rengini kır */
.footer-contact-area-container .accordion-btn,
.footer-contact-area-container .accordion-btn:visited,
.footer-contact-area-container .accordion-btn:active,
.footer-contact-area-container .accordion-btn:focus {
    color: #000 !important;
    -webkit-appearance: none;
    appearance: none;
}

/* Ok işareti de siyah kalsın */
.footer-contact-area-container .accordion-btn .arrow {
    color: #000 !important;
}




