* {
    scroll-margin: 101px;
}

html,
body {
    overflow-x: hidden;
    font-family: 'ProximaNova', sans-serif !important;
}

html {
    font-size: 15px;
}

.intro {
    background-image: url("../images/intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
}

#navbar {
    transition: all linear 0.3s;
}

.sticky {
    width: 100% !important;
    max-width: 100vw !important;
    position: fixed;
    top: 0;
    backdrop-filter: blur(5px);
    padding-top: 0 !important;
    z-index: 9999;
}

    .sticky.blur {
        backdrop-filter: blur(0.6rem);
    }

.navbar-brand {
    width: 200px;
}

.sticky .navbar-brand {
    width: 175px;
}

.navbar-brand img {
    filter: drop-shadow(0 0 0.75rem rgb(0, 0, 0));
    width: 100%;
}

.sticky.blur .navbar-brand img {
    filter: unset;
}

.menu-btn {
    background: transparent;
    outline: none;
    border: none;
    font-size: 2rem;
}

.sticky .menu-btn {
    font-size: 1.5rem;
}

.nav-item .nav-link {
    transition: all 0.3s ease-in-out;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 1.3rem;
}

.sticky .nav-item .nav-link {
    font-size: 1.2rem;
}

.sticky.blur .nav-item .nav-link {
    /*text-shadow: 2px 2px #000000;*/
    color: black !important;
    font-size: 1.3rem;
    font-weight:bold;
}

@media screen and (max-width: 768px) {
    .sticky {
        backdrop-filter: blur(0.6rem);
    }

        .sticky .nav-item .nav-link {
            /*text-shadow: 2px 2px #000000 !important;*/
        }
}

#about .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 70px 15px;
    background-image: url("../images/header-about.jpg");
    background-position: bottom;
    background-size: cover;
}

    #about .header div:first-child {
        text-align: center;
        font-size: 1.125rem;
        letter-spacing: 5px;
        font-weight: bold;
        color: #ffffff;
    }

    #about .header div:last-child {
        text-align: center;
        font-size: 2rem;
        letter-spacing: 7px;
        font-weight: bold;
        color: #ffffff;
    }

    #about .header .line {
        margin-top: 7px;
        margin-bottom: 14px;
        width: 70px;
        background-color: #ffffff;
        height: 3px;
    }

#about .container * {
    text-align: center;
    font-size: 1.5rem;
}

#vision-mission .d-flex .w-50 {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}

    #vision-mission .d-flex .w-50:first-child {
        background-image: url("../images/vission-mission.jpg");
        background-size: cover;
        background-position: center;
    }

    #vision-mission .d-flex .w-50:last-child {
        background-image: url("../images/vission-mission.jpg");
        background-size: cover;
        background-position: center;
    }

    #vision-mission .d-flex .w-50 .title {
        font-size: 2rem;
        letter-spacing: 7px;
        font-weight: bold;
        color: #000000;
    }

    #vision-mission .d-flex .w-50 line {
        height: 0;
        margin-top: 7px;
        margin-bottom: 14px;
        width: 70px;
        background-color: #000000;
        height: 3px;
    }

    #vision-mission .d-flex .w-50 .content {
        text-align: center;
        width: 90%;
        font-size: 1.2rem;
        font-weight: 400;
        color: #000000;
    }

#referances .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 70px 15px;
    background-image: url("../images/header-about.jpg");
    background-position: bottom;
    background-size: cover;
}

    #referances .header div:first-child {
        text-align: center;
        font-size: 1.125rem;
        letter-spacing: 5px;
        font-weight: bold;
        color: #ffffff;
    }

    #referances .header div:last-child {
        text-align: center;
        font-size: 2rem;
        letter-spacing: 7px;
        font-weight: bold;
        color: #ffffff;
    }

    #referances .header .line {
        margin-top: 7px;
        margin-bottom: 14px;
        width: 70px;
        background-color: #ffffff;
        height: 3px;
    }

#referances .referances-list {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: center;
}

@media screen and (max-width: 1919px) {
    #referances .referances-list {
        grid-template-columns: auto auto auto auto auto;
    }
}

@media screen and (max-width: 1400px) {
    #referances .referances-list {
        grid-template-columns: auto auto auto auto;
    }
}

@media screen and (max-width: 1150px) {
    #referances .referances-list {
        grid-template-columns: auto auto auto;
    }
}

@media screen and (max-width: 900px) {
    #referances .referances-list {
        grid-template-columns: auto auto;
    }
    .intro {
        height: 50vh;
    }
    .navbar-collapse {
        background: rgb(0 0 0 / 55%)
    }
    .nav-item .nav-link {
        padding-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    #referances .referances-list {
        grid-template-columns: auto;
    }
}

#referances .referances-list .item {
    cursor: pointer;
    max-width: 290px;
    min-width: 290px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #dbdbdb;
    padding: 15px;
}

    #referances .referances-list .item .shader {
        max-width: 290px;
        width: 100%;
        height: 200px;
        background-color: #e0c09ea7;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    #referances .referances-list .item:hover .shader {
        opacity: 1;
        visibility: visible;
    }

    #referances .referances-list .item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #referances .referances-list .item .brand {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        font-size: 1.125rem;
        letter-spacing: 2px;
        font-weight: 600;
        color: black;
    }

    #referances .referances-list .item:hover .brand {
        display: unset;
    }

#experiences .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 70px 15px;
    background-image: url("../images/header-about.jpg");
    background-position: bottom;
    background-size: cover;
}

    #experiences .header div:first-child {
        text-align: center;
        font-size: 1.125rem;
        letter-spacing: 5px;
        font-weight: bold;
        color: #ffffff;
    }

    #experiences .header div:last-child {
        text-align: center;
        font-size: 2rem;
        letter-spacing: 7px;
        font-weight: bold;
        color: #ffffff;
    }

    #experiences .header .line {
        margin-top: 7px;
        margin-bottom: 14px;
        width: 70px;
        background-color: #ffffff;
        height: 3px;
    }

#experiences .experiences-list {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: center;
}

@media screen and (max-width: 1919px) {
    #experiences .experiences-list {
        grid-template-columns: auto auto auto auto auto;
    }
}

@media screen and (max-width: 1400px) {
    #experiences experiences-list {
        grid-template-columns: auto auto auto auto;
    }
}

@media screen and (max-width: 1150px) {
    #experiences .experiences-list {
        grid-template-columns: auto auto auto;
    }
}

@media screen and (max-width: 900px) {
    #experiences .experiences-list {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 600px) {
    #experiences .experiences-list {
        grid-template-columns: auto;
    }
}

#experiences .experiences-list .item {
    cursor: pointer;
    max-width: 290px;
    min-width: 290px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #dbdbdb;
    padding: 15px;
}

    #experiences .experiences-list .item .shader {
        max-width: 290px;
        width: 100%;
        height: 200px;
        background-color: #e0c09ea7;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    #experiences .experiences-list .item:hover .shader {
        opacity: 1;
        visibility: visible;
    }

    #experiences .experiences-list .item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #experiences .experiences-list .item .brand {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        font-size: 1.125rem;
        letter-spacing: 2px;
        font-weight: 600;
        color: black;
    }

    #experiences .experiences-list .item:hover .brand {
        display: unset;
    }

#contact .map {
    background-image: url(https://maps.googleapis.com/maps/api/staticmap?center=41.06483375261843,28.987111516216864&zoom=12&size=640x640&scale=2%20%20&markers=size:tiny%7Ccolor:yellow%7C39.892125209590986,32.82704446909763%20&key=AIzaSyBqImiMdZWzHJGiuQ9dKFTOYIf0akiooDM);
    width: 100vw;
    height: 595px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    #contact .map .map-pin {
        background-image: url(../images/pin.png);
        background-size: cover;
        width: 116px;
        height: 72px;
    }

    #contact .map .btn {
        position: absolute;
        bottom: 20px;
        font-size: 12px;
    }

    #contact .map .contact-area {
        position: absolute;
        left: 0;
        height: 60%;
        width: 450px;
        background-color: #ffffff;
        top: 50%;
        transform: translateY(-50%);
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 60px 30px;
        text-align: center;
    }

@media screen and (max-width: 768px) {
    #contact .map .contact-area {
        border-radius: 0;
        width: 100%;
    }
}

#contact .map .contact-area .title {
    font-size: 1.75rem;
    letter-spacing: 7px;
    font-weight: bold;
    color: #6f7272;
}

#contact .map .contact-area .line {
    height: 0;
    margin-top: 7px;
    margin-bottom: 14px;
    width: 70px;
    background-color: #6f7272;
    height: 3px;
}

/* Responsive */

@media screen and (max-width: 1000px) {
    #vision-mission .d-flex {
        flex-wrap: wrap;
    }

        #vision-mission .d-flex .w-50 {
            width: 100% !important;
        }
}

#galery .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 70px 15px;
    background-image: url("../images/header-about.jpg");
    background-position: bottom;
    background-size: cover;
}

    #galery .header div:first-child {
        text-align: center;
        font-size: 1.125rem;
        letter-spacing: 5px;
        font-weight: bold;
        color: #ffffff;
    }

    #galery .header div:last-child {
        text-align: center;
        font-size: 2rem;
        letter-spacing: 7px;
        font-weight: bold;
        color: #ffffff;
    }

    #galery .header .line {
        margin-top: 7px;
        margin-bottom: 14px;
        width: 70px;
        background-color: #ffffff;
        height: 3px;
    }

#galery .col-md-6 {
    position: relative;
}

#galery .col-md-6 div {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 50px;
    font-weight: 700;
    font-size: 2rem;
    z-index: 20;
    color: white;
}
