* {
  padding: 0;
  margin:0;
}

::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
html {
  scrollbar-width: none;
}

/* For Internet Explorer and Edge */
body {
  background-color: #;
  display:flex;
  justify-content: center;
  -ms-overflow-style: none;
}

.entire {
      margin:0;
      padding:0;
      /*background: linear-gradient(to left, #333, #333 50%, #eee 75%, #333 75%);*/
      /*background: linear-gradient(0deg, rgba(0,0,0,1) 30%, rgba(114,115,115,1) 58%, rgba(254,255,255,1) 100%);*/
      background:;
      width: 98%;
      height:100%;
  }

.image > img {
  width:100px;
  height:100px;
}

.banner {
margin:0;
padding:0px;
display:flex;
gap:10px;
height:10%;

background-color: black;
margin-bottom:10px;
}
.clocklogo1 > img {
  width:20px;
  height:20px;
}
.logo > img{
width:20px;
height:25px;

}
  .logo-box1 > img{
    width:25px;
    height:15px;
  }

  .logo-box  > img{
    width:13px;
    height:20px;
  }
.location-box {
display:flex;
margin-left:10px;
}

.clock-box {
display:flex;
}

.artist{
padding:10px;
display:flex;
align-items: end;
color:white;
font-family: "Kantumruy Pro", sans-serif;
font-size:25px;
font-weight:600;
}

.location-box {
display:flex;
gap:10px;
}

.logo {

}

.info {
font-size: 17px;
font-family: "Kantumruy Pro", sans-serif;
font-weight: 400;
color: gray;
background-color:white;
}

.button-box {
display:flex;
justify-content:space-evenly;
align-items:center;

height:50px;
}

.directions {
  letter-spacing: 1.5px;
  color:black;
width:45%;
border-radius:13px;
height:40px;
display:flex;
justify-content:center;
align-items:center;
gap:10px;
background-color:gray;
font-size: 15px;
font-weight: 500;
font-family: "Kantumruy Pro", sans-serif;
}

.directions:hover {
  background: lightgray;
  font-size:17px;
  transition:.2s;
}

.pin-logo {
  width:10px;
  height:20px;
}

.buy {
  letter-spacing: 2px;
width:45%;
height:40px;
display:flex;
border-radius:13px;
justify-content:center;
align-items:center;
gap:10px;
background-color:skyblue;
font-size: 15px;
font-weight: 500;
font-family: "Kantumruy Pro", sans-serif;
}

.buy:hover{
  background-color:green;
  color:white;
  font-size:17px;
  transition:.2s;
}

.info-box {
  background-color: white;
}
.top-box {
background-color:white;
margin-top:5px;
height:27%;
}


.divcont {
  display:flex;
  justify-content: center;
  align-items: center;
  height:30%;
  border-bottom:3px solid black;

}
.box {
width:100%;
  display:flex;
  justify-content: center;
  align-items: center;

}
.box > img {
  padding:10px;
width:10%;
height:80%

  
}

.tab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height:10%;
  background-color: black;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tabs */
.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  background-color: black;
}

/* Tab Hover Effect */
.tab:hover {
  background-color: #00CECB;
  transition: .4s;
}

/* Logo Box */
.logobox {
  width: 50px;
  height: 50%;
  display: block;
}

.container1 {
  width: 98%;
  overflow-y: scroll;
  margin: 0;
  padding: 5px;
 display:flex;
justify-content:center;
align-items: center;
height:60%;
flex-wrap:wrap;
padding-bottom: 100px;
}

.gencon {
  flex-grow:1;
  display:flex;
  justify-content: center;
  width:33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
gap:15px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Kantumruy Pro", sans-serif;
}

.gencon > a {
  text-decoration: none;
  color:black;
  font-size: 15px;
  font-weight: 500;
  font-family: "Kantumruy Pro", sans-serif;
}
.gencon >a:visited {
  .gencon > a {
    text-decoration: none;
    color:black;
    font-size: 15px;
    font-weight: 500;
    font-family: "Kantumruy Pro", sans-serif;
  }
}
.gencon > img {
  width: 50%;
  height: 50%;
}
