body {
    background: #fff;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #303030;
    padding: 0;
    margin: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.logolar {
    padding: 0 0 60px 0;
}

.logolar .container2{
    max-width: 1260px;
}

.logolar img {
    width: 100%;
}

.logo1 {
    display: block;
}

.logo2 {
    display: none;
}


.header-ust {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    background: #fff;
    border-top: 1px solid #efefef;
    z-index: 9;
}

.container {
    max-width: 1320px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
}

.ms-auto {
    margin-left: auto !important;
}

.header-ust::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/pattern-white.svg) repeat;
    content: '';
    top: 0px;
    left: 0px;
    opacity: 50%;
}

.header-ust .logolar {
    display: block;
}

.header-ust .logolar img {
    height: 87px;
}

.header-ust .slogan {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    left: 0px;
    top: 0;
    margin-left: -14px;
    letter-spacing: 2px;
}


.header-ust .slogan b {
    color: #A6CE39;
    font-weight: 700;
    margin-left: 11px;
}

.header-ust .navbar-brand {
    position: absolute;
    left: 0;
    transform: translateX(0%);
    margin: 0 auto;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    top: 35px;
}

.header-menu .navbar-brand img {
    width: auto;
    height: 142px;
}


/**/



.banner-slider {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}

.banner-slider h2 {
    font-weight: 200;
    font-size: 23px;
    margin: 30px 0px 15px 0;
    border-bottom: solid 1px #000000;
    display: inline-block;
    padding-bottom: 5px;
    color: #231f20;

}

.banner-slider .baslik {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}

.banner-slider .baslik h3 {
    font-weight: 200;
    font-size: 23px;
    margin: 30px 0px 15px 0;
    border-bottom: solid 1px #000000;
    display: inline-block;
    padding-bottom: 5px;
    color: #231f20;
}

.banner-slider .baslik h3 span {
    height: auto;
    text-align: center;
    display: inline-block;
    padding: 2px 0px;
    font-weight: 700;
}

.banner-slider .baslik p {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #647072;
    max-width: 40%;
    margin: 10px auto 5px;
}

.banner-slider .baslik .icon {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.banner-slider .baslik:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #AFCA05;
    display: inline-block;
    position: relative;
    display: none;
}

.banner-slider .baslik .icon img {
    height: 40px;
}

.banner-slider .baslik a.detay {
    font-size: 11px;
    font-weight: 300;
    border: solid 1px #fff;
    padding: 0px 15px;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner-slider .baslik a.detay:hover {
    border: solid 1px #AFCA05;
    color: #fff;
    background-color: #AFCA05;
}

.banner-slider .slider {
    width: 100%;
    margin: 0 !important;
}

.banner-slider .slick-slide a.banner-liste {
    margin: 0px 0px;
    padding: 0;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    color: #000;
}

.banner-slider .slick-slide a.banner-liste:hover {
    color: #A4C117;
}

.banner-slider .slick-slide a.banner-liste:focus {
    box-shadow: none;
    outline: none;
}

.banner-slider .slick-slide a.banner-liste .banner-liste-ic {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin-bottom: 0;
}

.banner-slider .slick-slide a.banner-liste .resim {
    width: 100%;
    height: auto;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0px;
    min-height: 120px;
    display: flex;
    justify-content: center;
}

.banner-slider .slick-slide a.banner-liste .resim img {
    width: 100%;
    position: relative;
    z-index: 99;
    height: 1000%;
    object-fit: contain;
    padding: 0;
}

.banner-slider .slick-slide a.banner-liste .text {
    width: 100%;
    height: 65px;
    padding: 10px;
    line-height: 22px;
    font-size: 15px;
    background: #f6f4fc;
    text-align: center;
}

.banner-slider .slick-slide a.banner-liste .text span {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.banner-slider .slick-slide a.banner-liste .text small {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 400;
    display: block;
    opacity: 100%;
    color: #707273;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    display: none !important;
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
    color: black;
}

.banner-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.banner-slider .slick-active {
    opacity: 1;
}

.banner-slider .slick-current {
    opacity: 1;
}

.banner-slider .slick-dots {
    margin-top: 45px;
    bottom: 0px;
    position: relative;
    display: none !important;
}

.banner-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.banner-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 5px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.banner-slider .slick-dots li.slick-active button {
    width: 20px;
    padding: 0px;
    background: #000;
}

.banner-slider .slick-dots li button:before {
    display: none;
}


/*home-hakkimizda3*/

.home-hakkimizda3 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 70px 0px;
    color: #015775;
}

.home-hakkimizda3 .baslikic {
    width: 100%;
    padding-right: 70px;
}


.home-hakkimizda3 small {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
}

.home-hakkimizda3 small i {
    margin-right: 10px;
    display: none;
}

.home-hakkimizda3 h1 {
    display: block;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.home-hakkimizda3 h1 span {
    display: block;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.1;
    margin-top: 8px;
}

.home-hakkimizda3 p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 60%;
    height: 0;
}

.home-hakkimizda3 .resim {
    width: 100%;
    height: 348px;
    position: relative;
    overflow: hidden;
    border: solid 2px #bf9b5c;
    padding: 0px;
}

.home-hakkimizda3 .resim::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: transparent;
    z-index: 99;
    display: none;
}

.home-hakkimizda3 .resim iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 95%;
    min-height: 98%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.home-hakkimizda3 .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hakkimizda3 a.playvideo {
    font-size: 23px;
    height: 80px;
    line-height: 76px;
    margin: 0 auto;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.home-hakkimizda3 .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

.home-hakkimizda3 .align-items-center {
    align-items: center !important;
}

.home-hakkimizda3 .container2 {
    max-width: 1200px;
}

.home-hakkimizda3 .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}


.btn-genel3 {
    justify-content: center;
    background-color: #00384b;
    border-style: solid;
    border-width: 2px;
    border-color: #00384b;
    border-radius: 6px;
    padding: 18px 35px;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}

.btn-genel3 i {
    margin-left: 15px;
}

.btn-genel3:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.btn-genel3 .Sitelink1 {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.btn-genel3:hover .Sitelink1 {
    transform: translateY(-200%);
    opacity: 0;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn-genel3 .Sitelink2 {
    transform: translate(0px, 250px);
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.btn-genel3:hover .Sitelink2 {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}


.blink-link {
    display: inline-block;
    text-decoration: none;
    color: #fff; /* Yazı rengi */
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #A6CE39; /* Başlangıç rengi */
    animation: colorPulse 1s infinite;
    border-radius: 6px;
    padding: 18px 35px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 500;
}

/* Açık- koyu yeşil geçiş animasyonu */
@keyframes colorPulse {
    0%, 100% {
        background-color: #84a723; /* Açık yeşil */
    }
    50% {
        background-color: #015775; /* Koyu yeşil */
    }
}



.btn-genel2 {
    justify-content: center;
    background-color: #015775;
    border-style: solid;
    border-width: 2px;
    border-color: #015775;
    border-radius: 6px;
    padding: 18px 35px;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    margin-right: 10px;
}

.btn-genel2 i {
    margin-left: 15px;
}

.btn-genel2:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.btn-genel2 .Sitelink1 {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.btn-genel2:hover .Sitelink1 {
    transform: translateY(-200%);
    opacity: 0;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn-genel2 .Sitelink2 {
    transform: translate(0px, 250px);
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-genel2:hover .Sitelink2 {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    font-weight: 400;
}

.header-ust2{
    display: none;
}

.footer-firma {
    background: #00384b;
    color: white;
    padding: 20px 0px;
}

.footer-firma .footer-logo img {
    width: 50px;
    height: 100%;
    margin-left: 10px;
}

.footer-firma .footer-firma-ic{
    width: 100%;
    font-weight: 300;
    font-size: 15px;
}

.footer-firma .container2 {
    max-width: 1220px;
}

.footer-firma .footer-firma-ic a{
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
}

.footer-firma .footer-firma-ic .d-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.butonlarr{display: flex;}

@media(max-width:1024px) {
    
    .header-ust2 {
        display: block;
    }

    .home-hakkimizda3 .row {
        display: block;
    }

    .home-hakkimizda3 .col-lg-6 {
        width: 100%;
    }

    .home-hakkimizda3 .baslikic {
        width: 100%;
        padding-right: 0;
        zoom: 155%;
    }

    .home-hakkimizda3 {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 70px 70px;
        color: #015775;
    }

    .header-ust {
        zoom: 140%;
        display: none;
    }

    .home-hakkimizda3 .resim {
        height: 455px;
        margin-top: 70px;
    }

    .header-ust2 .container {
        align-items: center;
        margin-bottom: -40px;
        z-index: 9;
        justify-content: space-between;
        padding: 0 80px 0 60px;
    }

    .header-ust2 .container .unavn {
        width: auto;
        font-weight: 500;
        margin-left: 30px;
        margin-bottom: 50px;
    }

    .header-ust2 .slogan {
        display: block;
        margin: 0;
        left: 0;
        font-size: 25px;
        text-align: center;
        padding: 15px 0 0 0;
    }

    .header-ust2 .slogan b {
        color: #A6CE39;
        font-weight: 700;
        margin-left: 11px;
    }

    .header-menu .navbar-brand img {
        width: auto;
        height: 160px;
    }

    .footer-firma .container2 {
        max-width: max-content;
    }
    
    .footer-firma small{
        display: none;
    }

    .footer-firma {
        padding: 20px 90px;
    }


    .logo1 {
        display: none;
    }

    .logo2 {
        display: block;
        padding: 0 40px;
    }

    .blink-link {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        background-color: #A6CE39;
        animation: colorPulse 1s infinite;
        border-radius: 6px;
        padding: 20px 35px;
        display: inline-flex;
        width: 300px;
        justify-content: center;
        margin-bottom: 20px;
        font-weight: 500;
        margin-right: 10px;
        width: 100%;
        font-size: 20px;
    }

    .btn-genel2{
        width: 100%;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .btn-genel3{
        width: 100%;
        font-size: 20px;
    }

    .butonlarr{
        display: block;
    }
    
}