@media screen and (min-width: 801px) {
html {
  font-family: "font2", Arial, sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  letter-spacing: 0.5px;
  background: url('/media/image/bg-english-words.jpg');
}

/* head */

.head {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 5;
  top: 0px;
  height: 750px;
  /* background: url('/media/image/english-kids.png'); */
  /* opacity: .5; */
  background-size: 100%;
  /* background-color: rgba(110,70,110,1); */
  background-color: rgba(255,255,255,.5);
  /* border-bottom: 2px solid #ffffff; */
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 100px 2px rgba(90,60,90,.3);
  /* box-shadow: 0px 0px 6px 6px rgba(255,255,255,1); */
}

.head-2 {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 5;
  top: 0px;
  height: 800px;
  background: url('/media/image/english-kids.png');
  /* opacity: .5; */
  /* background-color: rgba(110,70,110,1); */
  background-color: rgba(255,255,255,0);
  /* border-bottom: 2px solid #ffffff; */
  backdrop-filter: blur(15px);
  box-shadow: 0px 0px 100px 2px rgba(90,60,90,.3);
  /* box-shadow: 0px 0px 6px 6px rgba(255,255,255,1); */
}

.block-0 {
  top: 0px;
  width: 1210px;
  height: 750px;
  /* margin: 10px; */
  /* padding: 10px; */
  z-index: 5;
  /* background-color: rgba(255,255,255,0); */
backdrop-filter: blur(6px);
  /* border-radius: 20px; */
  /* border: 1px solid rgba(255,255,255,1); */
}

.block-0-img {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  backdrop-filter: sepia(100%);
  -webkit-mask-image:-webkit-gradient(linear, center center, right center, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  /* -webkit-mask-image:-webkit-gradient(linear, center center, left center, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); */
  /* mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); */
  /* margin: 10px; */
  /* width: 600px; */
  /* padding: 20px;//  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, .1)); */
}

.block-0-title-1 {
  display: block;
  position: absolute;
  width: 400px;
  z-index: 20;
  top: 90px;
  right: 150px;
  color: rgba(100,80,120,1);
  font-family: "font2";
  font-weight: bold;
  font-size: 35px;
  text-align: center;
//  filter: drop-shadow(0px 0px 50px rgba(255,255,255,1));
//  -webkit-text-stroke: 4px rgba(255,255,255,1);
//paint-order: stroke fill;
}

.block-0-title-2 {
  display: block;
  position: absolute;
  top: 190px;
  right: 150px;
  width: 400px;
  z-index: 20;
  color: rgba(100,80,120,1);
  font-family: "font2";
  font-size: 24px;
  text-align: center;
//  font-weight: bold;
//  text-shadow: 0px 2px 10px rgba(255,255,5,1);
//  filter: drop-shadow(0px 0px 50px rgba(255,255,255,1));
//  text-shadow: 0px 2px 15px #994444;
}

.head-continue {
  border: 0px;
  top: 4404x;
}

.head-continue-image {
  width: 80px;
}

/* content */

.content {
  line-height: 1;
  z-index: 30;
  opacity: 1;
  top: 735px;
//  padding: 10px 10px 10px 10px;
//  margin: 10px;
  width: 1200px;
  color: rgba(20 0 40,1);
  box-shadow: 0px 0px 20px 1px rgba(200,190,210,0.5);
  border-radius: 8px;
  border: 5px solid rgba(255,255,255,1);
}

.content p {
font-size: 15px;
//font-weight: bold;
  color: rgba(80,60,100,.8);
}

.block {
  z-index: 10;
  display: block;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width:100%;
  padding: 0px;
  padding-bottom: 50px;
  text-align: center;
  background-color: rgba(109, 132, 150, 0.1);
  opacity: 100%;
//  border-radius: 10px;
}

.block-item {
margin: 0px 0px 0px 0px;
}

.block:hover {
}

.block::before {
  top: 100px;
}

.block-title {
  z-index: 20;
  font-size: 30px;
  font-weight: bold;
  padding: 20px;
  margin: 0px 0px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(100,80,120,0.8);
  color: #ffffff;
}

.block-subtitle {
  /* width: 90%; */
  z-index: 20;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  margin: 5px 0px 40px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(100,80,120,.1);
  color: rgba(100,80,120,1);
}

.block:nth-child(odd) {
  background-color: #ffffff;
}

.block:nth-child(even) {
  background-color: #ffffff;
}

.block img {
  max-width: 500px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(10px);
  margin: 20px;
//  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 1));
  border-radius: 4px;
}

/* foot */

.foot {
  z-index: 50;
  top: 700px;
  padding: 20px 0px 20px 0px;
  background-color: rgba(40,20,60,1);
  color: rgba(255,255,255,1);
}

.foot img{
  width: 50px;
  margin: 10px;
}

.foot a{
font-weight: bold;
color: rgba(160,200,250,1);
}
}
