﻿@import url("https://fonts.googleapis.com/css2?family=Mohave:wght@300;400;500;600&display=swap");

html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    font-family: "Mohave", sans-serif;
    font-weight: 100 !important;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    color: #212529 !important;
    font-weight: 500;
}

    a:hover {
        text-decoration: none;
        transition: all 0.3s;
        color: rgb(255, 42, 141) !important;
    }
    

.logoo {
    position: fixed;
    top: 20px;
    left: 15px;
    height: 50px;
    display: block;
    z-index: 999;
}

section {
    display: block;
    /*background-color: #191919;*/
    min-height: 100%;
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
}

footer {
    border-top: 1px solid #c3c3c3;
    display: block;
    background-color: #EEE;
    font-weight: 400 !important;
    box-sizing: border-box;
    line-height: 60px;
    position: -webkit-sticky; /* Safari */
}

h1 {
    margin: 0 !important;
}

#home {
    color: #fff;
    font-size: 30px;
    padding: 0 !important;
}

    #home .video-wrapper {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.3);
    }

    #home video {
        position: absolute;
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        z-index: 0;
        right: 0;
        margin: 0;
        padding: 0;
    }

#stepper {
    background: url("/Content/images/static/bg/1.jpg") top center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    font-size: 64px;
}

#stepper-detail {
    background-color: #DDD;
    position: relative;
    font-size: 24px;
    display: none;
    min-height: auto;
}

#steppers {
    background: url("/Content/images/static/bg/2.jpg") top center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    font-size: 64px;
}

#steppers-detail {
    background-color: #DDD;
    position: relative;
    font-size: 24px;
    display: none;
    min-height: auto;
}

#stepper-sun {
    background: url("/Content/images/static/bg/3.jpg") top center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    font-size: 64px;
}

#stepper-sun-detail {
    background-color: #DDD;
    position: relative;
    font-size: 24px;
    display: none;
    min-height: auto;
}

#contact-us {
    background: url("/Content/images/static/bg/4.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    font-size: 64px;
}

#about-us {
    background: url("/Content/images/static/bg/5.jpg") bottom center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    font-size: 64px;
}

.menu {
    position: fixed;
    z-index: 3;
    right: 10px;
    top: 0;
    padding: 8px 12px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    transition: color 0.3s;
}

    .menu:hover {
        color: rgb(255, 42, 141) !important;
        transition: color 0.3s;
    }

nav {
    position: fixed;
    z-index: 3;
    right: 0;
    top: 50px;
    transition: all 0.3s;
    display: none;
}

    nav a {
        display: block;
        font-size: 14px;
        color: #fff !important;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 8px 12px;
        transition: all 0.3s;
        margin: 5px;
        font-weight: 400 !important;
    }

        nav a:hover {
            color: rgb(255, 42, 141) !important;
            transition: all 0.3s;
        }

.fancybox__toolbar {
    display: none !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: rgb(255, 42, 141) !important;
    border-width: 2px !important;
}
