.elementor-2214 .elementor-element.elementor-element-c288693{--display:flex;}.elementor-2214 .elementor-element.elementor-element-c288693:not(.elementor-motion-effects-element-type-background), .elementor-2214 .elementor-element.elementor-element-c288693 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-2214 .elementor-element.elementor-element-0ba9f43{--display:flex;}.elementor-2214 .elementor-element.elementor-element-ac381bf{--display:flex;}.elementor-2214 .elementor-element.elementor-element-1b49f0f{--display:flex;}.elementor-2214 .elementor-element.elementor-element-e9ff4c6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c2149b1 */.maher-about-us .elementor-container .text .all-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.maher-about-us .elementor-container .text .all-links a {
  color: #d87d4a;
  transition: 0.3s;
}
.maher-about-us .elementor-container .text .all-links span {
  color: white;
}
.maher-about-us .elementor-container .text .all-links a,
.maher-about-us .elementor-container .text .all-links span {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
.maher-about-us .elementor-container .text .all-links a:hover {
  color: white;
}

@media (max-width: 539px) {
  .maher-about-us .elementor-container .text .all-links a,
  .maher-about-us .elementor-container .text .all-links span {
    font-size: 14px;
    line-height: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-707f560 */.riddle-steps {
  padding: 90px 0px;
}
.riddle-steps .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
.riddle-steps .wrapper .box {
  width: calc((100% / 3) - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px;
  box-shadow: 0px 0px 10px #00000011;
  border-radius: 25px;
  text-align: center;
  background: white;
}
.riddle-steps .wrapper .box .image {
  width: 100%;
  max-width: 150px;
  margin-bottom: 24px;
}
.riddle-steps .wrapper .box .info .title {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #d87d4a;
  margin-bottom: 12px;
  font-weight: 700;
}
.riddle-steps .wrapper .box .info p {
  color: #626262;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
@media (max-width: 1289px) {
  .riddle-steps .wrapper {
    gap: 48px 24px;
  }
  .riddle-steps .wrapper .box {
    width: calc(100% / 3 - 16px);
    padding: 32px 16px;
  }
  .riddle-steps .wrapper .box .image {
    max-width: 120px;
  }
}
@media (max-width: 1239px) {
  .riddle-steps .wrapper .box .info .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .riddle-steps .wrapper .box .info p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 999px) {
  .riddle-steps {
    padding: 60px 0px;
  }
  .riddle-steps .wrapper {
    gap: 48px 24px;
  }
  .riddle-steps .wrapper .box {
    width: calc(50% - 12px);
    max-width: 400px;
    text-align: center;
  }
}
@media (max-width: 539px) {
  .riddle-steps .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .riddle-steps .wrapper .box {
    width: 100%;
    max-width: 100%;
  }
  .riddle-steps .wrapper .box .image {
    max-width: 100px;
    margin-bottom: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a85522b */.latest-riddle {
  padding: 90px 0px;
}
.latest-riddle .wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 120px;
}
.latest-riddle .wrapper .image {
  width: 500px;
}
.latest-riddle .wrapper .info {
  flex: 1;
}
.latest-riddle .wrapper .info .name {
  margin-bottom: 48px;
}
.latest-riddle .wrapper .info .name h3 {
  margin-bottom: 0px;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 700;
  color: #d87d4a;
  line-height: 28px;
}
.latest-riddle .wrapper .info .name h4 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #101010;
}
.latest-riddle .wrapper .info .countdown {
  display: flex;
  align-items: center;
  gap: 6px;
  text-align: center;
  text-transform: capitalize;
}
.latest-riddle .wrapper .info .countdown div {
  background: #101010;
  color: white;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.latest-riddle .wrapper .info .countdown div p {
  margin-bottom: 0px;
  font-size: 30px;
  letter-spacing: 2px;
}
.latest-riddle .wrapper .info .countdown div span {
  font-size: 16px;
}
.latest-riddle .wrapper .info .difficulty-level {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.latest-riddle .wrapper .info .difficulty-level p {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 12px;
}
.latest-riddle .wrapper .info .difficulty-level .box {
  display: flex;
  align-items: center;
  gap: 2px;
}
.latest-riddle .wrapper .info .difficulty-level .box img {
  width: 25px;
}
.latest-riddle .wrapper .info .rules {
  margin-bottom: 48px;
}
.latest-riddle .wrapper .info .rules p {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 12px;
}
.latest-riddle .wrapper .info .rules ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.latest-riddle .wrapper .info .rules ul li {
  font-size: 16px;
  color: #626262;
  margin-bottom: 6px;
}
.latest-riddle .wrapper .info .answer {
  margin-top: 36px;
}
.latest-riddle .wrapper .info .answer .insta-cta-btn {
  display: block;
  width: 150px;
  height: 40px;
  text-transform: capitalize;
  letter-spacing: 1px;
  background: #d87d4a;
  text-align: center;
  line-height: 40px;
  color: white;
  font-weight: 600;
}
@media (max-width: 999px) {
    .latest-riddle {
    padding: 60px 0px;
  }
  .latest-riddle .wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .latest-riddle .wrapper .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .latest-riddle .wrapper .info .name {
    margin-bottom: 24px;
  }
  .latest-riddle .wrapper .info .difficulty-level {
    margin-bottom: 24px;
  }
  .latest-riddle .wrapper .info .rules {
    margin-bottom: 24px;
  }
}
@media (max-width: 589px) {
  .latest-riddle .wrapper .image {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6dda7b */.events-faq {
  padding: 90px 0px;
}
.accordion {
  border-left: 1px solid #101010;
  border-right: 1px solid #101010;
  border-top: 1px solid #101010;
}
.accordion-item {
  background: white;
  border: none;
  cursor: pointer;
  padding: 24px 48px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #101010;
  border-bottom: 1px solid #101010;
  transition: 0.3s ease;
  user-select: none;
  margin-bottom: 0px;
}

.accordion-item:hover,
.accordion-item.active {
  background-color: #d87d4a;
  color: white;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: #101010;
  padding: 0px 96px;
  font-weight: 400;
  color: white;
  font-size: 1rem;
  line-height: 1.4;
}

.panel p {
  margin: 24px 0;
}
@media (max-width: 999px) {
  .events-faq {
    padding: 60px 0px;
  }
}
@media (max-width: 589px) {
  .accordion-item {
    padding: 24px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .panel {
    padding: 0px 24px;
    font-size: 14px;
    line-height: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-184f9fb */.events-end {
  padding: 30px 0px 90px;
}
.events-end .elementor-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.events-end .elementor-container .text {
  width: 750px;
  max-width: 100%;
}
.events-end .elementor-container .title {
  font-size: 36px;
  color: #d87d4a;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 700;
}
.events-end .elementor-container h6 {
  font-size: 24px;
  color: #101010;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-transform: capitalize;
  font-weight: 600;
}
.events-end .elementor-container p {
  font-size: 16px;
  color: #626262;
  line-height: 30px;
  margin-bottom: 36px;
}
.events-end .elementor-container .links {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.events-end .elementor-container .links a {
  font-size: 16px;
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  background: #101010;
  width: fit-content;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: all 0.3s;
}
.events-end .elementor-container .links a:first-child {
  background: linear-gradient(to right, rgb(248, 57, 89), #f5b041);
}
.events-end .elementor-container .links a:first-child:hover {
  background: linear-gradient(to right, #f5b041, rgb(248, 57, 89));
}
@media (max-width: 999px) {
  .events-end {
    padding: 30px 0px 60px;
  }
}
@media (max-width: 539px) {
  .events-end .elementor-container .text {
    width: 100%;
    max-width: 100%;
  }
  .events-end .elementor-container .title {
    font-size: 24px;
  }
  .events-end .elementor-container h6 {
    font-size: 18px;
  }
  .events-end .elementor-container p {
    font-size: 14px;
    line-height: 24px;
  }
  .events-end .elementor-container .links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .events-end .elementor-container .links a {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}/* End custom CSS */