@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --full-size-width: 100vw;
    --full-size-height: 100vh;
}

p {
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 50;
    width: var(--full-size-width);
    height: var(--full-size-height);
    align-items: center;
    margin: 0px;
    background-color: rgb(118, 118, 118);
}


.mainContainer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;

}

.backgroundimg {
    position: absolute;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    z-index: -2;
    width: var(--full-size-width);
    height: var(--full-size-height);
    object-fit: cover;
}

.backgroundcover {
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    z-index: -1;
    width: var(--full-size-width);
    height: var(--full-size-height);
}

.header {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 5vh;
}

.section1 {
    min-height: 60vh;
    display: flex;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 2vh;
    margin-top: 2vh;
    gap: 3vw;
    flex-direction: row;
}

.clockbox {
    display: flex;
    flex-direction: column;
    font-optical-sizing: auto;
    align-items: center;
    justify-content: center;
}

.clock {
    display: flex;
    flex-direction: column;
    font-optical-sizing: auto;
    align-items: center;
    justify-content: center;
}

.date {
    display: flex;
    flex-direction: row;
}

#time {
    color: white;
    font-size: 7vw;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

#month {
    color: white;
    font-weight: 400;
    font-size: 2vw;
}

#day {
    color: white;
    font-weight: 400;
    font-size: 2vw;
}


.eva2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.75vw;
    font-weight: 500;
    border: 2px white solid;
    border-radius: 60px;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-top: 2.25vh;
    padding-bottom: 2.25vh;
}

.eva1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.75vw;
    font-weight: 500;
    border: 2px white solid;
    border-radius: 60px;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-top: 2.25vh;
    padding-bottom: 2.25vh;
}



.sec1col1 {
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    gap: 1.5vh;
}

.timeleft1 {
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 2vw;
    font-weight: 500;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.mnleft1 {
    position: relative;
    text-align: left;
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 2vw;
    font-weight: 700;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.timeleft2 {
    color: white;
    display: flex;
    font-size: 2vw;
    font-weight: 500;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.mnleft2 {
    position: relative;
    text-align: left;
    color: white;
    display: flex;
    font-size: 2vw;
    font-weight: 700;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.timeleft3 {
    color: white;
    display: flex;
    font-size: 2vw;
    font-weight: 500;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.mnleft3 {
    position: relative;
    text-align: left;
    color: white;
    display: flex;
    font-size: 2vw;
    font-weight: 700;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.sec1col2 {
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    gap: 1.5vh;

}

.timeright1 {
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 2vw;
    font-weight: 500;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.mnright1 {
    position: relative;
    text-align: left;
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 2vw;
    font-weight: 700;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

@keyframes marquee {
    0% {
        transform: translateX(150%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.timeright2 {
    color: white;
    display: flex;
    font-size: 2vw;
    font-weight: 500;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.mnright2 {
    position: relative;
    text-align: left;
    color: white;
    display: flex;
    font-size: 2vw;
    font-weight: 700;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.timeright3 {
    color: white;
    display: flex;
    font-size: 2vw;
    font-weight: 500;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.mnright3 {
    position: relative;
    text-align: left;
    color: white;
    display: flex;
    font-size: 2vw;
    font-weight: 700;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

/* .section2 {
    display: none;
    width: var(--full-size-width);
    flex-direction: row;
} */

/* .sec2col1 {
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
} */

/* .itemleftlow1 {
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 20pt;
    width: 1100px;
    border-radius: 10px;
    justify-content: center;
    margin-top: 29px;
    align-items: flex-start;
    text-indent: 15px;
    overflow: hidden;
} */

/* .itemleftlow2 {
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 20pt;
    width: 1100px;
    border-radius: 10px;
    justify-content: center;
    margin-top: 29px;
    align-items: flex-start;
    text-indent: 15px;
    overflow: hidden;
} */

/* .itemleftlow3 {
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 20pt;
    width: 1100px;
    border-radius: 10px;
    justify-content: center;
    margin-top: 29px;
    align-items: flex-start;
    text-indent: 15px;
    overflow: hidden;
} */

/* .sec2col2 {
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
} */

/* .itemrightlow1 {
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 20pt;
    width: 1100px;
    border-radius: 10px;
    justify-content: center;
    margin-top: 29px;
    align-items: flex-start;
    text-indent: 15px;
    overflow: hidden;
} */

/* .itemrightlow2 {
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 20pt;
    width: 1100px;
    height: 70px;
    border-radius: 10px;
    justify-content: center;
    margin-top: 29px;
    align-items: flex-start;
    text-indent: 15px;
    overflow: hidden;
} */

/* .itemrightlow3 {
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 20pt;
    width: 1100px;
    border-radius: 10px;
    justify-content: center;
    margin-top: 29px;
    align-items: flex-start;
    text-indent: 15px;
    overflow: hidden;
} */

.datamnright1 {
    min-height: 16vh;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 14px;
    width: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.datamnleft1 {
    min-height: 16vh;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 14px;
    width: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.roomContainer {
    display: flex;
    flex-direction: column;
    background-color: #2A2A2C;
    border-radius: 14px;
    min-height: 16vh;
    width: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: space-evenly;
    overflow: hidden;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.roomTimeContainer {
    width: 100%;
    min-height: 5vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.roomDetailContainer {
    width: 100%;
    min-height: 5vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.iconContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6vw;
}

.clockIcon {
    display: flex;
    width: 2vw;
}

.roomStatus {
    display: flex;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    background-color: #26F41F;
}

.small-font {
    font-size: 1vw;
}

.statusInUse {
    background-color: #FF0000;
}

.statusInComing {
    background-color: #FFCD53;
}

.invert {
    filter: invert(1);
}

/* @media (max-width: 1100px) {
    :root {
        --full-size-width: 100vw;
        --full-size-height: 100vh;
    }

} */
 .hidden {
    display: none;
 }