body {
       background: url('https://i.imgur.com/yCv30Ge.jpeg');
       background-size:fit;
       font-family:Anta;
       color: #28272e;
	   margin: 0;
      }
.content {
	background-color: #efefef;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	padding: 50px;
	font-size:16px;
	position:relative;
}
h1 {
	font-size:24px;
	font-weight:normal;
}
.icon {
	width:200px;
	border-radius:100px;
	margin:20px;
}
hr {
	margin:0px;
}
.col {
	grid-template-columns: 0.15fr 1fr;
	display: grid;
}
.maincol {
	grid-template-columns: 0.1fr 1fr;
	display: grid;
	gap: 50px;
}
select, option {
	background-color:lightpink;
	font-weight:bold;
	border-radius:25px;
	padding:10px;
	margin-top:10px;
	margin-bottom:20px;
	border: 4px solid black;
	width:100%;
}
a {
	color:grey;
	text-decoration:none;
}
a:hover {
	color: hotpink;
	text-decoration:underline;
}
.illust-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	display: grid;
	gap: 10px;
}
.illust-grid img {
	width: 25%;
}


.date {
  position:fixed;
  font-size: 14px;
  right: 50px;
  bottom: 10px;
}

.box {
  background-color: grey;
  background-size: cover;
  height: 25vh;
  box-shadow: 0px 0px 8px;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 25px;
}

.box:hover, .box:focus {
  border: 5px solid white;
}

.name {
  display: none;
}

.sub {
 color: white;
 font-size: 16px;
}

a:hover big {
  display: block;
   height: 80vh;
   width: 80vw;
   position: fixed;
   top: 30px;
   left: 150px;
}

.big {
  display: none;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  height: 100%;
  max-height: 80vh;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  border: 900px solid #00000000;
}

.big.show {
  display: block;
}

.big img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  z-index:10;
}

.box:hover .name {
  display: block;
  background-color: black;
  position: fixed;
  left: 0px;
  bottom: 0px;
  padding: 10px 50px 10px 50px;
  font-size: 30px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: white;
}

#tabs li {
  list-style: none;
  display: inline-block;
  background: lightgray;
  padding: 5px 10px;
  cursor: pointer;
}

#tabs li:hover {
	background: lightpink;
}

#container>div {
  display: none;
}

#container>div.active {
  display: block;
}


.tabs2contain {
	position:absolute;
	top:0px;
	left:385px;
}

#tabs2 li {
  list-style: none;
  display: inline-block;
  background: #efefef;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 25px 25px 0px 0px;
}

#tabs2 li:hover {
	background: lightpink;
}

#container2>div {
  padding: 0px;
  display: none;
}

#container2>div.active {
  display: block;
}

.half {
	grid-template-columns: 1fr 1fr;
	display: grid;
	gap:80px;
}

.comm img {
	width: 100%;
	margin:20px;
}

.comm h1 {
	font-size:36px;
	margin:0;
}

.comm p {
	font-size:18px;
}

button {
	background: lightpink;
	padding:20px 40px 20px 40px;
	border-radius:25px;
	margin:20px;
	border: 0px;
	font-size:16px;
	font-weight:bold;
	width:80%;
}

button:hover, button:focus {
	background:#ad365a;
	color:white;
	cursor:pointer;
}

.price {
	background: #8cdbc1;
	padding:5px;
	border-radius:10px;
	font-size:28px;
}
.content2 {
	margin-top:80px;
}

@media only screen and (max-width: 860px) {
  .content {
  margin: 0;
  }
  .maincol {
	width: 100%;
	display:block;
  }
  .tabs2contain {
	position:fixed;
	top:0px;
	left:-50px;
	margin:0;
	padding:0;
	z-index:3;
}

	#tabs2 li {
	  display: block;
	  padding: 10px 0px 10px 0px;
	  border-radius: 15px;
	  margin:0px;
	  writing-mode: vertical-lr;
	  line-height:10px;
	  border:3px solid black;
	}
	.half {
	display:block;
	}
	.comm img {
	width: 80%;
	margin:10px;
}
	#lang-switch {
	width:50%;
	}
	.date {
  position:fixed;
  font-size: 14px;
  left: 50px;
  right:auto;
  bottom: 10px;
	}
  .box:hover .name {
  font-size: 24px;
  text-align:left;
}
.sub {
 font-size: 12px;
 margin-left:90px;
}
}

@media only screen and (max-width: 1200px) {
	.illust-grid {
	grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 600px) {
	.illust-grid {
	grid-template-columns: 1fr 1fr;
}
  #lang-switch {
    width:100%;
    height:50px;
    font-size:24px;
    color:black;
  }
}
