@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap");
body {
  font-family: "Cairo", sans-serif !important;
  position: relative;
  height: 100%;
}

.side_content {
  width: 100%;
  height: calc(100% - 160px);
  margin: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

.side_content .first_screen {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #eee;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 70px 130px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.side_content .first_screen h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
}

.side_content .first_screen button {
  margin: 60px auto 0 auto;
  background: #009688;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 45px 8px 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 19px;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 0;
}

.side_content .first_screen button:hover {
  color: #fff;
  background: #028276;
}

.side_content .content_play {
  width: 90%;
  height: 80%;
  background: #eee;
  margin: 0 auto;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  padding: 65px 20px 20px 20px;
  border: 2px solid #009688;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.side_content .content_play .track {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: #009688;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side_content .content_play .track p {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.side_content .content_play .track p span {
  color: #fff;
}

.side_content .content_play .track p span:first-of-type {
  font-size: 29px;
}

.side_content .content_play .track p span:last-of-type {
  font-size: 20px;
}

.side_content .content_play .track p span:nth-of-type(2) {
  margin: 0 -3px;
}

.side_content .content_play .sections {
  width: 100%;
  height: 100%;
  position: relative;
}

.side_content .content_play .sections .secti {
  width: 700px;
  height: 100%;
  margin: 0 auto;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.side_content .content_play .sections .secti.show {
  display: block;
}







.side_content .content_play .sections .secti .img {
  width: 290px;
  height: 290px;
  margin: 0 auto;
  display: block;
}







.side_content .content_play .sections .secti .img img {
  width: 100%;
  height: 100%;
}

.side_content .content_play .sections .secti .text {
  width: 100%;
}

.side_content .content_play .sections .secti .text h3 {
  text-align: center;
  margin: 25px 0 0 0;
  font-size: 25px;
}

.side_content .content_play .sections .secti .btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.side_content .content_play .sections .secti .btns button {
  background: #009688;
  border: 0;
  padding: 11px 0px;
  color: #fff;
  outline: none;
  font-size: 17px;
  width: 135px;
  border-radius: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.side_content .content_play .sections .secti .btns button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 3px;
}

.side_content .content_play .sections .secti .btns button:not(:last-of-type) {
  margin-left: 50px;
}

.side_content .content_play .result {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.side_content .content_play .result h3 {
  text-align: center;
  font-size: 68px;
  color: #009688;
  font-weight: 600;
}

.side_content .content_play .result p {
  text-align: center;
  font-size: 33px;
  margin: 33px 0 0 0;
}

.side_content .content_play .result p span {
  color: #f00;
}

.side_content .content_play .result button {
  background: #009688;
  border: 0;
  padding: 11px 0px;
  color: #fff;
  outline: none;
  font-size: 17px;
  width: 135px;
  border-radius: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 50px auto 0 auto;
  display: block;
}

.addPart {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  height: 160px;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .side_content .first_screen,
  .side_content .content_play {
    width: 98%;
  }
  .side_content .content_play .sections .secti {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .side_content .content_play .sections .secti .btns button:not(:last-of-type) {
    margin-left: 12px;
  }
  .side_content .content_play .sections .secti .img {
    height: 260px;
  }
  .side_content .first_screen {
    padding: 70px 30px;
  }
  .side_content .first_screen h2 {
    font-size: 35px;
  }
}

@media (max-width: 500px) {
  .side_content .content_play .sections .secti .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .side_content .content_play .sections .secti .btns button {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 400px) {
  .side_content .content_play .sections .secti .btns button {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .side_content {
    position: unset;
    margin-top: 25px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .side_content .first_screen {
    position: unset;
    margin: 0 auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .side_content .content_play {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: unset;
    width: 98%;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 53px 20px 20px 20px;
  }
  .side_content .content_play .sections .secti {
    position: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .side_content .content_play .sections .secti .img {
    height: 200px;
  }
  .side_content .content_play .sections .secti .text h3 {
    margin: 17px 0 0 0;
    font-size: 22px;
  }
  .side_content .content_play .sections .secti .btns {
    margin-top: 19px;
  }
  .side_content .content_play .sections .secti .btns button {
    font-size: 15px;
  }
  .side_content .content_play .track {
    top: -25px;
    width: 70px;
    height: 70px;
  }
  .side_content .content_play .track p span:first-of-type {
    font-size: 20px;
  }
  .side_content .content_play .track p span:last-of-type {
    font-size: 16px;
  }
  .side_content .content_play .track p span:last-of-type {
    font-size: 16px;
  }
  .side_content .content_play .result h3 {
    font-size: 47px;
  }
  .addPart {
    position: unset;
    background: #0c0c0c40;
    margin: 30px auto 0 auto;
  }
}

@media (max-height: 910px) {
  .side_content {
    position: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 65px;
  }
  .side_content .first_screen {
    position: unset;
    margin: 0 auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .side_content .content_play {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .side_content .content_play .sections .secti {
    position: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .addPart {
    position: unset;
    background: #0c0c0c40;
    margin: 30px auto 0 auto;
  }
}
/*# sourceMappingURL=main.css.map */