@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

html,body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1b1b1b;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  user-select: none;
}

#container{
  position: absolute;
  width: 100%;
  height:100%;
  top: 50%;
  left: 50%;
transform: translate(-50%,-50%);
background: radial-gradient(closest-side, #3a3a3a, transparent);
border: #000000 solid 2px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.flex-c-c{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 90px;
  
}
#explose{
padding: 0 20px;  
z-index: 888888888888888888;
cursor: pointer;
}
#content_right_textures img{
  width: 90px;
  height: 90px;
  border-radius: 10px;
}
.App {
  text-align: center;
  height: auto;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  display: flex;
  user-select: none;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  
  z-index:0 ;
}
nav {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 10px #999;
}
nav ul {
  width: 80%;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}
nav .logo {
  font-weight: 800;
  font-size: 2.6rem;
  width: fit-content;
}
nav ul li {
  font-size: 1.2rem;
}
.content {
  width: 100%;
  position: relative;
  height:100vh;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  
}

.title {
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  text-align: left;
}
.title_secondary {
  color: grey !important;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.type_list {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.type_list_item {
  height: 45px;
  width: 45px;
  /* background-color: #bbb; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  margin:  0 10px 8px;
}

.content_right_bottom button {
  background: black;
  color: white;
  border-radius: 4px;
  border: none;
  padding: 12 20px;
  font-weight: bold;
  width: 250px;
  margin: 10px 0;
  height: 50%;
}
.type_list_texture {
  width: 50%;
  margin-bottom: 20px;

}

.content_right_bottom h3 {
  height: 20%;
}
.content_text h1 {
  margin: 20px;
}
.content_bottom_button {
  border-radius: 15px;
  background: white;
  border: none;
  margin: 0 10px;
  padding: 8px 30px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.1s linear;
}
/* .content_bottom_button:hover {
  background: black;
} */
.top-navigation{
  display: flex;
  position: fixed;
  left: 50%;
  top: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  z-index: 10000;
  margin-left: auto;
  transform: translateX(-50%);
}
.top-nav-item{
  padding: 0 0px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.4rem;
  z-index: 555;
  font-weight: 500;
  position: relative;
  width: 40px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bottom-navigation {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: rgba(255,255,255,0.9) !important;
  padding: 0 10px;
  border-radius: 40px;
  box-shadow: 0 2px 20px rgba(159, 162, 177, 0.8);
  align-items: center;
  justify-content: space-around;
  height: 50px;
  z-index: 10000;
  margin-left: auto;
}
.bottom-navigation-responsive {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 0 60px;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);
  align-items: center;
  justify-content: space-around;
  height: 64px;
  margin: 10px 0;
}
.nav-item {
  padding: 0 0px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.4rem;
  z-index: 555;
  font-weight: 500;
  position: relative;
  width: 140px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}


.bottom-navigation-responsive {
  display: none;
}

.nav-indicator {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 120px;
  border-radius: 18px;
  transition: 0.4s;
  height: 65%;
  z-index: 1;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  left: 10px;
}
.top-indicator {
  position: absolute;
  background: rgb(0, 0, 0,0.1);
  height: 120px;
  border-radius: 18px;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 65%;
  z-index: 5555555555555555;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  left: 50px;
}
.ligne2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  height: 90%;
  width: 100%;
}
.ligne3 {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: fit-content;
  padding: 0 2%;
  position: relative;
  align-self: center;
}
#content_left{
  padding: 5px;
  display: flex;
  flex-direction: column;

}
.content_left {
  width:auto;
  height: auto;
  margin-top: 15%;
  margin-left: 20px;
  /* background-color: rgba(128, 128, 128, 0.24); */
  z-index: 10000;
  cursor: pointer;
  display: flex;
}
#content_left img:hover{
  /* background-color: rgb(228, 228, 228); */
  border-radius:10px;
  outline: 1px   solid rgb(255, 255, 255);
}
#content_left img{
  margin-left: 10px;
  width: 80px;
  height: 80px;
}

.content_right {
  width: auto;
  margin-top: 15%;
  margin-right: 20px;
  background-color: transparent;
  z-index: 10000;
  position: flex;
}
.content_middle {
  width: 90%;
  height: 100%;
  /* background-image: url("./images/secondBg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
}
.content_bottom {
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content_right_bottom {
  max-height: 100%;
  height: 100%;
}
#content_right_colors,#content_right_textures{
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-around; 
}
#content_right_textures img{
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
#content_right_textures img:hover{

  
  outline: 1px   solid rgb(255, 255, 255);
}
#clr,#txt{
  margin-bottom: 10px;
  color: #999;

}


@media only screen and (max-width:850px)   {
  .fs{
    display: none;
  }
  .top-navigation{
    left: 99%;
    transform: translateX(-100%);
    transform-origin: "50% 50%";
    top: 5px;
    z-index: 99999999999999999;
  }
  /* .top-navigation{
    left: 75%;
    transform: translateX(-100%) !important;
    transform: rotate(90deg) !important;
    top: 30px;
    z-index: 99999999999999999;
  } */
  #content_right_content{
    display: flex;
    width: fit-content;
    justify-content: space-between;
  }
.ligne2{
  /* height:100% !important; */
  flex-direction: column;
  align-items: center;
}
.content_right,.content_left{
  display: flex;
  background: rgba(255,255,255,0.2);
 
}
.content_left{
  display: none;
  margin: 0 !important;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
 padding: 2% 0;
 flex-direction: column;
}
#content_left img{
  margin-left: 5px !important;
  width: 55px;
  height: 55px;
}
.content_right{
  margin: 0 !important;
  width: 100%;
  padding: 2% 0;

  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
#content_right_colors, #content_right_textures {
align-items: center;
justify-content: space-around ;
width: 100%;
}
#clr,#txt{
text-align: center;
}
.right-nav-parent{
  position: absolute;
  top: 50%;
  left: 100%;
  transform:translate(-100%,-50%) ;
  z-index: 555555555555555;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 80px;
}
#explose-responsive{
  padding: 8px;
  align-self: center;
 
}
.right-nav-responsive{
  min-height: 30px;
  background: rgba(255,255,255,0.2);
 
  height: auto;
  width: auto;
  border-radius: 20px 0px 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  height: auto;
  align-items: center;

}
.right-nav-responsive-button{
  font-size: 1.4rem;
  cursor: pointer;
  background: rgba(131, 130, 130,0.6);
  border-radius: 50%;
  color:white;
  font-weight: 400;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 2% 2%;
  justify-content: space-around;
}
.right-nav-responsive ul{
list-style-type: none;
display: flex;
align-items: center;
overflow: hidden;
height: auto;
flex-direction: column;
justify-content: space-around;
}
.right-nav-responsive ul li{
margin: 30px 8px;
font-size: 1.2rem;
text-align: left;
border-bottom: 2px solid #fcab18;
width: auto;
color: white;
cursor: pointer;
}






.ligne3{
  height: 0%;
  overflow: hidden;
}


.hide{
  height: 0;
  overflow: hidden;
}
.show{
  height: auto;
}
#content_left{
  padding: 5px;
  display: flex;
  flex-direction: row;

}

#content_left img{
  margin: 0;
  margin: 5px;
}
.type_list_texture{
  margin: 0;
}
#content_bottom_responsive_button,#top_content_buttom{
  font-size: 1.4rem;
  cursor: pointer;
  background: rgba(131, 130, 130,0.6);
  border-radius: 50%;
  color:white;
  font-weight: 400;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 2% 2%;
  justify-content: space-around;
}
#top_content_buttom,#content_bottom_responsive_button,#right-nav-responsive-button,.right-nav-responsive,.right-nav-parent{
  display: flex !important;
  
}
}

.fs-responsive{
  margin-bottom: 8px;

}
.fs-responsive img{
  
  z-index: 77777777777777777777777777;
}
#top_content_buttom,#content_bottom_responsive_button,#right-nav-responsive-button,.right-nav-responsive,.right-nav-parent{
  display: none;
}
.fs{
  position: fixed;
  top: 15px;
  right: 30px;
  z-index: 999999999999999999;
  cursor: pointer;
}
.pbcontainer{
  position: fixed;
  top: 12px;
  cursor: pointer;
  left: 12px;
  background: #FAFAFA;
  border-radius: 40px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 0 1.8px gray  ;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  min-width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-align: left;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 55555555555555555555555555555555555;
}
.pbcontainer1{
  opacity: 1;
  width: auto;
  font-size: 0px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  text-decoration: none;
margin: 0 5px;
}
/* .pbcontainer:hover{
  padding: 0 2%;

} */
/* .pbcontainer:hover .pbcontainer1 ,.pbcontainer:hover .pbcontainer1 {
  font-size: 0.8rem;
  font-weight: 400;
  width: auto;
  color: black !important;
  opacity: 1;
} */
.flex-center-col{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  width:100%;
  /* border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
}
#logo{
  width: 45px;
  height: auto;
  padding-right: 7px;
  cursor: pointer;
}
#loading img {
  width: 200px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  }
  #loadertxt {
    width: fit-content;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    font-size: x-large;
    color: #999;
    }
  #loading {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #212121;
    }
/*# sourceMappingURL=index.css.map */