.bg-body {

    background: url(../img/body-bg.jpg) !important;

    background-repeat: inherit!important;

    background-size: 22rem!important;

}



#background-slider {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    overflow: hidden;

}



#background-slider .carousel-inner {

    width: 100%;

    height: 100%;

}



#background-slider .carousel-item {

    position: relative;

    width: 100%;

    height: 100%;

    text-align: center;

}



#background-slider .carousel-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.centered-text {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    height: 100vh;

    color: #fff;

}



.welcome-logo {

    margin-top: 20px;

}

.welcome-logo img {

    max-width: 20rem;



}



.welcome-text {

    font-family: 'Antonio', sans-serif; /* Tourney fontunu uyguluyoruz */

    font-size: 3rem;

    margin-bottom: 10px;

    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5); /* Metne gölge ekliyoruz */

    text-align: center;

}



footer {

    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    color: #fff;

    padding: 10px 0;

    text-align: center;

}



/* Sosyal Medya Logolarının Stili */

.social-icons {

    float: left;

    margin-left: 20px;

    width: 100%;

}



.social-icons a {

    color: #fff;

    font-size: 20px;

    line-height: 40px;

    margin-right: 10px;

    text-decoration: none;

    transition: background-color 0.3s,color 0.3s;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    display: inline-block;

}

.social-icons a i{

    line-height: 40px;

}



/* Hover etkisi */

.social-icons a:hover {

    color: #fff !important;

    background-color: #f6a60b;

}



.copyright {

    float: right;

}



.facebook {

    background-color: #1877f2; /* Facebook mavi rengi */

}

.twitter {

    background-color: #1da1f2; /* Twitter mavi rengi */

}



.instagram {

    background-color: #e4405f; /* Instagram pembe rengi */

}

.whatsapp {

    background-color: #25d366; /* WhatsApp yeşili */

}



.showApp {

    margin-bottom: 5rem;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

}



.app-text {

    border-bottom: 1px solid #d9d9d9;

    margin-bottom: 2rem;

    color: #6e6e6e;

}





/*GALLERY*/



#imageGallery .col .card .card-image {

    width: 100%;

    height: 300px;

    overflow: hidden;

    margin: 0 auto;

}

#imageGallery .col .card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 0.5s all ease-in-out;

}

#imageGallery .col .card img:hover {

    filter: brightness(30%);

    transform: scale(1.5);

    transition: filter 0.3s, transform 0.3s;

}



.titleOnImage {

    position: absolute;

    left: 0;

    top: 0;

    transition: 0.5s all ease-in-out;

    color: #fff;

    font-size: 2rem;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: hidden;

}

.card img[alt]:hover:after {

    content: "asdsadas";

    padding: 4px 8px;

    color: rgba(255,0,0,0.5);

    position: absolute;

    left: 0;

    top: 100%;

    white-space: nowrap;

    z-index: 2;

    border-radius: 5px ;

    background: rgba(0,0,0,0.5);

}



.imageMouseZoom {

    position: relative;

    float: left;

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.photoZoomModule {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-size: contain;

    transition: transform .24s ease-out;

}



/* Modal içindeki resim boyutu */

.lightbox-image {

    max-width: 100%;

    max-height: 80vh; /* Modal pencere yüksekliğinin %80'i kadar maksimum yükseklik */

    cursor: pointer; /* İmleci tıklanabilir göster */

}



.yt-lightbox-nav-overlay {

    z-index: 1;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: -ms-flexbox;

    display: flex;

}

.yt-lightbox-nav-overlay button {

    -ms-flex: 1;

    flex: 1;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

    align-items: center;

    opacity: 0;

    transition: opacity .5s;

    color: #fff;

    font-size: 30px;

    z-index: 1;

}



#tooltip {

    background: rgba(0, 0, 0, 0.8);

    border: 1px solid #5f5f5f96;

    padding: 1px 10px;

    border-radius: 6px;

    color: #fff;

    opacity: 0;

    transition: opacity .5s;

}

#tooltip.showTT {

    opacity: 1!important;

    transition: opacity .5s;
}


.announcement {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    text-align: center;
    background: rgb(189 151 79 / 80%);
    padding: 0.3rem;
    /*font-size: 1.3rem;*/
    color: #fff;
}

.announcement .btn {
    background: linear-gradient(180deg, #bd8d31, #ffe478);
    border: none;
    color: #000;
    padding: 0.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}