* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
}
body {
  /*background-color: #5372ef;*/
  /* vdo bg*/
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
/* start vdo bg*/
img { width: 600px; }

.fullscreen-video {
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -10;
}

.bg-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -9;
}

/* end vdo bg*/
.container {
  width: 90%;
  max-width: 37.5em;
  background-color: #ffffff;
  padding: 3em 0.5em;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 0.8em;
}
h3 {
  text-align: center;
  width: 60%;
  margin: 0 auto 2em auto;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  color: #010c39;
}
.draggable-objects,
.drop-points {
  display: flex;
  justify-content: space-around;
  padding: 2em;
}
.draggable-image {
  width: 8em;
  cursor: move;
}
img {
  width: 8em;
  filter: drop-shadow(0 0.3em 0.9em rgba(0, 0, 0, 0.25));
}
.countries {
  width: 10em;
  height: 8em;
  display: grid;
  place-items: center;
  border: 0.25em dashed #010c39;
  border-radius: 0.8em;
}
.dropped {
  padding: 0;
  background-color: #e5ffc8;
}
.controls-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #00acee;
  flex-direction: column;
  top: 0;
}
.controls-container button {
  font-size: 1.12em;
  padding: 0.8em 1em;
  border-radius: 0.2em;
  border: none;
  outline: none;
  color: #010c39;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.controls-container p {
  color: #ffffff;
  font-size: 2em;
  margin-bottom: 1em;
}
.hide {
  display: none;
}
/*btn*/
.main-play-btn{
  margin: 0px 20px;
  padding-top: 5px;
  color: #ffffff;
  background: linear-gradient(97deg,rgba(108,203,255,1) 0%, rgba(0,148,255,1) 100%);
  width: 210px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  border-radius: 14px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.13);
  font-family: Sigmar One;
  box-shadow: rgb(79,148,238) -0px 1px,
  rgb(15,82,144) -0px 2px, rgb(15,82,144) -0px 3px,
  rgb(15,82,144) -0px 4px, rgb(15,82,144) -0px 5px,
  rgb(15,82,144) -0px 6px, rgb(15,82,144) -0px 7px,
  rgb(15,82,144) -0px 8px, rgb(15,82,144) -0px 9px,
  rgb(15,82,144) -0px 10px, rgb(15,82,144) -0px 11px;
  transform: translate3d(8px, -8px, 0px);

}
.main-play-btn{
  position: relative;
}
.main-play-btn::before{
  position: absolute;
  content: '';
  left: 34px;
  top: -8px;
  z-index: 3;
  background-image: url(img/bg_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
}
.main-play-btn:hover{
  background:linear-gradient(97deg, rgba(225,209,64,1) 0%, rgba(255,177,1,1) 100%);
  box-shadow: #e3a700 -0px 1px, #e3a700 -0px 2px,
  #e3a700 -0px 3px, #e3a700 -0px 4px,
  #e3a700 -0px 5px, #e3a700 -0px 6px,
  #e3a700 -0px 7px, #e3a700 -0px 8px,
  #e3a700 -0px 9px, #e3a700 -0px 10px,
  #e3a700 -0px 11px;
}
/*play-btn*/
.main-play-btn{
  margin: 0px auto;
  width: 290px;
  height: 60px;
  font-size: 2rem;
}
.main-play-btn::before{
  left: 5px;
  top: 0px;
}
