﻿:root {
    --text-red: #ec2529;
    --bs-link-color-rgb: var(--bs-primary-rgb)
}

body {
    background: url(/media/bgNew2.jpg) repeat;
    background-size: auto;
}

.swiper-slide > img {
    width: 100%;
}

.red-text {
    color: var(--text-red);
}

.sub-image-text {
    display: none;
}

section {
    background-color: #fff;
    padding: 5px;
}

.crew-card__body {
    min-height: 127px;
}

li.nav-item {
    padding: 5px;
}

.selected {
    background-color: #ec2529;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
}


.photo-item {
    margin-bottom: 1.5rem;
}


    .photo-item img.example-image {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover; /* Resmi kutuya sığacak şekilde kırpar, esnetmez */
        object-position: center; /* Resmi ortalar */
        border-radius: 4px;
        transition: transform 0.3s ease; /* Hover efekti için hazırlık */
    }

        .photo-item img.example-image:hover {
            transform: scale(1.03);
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

.photo-list {
    margin: 0;
    padding: 20px;
    background-color: #fff;
}

.lb-data .lb-caption {
    display: none;
}

.contact-form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}


    .contact-form-container h1 {
        font-size: 24px;
        letter-spacing: 1px;
        color: #333;
        text-transform: uppercase !important;
        font-weight: 700 !important;
    }

@media (max-width: 767px) {
    body {
        background: #fff; 
    }

    .shadow-lg
    {
        box-shadow: none !important;
    }
}


.ImageHeader img {
    width: 100vw;
}


button.g-recaptcha {
    font-size: var(--fs-18);
    background-color: var(--text-red);
    transition: background-color .5s;
    padding: 8px 18px !important;
    border: solid 1px var(--text-red);
    border-radius: 6px;
    font-weight: 400;
    color: #fff
}

    button.g-recaptcha:hover {
        font-size: var(--fs-18);
        background-color: var(--text-red);
        transition: background-color .5s;
        padding: 8px 18px !important;
        border: solid 1px var(--text-red);
        border-radius: 6px;
        font-weight: 400;
        color: #fff
    }

/*
.alert-dismissible {
    padding-right: 3rem;
    position: absolute;
    z-index: 25000;
    width: 97vw;
    margin: 1vw;
}*/
