@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #124634 !important;
}

body {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.heroSwiperContentTitle, .heroSwiperContentText {
    color: #fff !important;
}

.heroSwiperContentTitle {
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
}

.heroSwiperContentText {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}

.heroSwiper-button-prev, .heroSwiper-button-next {
    background-color: rgba(255, 255, 255, 0.2) !important;
    height: 100px;
    border-radius: 0;
    transition: all 0.6s ease-out 0s;
    color: #fff !important;
    width: 40px;
}

.heroSwiper-button-prev:hover, .heroSwiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1)
}

a.swiper-button {
    font-family: Montserrat, Sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 14px;
    text-align: inherit;
    white-space: nowrap;
    overflow: visible;
    padding: 14px 25px;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.8);
    z-index: 21;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: top;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    display: block;
    background: rgba(219, 219, 219, 0);
    transition: all 0.6s ease-out 0s;
}

a.swiper-button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.headerAreaMiddle .headerAreaBottom .headerAreaBottomMenu > ul > li > a {
    font-size: 14px;
    font-weight: 700;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: white; /* İsterseniz transparan değilse */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Tatlı bir gölge */
    transition: all 0.3s ease;
}

.fixed-slider {
    background-color: transparent !important;
    z-index: 999;
    position: absolute;
    width: 100%;
}

.fixed-slider.header-fixed {
    position: fixed !important;
    background-color: white !important;
}
.fixed-slider.header-fixed .headerAreaBottomMenu ul li a {
    color: black !important;
}

.img-logo-white {
    display: none;
}

.fixed-slider .img-logo-colored {
    display: none !important;
}

.fixed-slider .img-logo-white {
    display: block !important;
}

.footerAreaSocial ul li a {
    color: #5bb12f;
}

.footerAreaSocial ul li a:hover {
    color: var(--white);
    background: #5bb12f;
}

.footerAreaInfoIcon {
    font-size: 30px;
    font-weight: 400;
    color: #5bb12f;
    width: 20%;
}

.footerAreaList ul li a:hover {
    color: #5bb12f;
}

.footerAreaInfo .footerAreaInfoTitle, .footerAreaList ul li a, .footerAreaBottomBox {
    font-size: 14px !important;
    font-weight: 400;
}

.footerAreaBottomBox {
    background-color: var(--white);
    color: #333;
}

.mobileMenuButton {
    display: none;
}
.md-only {
    display:block;
}

@media (max-width: 768px) {
    /* Mobil cihazlar için stil buraya yazılır */
    .mobileMenuButton {
        display: block;
    }


    .md-only {
        display:none;
    }
}

