/* body {
    background-image: url('assets/BG_Image.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#logo {
    width: 90px;
}

#video-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9999;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */


body {
    margin: 0;
    overflow: hidden; /* Prevent browser default margin */
}

#logo {
    position: fixed;
    top: 10px; /* Adjust the top position as needed */
    left: 10px; /* Adjust the left position as needed */
    z-index: 1000; /* Ensure the logo appears above other elements */
  }

#myVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

#video-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video-containerIntro {
    display: none;
    position: absolute;
    top: 50%;     
    left: 0;
    width: 100vw;
    /* height: 100%; */
    background-color: black;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);

}

#videoIntro {
    width: 100vw;
    /* height: 100%; */
    object-fit: cover;
}

.skip-button {
    width: 240px;
            height: 50px;
            color: rgb(187, 187, 187);
            font-size: larger;
            font-family: sans-serif;
            border: 3px solid  rgb(187, 187, 187);
            border-radius: 12px;
            background-color: transparent;
}
.skip-button:hover{
    color: white;
    background-color: red;
    border-color: red;
}


#login {
    position: absolute;
    top: 29vh;
    left: 30vw;
    width: 635px;
    height: 235px;
    border-radius: 19px;
    background: black 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 10px #00000029;
    opacity: 0.73;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
}

#lgn_contnt_1 {
    position: absolute;
    top: 20px;
    left: 85px;
    width: 459px;
    height: 53px;
    text-align: center;
    font: normal normal normal 33px/0px Niveau Grotesk;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#lgn_contnt_2 {
    position: absolute;
    top: 140px;
    left: 92px;
    width: 400px;
    height: 36px;
    text-align: left;
    font: normal normal normal 25px/0px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#lgn_emial{
    position: absolute;
    top: 1em;
    left: 5em;
    width: 80%;
    padding: 8px 7px;
    margin: 1px 6px;
    box-sizing: border-box;
    color: white;
    border: none;
    border-bottom: 2px solid gray;
    background-color: black;
}

#lgn_pswd{
    position: absolute;
    top: 5em;
    left: 5em;
    width: 80%;
    padding: 8px 7px;
    margin: 1px 6px;
    box-sizing: border-box;
    color: white;
    border: none;
    border-bottom: 2px solid gray;
    background-color: black;
}

#lgn_btn {
    position: absolute;
    left: 15em;
    bottom: 3em;
    width: 121px;
    height: 30px;
    background: #ff6868 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

#lgn_btn:hover {
    cursor: grab;
}

#lgn_contnt_3 {
    position: absolute;
    top: 13em;
    left: 13em;
    width: 224px;
    height: 18px;
    text-align: center;
    font: normal normal normal 15px/18px Niveau Grotesk;
    letter-spacing: 0px;
    color: #C4BDBD;
    opacity: 1;
}

#signUp {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 35%;
    height: 86%;
    border-radius: 19px;;
    background: black 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 10px #00000029;
    opacity: 0.73;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
}

#sign_contnt_1 {

    width: 459px;
    height: 53px;
    text-align: center;
    font: normal normal normal 33px/0px Niveau Grotesk;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#sign_contnt_2 {

    width: 229px;
    height: 36px;
    text-align: left;
    font: normal normal normal 17px/0px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
}
#sign_firstname{

    width: 80%;
    padding: 8px 7px;
    margin: 1px 6px;
    box-sizing: border-box;
    color: white;
    border: none;
    border-bottom: 2px solid gray;
    background-color: black;
}

#sign_lastname{

    width: 80%;
    padding: 8px 7px;
    margin: 1px 6px;
    box-sizing: border-box;
    color: white;
    border: none;
    border-bottom: 2px solid gray;
    background-color: black;
}

#sign_mobile{

    width: 80%;
    padding: 8px 7px;
    margin: 1px 6px;
    box-sizing: border-box;
    color: white;
    border: none;
    border-bottom: 2px solid gray;
    background-color: black;
}


#sign_emial{

    width: 80%;
    padding: 8px 7px;
    margin: 1px 6px;
    box-sizing: border-box;
    color: white;
    border: none;
    border-bottom: 2px solid gray;
    background-color: black;
}

#sign_pswd{

    width: 80%;
    padding: 8px 7px;
    margin: 1px 6px;
    box-sizing: border-box;
    color: white;
    border: none;
    border-bottom: 2px solid gray;
    background-color: black;
}

#sign_Cnfpswd{

    width: 80%;
    padding: 8px 7px;
    margin: 1px 6px;
    box-sizing: border-box;
    color: white;
    border: none;
    border-bottom: 2px solid gray;
    background-color: black;
}

#sign_btn {

    width: 150px;
    height: 7%;
    background: #ff6868 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-top: 4%;
}

#sign_btn:hover {
    cursor: grab;
}

#sign_contnt_3 {

    width: 224px;
    height: 18px;
    text-align: center;
    font: normal normal normal 15px/18px Niveau Grotesk;
    letter-spacing: 0px;
    color: #C4BDBD;
    opacity: 1;
}

.signUpElem {
    position:relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 10%;
    height: 9%;

}


/* Style for the image grid */
.image-grid {
    top:20%;
    left: 20%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Adjust the number of columns as needed */
    gap: 10px; /* Adjust the gap between images */
}

/* Style for each image in the grid */
.image-grid img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    border: 2px solid #ffbaba;
}

/* Style for the clicked image */
.image-grid img.clicked {
    border: 5px solid #ffbaba; /* Change border style on click */
}

#avatarSelection {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 15%;
    width: 45%;
    border-radius: 19px;;
    background-color: transparent;
}
#avtrSelcTitle {
    margin-bottom: 4%;
}

#landscapeMessage {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 20px; */
    border-radius: 10px;
    width:100%;
    height:50%;
    text-align: center;
    /* backdrop-filter: blur(10px);  */
  }

  #landscapediv {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55%;
    
    background-color: #E9E9E5; 
    /* background-color: #EAEAE6;
    backdrop-filter: blur(10px); */
    z-index: 9999999;

  }

      /* Style for the dropdown container */
      .Roomdropdown {
        position: absolute;
        display: inline-block;
        z-index: 9;
        right: 10px;
        top: 10px;

    }

    /* Style for the dropdown button/icon */
    .dropdown-btn {
        /* background-color: #4CAF50; */
        /* color: white; */
        padding: 10px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    /* Style for the dropdown content */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 100px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1;

        right: 0;
        /* Adjust the right position as needed */
        top: 100%;
        /* Adjust the top position as needed */
    }

    /* Style for the images in the dropdown */
    .dropdown-content img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Style for the hyperlinks in the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    /* Change color on hover for hyperlinks */
    .dropdown-content a:hover {
        background-color: #ddd;
    }

    /* Show the dropdown content when the dropdown button is clicked */
    .Roomdropdown:hover .dropdown-content {
        display: block;
    }

    /* Style for the dropdown container */
    .Userdropdown {
        position: absolute;
        display: inline-block;
        z-index: 9;
        right: 80px;
        top: 10px;

    }

    /* Style for the dropdown button/icon */
    .dropdown-btn {
        background-color: transparent;
        color: white;
        padding: 10px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    /* Style for the dropdown content */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 100px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1;

        right: 0;
        /* Adjust the right position as needed */
        top: 100%;
        /* Adjust the top position as needed */
    }

    /* Style for the images in the dropdown */
    .dropdown-content img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Style for the hyperlinks in the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid grey;
    }

    .dropdown-content li {
        width: 150px;
        color: black;
        padding: 5px 3px;
        text-decoration: none;
        display: block;
        text-wrap: wrap;
    }

    /* Change color on hover for hyperlinks */
    .dropdown-content a:hover {
        background-color: #dd8686;
    }

    .dropdown-content li:hover {
        background-color: #dd8686;
    }

    /* Show the dropdown content when the dropdown button is clicked */
    /* .Userdropdown:hover .dropdown-content {
        display: block;
    } */

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        background: rgba(65, 62, 62, 0.3);
        overflow: hidden;
        transition: 0.5s;
        padding-top: 60px;

    }

    .sidenav a {
        padding: 4px;
        text-decoration: none;
        font-size: larger;
        color: #000000;
        display: block;
        transition: 0.3s;
    }

    .sidenav .overlay-text {
        position: relative;
        top: -120;
        padding: 13px;
        color: white;
        font-weight: 300;
    }

    .sidenav img {
        width: 100%;
        border-radius: 10px;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    #walkInfo {
        position:absolute;
        width:80%;
        height:80%;
        top:10%;
        left:10%;
        display:none;
        z-index: 999999;
        border: 3px solid grey;
    border-radius: 10px;
    }

    #walkInfo img {
        width:100%;
        height: 100%;

    }

    #walkInfo button {
    position: absolute;
    bottom: 4%;
    width: 20%;
    }

    #btnnext {
        right:6%;
        border: 0px solid;
    border-radius: 20px;
    }
    #btnskip {
        right:28%;
        border: 0px solid;
    border-radius: 20px;
    }
  
    @media ( max-width: 440px ) and (orientation:portrait) {

        /* #video-containerIntro{
            width: 175%;

        } */
        .sidenav {
            padding-top: 15px;
        }

        .sidenav a {
            font-size: 18px;
        }

        #login {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            width: 90%;
            height: 40%;
        }
        #lgn_btn {
            position: absolute;
            transform: translate(-50%, -50%);
            /* top: 50%; */
            left: 50%;
        }
        
        .input-container {
            position: relative;
            width: 89%;
        }
        #lgn_contnt_3 {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 90%;
            left: 50%;
        }
        .signUpElem{
            position: relative;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        #signUp {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 52%;
            left: 50%;
            width: 90%;
            height: 80%;
        }

        #avatarSelection {
            top: 16%;
            width: 70%;
        }
        .image-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        #avtrSelcTitle {
            margin-bottom: 8%;
        }
    }

    @media (max-width: 700px) and (orientation:landscape) {
        #login {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 45%;
            left: 50%;
            width: 60%;
            height: 60%;
        }

        #lgn_btn {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 74%;
            left: 50%;
        }

        .input-container {
            position: relative;
            width: 89%;
        }

        #lgn_contnt_3 {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 90%;
            left: 50%;
        }

        .signUpElem{
            position: relative;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        #signUp {
            position: absolute;
            transform: translate(-50%, 0%);
            top: 20%;
            left: 45%;
            width: 80%;
            height: 180%;
            overflow: scroll;
        }

        #avtrSelcTitle {
            margin-bottom: 8%;
        }
    } 
  