@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: "Amagro";
    src: local(Amagro-bold), url(../fonts/Amagro-bold.ttf);
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Amagro";
    font-family: 'Raleway', sans-serif;
}

body {
    /* background: url('../assets/bg-home-desk.png') top center no-repeat;
    background: url('../assets/bg-home-desk.webp') top center no-repeat;
    background-size: cover; */
    overflow-x: hidden;
}

.hero {
    background: #000;
    /* height: 100vh; */
    overflow: hidden;
    width: 100vw;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;

}

.hero video {
    position: fixed;
    z-index: 0;
    width: 100vw;
    width: 300vw;
    width: 400vw;
    height: 320vh;
    height: 317vh;
    height: 370vh;
    left: -100vw;
    left: -150vw;
    top: -66vw;
}
.hero .bg {
    background: rgba(0, 0, 0, .2);
    height: 200%;
    height: 100vh;
    /* overflow-y: scroll; */
    position: relative;
}
.hero .container {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    height: 100%;
    overflow-y: scroll;
    width: 93.854vw;
    width: 100vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* padding-top: 2.083333vw; */
    justify-content: flex-start;
    justify-content: center;
    position: relative;
    padding: 4vw 0;

    /**/
    z-index: 1;
    width: 100vw;
    height: 100vh;
    height: 100%;
    overflow-y: scroll;
    width: 93.854vw;
    width: 100vw;
    margin: 0 auto;
    display: flex
;
    align-items: center;
    flex-direction: column;
    /* padding-top: 2.083333vw; */
    justify-content: flex-start;
    /* justify-content: center; */
    position: relative;
    padding: 4vw 0;
   
    
}

::-webkit-scrollbar {
    display: none;
}

.hero .container .logo-top {
    width: 20vw;
    margin-bottom: 4vw;
}

.hero .container h1 {
    color: #FFFEF8;
    text-transform: capitalize;
    font-size: .833333vw;
    margin: 3vw 0;
    display: none;
}

.hero .container .buttons {
    width: 60vw;
    width: 56.25vw;
    margin-bottom: 1.4vw;
}

.hero .container .buttons .button {
    width: 100%;
    border: .105vw solid #FCF8EE;
    border-radius: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5vw 0;
    color: #FCF8EE;
    text-decoration: none;
    font-size: 1vw;
    font-family: 'Raleway', sans-serif;
    text-align: center; 
    text-transform: uppercase;
    background: rgba(0, 0, 0, .3);

    transition: all .4s;
}

.hero .container .buttons .button:hover {
    border-color: #628982;
    border-color: #926FAC;
    background: #628982;
    background: #926FAC;
    color: #FCF7DF;
}

.hero .container p {
    font-style: normal;
    font-weight: 600;
    font-size: 2.34375vw;
    color: #FCF8EE;
    text-shadow: 0px 4px 17px rgb(0 0 0 / 40%);
    text-transform: uppercase;
    margin: 3.4vw 0;
}

.hero .container .logo-home {
    width: 40vw;
    width: 23.438vw;
    margin-top: 1.4vw;
}

/* @media screen and (max-width: 2160px) and (min-height: 1440px) {
    body {
     
    }
}

@media screen and (max-width: 1023px) {
    body {}
    body .hero {
        align-self: flex-start;
    }
    .hero .container .logo-top {
        width: 6.5vw;
    }
    .hero .container {
        width: 85vw;
      
    }
}

@media screen and (min-width: 1023px) and (max-width: 1200px) and (max-height: 768px) and (min-width: 723px) {
    body {
        height: fit-content;
        display: block;
    }
}

@media screen and (min-width: 1023px) and (max-height: 721px) {
    body {
        height: fit-content;
    }
} */

@media screen and (max-width: 767px) {
    body {
        height: auto;
    }
    .hero .bg {
        background: rgba(0, 0, 0, .2);
        height: 100vh;
        /* overflow-y: scroll; */
        position: relative;
    }
    .hero video {
        position: fixed;
        z-index: 0;
        width: auto;
        left: auto;
        top: auto;
        height: 133vh;
        height: 156vh;
    }
    .hero .container {
        /* justify-content: flex-start; */
        /* top: -10vw; */
        position: relative;

        justify-content: flex-start;
        top: 15vw;
        position: relative;
    }
    .hero .container .logo-top {
        width: 10.5vw;
        /* margin-top: 7vw; */
    }
    .hero .container .logo-home {
        width: 18.5vw;
        width: 65vw;
        margin-bottom: 11vw;
    }
    .hero .container .logo-top {
        width: 18.5vw;
        width: 65vw;
        margin-bottom: 11vw;
    }
    .hero .container h1 {
        font-size: 4.833333vw;
        margin: 9vw 0;
        margin: 9vw 0 13vw 0;
        display: noen;
    }
    .hero .container .buttons {
        width: 80.25vw;
        margin-bottom: 7.4vw;
    }
    .hero .container .buttons .button {
        border: 0.705vw solid #FFFEF8;
        border-radius: 6vw;
        padding: 2vw 0;
        padding: 3vw 0 2vw 0;
        color: #FFFEF8;
        text-decoration: none;
        font-size: 5vw;
        font-size: 4vw;
        font-family: 'Raleway', sans-serif;
    }
    .hero .container .logo-home {
        width: 67vw;
        margin-top: 5vw;
    }
}