﻿.errortype {
    color: #D05454;
    font-weight: 600;
}

    .errortype:before {
        content: "\f071";
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 4px;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.menu-sidebar .dropdown-content {
    position: relative;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-toggle {
    background-color: #f1f1f1;
}

.section-gallery h4{
    margin: auto;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
}

.overlay-item-gallery {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    background-color: #000000b7;
    opacity: 0;
}

    .overlay-item-gallery .item_name {
        position: absolute;
        top: 8px;
        left: 16px;
    }

    .overlay-item-gallery .item_top_info {
        position: absolute;
        bottom: 8px;
        left: 16px;
    }

    .overlay-item-gallery .item_bottom_info {
        position: absolute;
        bottom: 8px;
        right: 16px;
    }

.section-slide video {
    width: 100%;
}

.desktop {
    display: normal;
}

.mobil {
    display: none;
}

@media (max-width: 767px) {
    .desktop {
        display: none;
    }

    .mobil {
        display: block;
    }
}

.txt26 {
    font-family: var(--mainfont);
    font-weight: 500;
    font-size: 15px;
    color: var(--renk4);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.label-gallery:hover {
    background-color: var(--renk4);
    color: white;
}

.is-actived {
    background-color: var(--renk4);
    color: white;
}

.gradient1 {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}