﻿@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: MontserratBold;
    src: url(fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: RubikRegular;
    src: url('fonts/rubik-regular.ttf') format('truetype');
}

@font-face {
    font-family: RubikLight;
    src: url('fonts/rubik-light.ttf') format('truetype');
}


*, *:before, *::after, ul, li {
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

    cursor: pointer;
}

body {
    cursor: pointer;
    font-family: RubikLight;
    font-size: 2rem;
    color: white;
    overflow: hidden;
}


.container1920x1080 {
    height: 1080px;
    width: 1920px;
    position: absolute;
    top: 0;
    left: 0;
    background: #faf3e8;
    overflow: hidden;
}


    .container1920x1080 form {
        height: 100%;
        width: 100%;
    }


.dvBGOverride {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

    .dvBGOverride .dvBGOverride_img {
        width: 100%;
        height: 100%;
        position: absolute;
    }


.dvMain {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.aHome {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    color: green;
    background-color: rgba(100, 100, 100, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    z-index: 3;
}

    


.hide{
    display:none;
}


a {
    text-decoration: none;
    color: white;
}

ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.hand {
    cursor: pointer;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}




body {
    --sb-track-color: #024814;
    --sb-thumb-color: #326d50;
    --sb-size: 1px;
}

::-webkit-scrollbar {
    width: var(--sb-size)
}

::-webkit-scrollbar-track {
    background: var(--sb-track-color);
}

::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
}






.none, .none * {
    display: none;
}


.shadowbox {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.30));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.30));
}

.shadowboxer {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.50));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.50));
}

.shadowboxest {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.80));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.80));
}

.shadowtext {
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.30);
}

.shadowtexter {
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.50);
}

.shadowtextest {
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.80);
}


.center {
    text-align: center;
}


/*ERROR*/
.dvError {
    margin-top: 100px;
    font-size: 0.6em;
    background: #326d50;
    padding: 100px;
    margin: auto 200px;
    margin-top: 100px;
    border: solid 1px #326d50;
    border-radius: 10px;
    text-align: center;
    padding-top: 60px;
}

    .dvError h1 {
        font-size: 2em;
        margin-bottom: 20px;
    }

    .dvError a {
        color: wheat;
    }

    .dvError small {
        font-size: 0.6em;
        display: block;
        margin-top: 3.5rem;
    }



/*modal*/
/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999999;
}

    /* Show the overlay and modal */
    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

/* Modal */
.modalht {
    background: white;
    width: 600px;
    padding: 50px;
    padding-top: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: auto;
}



    .modalht .close-btn {
        position: absolute;
        top: 0px;
        right: 15px;
        background: none;
        border: none;
        color: #ccc;
        cursor: pointer;
        width: 20px;
        align-self: end;
        font-size: 40px;
        cursor: pointer;
    }


    .modalht .modalht-content {
    }



/*sidemenu*/



.dvRightMenu {
    position: absolute;
    text-transform: uppercase;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    right: -460px;
    width: 520px;
    z-index: 8;
    top: 0px;
    transition: all 0.5s;
}

    .dvRightMenu .imgLogo {
        margin-top: 100px;
        width: 180px;
        position: relative;
        left: 0rem;
        opacity: 0.9;
        margin-left: 55px;
    }

    .dvRightMenu #dvMenus {
        text-transform: uppercase;
        bottom: 0;
        margin-top: 3.0rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 3.6rem;
    }



        .dvRightMenu #dvMenus h1 {
            font-size: 2.3rem;
            opacity: 0.5;
            color: white;
            padding-left: 0px;
            padding-top: 0.5rem;
            padding-bottom: 1.0rem;
            margin-top: 0.8rem;
            border-top: 1px solid transparent;
            margin-right: 2rem;
        }

            .dvRightMenu #dvMenus h1.active {
                opacity: 1 !important;
            }



    .dvRightMenu .aMenuBack {
        color: #ccc;
        position: absolute;
        display: block;
        font-size: 2.3rem;
        top: 930px;
        left: 13px;
    }

    .dvRightMenu.show {
        right: 0;
    }
    .dvRightMenu.ishide {
        right: -550px;
    }


.dvRightSection {
    position: absolute;
    width: 165px;
    padding-left: 265px;
    border-top: 1px solid white;
    margin-right: 2rem;
    right: -500px;
    z-index: 9;
    pointer-events: none;
}

    .dvRightSection a {
        pointer-events: auto;
        display: block;
        font-size: 1.1rem;
        padding: 0.8rem 0.5rem;
        padding-bottom: 0.3rem;
        text-transform: capitalize;
    }
