::selection {
    color: #000;
    background-color: #007483;
}

body {
    font-family: "montserrat";
    background-color: #191a1c;
    letter-spacing: 1px;
}

.navbar {
    transition: all .1s ease-in-out;
}

.navbar:not(.grig) {
    background-color: #040404;
    transition: all .1s ease-in-out;
}

.grig {
    background-color: #1e2223;
}

.navbar.scrolled {
    background-color: #1e2223 !important;
    box-shadow: 0 1px 15px 1px #000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 116, 131, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 992px) {
    .col-menu {
        flex: 1 1 100%;
    }

    .dim-title-card, .dim-menu {
        font-size: 25px !important;
    }

    .title-nav {
        font-size: 15px !important;
    }

    .logo {
        width: 80px !important;
    }

    .card-rece {
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    .section-title {
        font-size: 23px !important;
    }
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
    scroll-margin-top: 120px;
}

.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

ul li {
    padding: 10px 0 0 0;
}

.btn {
    transition: all .5s ease-in-out;
}

@media only screen and (min-width: 992px) {
    .menu-btn-azz:hover {
        background-color: rgba(0, 116, 131, 0.8) !important;
    }
    .menu-btn:hover {
        background-color: rgba(30, 34, 35, 0.8) !important;
    }
    .lang-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 3px 20px 3px #007483;
    }
    .card-rece {
        width: 10cm !important;
    }
    .project .pr:hover > .overlay {
        backdrop-filter: brightness(100%);
    }
    .project .pr:hover > .logo-proj {
        transform: scale(1.1);
    }
    .sec-chi {
        padding-top: 170px !important;
    }
}

.project {
    max-height: 50vh;
}

.project-dopo {
    position: relative;
    height: 100%;
    width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

.project a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.project .overlay, .project .logo-proj {
    transition: all .5s ease-in-out;
}

.project img, .project-dopo img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.project-dopo img {
    filter: blur(5px);
}

.project .overlay {
    position: absolute !important;
    inset: 0;
    backdrop-filter: brightness(70%);
}

.project-dopo .card {
    background: rgba(30, 34, 35, 0.7);
}

.project-dopo .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project .logo-proj {
    height: 3cm;
    object-fit: contain;
}

.load {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10000;
}

.html, .body {
    height: 100%;
    margin: 0;
}
