/*============== Section 1 css ===============*/

html {
    scroll-behavior: smooth;
  }

.background_image{
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 0;
    position: fixed;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/background.jpg");
}

.layer {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.LandingPage {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 3;
}

/*---------------------------------------------------- */

/*============== Logo css ===============*/

.Logo {
    height: 100vh;
    z-index: 100;
}

.Logo img {
    width: 700px;
}

@media screen and (max-width: 800px) {
    .Logo img {
        width: 500px;
    }
}

@media screen and (max-width: 600px) {
    .Logo img {
        width: 300px;
    }
}

@media screen and (max-width: 400px) {
    .Logo img {
        width: 200px;
    }
}

/*---------------------------------------------------- */

/*============== Down Arrow css ===============*/

[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
}

.ca3-scroll-down-link {
    cursor: pointer;
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: 70px;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@-moz-keyframes ca3_fade_move_down {
    0% {
        -moz-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

/*---------------------------------------------------- */

/*============== Section 2 css ===============*/

.blur{
    backdrop-filter: blur(10px);
}

.section2 {
    position: absolute;
    margin-top: 100vh;
    min-height: 100vh;
    width: 100vw;
    z-index: 3;
}

.vh50 {
    min-height: 50vh;
}

.section2 h2, .section2 p {
    color: white;
}

.Picture {
    min-height: 100vh;
}

.Picture img {
    width: 300px;
    border-radius: 90%;
}

@media screen and (max-width: 768px) {
    .Picture img {
        width: 200px;
        border-radius: 90%;
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .Picture h2 {
        margin-bottom: 1em;
    }

    .Picture {
        padding-bottom: 4em;
    }
}

/*---------------------------------------------------- */

/*============== Section 3 css ===============*/

.h100 {
    height: 100%;
}

.section3 {
    position: absolute;
    background-color: #FFF;
    z-index: 3;
    width: 100vw;
}

.booking, .social {
    color: black;
}

svg {
    height: 20px !important;
    width: 20px !important;
    margin-left: 20px;
    margin-right: 20px;
    fill: black;
}

svg:hover {
    fill: black !important;
}

@media screen and (max-width: 576px) {
    svg {
        height: 35px !important;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .social{
        margin-top: 10px;
    }
}

.booking h2 {
    color: black;
}

.booking a {
    color: black;
}

.copyrigth {
    color: black !important;
    font-size: small;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.nightshyft {
    padding-bottom: 0.5em;
    font-size: small;
}

.nightshyft a {
    color: black;
}


/*---------------------------------------------------- */