﻿.grivenhome{
    z-index:99;
    position:relative;
    background:unset;
}
.header-area.sticky{
    background:#000;
}
.grivenhome .header-top option{
    color:black;
}

.grivenhome {
    box-shadow: unset;
}
.firstSplide {
    width: 100%;
    height: 100vh;
    top: -92px;
}

    .firstSplide .splide__slide.mobile {
        display: none;
    }

    .firstSplide .splide__slide {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        color: black;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        font-weight: bold;
    }

    .splide__pagination, .firstSplide .splide__arrows {
        display: none;
    }

    .firstSplide .splide-item-container-griven {
        width: 40%;
        margin: 0 auto;
    }

    .firstSplide .splide-title {
        margin-top: 30px;
        color: white;
    }

    .firstSplide .splide-image-griven {
        width: 35%;
        text-align:center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .firstSplide .splide-image-griven img {
            width: 100%;
        }

    .firstSplide .splide-description-griven {
        font-weight: lighter;
        font-size: 14px;
    }

    .firstSplide .splide-button-container {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }

        .firstSplide .splide-button-container a {
            padding: 10px 30px;
            background-color: #a7b69e;
            cursor: pointer;
        }
        .firstSplide .splide-button-container a::after{
            background-image:unset !important;
        }




    .firstSplide .splide-item-video-container {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .firstSplide .splide-item-video-content {
        z-index: 999;
    }

    @media screen and (max-width:900px){
        .firstSplide .splide-item-container-griven{
            width:60%;
        }
    }
@media screen and (max-width:520px) {
    .firstSplide .splide__slide {
        display: none;
    }
        .firstSplide .splide__slide.mobile {
            display: flex;
            height: 100vh;
        }

}