body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Ubuntu X;
    user-select: none;

}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  70% {
    transform: scale(1.03);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.pulse {
  animation: pulse 2s infinite;
}

.cc2{background-color: #ffffff;}
.cc{    background: linear-gradient(1deg, rgb(195 154 101) -74%, rgb(255 255 255 / 0%) 87%, rgb(255 255 255 / 0%) 100%), url(22.png);
background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
@font-face {
    font-family: 'Ubuntu X';
    src: url('ubuntu-condensed.ttf');
    font-display: swap;
}
.maintenance-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.tebv3 {
    background: url(../imgs/backgroundbox.jpg);
    height: 159px;
    width: 318px;
    float: right;
    margin: -32px;
    margin-top: 28px;
    z-index: 9;
    position: absolute;
    left: 40.5%;
}

aside, .teb-box {
background-image: url(./header2.png), linear-gradient(360deg, rgb(255 255 255 / 0%) 4%, rgba(32, 34, 37, 0.46) 151%, rgba(7, 7, 8, 0) 100%), url(../backgroundhotel.jpg);    background-position: center, center, bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, cover;
    width: 100%;
    max-width: 792px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 12px;
    border: 3px solid #30303159;
    position: relative;
    text-align: center;
}

.teb-footer-1 {
    background: linear-gradient( 360deg, rgb(28 29 33) 4%, rgb(32 34 37 / 46%) 151%, rgba(7,7,8,0) 100%), url(../imgs/backgroundhotel.jpg) bottom;
    width: 100%;
    max-width: 792px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 12px;
    border: 3px solid #303031;
    position: relative;
    text-align: center;
}

button.submit {
    height: 42px;
    width: 240px;
    margin-top: 10px;
    border-radius: 5px;
    background: #2d6a76;
    border: none;
    color: #ffffff;
    background-image: url(../imgs/btn.png);
    background-size: contain;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), inset 0 0 0 2px rgb(255 255 255 / 27%), 0 2px 0 rgb(0 0 0 / 14%);
    font-size: 16px;
}
button.submit:hover {
    opacity: 0.9;
}
.teb-box {
    background: #198754;
    color: #ffffff;
    border-color: #32a36f;
    padding: 8px 12px;
    animation: inclinarse 2s infinite;
}
@keyframes inclinarse {
    0%, 100% {
      transform: translateX(0) rotate(0deg);
    }
    50% {
      transform: translateX(-1px) rotate(-1deg);
    }
    75% {
      transform: translateX(1px) rotate(1deg);
    }
  }
.teb-footer-1 {
    color: #ffffff;
    border-color: #303031;
    margin-bottom: 50px;
}

.warningbox {
    background: url('../imgs/warning.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.voicebox {
    background: url(maintenance.png);
width: 33px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
}

.text-teb {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

#teb-boxdesl {
    transition: opacity 1s ease-out;
}

.fade-out {
    transform: translateX(0);
}

@media (max-width: 768px) {
    .tebv3 {
        display: none;
    }
    aside, .teb-box, .teb-footer-1 {
        max-width: 100%;
    }
}
