:root{
  --white : white;
  --black: black;
  --green : green;
  --gold : gold;
}


.connect_container{
    width: 100%;
    height: 700px;
    position: relative;
}
.holderr{
    width: 100%;
    height: 100%;
    display: flex;
    background-color: var(--background1); 
}
.headbox{
  width: 100%;
  height: 70px;
}

.cheader{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
   
}
.cbody{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}  
.image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 0 2px var(--white);
}


.opr{
  width: 100%;
  height: 50px;
  background-color: var(--background1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 80px;
}

.project{
  width: 200px;
  height: 40px;
  background-color: var(--green);
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: var(--font8);
  text-transform: capitalize;
  color: var(--white);
}

.tamper{
    width: 100%;
    height: 400px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background1);
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
}
.book-block3{
    width: 250px;
    height: 250px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
}
.page_text{
    width: 90%;
    height: 40%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    color: var(--black);
    font-family: var(--font8);
    font-size: 60px;
    text-align: center;
    text-transform: capitalize;
    background-color: var(--white);
    border-radius: 5px;
    z-index: 5000;
    font-weight: 100;
    padding: 5px;
    /* box-shadow: -3px 3px  0  rgb(73, 62, 1); */
}







@media screen and (max-width:700px) {
    .holderr{
       display: block;
       height: 800px;
    }
    .cheader{
        height: 50%;
        width: 100%;
    }
    .cbody{
        height: 50%;
        width: 100%;
    }
    .image img{
        object-fit: cover;
        border-top-right-radius: 0;
        border-bottom-left-radius: 50%;
        padding-top: 0px;
        padding-left: 10px;
    }
    .book-block3{
        width: 130px;
        height: 130px;
    }
    .page_text{
        width: 70%;
        height: 70%;
        font-size: 65px;
    }
   
}

@media screen and (max-width: 500px) {
    .holderr{
        height: 500px;
    }
    .book-block3{
        width: 120px;
        height: 120px;
        bottom: 10%;
    }
    .headbox{
      width: 100%;
      height: 50px;
    }
}






























.room-blocks-container {
  width: 95%;
  height: 90%;
  display: flex;
  align-items: center;
  overflow-x: scroll;
}
.room-blocks-container::-webkit-scrollbar{
  border-radius: 5px;
  height: 10px;
}
.room-blocks-container::-webkit-scrollbar-thumb{
  border-radius: 6px;
}

.holdrr{
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.room-blocks {
  width: 200px;
  height: 95%;
  object-fit: cover;
  object-position: center;
  background-color: rgba(0, 0, 0, 0.616);
  position: relative;
  overflow: hidden;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 3px;
}

#ccxz{
  font-family: var(--font8);
  font-size: 30px;
}

.room-blocks img {                 
  width: 100%;
  height: 100%;
  transition: 0.2s;
  object-fit: cover;
}


.prix{
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 30%;
  right: 3px;
  color: white;
  text-shadow: 0 0 15px black;
  font-weight: 100;
  font-size: 20px;
  font-family: var(--font8);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-transform: capitalize;
  cursor: default;
}
.prix2{
  width: 100%;
  height: 14%;
  background-color: var(--green) ;
  backdrop-filter: blur(1px);
  position: absolute;
  bottom: 0;
}
.prix2 h1{
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: left;
  padding-left: 5px;
  font-size: 12px;
  font-family: var(--font8);
  margin-bottom: 5px;
  margin-top: 3px;
  color: white;
  font-weight: 100;
}
.prix2 svg {
  width: 18px;
  height: 18px;
  fill: white;
  margin-right: 5px;
}
.room-blocks img {
  object-fit: cover;
}
.room-blocks span {
  margin-right: 5px;
}

.book-block2{
    width: 100px;
    height: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--companyColor);
    top: 40%;
    left: 50%;
    font-family: var(--font8);
    color: white;
    font-size: 13px;
    text-transform: capitalize;
    transform: translate(-50%);
    border-radius: 3px;
    cursor: pointer;
}

@media screen and (max-width:700px) {
  .prix2{
    width: 100%;
    height: 20%;
    bottom: 0;
  }
}


@media screen and (max-width: 500px) {
  .holderr{
      height: 500px;
  }
  .book-block3{
      width: 120px;
      height: 120px;
      bottom: 10%;
  }
  .page_text{
      width: 80%;
      height: 70%;
      font-size: 38px;
  }
  .headbox{
    width: 100%;
    height: 50px;
  }
  .tamper{
    height: 300px;
  }
  .room-blocks {
    width: 170px;
  }
  .prix{
    font-size: 20px;
  }
  .book-block2{
    width: 80px;
    height: 80px;
  }
  .book-block2::before{
    font-size: 15px;
  }
}








#connect_room_page{
  display: none;
}

.sub_room{
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: black;
  z-index: 30000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}
.sub_room::-webkit-scrollbar{
  display: none;
}

.room_container{
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: space-between;
}
.media_toggle{
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.media_bar{
  height: 100%;
  width: 70px;
  background-color: rgba(49, 49, 49, 0.534) ;
}
.media_bar a{
   width: 100%;
   height: 16.6%;
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   grid-template-rows: repeat(2, 1fr);
   cursor: pointer;
   transition: ease 0.2s;
}
.media_bar a:hover > h2{
  cursor: pointer;
}
.media_bar a svg{
  width: 40px;
  height: 40px;
  margin: auto;
  fill: white;
}
.media_bar a h2{
  width: 100%;
  height: fit-content;
  font-family: var(--font4);
  font-size: 10px;
  color: white;
  text-transform: capitalize;
  text-align: center;
}
.main_v{
  width: 89% ;
  height: 100%;
  display: flex;
  overflow-y: scroll;
}
.main_v::-webkit-scrollbar{
  display: none;
}


.dash2{
  width: 45%;
  height: 95%;
  margin: 5px;
  display: flex;
  justify-content: right; 
  background-color: var(--white);
  /* position: relative; */
}

.room_header{
  width: 95%;
  height: 200px;
  margin: auto;
  margin-top: 15px;
  display: flex;
  justify-content: space-evenly;
  background-color:rgba(49, 49, 49, 0.534);
}
.inform_dash{
  width: 100%;
  height: 100%;
}
.inform_dash_header{
  width: 100%;
  height: 8%;
  border-bottom: 2px solid black;
  font-size: 12px;
  font-family: var(--font4);
  text-transform: capitalize;
  color: #ccc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
}
.dash_logger{
  width: 100%;
  height: 92%;
  overflow-y: scroll;
}
.inform_dash_body{
  width: 100%;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  
}
.dash_logger::-webkit-scrollbar{
  display: none;
}
.members_block{
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.685);
}

.member_inf{
  width: 100%;
  height: 30%;
  background-color: rgba(0, 0, 0, 0.322);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(3, 1fr);
  background-color: rgba(0, 0, 0, 0.741);
}
.member_inf h2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  font-family: var(--font4);
  padding-left: 5px;
  text-transform: capitalize;
  color: white;
}
.room_image{
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  background: linear-gradient( rgb(36, 243, 105) , #4287f5a6 );
  padding: 2px;
}
.secOne{
  height: 100%;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secTwo{
  height: 100%;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
}
.secTwo h3{
  width: 80%;
  height: fit-content;
  text-align: center;
  font-family: var(--logo);
  text-transform: capitalize;
  font-size: 20px;
  color: gold;
  text-shadow:  0 0 10px black;
  background-color: black;
  padding: 5px;
}
#room_type{
  border-radius: 5px;
  
}
.secThree{
  width: 33%;
  height: 100%;
}
.sec_btnhold{
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_btnhold button{
  width: 80%;
  height: 80%;
  outline: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  background-color: black;
  padding: 1px;
  color: white;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font4);
  text-transform: capitalize;
}

#fb1{
   background: conic-gradient( #4287f5a6 200deg  ,rgb(36, 243, 105) 160deg );
}
#fb2{
   background: conic-gradient( rgb(36, 243, 105) 200deg , #4287f5a6 160deg );
}
#fb3{
   background: conic-gradient( #4287f5a6 200deg , rgb(36, 243, 105) 160deg );
}
#fb4{
   background: conic-gradient( rgb(36, 243, 105) 200deg, #4287f5a6 160deg );
}
.sec_btnhold button h5{
  width: 100%;
  height: 100%;
  color: white;
  font-size: 12px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font10);
  text-transform: capitalize;
  border-radius: 5px;
  cursor: pointer;
}
.sec_btnhold a{
  width: 80%;
  height: 60%;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: black;
  color: white;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  font-family: var(--font4);
  text-transform: capitalize;
  cursor: pointer;
  transition: ease 0.5s;
}



.room_footer{
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pluginn{
  width: 100%;
  height: 95%;
  background-color:rgba(49, 49, 49, 0.534);
  display: block;
}
.timeline_header{
  width: 100%;
  height: 15%;
  font-family: var(--font4);
  text-transform: capitalize;
  font-size: 15px;
  padding-left: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  position: relative;
}
.timeline_header::after{
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(30deg,
  #fc03ec,
  blueviolet
  ) ;
  bottom: 0;
  right: 0;
  position: absolute;
}
.timeline_body{
  width: 100%;
  height: 85%;

}




@media screen and (max-width:1300px) {
  .inform_dash_body{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:1000px) {
  .inform_dash_body{
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width:900px) {
  .inform_dash_body{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width:600px) {
  .inform_dash_body{
    grid-template-columns: repeat(2, 1fr);
  }
  .prix{
    font-size: 15px;
  }
  .book-block2{
    height: 30px;
  }
}







@media screen and (max-width:1000px) {
  .main_v{
    display: block;
    padding-top: 1px;
  }
  .dash1{
    width: 100%;
    height: 30%;
  }
  .dash2{
    width: 100%;
    height: 69%;
    margin-top: 3px;
  }
  .xxy{
    justify-content: center;
  }
  .room_header{
    margin-top: 5px;
  }
 
}

@media screen and (max-width:500px) {
  .room_header{
    display: block;
    height: 100%;
  }
  .secOne{
    width: 100%;
    height: 55%;
  }
  .secTwo{
    width: 100%;
    height: 27%;
  }
  .secThree{
    width: 100%;
    height: 18%;
  }
  .room_image{
    width: 115px;
    height: 115px;
  }
  .room_container{
    display: block;
  }
  .media_toggle{
    width: 100%;
    height: 8%;
    justify-content: center;
    align-items: flex-start;
  }
  .main_v{
    width: 100%;
    height: 92%;
  }
  .media_bar{
    height: 95%;
    width: 95%;
    display: flex;
    margin-top: 5px;
  }
  .media_bar a{
    width: 16.6%;
    height: 100%;
    padding-top: 5px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    cursor: pointer;
 }
  .media_bar a svg{
    width: 27px;
    height: 27px;
  }
  .room_footer{
    height: 200px;
  }
  .secThree{
    display: flex;
  }
  .sec_btnhold{
    width: 25%;
    height: 100%;
  }
  .sec_btnhold button{
    width: 90%;
    height: 70%;
  }
  .sec_btnhold a{
    width: 95%;
    height: 65%;
  }
  .secTwo h3{
    font-size: 15px;
    width: fit-content;
    padding: 5px 15px;
  }
  
}

