@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');

body {
    font-family: "Afacad Flux", sans-serif !important;
    scroll-behavior: smooth !important;
}

.btn {
    border: 1px solid orange;
    transition: all .4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .4s;
}

.btn:hover {
    border: 1px solid orange;
}

.btn a {
    color: orange;
    transition: all .4s;
}

.btn:hover a {
    color: orange;
}

.form-control {
    border: 1px solid orange;
}

a {
    text-decoration: none !important;
}

.Anabolum {
    background-image: url(../img/arkaplan-2.jpg);
    background-position: center;
    height: 100vh !important;
    width: 100% !important;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.Anabolum::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: 0.7;
    z-index: -1;
}

header {
    background-color: black;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.nav-link {
    position: relative;
    color: orange;
    margin: 10px;
    font-size: 19px;
    z-index: 1;
    cursor: pointer;
}

.nav-link::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 0;
    height: 30px;
    z-index: -1;
    background-color: white;
    transition: all .4s;
}

.nav-link:hover::before {
    width: 100%;
}

.navbar-brand img {
    width: 20%;
    top: -109%;
    position: absolute;
    z-index: 10;
    left: -18%;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    z-index: -1;
    background-color: orange;
    transition: all .4s;
}

.btn:hover::before {
    transform: scaleX(1);
}

.btn:hover a {
    color: black;
}

.Baslik {
    text-align: center;
}

.Baslik h2 {
    font-size: 45px;
    color: orange;
}

.bolum-baslik {
    text-align: center;
    margin-top: 25%;
}

.bolum-baslik h1 {
    color: orange;
    font-size: 70px;
}

.bolum-baslik p {
    color: white;
    font-size: 20px;
}

.taxi-photo img {
    width: 85%;
    height: 100%;
    border-radius: 10px;
}

.hakkimizda-baslik h4 {
    font-size: 30px;
}

.hakkimizda-icerik p {
    font-size: 19px;
}

.iletisim-icerik h3 {
    font-size: 50px;
}

ul li {
    list-style: none;
}

.telbtn {
    position: relative;
    color: orange;
    background-color: black;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    width: 20%;
    height: 42px;
    font-size: 21px;
    border-radius: 10px;
    z-index: 1 !important;
    overflow: hidden;
    transition: all .4s;
    animation: shake 0.5s ease-in-out 2s infinite;
}

@keyframes shake {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(2px, 0);
    }

    50% {
        transform: translate(-2px, 0);
    }

    75% {
        transform: translate(2px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.telbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    z-index: -1;
    background-color: orange;
    transition: all .4s;
}

.telbtn:hover::before {
    transform: scaleX(1);
}

.telbtn:hover {
    color: black;
}

.iletisim-ul {
    position: relative;
    right: 5%;
}

.iletisim-ul li {
    font-size: 25px;
    font-weight: 600;
}



footer {
    position: relative;
    z-index: 1;
    height: 40vh;
    background-image: linear-gradient(to right top, #2c2c2c, #252525, #1e1e1e, #181818, #101010, #121212, #141414, #161616, #212121, #2c2c2c, #383838, #444444);
}

.footer-logo img {
    position: relative;
    bottom: 70px;
}



.bolum-button .telbtn {
    text-align: center !important;
    position: relative;
    right: -39%;
    color: black;
    background-color: orange;
    transition: all .4s;
}

.bolum-button .telbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    z-index: -1;
    background-color: black;
    transition: all .4s;
}

.bolum-button .telbtn:hover::before {
    transform: scaleX(1);
}

.bolum-button .telbtn:hover {
    color: orange;
}








@media (max-width: 420px) {

    .sayfa-Ana-baslik h1{
        font-size: 32px !important;
    }
    .sayfaBasligi {
        background-color: orange;
        height: 25vh !important;
    }

    .devamini-oku{
        width: 29% !important;
    }
    .sil{
        display: none !important;
    }
    #sil{
        display: none !important;
    }
    .resim-img{
        border-radius: 0 !important;
    }

    .resim{
        border-radius: 0 !important;
        filter: grayscale(0) !important;
    }
    

    #resim-2 {
        display: none !important;
    }

    .sayfa-Ana-baslik {
        position: relative !important;
        top: 14vh !important;
        letter-spacing: 12px;
    }


    .resimler {
        height: 36vh !important;
        position: relative !important;
        right: 12px !important;
    }

    .icerik-2 textarea {
        width: 78% !important;
        border: 2px solid orange;
        height: 275px !important;
        border-radius: 5px;
    }

    .icerik-1 input {
        width: 76% !important;
    }

    .icerik-1 {
        flex-direction: column !important;
    }

    .icerik-2 input {
        width: 75% !important;
    }

    .iletisim-kutusu {
        height: 100vh !important;
    }

    .bolum-button .telbtn {
        text-align: center !important;
        position: relative !important;
        right: -26% !important;
        width: 52% !important;
        color: black;
        background-color: orange;
        transition: all .4s;
    }

    .Anabolum {
        background-image: url(../img/arkaplan-2.jpg);
        background-position: center;
        height: 100vh !important;
        width: 100% !important;
        background-size: cover;
        z-index: 1;
        position: relative;
    }

    .Anabolum::before {
        height: 100vh !important;
    }

    .rakamlar {
        height: 100vh !important;
    }

    .galeri img {
        width: 65%;
        height: 14vh !important;
        border-radius: 5px;
    }

    footer {
        height: 65vh !important;
    }

    .telefon-button a {
        position: relative;
        bottom: 77px !important;
    }

    .kutu-son {
        position: relative;
        left: 55px;
    }

    header {
        background-color: black;
    }

    .navbar-toggler-icon i {
        color: white !important;
        opacity: 1 !important;
    }

    .nav-link {
        color: white ;
    }

    .navbar-toggler-icon {
        opacity: 0;
    }

    .buton {
        position: relative;
        z-index: 99999;
        color: white;
        right: 10px;
    }

    .rakamlar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh !important;
        background-color: black;
        opacity: 0.8;
        z-index: -1;
    }


}


@media (min-width: 375px) and (max-width: 667px) {
    .sayfa-Ana-baslik h1{
        font-size: 32px !important;
    }
    .sayfaBasligi {
        background-color: orange;
        height: 25vh !important;
    }

    
    .sayfa-Ana-baslik {
        position: relative !important;
        top: 14vh !important;
        letter-spacing: 12px;
    }

    .devamini-oku{
        width: 29% !important;
    }
    .sil{
        display: none !important;
    }

    #sil{
        display: none !important;
    }
    .resim-img{
        border-radius: 0 !important;
    }
    .resim{
        border-radius: 0 !important;
        filter: grayscale(0) !important;
    }
    #resim-2 {
        display: none !important;
    }


    .resimler {
        height: 36vh !important;
        position: relative !important;
        right: 12px !important;
    }

    .icerik-2 textarea {
        width: 78% !important;
        border: 2px solid orange;
        height: 275px !important;
        border-radius: 5px;
    }

    .icerik-1 input {
        width: 76% !important;
    }

    .icerik-1 {
        flex-direction: column !important;
    }

    .icerik-2 input {
        width: 75% !important;
    }

    .iletisim-kutusu {
        height: 100vh !important;
    }

    .telbtn {
        width: 100% !important;
    }

    .galeri img {
        width: 65%;
        height: 14vh !important;
        border-radius: 5px;
    }

    .rakamlar {
        height: 100vh !important;
    }


    .harita iframe {
        width: 100% !important;
    }

    footer {
        height: 110vh !important;
    }

    .telefon-button a {
        position: relative;
        bottom: 77px !important;
    }

    .kutu-son {
        position: relative;
        left: 55px;
    }

    .navbar-toggler-icon i {
        color: white !important;
        opacity: 1 !important;
    }

    .nav-link {
        color: white ;
    }


    .navbar-toggler-icon {
        opacity: 0;
    }

    .buton {
        position: relative;
        z-index: 99999;
        color: white;
        right: 10px;
    }

    .rakamlar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh !important;
        background-color: black;
        opacity: 0.8;
        z-index: -1;
    }

    .Anabolum {
        background-image: url(../img/arkaplan-2.jpg);
        background-position: center;
        height: 100vh !important;
        width: 100% !important;
        background-size: cover;
        z-index: 1;
        position: relative;
    }

    .Anabolum::before {
        height: 100vh !important;
    }

}

@media (min-width:540px) and (max-width:720px){
    footer{
        height: 70vh !important;
    }
}

@media (min-width: 344px) and (max-width: 882px) {
    .sayfa-Ana-baslik h1{
        font-size: 32px !important;
    }
    .sayfaBasligi {
        background-color: orange;
        height: 25vh !important;
    }
    
    .sayfa-Ana-baslik {
        position: relative !important;
        top: 14vh !important;
        letter-spacing: 12px;
    }

    .devamini-oku{
        width: 29% !important;
    }
    .sil{
        display: none !important;
    }

    #sil{
        display: none !important;
    }
    .resim-img{
        border-radius: 0 !important;
    }
    .resim{
        border-radius: 0 !important;
        filter: grayscale(0) !important;
    }
    #resim-2 {
        display: none !important;
    }


    .resimler {
        height: 36vh !important;
        position: relative !important;
        right: 12px !important;
    }

    .icerik-2 textarea {
        width: 78% !important;
        border: 2px solid orange;
        height: 275px !important;
        border-radius: 5px;
    }

    .icerik-1 input {
        width: 76% !important;
    }

    .icerik-1 {
        flex-direction: column !important;
    }

    .icerik-2 input {
        width: 75% !important;
    }

    .iletisim-kutusu {
        height: 100vh !important;
    }

    .telbtn {
        width: 100% !important;
    }

    .galeri img {
        width: 65%;
        height: 14vh !important;
        border-radius: 5px;
    }

    .rakamlar {
        height: 100vh !important;
    }


    .harita iframe {
        width: 100% !important;
    }

    footer {
        height: 110vh !important;
    }

    header {
        background-color: black;
    }

    .nav-link {
        color: white ;
    }


    .telefon-button a {
        position: relative;
        bottom: 77px !important;
    }

    .kutu-son {
        position: relative;
        left: 55px;
    }

    .navbar-toggler-icon i {
        color: white !important;
        opacity: 1 !important;
    }

    .navbar-toggler-icon {
        opacity: 0;
    }

    .buton {
        position: relative;
        z-index: 99999;
        color: white;
        right: 10px;
    }

    .rakamlar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh !important;
        background-color: black;
        opacity: 0.8;
        z-index: -1;
    }

    .Anabolum {
        background-image: url(../img/arkaplan-2.jpg);
        background-position: center;
        height: 100vh !important;
        width: 100% !important;
        background-size: cover;
        z-index: 1;
        position: relative;
    }

    .Anabolum::before {
        height: 100vh !important;
    }

}



@media (min-width: 420px) and (max-width: 820px) {
    .sayfa-Ana-baslik h1{
        font-size: 32px !important;
    }
    .sayfaBasligi {
        background-color: orange;
        height: 25vh !important;
    }
    
    .sayfa-Ana-baslik {
        position: relative !important;
        top: 14vh !important;
        letter-spacing: 12px;
    }

    .devamini-oku{
        width: 29% !important;
    }
    .sil{
        display: none !important;
    }
    .sil{
        display: none !important;
    }

    #sil{
        display: none !important;
    }
    .resim-img{
        border-radius: 0 !important;
    }
    .resim{
        border-radius: 0 !important;
        filter: grayscale(0) !important;
    }
    #resim-2 {
        display: none !important;
    }


    .resimler {
        height: 36vh !important;
        position: relative !important;
        right: 12px !important;
    }

    .icerik-2 textarea {
        width: 78% !important;
        border: 2px solid orange;
        height: 275px !important;
        border-radius: 5px;
    }

    .icerik-1 input {
        width: 76% !important;
    }

    .icerik-1 {
        flex-direction: column !important;
    }

    .icerik-2 input {
        width: 75% !important;
    }

    .iletisim-kutusu {
        height: 100vh !important;
    }

    .bolum-button .telbtn {
        text-align: center !important;
        position: relative !important;
        right: -24% !important;
        width: 52% !important;
        color: black;
        background-color: orange;
        transition: all .4s;
    }

    .rakamlar {
        height: 100vh !important;
    }

    .galeri img {
        width: 65%;
        height: 14vh !important;
        border-radius: 5px;
    }

    .telefon-button a {
        position: relative;
        bottom: 77px !important;
    }


    .Anabolum {
        background-image: url(../img/arkaplan-2.jpg);
        background-position: center;
        height: 100vh !important;
        width: 100% !important;
        background-size: cover;
        z-index: 1;
        position: relative;
    }

    .Anabolum::before {
        height: 100vh !important;
    }

    header {
        background-color: black !important;
    }


    .telbtn {
        width: 100% !important;
    }

    .harita iframe {
        width: 100% !important;
    }

    footer {
        height: 65vh !important;
    }

    .kutu-son {
        position: relative;
        left: 55px;
    }

    .navbar-toggler-icon i {
        color: white !important;
        opacity: 1 !important;
    }

    .nav-link {
        color: white !important;
    }


    .navbar-toggler-icon {
        opacity: 0;
    }

    .buton {
        position: relative;
        z-index: 99999;
        color: white;
        right: 10px;
    }

    .rakamlar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh !important;
        background-color: black;
        opacity: 0.8;
        z-index: -1;
    }

}




.whatsapp-button a {
    background-color: green;
    position: fixed;
    width: 60px;
    height: 60px;
    padding: 20px;
    z-index: 9999;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s;
}

.whatsapp-button a:hover {
    background-color: rgb(0, 47, 0);
}

.telefon-button a {
    background-color: orange;
    position: fixed;
    width: 60px;
    height: 60px;
    padding: 20px;
    z-index: 9999;
    bottom: 81px;
    left: 10px;
    color: white;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.telefon-button a:hover {
    background-color: black;
}


.yorum-kart {
    text-align: center;
    background-color: orange;
    padding: 20px;
    border-radius: 20px;
}

.Musteriyorumlari .swiper-slide {
    border-radius: 20px;
}

.yorum-yapan i {
    font-size: 50px;
    color: black;
    background-color: orange;
    padding: 20px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.begenme i {
    color: black;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 20px;
}

.yorum i {
    padding: 40px;
    font-size: 20px;
}

.card {
    cursor: pointer;
    border: 2px solid orange;
}

.footer-icerik ul li i {
    margin-right: 8px;
    color: orange;
}

.footer-icerik1 ul li i {
    margin-right: 8px;
    color: orange;
}

.footer-icerik ul li a:hover {
    padding-left: 12px;
}

.footer-icerik ul li a {
    color: white;
    transition: all .4s;
}

.footer-baslik h2 {
    color: orange;
    text-align: center;
}

.footer-icerik p {
    text-align: left;
    color: white;
}

.footer-icerik1 ul li {
    margin: 10px;
}

.footer-icerik1 ul li a {
    color: white;
}

.footer-kutu {
    margin-top: 50px;
}



.galeri {
    text-align: center;
}

.galeri img {
    width: 58%;
    height: 32vh;
    border-radius: 5px;
}




.kutu-foto {
    position: relative;
    overflow: hidden;
}



.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 21px;
    background-color: orange;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    padding: 20px;
    height: 50px;
    color: black;
    font-weight: 700;
    transition: all .4s;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 21px;
    background-color: orange;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    padding: 20px;
    height: 50px;
    color: black;
    font-weight: 700;
    transition: all .4s;
}

.swiper-button-next:hover::after {
    background-color: black;
    color: orange;
}

.swiper-button-prev:hover::after {
    background-color: black;
    color: orange;
}

.galeri-kutu {
    text-align: center;
}

.galeri-paragraf p {
    padding: 30px;
    font-size: 19px;
}

.ikon i {
    color: rgb(220, 198, 0);
}

.galeri-img i {
    color: rgb(220, 198, 0);
    font-size: 45px;
}


.rakamlar {
    position: relative;
    background-image: url(../img/arkaplan-2.jpg) !important;
    background-position: center;
    height: 35vh;
    width: 100%;
    z-index: 1;
}

.rakamlar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35vh;
    background-color: black;
    opacity: 0.8;
    z-index: -1;
}

.rakam-icerik {
    opacity: 0;
    /* Sayfa görünür olduğunda açılacak */
    transition: opacity 0.5s ease;
    z-index: 10;
}

.rakam-kutu {
    text-align: center;
    color: white;
    cursor: pointer;
}

.sayac {
    font-size: 25px;
    font-weight: 600;
}

.rakam-img i {
    font-size: 53px;
    color: rgb(215, 184, 6);
    transition: all .4s ease-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 21%;
    height: 60px;
    border-radius: 10px;
}

.rakam-icerik h4 {
    font-weight: 600;
    color: rgb(215, 184, 6);
}

.rakam-img i:hover {
    transform: scale(1.1);
    color: black;
    background-color: rgb(215, 184, 6);
}

.sayfaBasligi {
    background-color: orange;
    height: 35vh;
}

.sayfa-Ana-baslik h1 {
    color: black;
    text-align: center;
    font-size: 48px;
}

.sayfa-Ana-baslik {
    position: relative;
    top: 18vh;
    letter-spacing: 12px;
}

.kutucuk-icerik-img img {
    width: 76%;
    border-radius: 10px;
}

.kutucuk-seo-icerik p {
    font-size: 17px !important;
    letter-spacing: 1.3px;
}

.devamini-oku {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: orange;
    width: 21%;
    height: 21%;
    padding: 9px;
    color: black;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
}

.devamini-oku::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transition: all .4s;
    z-index: -1;
    background-color: black;
}

.devamini-oku:hover::before {
    transform: scaleY(1);
}

.devamini-oku:hover {
    color: orange;
}

.iletisim-kutusu {
    height: 65vh;
}

.icerik-1 {
    display: flex;
}

.icerik-1 input {
    width: 100%;
    margin: 6px;
    border: none;
    border-bottom: 2px solid orange;
    outline: none;
    transition: all .4s;
}

.icerik-2 input {
    width: 99%;
    position: relative;
    margin: 10px;
    border: none;
    border-bottom: 2px solid orange;
    outline: none;
    transition: all .4s;
}

.icerik-1 input:hover {
    border-color: black;
}

.icerik-2 input:hover {
    border-color: black;
}

.icerik-1 input:focus {
    transform: scale(1.05);
}

.icerik-2 input:focus {
    transform: scale(1.02);
}

.icerik-2 textarea {
    width: 100%;
    border: 2px solid orange;
    height: 100px !important;
    border-radius: 5px;
}

.resimler {
    height: 50vh;
}

.resimler .resim-img img {
    width: 112%;
    position: relative;
}

.resimler .resim-img:hover {
    filter: blur(20%) !important;
}

#resim-1 {
    height: 31vh;
}

#resim-2 {
    height: 20vh;
}





@keyframes piano {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.resim {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.resim.animated {
    opacity: 1;
    transform: translateY(0);
}

.resim-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.resim-img:hover {
    transform: scale(1.05);
}

.resim {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}

.resim:hover {
    filter: grayscale(0%);
}




.icerik {
    background: linear-gradient(to right, #ffffff, #f8f9fa);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icerik-baslik {
    font-size: 2rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.icerik-alt-baslik {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    margin-top: 20px;
}

.icerik p {
    line-height: 1.6;
    color: #555;
}

.Yorum-baloncugu{
    height: 60vh;
    text-align: center;
}

.yorum-bkisi i{
    font-size: 50px;
    background-color: orange;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    width: 90px;
    height: 90px;
}

.yorum-bkisi p{
    font-size: 17px;
    font-weight: 600;
}

.yorum-bkisi span{
    font-style: italic;
}

.yorum-balonu{
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .4s;
}

.yorum-balonu:hover{
    transform: scale(1.1);
}