body {
  background: #0084c2;
}
.box {
  position: relative;
  margin: auto;
  display: block;
  margin-top: 8%;
  width: 600px;
  height: 420px;
  background: none;
  border: 3px solid white;
  border-radius: 5%;
}
.ellipse-1 {
  position: absolute;
  width: 35%;
  height: 50%;
  top: 25%;
  left: 16.5%;
  background: #ffffff;
  -webkit-clip-path: ellipse(28% 48% at 50% 50%);
  clip-path: ellipse(28% 48% at 50% 50%);
  z-index: 1;
}
.ellipse-2 {
  position: absolute;
  width: 40%;
  height: 50%;
  top: 25%;
  left: 28%;
  background: #ffffff;
  -webkit-clip-path: ellipse(28% 48% at 50% 50%);
  clip-path: ellipse(28% 48% at 50% 50%);
  z-index: 2;
}
.circle-cut {
  position: absolute;
  width: 15%;
  height: 25%;
  top: 31%;
  left: 52%;
  background: #0084c2;
  border-radius: 50%;
  z-index: 3;
}
.ellipse-3 {
  position: absolute;
  width: 7%;
  height: 15%;
  top: 12%;
  left: 39%;
  background: #ffffff;
  -webkit-clip-path: ellipse(28% 48% at 50% 50%);
  clip-path: ellipse(28% 48% at 50% 50%);
  transform: rotate(20deg);
  z-index: 1;
}