@import url('https://fonts.googleapis.com/css?family=Tajawal:800&display=swap');
.registration-form .entry-form .reg-form p, .contact-form .entry-form .con-form p {
  margin: 30px 0px;
  position: relative;
}
.registration-form .entry-form .reg-form input, .contact-form .entry-form .con-form input, .registration-form .entry-form .reg-form select, .contact-form .entry-form .con-form select, .registration-form .entry-form .reg-form textarea, .contact-form .entry-form .con-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #eee;
  text-align: right;
  font-family: inherit;
  font-weight: bold;
  padding: 12px 10px;
  color: #2d303a;
  FONT-SIZE: 12px;
  outline: none;
  background: transparent;
  resize: vertical;
}
.registration-form .entry-form .reg-form .strip, .contact-form .entry-form .con-form .strip {
  position: absolute;
  left: 70%;
  right: 5%;
  bottom: 0;
  background: #fa9917;
  height: 2px;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.registration-form .entry-form .reg-form .strip.for-textarea, .contact-form .entry-form .con-form .strip.for-textarea {
  bottom: 7px;
}
.registration-form .entry-form .reg-form .strip.error, .contact-form .entry-form .con-form .strip.error {
  background: #f44336;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.registration-form .entry-form .reg-form .strip.focused, .contact-form .entry-form .con-form .strip.focused {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.registration-form .entry-form .reg-form .alert, .contact-form .entry-form .con-form .alert {
  border: 2px solid;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: right;
  font-size: 14px;
  letter-spacing: -0.1px;
  align-items: center;
  margin-bottom: 10px;
}
.registration-form .entry-form .reg-form .alert:last-of-type, .contact-form .entry-form .con-form .alert:last-of-type {
  margin-bottom: 0px;
}
.registration-form .entry-form .reg-form .alert h4, .contact-form .entry-form .con-form .alert h4 {
  display: inline-block;
}
.registration-form .entry-form .reg-form .alert .alert-icon, .contact-form .entry-form .con-form .alert .alert-icon {
  display: inline-block;
  margin: 0 0 0 5px;
}
.registration-form .entry-form .reg-form .alert.error, .contact-form .entry-form .con-form .alert.error {
  color: #f44336;
}
.registration-form .entry-form .reg-form .alert.advertisement, .contact-form .entry-form .con-form .alert.advertisement {
  color: #fdd835;
}
.registration-form .entry-form .reg-form .alert.success, .contact-form .entry-form .con-form .alert.success {
  color: #388e3c;
}
.registration-form .entry-form .reg-form .multi-input, .contact-form .entry-form .con-form .multi-input {
  margin: 30px 0px;
  justify-content: space-between;
}
.registration-form .entry-form .reg-form .multi-input p, .contact-form .entry-form .con-form .multi-input p {
  margin: 0 0;
}
.registration-form .entry-form .reg-form .multi-input p:first-of-type, .contact-form .entry-form .con-form .multi-input p:first-of-type {
  padding-right: 0;
}
.registration-form .entry-form .reg-form .multi-input p:last-of-type, .contact-form .entry-form .con-form .multi-input p:last-of-type {
  padding-left: 0;
}
.registration-form {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0px;
}
.registration-form .youtube-background {
  flex-grow: 1;
  z-index: -1;
}
.registration-form .entry-form {
  direction: rtl;
  background: #fafafa;
  z-index: 1;
  border-radius: 7px;
  height: auto;
  align-items: center;
}
.registration-form .entry-form .img {
  padding: 0 0 0 25px;
  border-left: 4px solid #eee;
}
.registration-form .entry-form .img img {
  width: 100%;
}
.registration-form .entry-form .reg-form {
  padding: 60px 45px;
  font-family: 'Tajawal', sans-serif;
  text-align: center;
}
.registration-form .entry-form .reg-form .reg-title {
  font-size: 1.6em;
  letter-spacing: -1.2px;
  color: #2d303a;
  margin-bottom: 50px;
  position: relative;
  padding: 10px 0 20px 0;
}
.registration-form .entry-form .reg-form .reg-title::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: calc(50% - 10px);
  width: 20px;
  background: #fa9917;
  height: 3px;
  border-radius: 3px;
}
.registration-form .entry-form .reg-form .reg-form-button {
  background: #fa9917;
  border: none;
  padding: 14px 50px;
  border-radius: 3px;
  font-weight: 700;
  color: #2d303a;
  font-family: 'Tajawal', sans-serif;
  outline: none;
}
.registration-form::after {
  content: '';
  min-height: 100vh;
  min-width: 100vw;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@keyframes scroll {
  0% {
    bottom: 15%;
  }
  100% {
    bottom: 65%;
  }
}
#meccah-header {
  height: 100vh;
  background: url("../images/desert.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* .meccah menu */
}
#meccah-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #131313;
  opacity: 0.5;
}
#meccah-header .meccah-menu {
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='$dark_background',GradientType=0);
  /* IE6-9 */
  /* meccah-logo */
  /* .meccah-navigation-menu */
}
#meccah-header .meccah-menu .meccah-logo {
  /* logo-image */
}
#meccah-header .meccah-menu .meccah-logo .logo-image {
  max-height: 60px;
  width: auto;
}
#meccah-header .meccah-menu .meccah-navigation-menu {
  /* .menu-navtop */
}
#meccah-header .meccah-menu .meccah-navigation-menu .inner-menu {
  text-align: center;
  /* li */
}
#meccah-header .meccah-menu .meccah-navigation-menu .inner-menu li {
  display: inline-block;
  list-style: none;
  padding: 15px 15px;
  font-size: 16px;
  letter-spacing: -0.8px;
  /* a */
}
#meccah-header .meccah-menu .meccah-navigation-menu .inner-menu li a {
  color: #fff;
  text-decoration: none;
}
#meccah-header .meccah-menu .meccah-social-buttons ul {
  width: 100%;
  padding-left: 50px;
  font-size: 17px;
  list-style: none;
  column-gap: 12px;
}
#meccah-header .meccah-menu .meccah-social-buttons ul a {
  color: #fa9917;
}
#meccah-header .header-content {
  z-index: 10;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
}
#meccah-header .header-content h1 {
  width: 100%;
  text-align: center;
  font-size: 3.5em;
  color: #fff;
  margin-bottom: 20px;
}
#meccah-header .header-content h1::after {
  content: ".";
  color: #fa9917;
}
#meccah-header .header-content p {
  width: 100%;
  color: #fff;
  opacity: 0.9;
  font-family: sans-serif;
  font-size: 17px;
  font-weight: 500;
}
#meccah-header .scroll-down {
  position: absolute;
  bottom: 10vh;
  left: calc(50% - 17.5px);
}
#meccah-header .scroll-down button {
  position: relative;
  height: 60px;
  width: 35px;
  background: none;
  border: 3px solid #fff;
  border-radius: 35px;
  outline: none;
}
#meccah-header .scroll-down button::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 4px;
  background: #fa9917;
  border-radius: 4px;
  left: calc(50% - 1px);
  bottom: 10px;
  animation: scroll 1s 0s infinite alternate ease-in-out;
}
#meccah-header.meccah-page {
  height: auto;
  background-image: none;
}
#meccah-header.meccah-page .header-content {
  display: none !important;
}
#meccah-header.meccah-page::before {
  display: none;
}
#meccah-header.meccah-page .meccah-menu {
  position: relative;
  background: #131313;
}
#meccah-header.meccah-page .scroll-down {
  display: none;
}
/* .header */
.meccah-element {
  padding: 80px 0;
  text-align: center;
  color: #2d303a;
  background-color: #fafafa;
}
.meccah-element .element-title {
  margin-bottom: 60px;
}
.meccah-blog {
  background-image: url("../images/Group.png") no-repeat center;
}
.meccah-blog .meccah-post {
  background: #fafafa;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .05);
}
.meccah-blog .meccah-post .meccah-post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.meccah-blog .meccah-post .entry-content {
  padding: 25px 30px 30px 30px;
  text-align: right;
}
.meccah-blog .meccah-post .entry-content h3 {
  margin-bottom: 15px;
}
.meccah-blog .meccah-post .entry-content h3 a {
  color: #2d303a;
}
.meccah-blog .meccah-post .entry-content p {
  color: #777;
  font-family: sans-serif;
  margin-bottom: 15px;
  line-height: 25px;
}
.meccah-blog .meccah-post .entry-content .read-more a {
  font-size: 14px;
  color: #fa9917;
}
.meccah-blog .meccah-post.archive {
  margin-bottom: 30px;
}
.meccah-blog .meccah-post-list {
  background: #fafafa;
  height: 100%;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .05);
  border-radius: 4px;
}
.meccah-blog .meccah-post-list .meccah-inner-post {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: flex-start;
  /* margin: 25px 0; */
  padding: 25px 20px 17px 20px;
  text-align: right;
}
.meccah-blog .meccah-post-list .meccah-inner-post img {
  border-radius: 4px;
  margin-left: 14px;
}
.meccah-blog .meccah-post-list .meccah-inner-post .entry-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
}
.meccah-blog .meccah-post-list .meccah-inner-post .entry-content h4 {
  margin-bottom: 5px;
  width: 100%;
  font-size: 15px;
}
.meccah-blog .meccah-post-list .meccah-inner-post .entry-content h4 a {
  color: #2d303a;
}
.meccah-blog .meccah-post-list .meccah-inner-post .read-more {
  font-size: 14px;
  font-family: sans-serif;
}
.meccah-blog .meccah-post-list .meccah-inner-post .read-more a {
  color: #fa9917;
}
.meccah-blog .meccah-post-list .meccah-inner-post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #eee;
}
.meccah-blog .meccah-post-list .meccah-inner-post:last-of-type::after {
  display: none;
}
.meccah-blog .explore-all-posts {
  background: #fa9917;
  border: none;
  padding: 14px 50px;
  border-radius: 3px;
  font-weight: 700;
  color: #2d303a;
  font-family: 'Tajawal', sans-serif;
  outline: none;
  margin-top: 50px;
}
.meccah-blog .posts-navigation a {
  background: #fa9917;
  border: none;
  padding: 14px 50px;
  border-radius: 3px;
  font-weight: 700;
  color: #2d303a;
  font-family: 'Tajawal', sans-serif;
  outline: none;
  margin-top: 50px;
}
.meccah-team .member {
  padding: 70px 32px;
  background: #eee;
}
.meccah-team .member .member-avatar {
  margin-bottom: 30px;
}
.meccah-team .member .member-avatar img {
  width: 60%;
  height: auto;
  border-radius: 100%;
}
.meccah-team .member .member-name {
  margin-bottom: 10px;
  letter-spacing: -0.4px;
  color: #2d303a;
}
.meccah-team .member .member-description {
  font-family: sans-serif;
  color: #777;
  line-height: 1.6;
}
.meccah-team .member .member-social-links {
  margin-top: 30px;
}
.meccah-team .member .member-social-links ul {
  background: #fa9917;
  padding: 8px 20px;
  border-radius: 50px;
}
.meccah-team .member .member-social-links ul li {
  margin: 0 10px;
  list-style: none;
}
.meccah-team .member .member-social-links ul li a {
  color: #2d303a;
}
.meccah-team .member.dark {
  background: #131313;
}
.meccah-team .member.dark .member-name {
  color: #fff;
}
.meccah-team .member.dark .member-avatar img {
  border: 4px solid #fa9917;
}
.meccah-contact {
  background: url("../images/map.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 28vh 0;
}
.meccah-contact .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.75;
  z-index: 1;
}
.meccah-contact .element-title {
  z-index: 100;
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.5em;
}
.meccah-contact .element-content {
  z-index: 100;
}
.meccah-contact .element-content p {
  opacity: 0.75;
  font-weight: 500;
  font-family: sans-serif;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.9em;
}
.meccah-contact .element-content button {
  background: #fa9917;
  border: none;
  padding: 10px 55px;
  border-radius: 83px;
  font-weight: 700;
  color: #2d303a;
  font-family: 'Tajawal', sans-serif;
  outline: none;
  font-size: 16px;
}
.meccah-omrah-plans {
  padding: 80px 0 120px 0;
}
.meccah-omrah-plans .element-title {
  margin-bottom: 80px;
}
.meccah-omrah-plans .omrah-plan {
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
}
.meccah-omrah-plans .omrah-plan .plan-header {
  width: 100%;
  padding: 55px;
  background: #131313;
  color: #fff;
}
.meccah-omrah-plans .omrah-plan .plan-header .plan-title {
  margin-bottom: 15px;
  font-size: 1.1em;
}
.meccah-omrah-plans .omrah-plan .plan-header .plan-description {
  font-family: sans-serif;
  margin-bottom: 20px;
  opacity: 0.5;
}
.meccah-omrah-plans .omrah-plan .plan-header .plan-price {
  font-size: 2em;
  color: #fa9917;
}
.meccah-omrah-plans .omrah-plan .plan-features {
  padding: 27px 35px;
}
.meccah-omrah-plans .omrah-plan .plan-features .feature {
  list-style: none;
  text-align: right;
  padding: 20px 0;
  display: flex;
  align-items: center;
  color: #2d303a;
  font-family: sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
  opacity: 0.5;
  column-gap: 8px;
}
.meccah-omrah-plans .omrah-plan .plan-features .feature p {
  display: inline-block;
}
.meccah-omrah-plans .omrah-plan .plan-features .feature svg {
  margin: 0 0 0 6px;
}
.meccah-omrah-plans .omrah-plan .plan-features .feature.activated {
  opacity: 1;
  font-weight: bold;
}
.meccah-omrah-plans .omrah-plan .plan-features .feature.activated svg {
  color: #fa9917;
}
.meccah-omrah-plans .omrah-plan .plan-subscribe-button button {
  margin-bottom: 35px;
  background: #fa9917;
  border: none;
  padding: 14px 50px;
  border-radius: 3px;
  font-weight: 700;
  color: #2d303a;
  font-family: 'Tajawal', sans-serif;
  outline: none;
}
.meccah-omrah-plans .omrah-plan.special {
  transform: scale(1.08) translate(0px, 10px);
}
.meccah-omrah-plans .omrah-plan.special .plan-header {
  background: #fa9917;
  color: #2d303a;
}
.meccah-omrah-plans .omrah-plan.special .plan-header .plan-price {
  color: #fff;
}
.meccah-footer {
  background: #131313;
  padding: 30px 0 0 0;
}
.meccah-footer .meccah-footer-menu {
  margin-top: 30px;
}
.meccah-footer .meccah-footer-menu ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.meccah-footer .meccah-footer-menu ul li {
  list-style: none;
  display: inline;
  border-left: 1px solid rgba(238, 238, 238, 0.1);
  padding: 9px 35px;
  font-size: 14px;
}
.meccah-footer .meccah-footer-menu ul li a {
  text-decoration: none;
  color: #777;
}
.meccah-footer .meccah-footer-menu ul li:last-of-type {
  border: none;
}
.meccah-footer .meccah-footer-logo {
  position: relative;
  margin-top: 60px;
  padding-bottom: 15px;
}
.meccah-footer .meccah-footer-logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fa9917;
  left: calc(50% - 25px);
  width: 50px;
  border-radius: 3px;
}
.meccah-footer .meccah-footer-logo img {
  max-height: 60px;
  width: auto;
}
.meccah-footer .meccah-footer-social-media {
  margin-top: 30px;
}
.meccah-footer .meccah-footer-social-media .social-link {
  display: inline;
}
.meccah-footer .meccah-footer-social-media .social-link a {
  padding: 10px;
  color: #777;
}
.meccah-footer .meccah-footer-copyrights {
  margin: 35px 0 0 0;
  text-align: center;
  padding: 25px;
  font-family: sans-serif;
  color: #fa9917;
  border-top: 1px solid #1f1f1f;
}
@media (max-width: 992px) {
  .header-content h1 {
    font-size: 2em !important;
  }
  .meccah-team .member-parent {
    margin-bottom: 30px;
  }
  .meccah-team .member-parent:last-of-type {
    margin-bottom: 0;
  }
  .meccah-post-parent {
    margin-bottom: 30px;
  }
  .meccah-post-parent:last-of-type {
    margin-bottom: 0;
  }
  .meccah-omrah-plans .omrah-plan-parent .omrah-plan {
    margin-bottom: 30px;
  }
  .meccah-omrah-plans .omrah-plan-parent .omrah-plan.special {
    transform: none;
  }
}
.single-post {
  background: #eee;
}
.single-post .meccah-single-post {
  margin: 100px auto;
  background: #fafafa;
  border-radius: 4px;
  font-size: 18px;
  line-height: 2em;
  color: #2d303a;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.single-post .meccah-single-post > .wp-post-image {
  width: 100%;
  height: auto;
}
.single-post .meccah-single-post .entry-content {
  font-family: sans-serif;
  padding: 50px;
}
.single-post .meccah-single-post .entry-content .meccah-post-title {
  margin-bottom: 40px;
}
.single-post .meccah-single-post .entry-content a {
  color: #fa9917;
}
@keyframes slideDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}
.contact-form {
  background: url("../images/map.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  position: relative;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0px;
}
.contact-form .entry-form {
  direction: rtl;
  background: #fafafa;
  z-index: 1;
  border-radius: 7px;
  height: auto;
  align-items: center;
}
.contact-form .entry-form .img {
  padding: 0 0 0 25px;
  border-left: 4px solid #eee;
}
.contact-form .entry-form .img img {
  width: 100%;
}
.contact-form .entry-form .con-form {
  padding: 60px 45px;
  font-family: 'Tajawal', sans-serif;
  text-align: center;
}
.contact-form .entry-form .con-form textarea {
  height: 60px;
}
.contact-form .entry-form .con-form .con-title {
  font-size: 1.6em;
  letter-spacing: -1.2px;
  color: #2d303a;
  margin-bottom: 50px;
  position: relative;
  padding: 10px 0 20px 0;
}
.contact-form .entry-form .con-form .con-title::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: calc(50% - 10px);
  width: 20px;
  background: #fa9917;
  height: 3px;
  border-radius: 3px;
}
.contact-form .entry-form .con-form .con-form-button {
  background: #fa9917;
  border: none;
  padding: 14px 50px;
  border-radius: 3px;
  font-weight: 700;
  color: #2d303a;
  font-family: 'Tajawal', sans-serif;
  outline: none;
}
.contact-form .entry-form .success-message {
  position: absolute;
  color: #fff;
  z-index: 100;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.6em;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  transition-delay: 0.6s;
}
.contact-form .entry-form .success-message .icon {
  margin: 0 0 0 10px;
}
.contact-form .entry-form.done {
  overflow: hidden;
}
.contact-form .entry-form.done::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  animation: slideDown 1s 0s 1 alternate ease-in-out forwards;
  right: 0;
  background: #fa9917;
}
.contact-form .entry-form.done .success-message {
  visibility: visible;
  top: 0;
  opacity: 1;
}
.contact-form::after {
  content: '';
  min-height: 100vh;
  min-width: 100vw;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: 'Tajawal', sans-serif;
}
a {
  text-decoration: none;
}
div {
  transition: 0.4s ease-in-out;
}
