.body {
  background-color: #fff;
}

.image {
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 780px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  width: 100%;
  direction: rtl;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #222;
  font-size: 100px;
  line-height: 120px;
  text-align: center;
}

.button2 {
  min-width: 180px;
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #87318c;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
  direction: rtl;
  font-family: Cairo, sans-serif;
  color: #87318c;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.button2:hover {
  border-color: #ed0282;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #ed0282;
}

.button1 {
  min-width: 180px;
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #87318c;
  border-radius: 20px;
  background-color: #87318c;
  direction: rtl;
  font-family: Cairo, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.button1:hover {
  border-color: #ed0282;
  background-color: #ed0282;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
  background-clip: border-box;
}

._0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  max-width: 600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 100%;
  max-width: 380px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button3 {
  min-width: 180px;
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #acacac;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
  direction: rtl;
  font-family: Cairo, sans-serif;
  color: #ed0282;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.button3:hover {
  border-color: #ed0282;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #ed0282;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 37px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e6e6e6;
  border-radius: 100px;
  text-decoration: none;
}

.div-block-3:hover {
  background-color: #ececec;
}

.text-block {
  font-family: Cairo, sans-serif;
  color: #ed0282;
  font-size: 15px;
  font-weight: 700;
}

.image-3 {
  margin-left: 10px;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 780px;
  margin-top: 146px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 100%;
  max-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 780px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.day {
  margin-left: 10px;
  font-family: Cairo, sans-serif;
  color: #87318c;
  font-size: 15px;
  font-weight: 700;
}

.time {
  font-family: Cairo, sans-serif;
  color: #ed0282;
  font-size: 15px;
  font-weight: 700;
}

.time-dv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 33px;
  min-width: 210px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #e6e6e6;
  border-radius: 100px;
  background-color: #f8f8f8;
}

.time-dv:hover {
  background-color: #ececec;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 37px;
  margin-right: 10px;
  margin-bottom: 11px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e6e6e6;
  border-radius: 100px;
  text-decoration: none;
}

.back-button:hover {
  background-color: #ececec;
}

.day-copy {
  margin-left: 0px;
  font-family: Cairo, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 33px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e6e6e6;
  border-radius: 100px;
  background-color: #ececec;
}

._2b {
  display: none;
  width: 80%;
  max-width: 780px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  ._1 {
    width: 80%;
    max-width: none;
  }

  .div-block-3 {
    margin-top: 10px;
  }

  ._2 {
    width: 100%;
    max-width: none;
  }

  ._1page {
    width: 80%;
    max-width: none;
  }

  .time-dv {
    margin-top: 0px;
  }

  .back-button {
    margin-top: 10px;
  }

  .title {
    margin-top: 0px;
  }

  ._2b {
    width: 80%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  ._1 {
    margin-top: 80px;
  }

  ._2 {
    margin-top: 80px;
  }

  ._1page {
    margin-top: 80px;
  }

  ._2b {
    margin-top: 80px;
  }
}

@media screen and (max-width: 479px) {
  ._1 {
    width: 80%;
    height: auto;
    max-width: none;
    margin: 45px auto 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .heading {
    margin-top: 0px;
    font-size: 50px;
    line-height: 59px;
  }

  .button2 {
    width: 90%;
    margin-top: 10px;
  }

  .button1 {
    width: 90%;
    margin-top: 10px;
  }

  .button3 {
    margin-top: 10px;
  }

  .div-block-3 {
    width: 100%;
  }

  .home {
    height: 100vh;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._2 {
    width: 80%;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  ._1page {
    width: 80%;
    height: auto;
    max-width: none;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .time-dv {
    width: 100%;
  }

  .back-button {
    width: auto;
  }

  .title {
    width: 100%;
  }

  ._2b {
    width: 80%;
    height: auto;
    max-width: none;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

