:root {
    --bs-body-font-family: Vazirmatn, sans-serif;
    --bs-font-sans-serif: Vazirmatn, sans-serif;
}
html, body {
  height: 100%;
	direction:rtl;
  font-family: Vazirmatn;
}

ol, ul {
    list-style: none;
}
.container{
    width:1025px;
}

.vertical-center {
    height:100%;
    width:100%;

    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.vertical-center > .container {
    max-width: 100%;
    background-color: gold;

    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Tahoma;        /* <-- reset the font property */
}

@media (max-width: 768px) {
    .vertical-center:before {
        /* height: auto; */
        display: none;
    }
}
.wall{
	background: url("../images/wall-new.jpg") repeat-x center bottom;
	width:100%;
  height:100%;
}
.door{
  background: rgba(0, 0, 0, 0) url("../images/door-new.jpg") no-repeat scroll center bottom;
    bottom: 0;
    height: 544px;
    left: 50%;
    margin-left: -175px;
    position: absolute;
    width: 351px;

}
body{
  background:#6FB2FF url("../images/clouds.jpg") repeat-x  center top;
  padding-top: 0!important;


}
.menu{ top: 373px; padding-right: 35px;}
.menu li{ width:45%;}
