﻿header {
    position: absolute !important;
}

#main-img {
    position: relative;
}

    #main-img img {
        height: 100vh;
        width: 100vw;
        object-fit: cover;
        animation: mainImgAnim 70s infinite;
    }

    #main-img > div {
        display: flex;
        position: absolute;
        top: 0;
        bottom: 140px;
        left: 0;
        right: 0;
        margin: auto;
        align-items: flex-end;
        justify-content: center;
    }

    #main-img a {
        width: 200px;
    }

        #main-img a.katalog {
            background: #6c1111;
            border-color: #6c1111;
        }

            #main-img a.katalog:hover {
                color: #6c1111;
                background: white;
            }

#mouseScroll {
    position: absolute;
    bottom: 0;
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 100;
}

    #mouseScroll span {
        width: 30px;
        height: 50px;
        border: 2px solid white;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

        #mouseScroll span:before {
            content: '';
            width: 3px;
            height: 10px;
            background: white;
            align-self: center;
            border-radius: 1px;
            position: relative;
            top: 5px;
            animation: mouseScrollAnim 5s infinite;
        }

        #mouseScroll span:after {
            content: '';
            width: 2px;
            height: 50px;
            background: white;
            align-self: center;
            position: absolute;
            top: 70px;
        }

#bilgi-form-cont {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    display: flex;
    align-content: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

#preOrderButton {
    width: 50px;
    height: 50px;
    transform: translateX(-75px);
    border-radius: 50%;
    text-align: center;
    background-color: #0000004d;
    color: #ffffff;
    transition: all .3s;
}

    #preOrderButton:hover {
        background-color: #ffffffad;
        color: #000000;
    }

#prodMap iframe {
    width: 100%;
    height: 600px;
    max-height: 50vh;
}

@keyframes mainImgAnim {
    0%, 50%, 100% {
        transform: scale(1);
    }

    25%, 75% {
        transform: scale(1.25);
    }
}

@keyframes mouseScrollAnim {
    0%, 50%, 100% {
        top: 5px;
    }

    25%, 75% {
        top: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .fixed-header .sticky-header img,
    .main-header .logo-outer .logo img {
        max-width: calc(100vw - 730px);
    }
}

.header-upper .main-menu .navigation > li > a {
    color: white !important;
}


@media screen and (max-width:991px) {
    .main-header:not(.fixed-header) .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: white;
    }

    .main-header:not(.fixed-header) .main-menu .navbar-header .navbar-toggle {
        background: transparent;
    }

    .main-header:not(.fixed-header) .header-upper {
        background: transparent;
    }

    .main-header.fixed-header .header-upper {
        background: white;
    }

    .page-wrapper {
        padding-top: 0;
    }
}

@media screen and (max-width:770px) {
    .page-wrapper {
        padding-top: 0;
    }
}

.main-header:not(.fixed-header) .search-box-btn {
    color: white;
}

#prodTitle {
    position: absolute;
    color: white;
    font-size: 50px;
    font-family: 'raleway',sans-serif;
    font-weight: 800;
    left: 0;
    right: 0;
    top: 0;
    align-items: center;
    height: 100vh;
    display: flex;
    line-height: 1.2;
}

.main-cont {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

    .main-cont img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: all .3s;
    }

        .main-cont img:hover {
            transform: scale(1.2);
            filter: brightness(.7);
        }

    .main-cont div {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        text-align: center;
        padding: 10px 20px;
        line-height: 1.2;
        background: rgb(0 0 0 / 20%);
        color: white;
        pointer-events: none;
    }

#prodGallery .gallery-title {
    font-family: 'raleway',sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 2;
    padding-top: 20px;
}

#prodGallery .owl-theme .owl-nav.disabled + .owl-dots {
    text-align: left;
}

    #prodGallery .owl-theme .owl-nav.disabled + .owl-dots .owl-dot:first-child span {
        margin-left: 0;
    }

    #prodGallery .owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
        height: 14px;
        width: 14px;
        border-radius: 7px;
        transition: all .3s;
    }

    #prodGallery .owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
        width: 24px;
    }
