#mainEntrance , #emergencyEntrance{
    border-bottom : 1px solid white;
    margin-bottom: 10px;
    cursor: pointer;
    }
    
    * {
      margin: 0;
      padding: 0;
    }
    
    #fullscreen-image {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000000;
      transition: .4s;
      cursor: pointer;
    }
    
    #fullscreen-image img {
      width: 100%;
      height: 100%;
    object-fit: cover;
    }
    
    
    #lowerBar{
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        display: flex;
        gap: 10px;
    }
    .lowerBarItem{
        font-family: "Cairo", sans-serif;
        text-decoration: none;
        white-space: nowrap; 
        background-color: #151515f2;
        color: white;
        cursor: pointer;
        border-radius: 10px;
        border: none ;
        padding-block: 12px;
        padding-inline: 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 15.6px;
        user-select: none; 
        -webkit-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        outline: none; 
        -webkit-tap-highlight-color: transparent; 
    }
    .lowerBarItem:hover{
      background-color: #ffffff;
      color: #1E1E1E;
    }
    .icon-box{
      background-color: #151515f2;
      border-radius: .25rem ;
      padding: 12px;
    }
    
    
    
    .home-bar div{
      cursor: pointer;
    }
    .home-bar div:hover {
      background-color: #393939;
    
    }
    
    
    
    .home-bar{
      padding: .23rem;
      border-radius: .25rem;
      background-color: #151515;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 17px;
      bottom: 20px;
      z-index: 10;
    }
    
    .planBox {
      transition: .5s;
      transform: translatey(200%);
    }
    
    .show {
      transform: translatey(0%) !important;
    }
    .hide {
      display: none !important;
    }
    
    #closeFloorPlan{
      width: 50px;
      height: 20px;
      position: absolute;
      transition: .4s;
      z-index: 20;
      right: 1.5%;
      bottom: 56%;
      background-color: #38383800;
      border: none;
      font-size: 15px;
      border-radius: 2px;
      padding-inline: 4px;
    }
    
    #closeFloorPlan img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    
    #title-subtitle {
    
      font-family: "Cairo", sans-serif;
      position: absolute;
      bottom: 10px;
      left: 25px;
      z-index: 4;
    }
    
    #title-subtitle h3,h2 {
      color: white;
      margin: 0;
      padding: 0;
    }
    
    #title-subtitle h2{
      margin-bottom: -10px;
      font-size: 30px;
      font-weight: 600;
    }
    #title-subtitle h3{
      font-size: 26px;
      font-weight: 400;
      text-align: center;
    
    }
    
    
    /* floor div */
    
    #floors {
      position: relative;
      transition: .4s !important;
      font-family: "Cairo", sans-serif;
      position: absolute;
      z-index: 10;
      top: 11%;
      left: 1%;
      background-color: #151515;
      color: white;
      border-radius: 6px;
      padding-top: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    #floors p {
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-align: center;
        top: 8px;
        user-select: none; 
        padding-bottom: 6px;
        background-color: transparent ;
        outline: none; 
        -webkit-tap-highlight-color: transparent; 
        cursor: pointer;
    }
    #floors p:hover {
        background-color :#444444;
    }
    
    #floors .floors-list ul {
      transition: .5s;
      padding-bottom: 9.7px;
      padding-inline: 10px;
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
      
      flex-direction: column;
    }
    #floors li {
    width: 90%;
      user-select: none;
      background-color: transparent ;
      outline: none; 
      -webkit-tap-highlight-color: transparent; 
      margin-block: 4.3px;
      border-radius: 3px;
      background-color :#232323DB;
      padding-inline: 13px;
      padding-block: 9.5px;
      font-family: Cairo;
      font-size: 14px;
      font-weight: 600;
      line-height: 14px;
      text-align: center;
      cursor: pointer;
      flex-shrink: 0; 
    }
    #floors li:hover {
      background-color :#444444;
    }
    .floors-list{
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.35s ease;
        } 
      
        .floors-list.expanded {
          max-height: 400px !important;
        }
    
    
    .activeFloor {
      background-color: #444444 !important;
    }
    
    /* tablet */
    @media only screen and (min-width: 900px) and (max-width: 1500px) {
      .home-bar{
        right: 10px;
      }
      .lowerBarItem {
        padding-inline: 10x !important;
        padding-block: 14px !important;
        font-size: 22px;
      }
      #title-subtitle {
        bottom: 65px;
      }
    
      #title-subtitle h2{
        font-size: 28px;
        margin-bottom: -10px;
      }
      #title-subtitle h3{
        font-size: 25px;
      }
      
      
    }
    
    
    /* موبايل بالعرض */
    @media (max-height : 500px) {
      .lowerBarItem{
        border-radius: 6px !important;
        padding-inline: 10px !important;
        padding-block: 5px !important;
        font-size: 14px;
      }
      #title-subtitle {
        bottom: 10px !important;
      }
      #title-subtitle h2{
        font-size: 25px !important;
      }
      #title-subtitle h3{
        font-size: 20px !important;
      
      }
      #closeFloorPlan{
        bottom: 50% !important;
      }
    }
    
    @media only screen and (min-width: 751px) and (max-width: 900px) {
    
      #title-subtitle {
        bottom: 60px;
        left: 5px;
      }
    
      #title-subtitle h2{
        font-size: 30px;
      }
      #title-subtitle h3{
        font-size: 27px;
      
      }
    }
    
    @media only screen and (min-width: 640px) and (max-width: 751px) {
      .lowerBarItem {
        padding-inline: 10px !important;
        padding-block: 8px !important;
        font-size: 16px;
      }
      #title-subtitle {
        bottom: 65px;
        left: 5px;
      }
    }
    
    /* mobile */
    @media (max-width: 640px) {
      
      #fullscreen-image img {
        background-color: white;
        object-fit: contain !important;
      }
      .home-bar{
        bottom: 18px;
        padding: 0px !important;
      }
    
      #lowerBar {
          position: fixed; 
          left: 12px; 
          right: 25px; 
          bottom: 18px; 
          transform: none; 
          overflow-x: auto !important; 
          white-space: nowrap; 
          scrollbar-width: none; 
      }
      
      .lowerBarItem {
          padding-inline: 15px !important;
          padding-block: 10px !important;
          font-size: 16px;
      }
      #lowerBar::-webkit-scrollbar {
          display: none; 
      }
      .show {
        transform: translatey(0%) !important;
      }
    
      #title-subtitle {
        bottom: 80px;
        left: 5px;
      }
    
      #title-subtitle h2{
        font-size: 24px;
      }
      #title-subtitle h3{
        font-size: 18px;
      
      }
        #floors{
          left: 4%;
        }
        #floors p {
          cursor: pointer;
        }
        .floors-list{
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.35s ease;
        } 
      
        .floors-list.expanded {
          max-height: 300px !important;
        }
      
      }