@charset "UTF-8";

@font-face {
  font-family: "SairaExtraCondensed-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/SairaExtraCondensed-Regular.ttf?90074efc850439a17fd9fa0ec60883f6) format("truetype");
}

@font-face {
  font-family: "univers-next-arabic-regular";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/univers-next-arabic-regular.ttf?12fa72c87000b397da34b8d77dc2d2e8) format("truetype");
}

@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Arial.ttf?07d53b5b4d43b671764d7075be494019) format("truetype");
}

* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #210229;
  font-family: SairaExtraCondensed-Regular;
  color: #ffffff;
}

a {
  text-decoration: none;
  transition: all 300ms ease;
  color: #df2a7a;
}

.header {
  z-index: 9;
  position: absolute;
  width: 100%;
}

.header .container {
  padding: 15px 0;
}

.header .head {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  flex-direction: row-reverse;
}

.header .head>div:last-child {
  font-size: 0;
}

.header .head .lang {
  text-align: right;
  margin-right: 50px;
  min-width: 178px;
  display: flex;
  align-items: center;
}

.header .head .lang a {
  display: inline-flex;
  font-size: 20px;
  padding: 0 14px;
  line-height: 26px;
  position: relative;
  background-color: #df2a7a;
  color: #ffffff;
  border-radius: 12px;
  font-family: univers-next-arabic-regular;
}

.header .head .lang .grad-btn {
  padding: 10px 24px 4px 24px;
  font-size: 17px;
  min-width: 90px;
  background: #f266a8;
  background: linear-gradient(146deg, #f266a8 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
  color: #ffffff;
  margin-left: 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.header .head .lang a img {
  width: 18px;
  height: 18px;
  margin: 5px 0 5px 5px;
}

.header .head .menu ul {
  list-style: none;
}

.header .head .menu ul li {
  display: inline-block;
  position: relative;
}

.header .head .menu ul .mobile-visible {
  display: none;
}

.header .head .menu ul li a {
  color: #ffffff;
  font-size: 23px;
  padding: 0 35px;
  line-height: 26px;
  display: block;
  position: relative;
}

.header .head .menu ul li a::before {
  content: " ";
  width: 1px;
  height: 20px;
  background-color: #df2a7a;
  position: absolute;
  left: 0;
  top: 4px;
}

.header .head .menu ul li:first-child a::before {
  width: 0;
}

.header .head .menu ul li:last-child a {
  border-right: 0;
}

.header .head .menu ul li ul {
  position: absolute;
  width: 100%;
  padding-top: 27px;
  display: none;
}

.header .head .menu ul li:hover ul {
  display: block;
}

.header .head .menu ul li ul li {
  display: block;
  background: rgba(233, 30, 99, 0.8);
}

.header .head .menu ul li ul li a::before {
  content: unset;
}

.header .head .menu ul li ul li a {
  display: block;
  padding: 6px 14px;
  font-size: 18px;
}

.header .head .menu ul li ul li a:hover {
  color: #5f1236;
}

.header .head .menu ul li a:hover {
  color: #df2a7a;
}

.header .head .logo {
  width: 178px;
  margin-left: 50px;
}

.welcome {
  background-image: url(/images/home-1.jpg?760ca6933f1a62f77e50fbdf6d41df5c);
  height: 1290px;
  background-size: cover;
  width: 100%;
  background-position: left top;
  overflow: hidden;
}

.welcome .side {
  width: 458px;
  padding: 0 148px;
  margin: 250px 0;
  float: right;
}

.welcome .side h1 {
  font-size: 70pt;
  letter-spacing: 8px;
  line-height: 80px;
}

.welcome .side .download-button {
  color: #fff;
  background-color: #df1e79;
  margin-top: 34px;
  display: block;
  padding: 15px 12px;
  font-size: 33px;
  letter-spacing: 4px;
  text-align: center;
  border-radius: 50px;
}

.welcome .side .description {
  font-family: Arial;
  font-size: 20px;
  margin-top: 28px;
  letter-spacing: 3px;
}

.welcome .side .download {
  margin-top: 34px;
}

.welcome .side .download img {
  width: 200px;
  border: 1px solid #30293e;
  border-radius: 6px;
}

.welcome .side .download a:first-child {
  margin-right: 12px;
}

.about-livaat {
  overflow: hidden;
  font-size: 0;
  position: relative;
}

.about-livaat img {
  width: 100%;
}

.about-livaat::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.seperator {
  background-color: #000000;
}

.line {
  background: #f266a8;
  background: linear-gradient(90deg, #f266a8 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
  height: 5px;
}

.seperator .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 42px 18px;
}

.seperator .content a {
  color: #ffffff;
  font-size: 38px;
  letter-spacing: 5px;
  margin: 0 16px;
  border: 2px solid #000000;
  padding: 0 48px;
}

.seperator .content a:hover {
  color: #e01e79;
  border-radius: 24px;
  border: 2px solid #e01e79;
}

.seperator .content .slash {
  width: 7px;
  background-color: #e01e79;
  transform: rotate(-34deg);
  margin: 0 42px;
  border-radius: 50px;
}

.streams {
  background-image: url(/images/home-2.jpg?cb637e3…);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
}

.streams .container {
  padding: 50px 15px 1px 15px;
  ;
}

.streams h1 {
  text-align: center;
  font-size: 92px;
  letter-spacing: 10px;
  margin: 42px 0;
}

.streams .container h3 {
  text-align: left;
  font-size: 24px;
  letter-spacing: 5px;
}

.streams .container hr {
  margin: 0 98px 0 98px;
}

.streams .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.streams .grid .stream {
  width: 376px;
  margin: 24px;
  display: block;
}

.streams .grid .stream .thumbnail {
  background-color: #000000;
  height: 200px;
  overflow: hidden;
}

.streams .grid .stream .thumbnail img {
  width: 100%;
}

.streams .grid .stream p {
  font-size: 20px;
}

.streams .grid .stream h2 {
  margin-top: 12px;
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 38px;
}

.for-section {
  display: flex;
  background-color: #000000;
  height: 800px;
}

.for-section>div {
  width: 50%;
}

.for-section>div>div {
  display: block;
  margin: 82px auto;
  width: 554px;
}

.for-section>div>div h1 {
  color: #e01e79;
  font-size: 84px;
  letter-spacing: 8px;
  line-height: 74px;
}

.for-section>div>div p {
  font-family: Arial;
  font-size: 22px;
  margin-top: 24px;
}

.for-section>div>div ul li {
  font-family: Arial;
  font-size: 22px;
  margin-top: 24px;
}

.for-section>div>div a {
  font-size: 20px;
  margin-top: 24px;
  color: #ffffff;
  background-color: #e01e79;
  padding: 0 16px;
  border-radius: 50px;
  display: inline-block;
}

.for-section .right {
  background-image: url(/images/home-3-2.jpg?3b78a18cac0c92ed2bf9508ae100008b);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

.for-section .left {
  background-image: url(/images/home-3-1.jpg?fcb15ce4079be37a56943b60afeaabe6);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

.about-livaat::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.about {
  display: block;
  padding: 0 85px 85px 85px;
}

.about h1 {
  font-size: 94px;
  letter-spacing: 8px;
  color: #df2a7a;
}

.about h2 {
  font-size: 48px;
  letter-spacing: 4px;
}

.about .info {
  display: flex;
  margin-top: 24px;
}

.about .info .image img {
  max-width: 586px;
}

.about .info .details {
  box-sizing: border-box;
  padding: 0 34px;
}

.about .info .details h3 {
  color: #df2a7a;
  font-size: 42px;
}

.about .info .details p {
  font-size: 20px;
  margin-bottom: 16px;
}

.about {
  display: block;
  padding: 0 85px 85px 85px;
}

.about h1 {
  font-size: 94px;
  letter-spacing: 8px;
  color: #df2a7a;
}

.about h2 {
  font-size: 48px;
  letter-spacing: 4px;
}

.about .info {
  display: flex;
  margin-top: 24px;
}

.about .info .image img {
  max-width: 586px;
}

.about .info .details {
  box-sizing: border-box;
  padding: 0 34px;
}

.about .info .details h3 {
  color: #df2a7a;
  font-size: 52px;
}

.about .info .details p {
  font-size: 20px;
  margin-bottom: 16px;
}

.technology {
  display: flex;
  padding: 0 0 85px 85px;
  justify-content: space-between;
}

.technology .details {
  max-width: 500px;
  margin-left: 54px;
  margin-right: 54px;
}

.technology .details h3 {
  color: #df2a7a;
  font-size: 52px;
}

.technology .details p {
  font-size: 20px;
  margin-bottom: 16px;
}

.technology .details .logo {
  width: 164px;
  margin: 50px 0;
}

.technology .image {
  max-width: 744px;
  margin-top: -72px;
}

.technology .image img {
  width: 100%;
}

footer {
  background-color: #000;
}

footer .container {
  padding: 22px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-family: Arial;
}

footer .container .col {
  margin: 0 8px;
}

footer .container .col h3 {
  margin: 8px 0 18px 0;
  font-weight: normal;
}

footer .container .col ul {
  list-style: none;
}

footer .container .col ul li a {
  color: #ffffff;
  margin: 12px 0;
  display: block;
  font-size: 14px;
}

footer .container .download {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .container .col .social ul {
  list-style: none;
  display: block;
  text-align: center;
}

footer .container .col .social ul li {
  display: inline-block;
}

footer .container .col .social ul li a {
  display: block;
}

footer .container .col .social ul li a img {
  width: 32px;
  margin: 0 3px 0 0;
}

footer .container .col .visacards img {
  width: 80px;
  display: inline-block;
  margin: 8px;
}

footer .container .col .download-button {
  background: #f266a8;
  background: linear-gradient(146deg, #f266a8 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
  color: #ffffff;
  padding: 12px 16px;
  display: block;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  font-family: SairaExtraCondensed-Regular;
  letter-spacing: 4px;
  line-height: 24px;
}

footer .container .download .stores {
  margin-top: 12px;
  text-align: center;
}

footer .container .download .stores a {
  display: inline-block;
  margin: 5px 3px 0 3px;
}

footer .container .download .stores a img {
  border-radius: 50px;
  border: 2px solid #fff;
  width: 48px;
  height: 48px;
}

.for-event-viewers {
  padding: 0 185px 85px 185px;
}

.for-event-viewers .button {
  background-color: #df2a7a;
  color: #fff;
  z-index: 9;
  font-size: 26px;
  letter-spacing: 4px;
  padding: 12px 20px;
  margin: 16px 0;
  display: inline-block;
  border-radius: 50px;
}

.for-event-viewers h1 {
  font-size: 94px;
  letter-spacing: 8px;
  color: #df2a7a;
}

.for-event-viewers h2 {
  font-size: 48px;
  letter-spacing: 4px;
}

.for-event-viewers h3 {
  color: #df2a7a;
  font-size: 52px;
}

.for-event-viewers p {
  font-size: 20px;
  margin-bottom: 16px;
  max-width: 680px;
}

.for-event-viewers img {
  width: 100%;
  margin-top: -82px;
  position: relative;
  z-index: -1;
}

.mobile-show {
  display: none;
}

.for-event-creators h1 {
  line-height: 98px;
  margin-bottom: 24px;
}

.for-event-creators p {
  max-width: unset;
  font-size: 22px;
}

.for-event-creators h2 {
  margin: 36px 0;
  line-height: 46px;
}

.for-event-creators .btn-wrap {
  text-align: center;
}

.for-event-creators .btn-wrap .register-now {
  color: #ffffff;
  background: #c51174;
  font-size: 28px;
  letter-spacing: 2px;
  padding: 8px 106px;
  margin: 32px auto;
  display: inline-block;
  border-radius: 50px;
}

.cards {
  overflow: hidden;
  display: flex;
}

.cards>div {
  width: 50%;
}

.cards .card {
  margin-bottom: 28px;
  border: 1px solid #c51174;
  background: #fff;
  text-align: center;
  position: relative;
  line-height: 26px;
  font-size: 24px;
  padding: 6px 26px;
  box-sizing: border-box;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards .right .card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid #c51174;
  border-right: 19px solid transparent;
  right: -1px;
  bottom: -19px;
}

.cards .right .card {
  color: #c51174;
}

.cards .left .card {
  color: #6a5c92;
}

.cards .left {
  margin-left: -19px;
  z-index: -1;
  margin-top: 18px;
}

.cards .right .title {
  background-color: #c51174;
}

.cards .right .title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid #c51174;
  border-right: 19px solid transparent;
  right: 0px;
  bottom: -18px;
}

.cards .left .title {
  background: #c10d70;
  background: linear-gradient(151deg, #ac0762 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
}

.cards .title {
  display: block;
  margin-bottom: 28px;
  background: #fff;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 38px;
  border: 0;
}

.form-wrap {
  min-height: calc(100vh - 209px);
  background-image: url(/images/home-1-2.jpg?aee8f9e…);
  padding: 112px 16px 112px;
  box-sizing: border-box;
}

.form-wrap .form {
  min-height: 470px;
  background-color: white;
  margin: 60px auto 0;
  border-radius: 30px;
  max-width: 1120px;
  display: flex;
  overflow: hidden;
}

.form-wrap .form .form-bg {
  background-image: url(/images/form-bg.jpg?c092903…);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  width: 466px;
}

.form-wrap .form .form-contact-us-bg {
  background-image: url(/images/contact-us-bg.jpg?c092903…);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  width: 466px;
}

.form-wrap .form .fields-wrap {
  width: 655px;
  box-sizing: border-box;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-wrap .form .fields-wrap h1 {
  color: #000000;
  letter-spacing: 2px;
  font-size: 32px;
  padding: 0 26px;
}

.form-wrap .form .fields-wrap p {
  color: #000000;
  font-size: 18px;
  padding: 0 26px;
}

.form-wrap .form .fields-wrap p a {
  color: #df2a7a;
}

.form-wrap .form .fields-wrap .field-wrap {
  padding: 6px 26px;
  box-sizing: border-box;
}

.form-wrap .form .fields-wrap .field-wrap label {
  display: block;
  color: #df2a7a;
}

.form-wrap .form .fields-wrap .field-wrap input {
  width: 100%;
  outline: none;
  font-size: 16px;
  display: block;
  border: 1px solid #df2a7a;
  border-radius: 15px;
  padding: 14px;
  box-sizing: border-box;
  font-family: Arial;
}

.submit {
  background: #df2a7a;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: Arial;
  cursor: pointer;
}

.menu-button {
  display: none;
  flex-direction: column;
  width: 40px;
  height: 32px;
  justify-content: space-evenly;
  margin-left: 12px;
  cursor: pointer;
}

.menu-button div {
  height: 4px;
  background-color: #ffffff;
  border-radius: 8px;
}

.event-form-tut {
  padding-top: 9%;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.event-form-wrap h1 {
  color: #df2a7a;
  font-size: 96px;
  line-height: 96px;
  margin: 64px 8px 34px 8px;
  letter-spacing: 4px;
}

.event-form-wrap h2 {
  color: #df2a7a;
  font-size: 32px;
  line-height: 42px;
  margin: 34px 8px;
  font-family: Arial;
}

.event-form-wrap form {
  display: block;
  margin: 0 8px;
  overflow: hidden;
}

.event-form-wrap form .field-wrap {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

.event-form-wrap form .field-wrap label {
  width: 350px;
  color: #d6d1d1;
  font-size: 28px;
  font-family: inherit;
}

.event-form-wrap form .field-wrap .col-1 {
  display: flex;
  width: 900px;
}

.event-form-wrap form .field-wrap .col-1 .field {
  width: 100%;
}

.event-form-wrap form .field-wrap .col-2 {
  display: flex;
  width: 900px;
}

.event-form-wrap form .field-wrap .col-2 .field {
  width: 80%;
}

.event-form-wrap form .field-wrap .field {
  width: 900px;
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
}

.select-file {
  background-color: rgb(79 89 93 / 10%);
  color: #666666;
  box-sizing: border-box;
  padding: 7px 24px;
  border-radius: 32px;
  border: 1px solid #df2a7a;
  font-size: 18px;
  margin-left: 5px;
  outline: none;
  line-height: 32px;
  cursor: pointer;
}

.event-form-wrap form .field-wrap .field .select-file:hover {
  background: #ef62a5;
  color: #fff;
  border-color: #000000;
}

.event-form-wrap form .field-wrap .field label {
  color: white;
  margin: 0 16px;
}

.account-label {
  font-family: inherit;
  font-size: 25px;
  color: #d8d6d6;
}

.event-form-wrap form .field-wrap .field input,
.event-form-wrap form .field-wrap .field select,
.event-form-wrap form .field-wrap .field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  /* color: #666666; */
  color: white;
  box-sizing: border-box;
  padding: 7px 18px;
  border-radius: 32px;
  border: 1px solid #df2a7a;
  font-size: 18px;
  outline: none;
  line-height: 32px;
  position: relative;
  background: unset;
  z-index: 1;
}

.event-form-wrap form .field-wrap .field select {
  cursor: pointer;
  color: #ffffff;
  /* position: absolute; */
  right: 0;
}

.info-text {
  position: absolute;
}

.section-title {
  pointer-events: none;
  background-color: #df2a7a;
  border: none;
  color: white;
  padding: 15px 33px 15px 19px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px 5px;
  border-radius: 10px;
}

.event-form-wrap form .field-wrap .field .arrow {
  width: 18px;
  height: 16px;
  position: absolute;
  background-image: url(/images/arrow_down.png?168a2ff…);
  right: 27px;
  top: 15px;
}

.event-form-wrap form .field-wrap .field .circles {
  cursor: pointer;
  position: absolute;
  right: 26px;
  top: 14px;
  display: flex;
  flex-wrap: wrap;
  width: 32px;
}

.event-form-wrap form .field-wrap .field .circles .circle {
  background-color: #dd2e76;
  width: 12px;
  height: 12px;
  border-radius: 5px;
  margin: 2px;
}

.event-form-wrap form .payment-method h3 {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

.event-form-wrap form .payment-method .radio {
  margin: 28px 0;
}

.event-form-wrap form .payment-method .radio .container {
  display: block;
  position: relative;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  color: white;
  width: 90%;
  border-radius: 32px;
  border: 1px solid #dd2e76;
  padding: 7px 64px;
}

.event-form-wrap form .payment-method .radio .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.event-form-wrap form .payment-method .radio .checkmark {
  position: absolute;
  top: 16px;
  left: 22px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 3px solid #dd2e76;
}

.event-form-wrap form .payment-method .radio .container:hover input~.checkmark {
  background-color: #6b324a;
}

.event-form-wrap form .payment-method .radio .container input:checked~.checkmark {
  background-color: #dd2e76;
}

.event-form-wrap form .payment-method .radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.event-form-wrap form .payment-method .radio .container input:checked~.checkmark:after {
  display: block;
}

.event-form-wrap form .payment-method .radio .container .checkmark:after {
  top: 2px;
  left: 1px;
  width: 10px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.event-form-wrap form .submit {
  /* background: rgba(10,10,10,.65); */
  color: #fff;
  border: 1px solid #dd2e76;
  border-radius: 12px;
  font-size: 20px;
  padding: 22px 28px;
  float: right;
  margin-left: 20px;
  padding: 17px 28px;
  text-align: center;
  font-family: -webkit-pictograph;
}

.pull-left a {
  background: #dd2e76;
  color: #fff;
  border: 0;
  border-radius: 50px;
  font-size: 20px;
  padding: 22px 28px;
  cursor: pointer;
  outline: none;
  float: right;
}

.red {
  color: red !important;
}

.form-contact-us p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px !important;
  margin: 8px 0;
}

.form-contact-us .email {
  font-size: 26px !important;
  color: #dd2e76 !important;
  font-weight: bold;
}

.event .container {
  padding-top: 10px;
  padding-bottom: 70px;
}

.event .container .wrap {
  display: flex;
}

.event .container .wrap .poster {
  width: 70%;
}

.event .container .wrap .poster img {
  width: 100%;
  border-radius: 26px;
}

.event .container .wrap .data {
  width: 30%;
}

.replay {
  margin-left: 45px;
  line-height: 1.2;
  font-size: 15px;
}

.event .container .wrap .data .info {
  padding: 18px 26px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  border-radius: 26px;
  box-sizing: border-box;
  margin-left: 24px;
  margin-bottom: 8px;
}

.event .container .wrap .data .info:last-child {
  margin-bottom: 0;
}

.event .container .wrap .data .info h3 {
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.event .container .wrap .data .info .line {
  height: 2px;
}

.event .container .wrap .data .info ul {
  list-style: none;
}

.event .container .wrap .data .info ul li {
  display: block;
  font-size: 24px;
  margin: 0px;
}

.event .container .wrap .data .info ul li i {
  min-width: 28px;
  text-align: center;
  margin-right: 12px;
  /* color: #fb36a3; */
}

.event .container .wrap .data .info .share {
  margin-top: 14px;
}

.event .container .wrap .data .info .share img {
  width: 34px;
  margin: 0 12px 0 0;
}

.summery-event-view-mobile {
  display: block;
  padding: 20px 20px 20px 20px;
}

.summery-event-view-mobile .h3 {
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 8px;
}

.summery-event-view-mobile .p {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Arial;
  line-height: 32px;
}

.summery-event-view-mobile .line {
  height: 2px;
  color: #dd2e76;
}

.event .container .wrap .data .store {
  margin-left: 24px;
  font-size: 0;
  display: flex;
  justify-content: space-evenly;
}

.event .container .wrap .data .store a {
  display: inline-block;
}

.event .container .wrap .data .store a img {
  width: 150px;
  display: block;
  margin: 0 4px 0 0;
  border: 2px solid #3c3c3c;
  border-radius: 8px;
}

.event .container .event-title {
  color: white;
  font-size: 48px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-weight: 100;
}

.event-title span {
  font-size: 26px;
  color: #fff;
}

.video {
  display: flex;
}

.video video {
  width: 100%;
  outline: none;
}

.thank-you {
  padding: 170px 24px;
  background-image: url(/images/home-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.thank-you .box {
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
}

.thank-you .box .content {
  padding: 24px 42px;
}

.thank-you .box .content h2 {
  color: #df2a7a;
  font-size: 42px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
}

.thank-you .box .content h2 span {
  color: #2b57cb;
}

.thank-you .box .content p {
  font-size: 20px;
  text-align: center;
  font-family: "Arial";
  line-height: 42px;
}

.thank-you .box .content .field {
  display: flex;
  flex-direction: column;
  margin: 12px 0;
}

.thank-you .box .content .field label {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.thank-you .box .content .field>div {
  display: flex;
}

.thank-you .box .content .field>div input {
  width: 88%;
  box-sizing: border-box;
  outline: none;
  margin-right: 8px;
  background: black;
  border: 2px solid #2752ca;
  padding: 12px;
  color: #fff;
  border-radius: 25px;
}

.thank-you .box .content .field>div button {
  width: 12%;
  outline: none;
  border-radius: 25px;
  border: 0;
  background-color: #2a56cb;
  color: #fff;
  font-family: "Arial";
  cursor: pointer;
  padding: 10px;
}

.thank-you .box .actions {
  display: flex;
  padding: 24px;
  margin-bottom: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.thank-you .box .actions .nav-btn {
  background-color: #2a56cb;
  color: #fff;
  font-size: 18px;
  padding: 6px 12px;
  margin: 8px 10px;
  text-align: center;
}

.thank-you .box .actions .nav-btn:first-child {
  background-color: #df2a7a;
}

.page-not-found {
  padding: 116px 24px 24px;
  min-height: calc(100vh - 313px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-not-found img {
  max-width: 450px;
}

.page-not-found p {
  font-size: 30px;
  /* font-family: "Arial"; */
  letter-spacing: 5px;
}

.page-not-found .page404 {
  color: #c90d75;
  font-family: SairaExtraCondensed-Regular;
  font-size: 204px;
  font-weight: bold;
  letter-spacing: 12px;
  line-height: 142px;
}

.page-not-found .line {
  width: 488px;
  margin: 12px auto;
  border-radius: 10px;
}

.user {
  position: relative;
}

.user:hover .dropdownmenu {
  display: block;
}

.user .dropdownmenu {
  display: none;
  position: absolute;
  top: 23px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: hidden;
}

.user .dropdownmenu ul {
  background: rgba(0, 0, 0, 0.5);
  list-style: none;
  margin-top: 37px;
  display: block;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  min-width: 131px;
}

.user .dropdownmenu ul li {
  display: block;
}

.user .dropdownmenu ul li:last-child a {
  border-bottom: 0;
}

.user .dropdownmenu ul li a {
  font-size: 16px !important;
  border-radius: 0 !important;
  background-color: unset !important;
  padding: 12px 8px !important;
  display: block !important;
  text-align: center;
  border-bottom: 1px solid #1b1b1b;
}

.user .dropdownmenu ul li a:hover {
  background-color: #df1e79 !important;
}

.account-settings-container {
  padding: 161px 12px;
  background-image: url(/images/home-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.account-settings-container .container {
  display: flex;
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
}

.account-settings-container .container .user {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 14px 16px;
  border-radius: 10px;
  width: 100%;
  margin-top: -35px;
  margin-bottom: 10px;
}

.event-video {
  width: 100%;
  min-height: 475px;
  border-color: #df2a7a;
  border-radius: 10px;
}

.audience-table {
  overflow: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  height: 300px;
  border: 1px solid rgb(223, 42, 122);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.event-audience-table {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
  display: block;
  overflow: auto;
  overflow-x: hidden;
}

.audience-icon {
  margin-right: 10px;
}

.account-settings-container .container .user p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 28px;
}

.account-settings-container .container .user p span {
  color: #df2a7a;
  font-size: 18px;
}

.account-settings-container .container .user i {
  color: #ffffff;
  font-size: 42px;
  margin-right: 16px;
  width: 56px;
  height: 56px;
  background: #56273c;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.account-settings-container .container .account-side-tabs {
  /* width: 234px;
  margin-top: -13px; */
}

.account-settings-container .container .account-side-tabs nav {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 14px 16px;
  border-radius: 10px;
  height: 600px;
  width: 300px;
}

.account-settings-container .container .account-side-tabs nav ul {
  list-style: none;
}

.account-settings-container .container .account-side-tabs nav ul li {
  padding: 5px 0;
  display: block;
}

.account-settings-container .container .account-side-tabs nav ul li a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #df2a7a;
}

.account-settings-container .container .account-side-tabs nav ul li a i {
  margin-right: 8px;
  color: #df2a7a;
}

.account-settings-container .container .account-side-tabs nav ul li:last-child a {
  border-bottom: 0;
}

.info-img {
  font-size: medium;
  float: left;
}

.label-info-img {
  float: left;
}

.scroll-design {
  scrollbar-width: 10px;
  scrollbar-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7);
}

.scroll-design::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  scrollbar-width: 10px;
  scrollbar-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7);
}

.scroll-design::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 26px;
}

.scroll-design::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.7);
  height: 5px;
  border-radius: 26px;
}

.scroll-design-audience::-webkit-scrollbar-thumb {
  background: transparent;
  height: 5px;
  border-radius: 26px;
}

/* .input[placeholder], [placeholder], *[placeholder] {
  color: white !important;
} */

.show-hidden {
  color: white;
  margin-right: 15px;
}

.show-viewer {
  margin-right: 38px;
}

.main-account-settings-box-table {
  clear: both;
  display: block;
  overflow: scroll;
  overflow-x: hidden;
  width: 98.6%;
  margin-left: 10px;
  box-sizing: border-box;
  padding: 24px 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 190px;
  bottom: 50px;
}

.main-account-settings-box-table1 {
  clear: both;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 50px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 190px;
  bottom: 70px;
}

.creator-follower {
  overflow: hidden;
  width: 200px;
  box-sizing: border-box;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  height: 190px;
  position: absolute;
  bottom: 55px;
}

.bank_setting {
  overflow-y: scroll;
  padding: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-left: 16px;
  max-height: 618px;
}

.main-account-settings-box {
  overflow: hidden;
  float: left;
  cursor: pointer;
  height: 300px;
  width: 24.1%;
  ;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-left: 10px;
}

.statistics {
  display: contents;
  max-height: 600px;
}

.statistics_page {
  clear: both;
  display: block;
  width: 100%;
}

.account-settings-container .container .main-account-settings-box-event {
  width: 1250px;
  height: 685px;
  box-sizing: border-box;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-top: -13px;
  border-radius: 10px;
  margin-left: 77px;
}

.event-custom-scrollbar {
  position: relative;
  overflow: scroll;
  /* max-height: 600px; */
  overflow-x: hidden;
  /* overflow-y:hidden; */
}

.chunk-info {
  width: 50%;
  color: rgb(223, 42, 122);
  padding-top: 2%;
  padding-left: 5%;
  white-space: nowrap;
}

.next-page {
  background-color: #df2a7a;
  padding: 13px;
  border-radius: 12px;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  font-size: 20px;
}

.previous-page {
  padding: 10px 14px;
  border: 3px solid rgb(223, 42, 122);
  color: rgb(223, 42, 122);
  font-size: 20px;
  border-radius: 12px;
  font-weight: bold;
  background-color: transparent;
}

.div-next-back {
  padding: 1%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 18%;
}

.main-account-settings-box-content {
  width: 100%;
  min-height: 537px;
  box-sizing: border-box;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  display: table;
  float: left;
  clear: both;
  border-radius: 10px;
  margin-bottom: 10px;
}

.account-settings-container .container .main-account-settings-box .account-header {
  margin-bottom: 16px;
}

.account-settings-container .container .main-account-settings-box .account-header h2 {
  letter-spacing: 2px;
  color: #df2a7a;
}

.account-settings-container .container .main-account-settings-box .account-header .line {
  height: 2px;
}

.event-items-table-container {
  width: 198%;
  height: 500px;
  box-sizing: border-box;
  padding: 12px;
  position: relative;
  display: table;
  float: left;
  clear: both;
  border-radius: 10px;
  margin-bottom: 10px;
}

.form-group {
  margin-bottom: 12px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
}

.pic-name {
  float: right;
  font-size: 18px;
  width: 90%;
  margin-top: 10px;
}

.form-group .form-control {
  width: 50%;
  box-sizing: border-box;
  outline: none;
  background: transparent;
  border: 1px solid #df2a7a;
  padding: 12px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 15px;
  color: #d8d6d6;
  border-radius: 12px;
}

.form-group-setting {
  width: 50%;
  box-sizing: border-box;
  outline: none;
  background: rgb(79 89 93 / 10%);
  border: 1px solid #df2a7a;
  padding: 12px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 15px;
  color: #d8d6d6;
  border-radius: 24px;
}

.search {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  padding-left: 29px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #df2a7a;
  padding-left: 40px;
  font-size: 15px;
  height: 35px;
  color: #d8d6d6;
  border-radius: 25px;
  margin-left: 18px;
}

.followers-box {
  width: 98%;
  display: -webkit-inline-box;
  margin: 20px 20px -10px 20px;
}

.followers {
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: left;
  margin-right: 10px;
}

.followers-info {
  float: left;
  display: block;
  margin: 7px;
  overflow: hidden;
  width: 200px;
  height: 220px;
  text-align: center;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 10%;
  background-color: rgba(0, 0, 0, 0.7);
}

.img-follower {
  width: 6rem;
  height: 6rem;
  border: 2px solid #df2a7a;
  border-radius: 50px;
}

.img-my-events {
  width: 100%;
  max-height: 150px;
  border-radius: 10%;
  padding: 2px;
}

.img-profile_pic {
  width: 56px;
  height: 56px;
  margin: 0;
  margin-right: 16px;
  border: 2px solid #df2a7a;
  border-radius: 50px;
}

.main-info {
  width: 100%;
  margin-left: 7px;
}

.has-search {
  width: 90%;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search form {
  position: relative;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;

  left: 21px;
  background-color: transparent;
  border: none;
  top: -1px;


}

.event-info {
  margin: 7px;
  overflow: hidden;
  width: 275px;
  text-align: left;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10%;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  height: 290px;
}

.event-data {
  width: 48%;
}

.event-grid {
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

.details {
  float: right;
}

.data-icon {
  display: -webkit-inline-box;
}

.data-icon2 {
  display: -webkit-inline-box;
}

.icon {
  padding: 0px 3px 0 0;
}

.options-style {
  color: #666666;
}

.event-text {
  padding-right: 10px;
}

.audience-gift {
  display: inline-flex;
}

.audience-gift-h {
  margin-left: 6%;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.5;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.event-custom-scrollbar .container .row .h2 {
  padding-left: 12px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.pink-color {
  color: #df2a7a;
}

.position-style {
  margin-left: 46px;
}

.live-upload-event {
  margin-left: 40px;
}

.account-img {
  padding: 3px 6px;
}

.all-events {
  color: white;
  right: 0;
  position: absolute;
  padding-right: 10px;
  white-space: nowrap;
  text-decoration: underline;
}

.box-header {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.agrement {
  text-decoration: underline;
  font-family: 'univers-next-arabic-regular';
  padding: 0 20px;
  text-decoration-color: #c6c2c261;
  border-bottom-width: 1px;
  text-underline-position: under;
}

.agrement-text {
  font-family: 'univers-next-arabic-regular';
  padding: 20px;
}

.form-group .submit {
  background: rgba(10, 10, 10, .65);
  color: #fff;
  border: 1px solid #dd2e76;
  border-radius: 12px;
  font-size: 20px;
  padding: 22px 28px;
  float: left;
  margin-left: 20px;
  width: 134px;
  padding: 22px 28px;
  white-space: nowrap;
  text-align: center;
  font-family: -webkit-pictograph;
}

.account-setting .submit {
  background-color: #df2a7a;
  color: #fff;
  font-size: 18px;
  padding: 6px 26px;
  margin: 12px 8px 0 0;
  text-align: center;
  border: 0;
  border-radius: 19px;
  font-family: "univers-next-arabic-regular";
  letter-spacing: 1px;
}

.col-form-label {
  font-size: 28px;
  font-family: inherit;
}

.form-group .copy-btn {
  height: 20px;
  font-size: 17px;
  text-align: center;
  padding: 15px 10px 35px 20px;
  background: rgba(10, 10, 10, .65);
  color: #fff;
  border: 1px solid #dd2e76;
  border-radius: 12px;
  font-family: -webkit-pictograph;
}

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 24px;
  position: relative;
}

.my-custom-scrollbar {
  position: relative;
  height: 400px;
  overflow: auto;
}

.table-wrapper-scroll-y {
  display: block;
}

.table tr th {
  text-align: center;
  padding: 8px 4px;
  font-size: 22px;
  letter-spacing: 1px;
  border-bottom: 1px solid #df2a7a;
}

.table tr td {
  text-align: center;
  font-size: 30px;
}

.d-none {
  border-radius: 8px;
  font-family: Arial;
  cursor: pointer;
}

.back {
  text-decoration: underline;
  color: white;
  float: right;
  font-size: 20px;
}

.verify-email {
  padding: 116px 24px 24px;
  min-height: calc(100vh - 313px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.verify-email .verify-body {
  padding: 12px;
  text-align: center;
}

.verify-email .verify-body h3 {
  font-size: 44px;
  letter-spacing: 2px;
}

.verify-email .verify-body p {
  font-size: 24px;
  letter-spacing: 1px;
}

.verify-email .verify-body .success {
  color: #0fb70f;
  border-bottom: 3px solid green;
  border-radius: 0;
  margin: 12px 0;
  border-top: 3px solid green;
  padding: 6px 0;
  background-color: unset;
}

.verify-email .verify-body .btn {
  color: #fff;
  border: 0;
  font-size: 16px;
  background: #2d5aca;
  padding: 16px;
  margin: 8px;
  outline: navajowhite;
  border-radius: 4px;
  cursor: pointer;
}

.verify-email .verify-body .line {
  height: 3px;
  margin-bottom: 8px;
}

.success {
  color: #062106;
  border-radius: 8px;
  padding: 12px 18px;
  box-sizing: border-box;
  background-color: #16bd16;
  margin: 0 24px;
  font-size: 18px;
  letter-spacing: 1px;
}

.profit-calc {
  background: #252525;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 4px;
}

.profit-calc .priceSlidecontainer {
  width: 100%;
}

.profit-calc .priceSlidecontainer .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 17px;
  border-radius: 50px;
  background: #2196f3;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.profit-calc .priceSlidecontainer .slider:hover {
  opacity: 1;
}

.profit-calc .priceSlidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #eb2d95;
  cursor: pointer;
}

.profit-calc label {
  margin-bottom: 12px;
  font-size: 24px;
  display: block;
}

.profit-calc select {
  display: block;
  width: 100%;
  border: 0;
  background-color: #c10d70;
  color: #fff;
  padding: 10px 12px;
  font-size: 18px;
  cursor: pointer;
  background: linear-gradient(151deg, #ac0762 0%, #ba1c7e 20%, #3e73cc 44%, #1a3ec9 100%);
}

.profit-calc select option {
  /* color: white; */
}

.profit-calc .result {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.profit-calc .result span {
  color: #ff299f;
  font-size: 54px;
  margin: 0 18px;
}

.profit-calc .result span:last-child {
  color: #4a72ff;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

@media (max-width: 991px) {
  .welcome {
    height: unset;
    background-position: right top;
  }

  .welcome .side {
    width: unset;
    padding: 0 48px;
    margin: 234px 0 54px 0;
    float: unset;
  }

  .welcome .side h1 {
    font-size: 44pt;
  }

  .welcome .side .download-button {
    padding: 8px 12px;
    font-size: 29px;
  }

  /* .streams h1 {
    font-size: 56px;
    margin: 26px 0;
  } */

  .streams .container {
    padding: 16px;
  }

  .for-section {
    display: flex;
    background-color: #000000;
    height: unset;
    flex-direction: column;
  }

  .for-section>div {
    width: unset;
  }

  .mobile-show {
    display: block;
  }

  /* about us page */

  .about .info {
    flex-wrap: wrap;
  }

  .about .info .image {
    margin: 0 auto;
  }

  .about .info .image img {
    max-width: unset;
    width: 100%;
  }

  .technology {
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column-reverse;
  }

  .technology .image {
    margin-top: 0;
    max-width: unset;
    padding-left: 100px;
  }

  .technology .details {
    padding: 0 120px 85px 120px;
    margin: 0 auto;
    max-width: unset;
  }

  .for-event-viewers h1 {
    font-size: 62px;
    line-height: 78px;
    margin-top: 54px;
  }

  .for-event-viewers h2 {
    font-size: 38px;
  }

  .for-event-viewers h3 {
    font-size: 42px;
  }

  .cards {
    flex-direction: column;
  }

  .cards>div {
    width: 100%;
  }

  .cards .right .card::after,
  .cards .right .title::after {
    content: unset;
  }

  .cards .left {
    margin-left: 0;
  }

  .event-form-wrap h1 {
    font-size: 48px;
    margin-top: 0;
  }

  .event-form-wrap form .field-wrap {
    flex-direction: column;
    align-items: unset;
  }

  .event-form-wrap form .field-wrap label {
    margin-bottom: 8px;
  }

  .event-form-wrap form .field-wrap .col-1,
  .event-form-wrap form .field-wrap .col-2 {
    width: unset;
    display: block;
  }

  .event-form-wrap form .field-wrap .col-1 .field,
  .event-form-wrap form .field-wrap .col-2 .field {
    width: unset;
  }

  .event-form-wrap form .field-wrap .col-2 .field:first-child {
    margin-bottom: 24px;
  }

  .event-form-wrap form .field-wrap .field .select-file {
    display: block;
    margin: 14px 0;
  }

  .event .container .wrap {
    display: block;
  }

  .event .container {
    padding-top: 100px;
  }

  /* .event .container .wrap .poster {
    width: 100%;
  } */

  .event .container .wrap .data {
    width: 100%;
  }

  .event .container .wrap .data .info {
    margin-left: unset;
  }

  .event .container .wrap .data .store {
    margin-left: unset;
  }

  .event .container .wrap .data .store a img {
    width: 120px;
  }



  .thank-you {
    padding: 90px 24px;
  }

  .thank-you .box .content .field>div {
    flex-direction: column;
  }

  .thank-you .box .content .field>div input {
    width: 100%;
  }

  .thank-you .box .content .field>div button {
    margin-top: 12px;
    width: unset;
  }

  .page-not-found img,
  .page-not-found .line {
    width: 100%;
  }

  .page-not-found p {
    font-size: 24px;
  }

  .account-settings-container {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .account-settings-container .container {
    flex-wrap: wrap;
  }

  .account-settings-container .container .account-side-tabs {
    width: 100%;
    margin-bottom: 12px;
  }

  .account-settings-container .container .main-account-settings-box {
    margin-left: 0;
  }

  .for-event-viewers {
    padding: 0 24px 85px 24px;
  }
}

@media (max-width: 1300px) {
  .header .head .menu ul li a {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .for-section>div>div {
    display: block;
    margin: 82px 42px;
    width: unset;
  }

  .about .info .image img {
    max-width: 450px;
  }

  .for-event-viewers img {
    margin-top: 0;
  }

  .header .head .menu ul .mobile-visible {
    display: block;
  }

  .header .head .lang .grad-btn {
    display: none;
  }

  .header .head>div:last-child {
    min-width: unset;
  }

  .header .head {
    flex-direction: row-reverse;
  }

  .header .head .menu {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
  }

  .header .head .menu ul li {
    display: block;
  }

  .header .head .menu ul li a:before {
    content: unset;
  }

  .header .head .menu ul li a {
    padding: 4px;
    font-size: 18px;
  }

  .header .container {
    padding: 16px 0;
  }

  .header .head .menu ul {
    padding: 6px 0;
  }

  .header .head .menu ul li ul {
    position: relative;
    padding-top: 0;
  }

  .menu-button {
    display: flex;
  }

  .header .head .lang {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px 0 0;
    min-width: unset;
    margin-right: 0;
  }

  .header .head .logo {
    width: 134px;
    margin-left: 8px;
  }

  .header .head .title {
    margin-top: 14px;
  }

  .header .head .logo {
    margin-right: unset;
  }

  .header .head>div {
    text-align: center;
  }

  .header .head .menu {
    margin: 18px 0;
  }
}

@media (max-width: 767px) {
  .welcome .side {
    padding: 0 24px;
    text-align: center;
    margin: 106px 0 54px 0;
  }

  .welcome .side .download-button {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .welcome .side .description {
    font-size: 18px;
  }

  .welcome .side .download img {
    width: 120px;
  }

  .seperator .content {
    flex-direction: column;
    align-items: center;
  }

  .seperator .content a {
    font-size: 22px;
    letter-spacing: 4px;
    padding: 0;
    margin: 8px auto;
    text-align: center;
    border: 2px solid #5776db;
    width: 100%;
  }

  .seperator .content .slash {
    width: 3px;
    height: 28px;
  }

  .streams .grid .stream {
    margin: 14px 0;
    width: 100%;
  }

  .streams .grid .stream .thumbnail {
    height: unset;
  }

  footer .container {
    flex-direction: column;
    padding: 24px;
  }

  footer .container .col {
    margin: 16px 0;
  }

  .technology .details .logo {
    margin: 24px 0 0;
  }

  .about {
    padding: 24px 16px 85px 16px;
  }

  .technology .details {
    padding: 0 16px 85px 16px;
  }

  .technology .image {
    padding-left: 12px;
  }

  .about h1 {
    font-size: 42px;
    letter-spacing: 4px;
  }

  .about h2 {
    font-size: 22px;
  }

  .about .info .details h3 {
    font-size: 26px;
  }

  .technology .details h3 {
    font-size: 26px;
  }

  .for-event-viewers .button {
    font-size: 16px;
  }

  .for-section>div>div h1 {
    font-size: 52px;
    line-height: 67px;
  }

  .for-section>div>div ul li {
    font-size: 18px;
  }

  /* .streams h1 {
    font-size: 52px;
  } */

  .welcome .side h1 {
    font-size: 34px;
    line-height: 57px;
  }

  .form-wrap .form .form-bg {
    display: none;
  }

  .form-wrap .form .fields-wrap {
    width: 100%;
  }

  .form-wrap .form .fields-wrap .field-wrap,
  .form-wrap .form .fields-wrap h1,
  .form-wrap .form .fields-wrap p {
    padding: 6px;
  }

  .form-wrap .form {
    min-height: unset;
  }

  .for-event-creators .btn-wrap .register-now {
    font-size: 18px;
    padding: 10px;
    display: block;
  }

  .profit-calc .result {
    flex-direction: column;
    margin-top: 12px;
    line-height: 48px;
  }
}

.livaat_textarea {
  width: 100%;
  outline: none;
  font-size: 16px;
  display: block;
  border: 1px solid #df2a7a;
  border-radius: 15px;
  padding: 14px;
  box-sizing: border-box;
  font-family: Arial;
}

.event-form-wrap h3 {
  color: #df2a7a;
  font-size: 26px;
  line-height: 42px;
  margin: 34px 8px;
  font-family: Arial;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5;
}

.alert-primary hr {
  border-top-color: #b0d4f1;
}

.alert-primary .alert-link {
  color: #113049;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-no-data {
  background-color: rgba(0, 0, 0, 0.7);
  color: #df2a7a;
  font-size: 25px;
  font-family: initial;
  margin-left: 10px;
  text-align: center;
}

.alert-success {
  color: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
}

.hawawi-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.alert-success hr {
  border-top-color: #b3e8ca;
}

.alert-success .alert-link {
  color: #123c24;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}

.alert-info hr {
  border-top-color: #c0ddf6;
}

.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}

.alert-warning hr {
  border-top-color: #fff8b3;
}

.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}

.alert-danger hr {
  border-top-color: #f4b0af;
}

.alert-danger .alert-link {
  color: #4c110f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.red-x {
  color: red;
  cursor: pointer;
  position: relative;
  bottom: 20px;
}

.ribbon {
  position: absolute;
  margin-top: 5px;
  margin-right: 260px;
  padding: 10px;
}

.ribbon.light {
  background: #ecf0f1;
  color: #2c3e50;
  border-left: 5px solid #dde4e6;
}

.ribbon.dark {
  background: #131313;
  color: #fff;
  border-left: 5px solid #464646;
}

.ribbon.base-alt {
  background: #9cd70e;
  color: #fff;
  border-left: 5px solid #c6f457;
}

.ribbon.red {
  background: #e91b23;
  color: #fff !important;
  border-left: 5px solid #f2787d;
}

.ribbon.orange {
  background: #ff8a3c;
  color: #fff;
  border-left: 5px solid #ffc7a2;
}

.ribbon.yellow {
  background: #ffd800;
  color: #fff;
  border-left: 5px solid #ffe866;
}

.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  right: -9px;
  border-right: 10px solid transparent;
}

.ribbon:before {
  top: 0;
}

.ribbon:after {
  bottom: 0;
}

.ribbon.base:before {
  border-top: 27px solid #3498db;
}

.ribbon.base:after {
  border-bottom: 27px solid #3498db;
}

.ribbon.light:before {
  border-top: 27px solid #ecf0f1;
}

.ribbon.light:after {
  border-bottom: 27px solid #ecf0f1;
}

.ribbon.dark:before {
  border-top: 27px solid #131313;
}

.ribbon.dark:after {
  border-bottom: 27px solid #131313;
}

.ribbon.base-alt:before {
  border-top: 27px solid #9cd70e;
}

.ribbon.base-alt:after {
  border-bottom: 27px solid #9cd70e;
}

.ribbon.red:before {
  border-top: 27px solid #e91b23;
}

.ribbon.red:after {
  border-bottom: 27px solid #e91b23;
}

.ribbon.orange:before {
  border-top: 27px solid #ff8a3c;
}

.ribbon.orange:after {
  border-bottom: 27px solid #ff8a3c;
}

.ribbon.yellow:before {
  border-top: 27px solid #ffd800;
}

.ribbon.yellow:after {
  border-bottom: 27px solid #ffd800;
}

.ribbon span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.pagination {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li+li {
  margin-left: 1rem;
}

.pagination a {
  text-decoration: none;
  padding: 0.2rem 0.4rem;
  color: #df2a7a;
  border: 1px solid #df2a7a;
  border-radius: 2px;
  font-size: 26px;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: darkred;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-danger {
  color: #fff;
  background-color: #df2a7a;
  border-color: #df2a7a;
}

.captcha img {
  height: 75px;
  width: 250px;
}

.profileImage {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  margin: 10px 0;
}

.a_button {
  background: #df2a7a;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: Arial;
  cursor: pointer;
}