.web-body {
  background-color: #27a8e0;
}

.color-pallate {
  background-color: #050505;
}


@font-face {
  font-family: FFMalmoom;
  src: url(../fonts/FFMalmoom-Regular.ttf);
} 

.centered {
  text-align: right;
  width: 100%;
  position: absolute;
  top: 47%;
  left: 35%;
  transform: translate(-50%, -50%);
  font-family: FFMalmoom, sans-serif;
  color: #0b5092;
  font-size: 6vw;
  font-weight: bold;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,San Francisco,Helvetica Neue,Helvetica,Ubuntu,Roboto,Noto,Segoe UI,Arial,sans-serif;
}

.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}



button:hover, .button:hover {
  border-color: #cdd;
}

.share-button {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Diaborient012, sans-serif;
  color: #232054;
  font-size: 20px;
  line-height: 1.5em;
 
}

.copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

.share-dialog {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}

header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}





.color-code {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.paragraph {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.webpage {
  width: 100vw;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 0px;
  -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;
  background-color: #f9f9f9;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 300px;
  margin: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #f9f9f9;
  text-align: left;
}

.action-button {
  position: static;
  margin-right: 0vw;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.image {
  width: 100%;
}

.button {
  padding: 10px 20px 15px;
  border-radius: 15px;
  background-color: #0457a2;
  font-family: Diaborient012, sans-serif;
  font-size: 30px;
  line-height: 2em;
  text-align: center;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  padding-top: 0px;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  margin-right: 0vw;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  direction: rtl;
  font-family: 'Diaborient012 traditional', sans-serif;
  color: #f9f9f9;
  text-align: right;
}

.paragraph-2 {
  direction: rtl;
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.invitation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hedading {
  padding-right: 100px;
  padding-bottom: 40px;
  padding-left: 100px;
}

.message-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.or---text {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block {
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  font-size: 30px;
}

.button-2 {
  background-color: #f2f09a;
  color: #050505;
  font-size: 50px;
}

.button-3 {
  background-color: #f2f09a;
  color: #050505;
}

.message-type-button {
  padding: 20px 39px;
  border-style: solid;
  border-width: 5px;
  border-color: #f9f9f9;
  border-radius: 20px;
  background-color: transparent;
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 700;
}

.message-type-button:hover {
  background-color: #f9f9f9;
  opacity: 1;
  color: #27a8e0;
}

.description-text {
  direction: rtl;
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: right;
}

.text-field {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 15px;
  font-family: Diaborient012, sans-serif;
  color: #49575f;
  font-size: 30px;
  line-height: 1.5em;
  text-align: right;
}

.form {
  padding: 0px;
  font-size: 50px;
  line-height: 1.5em;
}

.genertated--photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phone-screen {
  width: 500px;
  margin-right: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.share-button {
  width: auto;
  padding-top: 50px;
  padding-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone--text {
  padding-right: 0px;
  direction: rtl;
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: right;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 20px 20px 20px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 15px;
  background-color: #0457a2;
  direction: rtl;
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.download-description {
  direction: rtl;
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: right;
}

.bold-text {
  font-size: 20px;
  font-weight: 300;
}

.div-block {
  height: auto;
}

.events-add-description {
  margin: 40px 300px;
  direction: rtl;
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  text-align: center;
}

.image-3 {
  display: block;
  width: 300px;
}

.logo-2 {
  padding: 57px 50px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #f9f9f9;
}

.body {
  background-color: #27a8e0;
}

.countdown {
  height: auto;
  padding: 15px;
  background-color: #e5e5e4;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 33px;
  line-height: 1.6em;
  font-weight: 300;
  text-align: right;
}

.heading-3.title {
  text-align: center;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  padding-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Diaborient012, sans-serif;
  font-size: 22px;
  line-height: 1.5px;
}

.clock-label {
  margin-top: 10px;
  margin-right: 0px;
  font-family: Diaborient012, sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.add-to-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apple-calendar {
  min-height: 60px;
  min-width: 300px;
}

.calendar-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 60px;
  min-width: 300px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.calendar-add:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #f9f9f9;
  background-color: transparent;
}

.devices-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 60px;
  min-width: 40vw;
  padding: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 10px;
}

.text-block-5 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Diaborient012, sans-serif;
}

.text-buttum {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Diaborient012, sans-serif;
  color: #232054;
  font-size: 20px;
  line-height: 1.5em;
}

.sticker-creator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.stciker-image {
  display: block;
  max-width: none;
  margin: 20px 400px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.sticker-fill-information {
  max-width: none;
  margin: 40px 300px;
}

.hadis {
  margin-right: 170px;
  margin-left: 170px;
  font-family: 'Diaborient012 traditional', sans-serif;
  text-align: right;
}

.action-buttom {
  min-height: 60px;
  min-width: 300px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.action-buttom:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #f9f9f9;
  background-color: transparent;
}

.heading-4 {
  font-size: 33px;
  line-height: 1.6em;
}

.div-block-4 {
  min-width: 300px;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.form-block-2 {
  display: block;
  min-height: auto;
  min-width: auto;
  margin-bottom: 0px;
  -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;
}

.text-field-3 {
  min-height: 60px;
  min-width: 40vw;
  margin-top: 40px;
  padding: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  font-family: Diaborient012, sans-serif;
  font-size: 22px;
}

.div-block-5 {
  min-height: auto;
  min-width: auto;
}

.fill-name {
  padding: 0px;
}

.image-7 {
  display: block;
}

.copywrite {
  min-height: 100px;
}

.text-copywrite {
  padding: 50px;
}

.text-block-6 {
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  font-weight: 400;
  text-align: center;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.action-buttom-2 {
  min-height: 60px;
  min-width: 300px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.action-buttom-2:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #f9f9f9;
  background-color: transparent;
}

.countdown-2 {
  height: auto;
  padding: 15px;
  background-color: #e5e5e4;
}

.description-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  margin-top: 0px;
  margin-right: 0vw;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  direction: rtl;
  font-family: 'Diaborient012 traditional', sans-serif;
  color: #f9f9f9;
  text-align: right;
}

.calendar-add-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 60px;
  min-width: 300px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.calendar-add-2:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #f9f9f9;
  background-color: transparent;
}

.events-add-description-2 {
  margin: 40px 300px;
  direction: rtl;
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  text-align: center;
}

.text-block-7 {
  font-family: Diaborient012, sans-serif;
  color: #f9f9f9;
  font-weight: 400;
  text-align: center;
}

.header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 0px;
  -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;
  background-color: #f9f9f9;
}

.logo-3 {
  width: 300px;
  margin: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #f9f9f9;
  text-align: left;
}

.body-2 {
  background-color: #27a8e0;
}

@media screen and (max-width: 991px) {
  .events-add-description {
    margin-right: 85px;
    margin-left: 85px;
  }

  .calendar-add {
    min-width: 300px;
  }

  .devices-type {
    height: auto;
  }

  .stciker-image {
    margin-right: 85px;
    margin-left: 85px;
  }

  .sticker-fill-information {
    margin-right: 85px;
    margin-left: 85px;
  }

  .hadis {
    margin-right: 60px;
    margin-left: 60px;
  }

  .calendar-add-2 {
    min-width: 300px;
  }

  .events-add-description-2 {
    margin-right: 85px;
    margin-left: 85px;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .action-button {
    margin-top: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .description {
    width: auto;
    margin-top: 20px;
  }

  .genertated--photo {
    -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;
  }

  .phone-screen {
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .share-button {
    padding: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .events-add-description {
    margin-right: 40px;
    margin-left: 40px;
  }

  .logo-2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .add-to-calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calendar-add {
    min-width: 90vw;
    margin-top: 25px;
  }

  .devices-type {
    padding: 20px;
  }

  .sticker-creator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stciker-image {
    max-width: none;
    min-width: 90vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticker-fill-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -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;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .action-buttom {
    min-width: 90vw;
  }

  .text-field-3 {
    min-height: auto;
    min-width: 90vw;
    padding: 35px 20px 35px 35px;
  }

  .action-buttom-2 {
    min-width: 90vw;
  }

  .description-2 {
    width: auto;
    margin-top: 20px;
  }

  .calendar-add-2 {
    min-width: 90vw;
    margin-top: 25px;
  }

  .events-add-description-2 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .logo-3 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 479px) {
  .webpage {
    width: auto;
  }

  .menu {
    width: 100vw;
    max-width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .button {
    background-color: #0457a2;
  }

  .description {
    width: auto;
    margin-top: 20px;
    margin-right: 0px;
  }

  .events-add-description {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: right;
  }

  .image-3 {
    display: block;
    max-width: none;
  }

  .heading {
    direction: rtl;
    font-family: Diaborient012, sans-serif;
    color: #f9f9f9;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 300;
    text-align: right;
  }

  .heading.traditional {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Diaborient012 traditional', sans-serif;
    line-height: 1.5em;
  }

  .heading.title {
    font-size: 22px;
    text-align: center;
  }

  .events-add-buttom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 65px;
    padding-left: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .google {
    width: 50px;
    height: 50px;
    padding: 12px 20px 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
  }

  .apple {
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
  }

  .image-4 {
    padding: 20px;
  }

  .image-5 {
    padding: 0px;
  }

  .event-buttom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: 50px;
    min-width: 200px;
    margin: 20px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #f9f9f9;
  }

  .event-buttom:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #f9f9f9;
    background-color: transparent;
    color: #f9f9f9;
  }

  .brand-image {
    width: auto;
    height: auto;
    min-width: 20px;
    margin-right: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .brand-name {
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-family: Diaborient012, sans-serif;
    color: #232054;
    font-size: 16px;
  }

  .campagin-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .div-block-2 {
    min-height: 100px;
    min-width: 100px;
  }

  .campagin-icon {
    min-height: 80px;
    min-width: 80px;
  }

  .image-6 {
    display: none;
  }

  .div-block-3 {
    min-width: 80vw;
  }

  .image-heading {
    padding: 15px;
  }

  .form-2 {
    text-align: center;
  }

  .text-field-2 {
    min-height: 50px;
    min-width: 200px;
    padding: 20px;
    border-radius: 10px;
    font-family: Diaborient012, sans-serif;
    font-size: 16px;
    text-align: right;
  }

  .form-block {
    margin-right: 20px;
    margin-left: 20px;
  }

  .submit-button {
    min-height: 50px;
    min-width: 200px;
    border-radius: 10px;
    background-color: #0457a2;
    font-size: 16px;
  }

  .button-5 {
    display: block;
    min-height: 50px;
    min-width: 200px;
    margin: 0px 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #232054;
    font-family: Diaborient012, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .text-block-2 {
    color: #232054;
  }

  .copyright {
    min-height: auto;
    text-align: center;
  }

  .text-block-3 {
    padding: 49px;
    font-family: Diaborient012, sans-serif;
    color: #f9f9f9;
  }

  .event-buttom-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: 50px;
    min-width: 200px;
    margin: 20px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #f9f9f9;
  }

  .event-buttom-2:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #f9f9f9;
    background-color: transparent;
    color: #f9f9f9;
  }

  .logo-2 {
    padding: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-block-4 {
    padding: 49px;
    font-family: Diaborient012, sans-serif;
    color: #f9f9f9;
  }

  .heading-2 {
    direction: rtl;
    font-family: Diaborient012, sans-serif;
    color: #f9f9f9;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 300;
    text-align: right;
  }

  .heading-2.title {
    font-size: 22px;
    text-align: center;
  }

  .heading-2.traditional {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Diaborient012 traditional', sans-serif;
    line-height: 1.5em;
  }

  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    text-align: right;
  }

  .calendar-add {
    min-width: 90vw;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticker-fill-information {
    margin: 20px;
  }

  .hadis {
    margin-right: 5px;
    margin-left: 5px;
  }

  .heading-4 {
    margin-top: 10px;
  }

  .text-field-3 {
    width: auto;
    min-height: 60px;
    min-width: 90px;
    margin-bottom: 0px;
    padding: 35px 10px;
  }

  .fill-name {
    width: 90vw;
    padding: 0px;
  }

  .description-2 {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
  }

  .calendar-add-2 {
    min-width: 90vw;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .events-add-description-2 {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: right;
  }

  .logo-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@font-face {
  font-family: 'Diaborient012';
  src: url('../fonts/DiabOrient012-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012';
  src: url('../fonts/DiabOrient012-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012';
  src: url('../fonts/DiabOrient012-Light.ttf') format('truetype'), url('../fonts/DiabOrient012-SemiLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012';
  src: url('../fonts/DiabOrient012-LightItalic.ttf') format('truetype'), url('../fonts/DiabOrient012-SemiLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012';
  src: url('../fonts/DiabOrient012-Heavy.ttf') format('truetype'), url('../fonts/DiabOrient012-VeryHeavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012';
  src: url('../fonts/DiabOrient012-HeavyItalic.ttf') format('truetype'), url('../fonts/DiabOrient012-VeryHeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012';
  src: url('../fonts/DiabOrient012-Thin.ttf') format('truetype'), url('../fonts/DiabOrient012-VeryThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012';
  src: url('../fonts/DiabOrient012-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012';
  src: url('../fonts/DiabOrient012-ThinItalic.ttf') format('truetype'), url('../fonts/DiabOrient012-VeryThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012 ultltita';
  src: url('../fonts/DiabOrient012-UltLtIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012 traditional';
  src: url('../fonts/DiabOrient012-Traditional.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diaborient012 traditionalita';
  src: url('../fonts/DiabOrient012-TraditionalIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
