.hamclose {
  display: none;
}

.sidetabmain,
.sidetab {
  display: none;
}

@media (max-width: 767px) {
  .cont {
    overflow: auto;
  }
}

/* .tbtn.active {
  background: #000;
} */

/* .menu, */
.cont,
.tx
/* .subback */
/* #log  */ {
  background: #000000b8;
}

.cont div div h2:hover {
  background: #000;
}

/* @media (mim-width: 767px) {
  .cont,
 {
  background: #000000b8;
}
} */

@media (max-width: 767px) {
  .cont div div h2 {
    text-align: center;
  }
  .cont {
    background: #00000000;
  }
}

/* .tbtn div h2:hover {
  background: #000;
} */

.txl {
  cursor: pointer;
}

.slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slide-active {
  display: flex !important;
  opacity: 1 !important;
}

.tx,
.bgslides {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.tx.slide-active,
.bgslides.slide-active {
  opacity: 1;
}
