﻿body {
}
.anasayfa-banner {
    position: relative;
    background-image: url(../img/anasayfa-bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    background-position: center;
}

.sol-img {
    width: 381px !important;
    height: 553px !important;
    position: absolute;
    top: 195px;
    object-fit: cover;
}

.sol-atl-img {
    position: absolute;
    bottom: 0;
    left: 381px;
}

.isik-logo {
    position: absolute;
    top: 60vh;
    left: 57vh;
}

.play-button {
    border: 1px solid rgba(228, 231, 236, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(237, 29, 36, 1);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(3.200000047683716px);
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

#myVideo {
    max-width: 90%;
    max-height: 90%;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .close-button:hover {
        background-color: rgba(255, 0, 0, 1);
    }

.orta {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.orta-img {
    position: absolute;
    bottom: 18.5vh;
    left: 83.5vh;
    display: inline-block;
}

.sag-alt {
    position: absolute;
    bottom: 0;
    right: 381px;
}

.poli-orta {
    position: absolute;
    top: 60vh;
    right: 57vh;
}

.sag-banner-img {
    width: 380px !important;
    height: 361px !important;
    position: absolute;
    top: 388px;
    object-fit: cover;
    right: 0;
}

.sayfa-banner-title {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 22%;
}

.sayfa-banner-baslik {
    color: rgba(255, 255, 255, 1);
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.sayfa-banner-detay {
    margin-top: 30px;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    min-width: 800px;
}

.banner-icerikleri {
    margin-top: 75px;
    width: 50%;
}

.otoyol-detays {
    margin-bottom: 98px;
    margin-top: 72px;
    color: rgba(35, 31, 32, 1);
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.video-container-with-button {
    position: relative;
    width: 100%;
}

.thumbnail-with-button {
    width: 100%;
    cursor: pointer;
}

.play-button {
    color: rgba(237, 29, 36, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.35);
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 72px;
    border: 1px solid rgba(228, 231, 236, 1);
    backdrop-filter: blur(4px);
    height: 72px;
    border-radius: 5rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

#video-with-button {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/8;
}

.anasayfa-siyah-bg {
    margin-top: 27rem;
    background-color: rgba(35, 31, 32, 1);
    padding-top: 28rem;
}

.ana-alan {
    position: relative !important;
    margin-top: 25rem;
}

.play-image {
    position: absolute;
    top: -23rem;
    margin: auto;
    display: flex;
    justify-content: center;
    width: 100%;
}

.otoyol-detay {
    margin-top: 8rem;
    margin-bottom: 0rem;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(187, 186, 186, 1);
    display: flex;
    flex-direction: column;
    row-gap: 84px;
}

.owl-carousel .item {
    transition: transform 0.3s ease;
}

.loop .item img {
    height: 439px !important;
    object-fit: cover !important;
    width: 100%;
    transition: all 0.3s ease;
    transform: scale(0.8) !important;
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
}


/* Orta resme ekstra büyüklük */

.owl-carousel .owl-item.active.center img {
    object-fit: cover !important;
    height: 420px !important;
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
}

.owl-carousel .carousel-img-detay {
    display: none;
}

.owl-carousel .owl-item.center .carousel-img-detay {
    display: flex;
}

.owl-nav {
    display: block !important;
}

.owl-next {
    background-color: rgba(216, 26, 33, 1) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute;
    right: 16rem;
    color: white;
    top: 50%;
    -webkit-border-radius: 5rem !important;
    color: white !important;
    -moz-border-radius: 5rem !important;
    -ms-border-radius: 5rem !important;
    -o-border-radius: 5rem !important;
}

    .owl-next i {
        font-size: 20px !important;
    }

.owl-prev i {
    font-size: 20px !important;
}

.owl-prev {
    color: rgba(35, 31, 32, 1) !important;
    backdrop-filter: blur(7.699999809265137px) !important;
    background: rgba(255, 255, 255, 0.65) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute;
    left: 16rem;
    color: white;
    top: 50%;
}

.blog-title {
    color: rgba(35, 31, 32, 1);
    font-family: Urbanist;
    font-size: 42px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.blog-baslik {
    margin-top: 100px;
    margin-bottom: 10px !important;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(237, 29, 36, 1);
}

.blog-detay {
    margin-bottom: 92px;
    margin-top: 42px;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(79, 76, 77, 1);
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-img-detay {
    font-family: Urbanist;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.orta-carousel {
    position: relative;
}

.carousel-img-detay span {
    font-weight: 600;
}

.blog-carousel .owl-next {
    background-color: rgba(216, 26, 33, 1) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute;
    right: -1.5rem;
    color: white;
    top: 50%;
    -webkit-border-radius: 5rem !important;
    color: white !important;
}

.blog-carousel .owl-prev {
    color: rgba(35, 31, 32, 1) !important;
    backdrop-filter: blur(7.699999809265137px) !important;
    background: rgba(255, 255, 255, 0.65) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute;
    left: -1.5rem;
    color: white;
    top: 50%;
}

.blog-carousel .item img {
    height: 345px !important;
    object-fit: cover !important;
}

.carousel-blog-detay {
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 2rem;
    display: flex;
    width: 100%;
    padding-left: 28px;
}

.blog-carousel-card {
    position: relative;
}

.carousel-wrap .blog-carousel .item .blog-img {
    position: relative;
    display: inline-block;
}

.carousel-wrap .blog-carousel .item .blog-img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel-wrap .blog-carousel .item .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    pointer-events: none;
}

.siyah-icerik {
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(108, 105, 106, 1);
}

.siyah-icerikler {
    padding-right: 2rem;
    padding-left: 2rem;
    display: flex;
    align-items: center;
    margin-top: 9rem;
    justify-content: space-between;
    overflow: hidden !important;
}

.siyah-icerik:hover {
    cursor: pointer;
    color: rgba(237, 29, 36, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.references-slider .slick-list {
    margin: 0 -54px;
}

.references-slider .slick-slide {
    margin: 0 54px;
}

.urun-btn {
    width: 154px !important;
    border-radius: 58px !important;
    background: rgba(237, 29, 36, 1) !important;
    height: 52px !important;
    font-family: Urbanist !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    text-align: center !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
    -webkit-border-radius: 58px !important;
    -moz-border-radius: 58px !important;
    -ms-border-radius: 58px !important;
    -o-border-radius: 58px !important;
}

.banner-button-area {
    display: flex;
    justify-content: center;
}

.banner-buttonlar {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    margin-top: 15px;
}

    .banner-buttonlar::-webkit-scrollbar {
        display: none;
    }

.hakkimizda-btn {
    border: 1px solid #ed1d24 !important;
    border-radius: 58px !important;
    width: 154px !important;
    height: 52px !important;
    color: rgba(255, 255, 255, 1) !important;
    font-family: Urbanist !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    text-align: center !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    backdrop-filter: blur(65px) !important;
    -webkit-border-radius: 58px !important;
    -moz-border-radius: 58px !important;
    -ms-border-radius: 58px !important;
    -o-border-radius: 58px !important;
}

.hakkimizda-btn {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px)
}

.asagi {
    display: none !important;
}

.mobile-logo {
    display: none !important;
}

.middle-carousel-wrap {
    margin-top: 75px;
}

@media only screen and (max-width: 1400px) {
    .owl-next {
        right: 13.5rem;
    }

    .owl-prev {
        left: 13.5rem;
    }

    .siyah-icerikler {
        margin-top: 5rem;
    }

    .banner-buttonlar {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1200px) {
    .carousel-blog-detay {
        padding-left: 11px;
    }

    .banner-icerikleri {
        margin-top: 75px;
        width: 78%;
    }

    .owl-next {
        right: 11rem;
    }

    .owl-prev {
        left: 11rem;
    }

    .siyah-icerikler {
        margin-top: 0;
        overflow: hidden;
        overflow-x: scroll;
        column-gap: 24px;
    }

    .banner-buttonlar {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .otoyol-detay {
        margin-top: 0rem;
    }
}

@media only screen and (max-width: 991px) {
    .otoyol-detay {
        row-gap: 50px !important;
    }

    .scroll-down {
        display: none !important;
    }

    .mobile-logo {
        display: flex !important;
        justify-content: center;
        margin-top: 3rem;
    }

    .logolar {
        display: flex;
        justify-content: space-between;
        width: 80%;
    }

    .banner-icerikleri {
        height: 65vh;
    }

    .asagi {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 48%;
    }

    .banner-icerikleri {
        width: 100%;
    }

    .anasayfa-banner {
        background-image: url(../img/anasayfa-banner.webp) !important;
    }

    .owl-next {
        right: 7.5rem;
    }

    .owl-prev {
        left: 7.5rem;
    }

    .anasayfa-siyah-bg {
        margin-top: 27rem;
        background-color: rgba(35, 31, 32, 1);
        padding-top: 19rem;
    }

    .banner-buttonlar {
        margin-top: 30px;
    }

    .sayfa-banner-detay {
        min-width: 100%;
        padding: 0 1rem;
    }
}

@media only screen and (max-width:767px) {
    .otoyol-detays {
        margin-bottom: 70px;
        margin-top: 12px;
    }

    .blog-carousel .owl-prev {
        bottom: -5.5rem !important;
        top: unset !important;
        left: 11.5rem;
        border: 1px solid rgba(216, 26, 33, 1) !important;
    }

    .blog-carousel .owl-next {
        bottom: -5.5rem !important;
        top: unset !important;
        right: 11.5rem;
    }

    .owl-prev {
        bottom: -5.5rem !important;
        top: unset !important;
        left: 11.5rem;
    }

    .owl-next {
        bottom: -5.5rem !important;
        top: unset !important;
        right: 11.5rem;
    }

    .carousel-img-detay {
        padding-left: 2rem !important;
    }

    .owl-stage {
        padding-left: 0 !important;
    }

    .siyah-icerikler {
        padding-bottom: 1rem;
    }

    .anasayfa-siyah-bg {
        margin-top: 27rem;
        background-color: rgba(35, 31, 32, 1);
        padding-top: 7rem !important;
    }

    .otoyol-detay {
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .sayfa-banner-detay {
        margin-top: 15px;
        font-size: 18px;
        min-width: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-logo {
        margin-top: 5rem;
    }

    .banner-icerikleri {
        height: 75vh;
    }

    .banner-icerikleri {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .references-slider .slick-list {
        margin: 0 -24px;
    }

    .references-slider .slick-slide {
        margin: 0 24px;
    }
}

@media only screen and (max-width: 560px) {
    .carousel-img-detay {
        font-size: 21px;
        row-gap: 0;
    }

    .sayfa-banner-detay {
        margin-top: 15px;
        font-size: 15px;
        min-width: 20px;
    }

    .sayfa-banner-baslik {
        font-size: 30px;
    }

    .blog-detay {
        margin-bottom: 92px;
        margin-top: 42px;
        font-family: Urbanist;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(79, 76, 77, 1);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 500px) {
    .anasayfa-siyah-bg {
        padding-top: 4rem !important;
    }

    .blog-carousel .owl-next {
        bottom: -5.5rem !important;
        top: unset !important;
        right: 8.5rem;
    }

    .blog-carousel .owl-prev {
        bottom: -5.5rem !important;
        top: unset !important;
        left: 8.5rem;
    }

    .owl-next {
        bottom: -5.5rem !important;
        top: unset !important;
        right: 8.5rem;
    }

    .owl-prev {
        bottom: -5.5rem !important;
        top: unset !important;
        left: 8.5rem;
    }
}

@media only screen and (max-width: 490px) {
    .blog-baslik {
        margin-top: 70px;
    }

    .blog-detay {
        font-size: 16px;
    }

    .otoyol-detay {
        font-size: 16px;
    }

    .otoyol-detays {
        font-size: 16px;
    }

    .blog-detay {
        margin-bottom: 70px;
        margin-top: 24px;
    }

    .blog-title {
        font-size: 35px;
    }

    .anasayfa-siyah-bg {
        padding-top: 13rem;
    }
}


@media only screen and (max-width: 410px) {
    .carousel-img-detay {
        font-size: 25px !important;
        row-gap: 0 !important;
    }

    .carousel-img-detay {
        padding-left: 1rem !important;
    }

    .blog-carousel .owl-next {
        bottom: -5.5rem !important;
        top: unset !important;
        right: 5rem;
    }

    .blog-carousel .owl-prev {
        bottom: -5.5rem !important;
        top: unset !important;
        left: 5rem;
    }

    .owl-next {
        bottom: -5.5rem !important;
        top: unset !important;
        right: 5rem;
    }

    .owl-prev {
        bottom: -5.5rem !important;
        top: unset !important;
        left: 5rem;
    }

    #video-with-button {
        aspect-ratio: 16/9;
    }
}

@media only screen and (max-width: 400px) {
    .anasayfa-siyah-bg {
        padding-top: 6rem !important;
    }
}

@media only screen and (max-width: 375px) {
    .anasayfa-siyah-bg {
        padding-top: 6rem !important;
    }

    .sayfa-banner-title {
        top: 120px;
    }

    .banner-buttonlar {
        flex-direction: column;
        row-gap: 16px;
    }
}