@charset "UTF-8";
/*
Theme Name: IFTAR LP
Author: Match Trade
Theme URI: https://iftar.match-trade.com/
Version: 1.0
*/

::-webkit-scrollbar {
  width: 12px;
  height: 9px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #6fc4e2;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6fc4e2;
}

body {
  background-color: #ffffff;
}

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable {
  overflow: hidden;
}

.entry-content.wp-block-post-content {
  position: relative;
}

.wp-block-group.top-buttons-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 16px;
}

.wp-block-group.top-buttons-group .wp-block-group {
  gap: 14px;
}

.wp-block-group.top-buttons-group .wp-block-group img {
  transition: all 0.25s ease;
}

.wp-block-group.top-buttons-group .wp-block-group img:hover {
  transform: scale(1.2);
}

.wp-block-buttons.go-to-photos-button
  .wp-block-button
  a.wp-block-button__link:hover {
  background-color: white !important;
}

.wp-block-button.is-style-outline.event-info {
  margin-top: 40px;
  margin-bottom: 50px;
}

.wp-block-button.is-style-outline.event-info
  a.wp-block-button__link.wp-element-button {
  background-color: #987e52;
  color: #fff;
  min-width: 222px;
}

.wp-block-button.is-style-outline.event-info
  a.wp-block-button__link.wp-element-button:hover {
  background-color: transparent;
}

.wp-block-group.main-group {
  min-height: 880px !important;
}

.wp-block-group.main-group .wp-block-columns {
  gap: 20px;
  flex-direction: column;
}

.wp-block-button.is-style-outline a {
  transition: all 0.25s ease;
}

.wp-block-button.is-style-outline a:hover {
  color: #fff;
}

.wp-block-group.inner-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100% !important;
  padding: 0 40px 0;
  background-color: #ffffff !important;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
}

.wp-block-group.main-group.prize-info .wp-block-group.inner-group {
  background-size: contain !important;
}

.wp-block-group.main-group.blank .wp-block-group.inner-group {
  min-height: 630px !important;
}

.wp-block-group.main-group.blank {
  min-height: 600px !important;
}

.wp-block-group.inner-group > * {
  position: relative;
  z-index: 2;
}

.wp-block-group.inner-group h2 sup {
  font-size: 15px;
}

p.description-opacity {
  opacity: 0.6;
  max-width: 633px;
}

.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section {
  padding: 9px !important;
}

.wp-block-getwid-countdown
  .is-countdown
  .countdown-row
  .countdown-section
  .countdown-amount {
  font-family: var(--wp--preset--font-family--forgotten-futurist);
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 0px !important;
  width: 39px !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-getwid-countdown
  .is-countdown
  .countdown-row
  .countdown-section
  .countdown-period {
  font-family: var(--wp--preset--font-family--inter) !important;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  text-transform: lowercase;
  display: block;
  margin-top: 5px;
}

.wp-block-group.inner-group.thankyou {
  background-position: bottom center;
  background-size: 930px !important;
}

.wp-block-group.inner-form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 435px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}

.wp-block-group.inner-form-group h2 {
  margin: 0 0 0px 0 !important;
}

h2.wp-block-heading.has-text-align-left.thx {
  margin: 0 0 20px 0px !important;
}

p.video-button {
  display: flex;
  flex-direction: row;
  gap: 3px;
  justify-content: center;
  margin-top: 14px;
}

p.video-button a {
  color: #ffdd00;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  display: flex;
  justify-content: center;
  text-decoration: none;
  gap: 3px;
  transition: all 0.25s ease;
}

p.video-button:hover {
  filter: brightness(0) invert(1);
}

.wp-block-button.go-to-photos a.wp-block-button__link.wp-element-button {
  background-color: #ffdd00;
  font-size: 16px;
  color: #000;
  height: 35px;
  line-height: 12px;
}

.wp-block-button.go-to-photos a.wp-block-button__link.wp-element-button:hover {
  background-color: transparent;
  color: #987e52;
}

.wp-block-button.is-style-outline.popmake-173 {
  position: relative;
}

.wp-block-button.is-style-outline.popmake-173:hover:after,
.wp-block-button.is-style-outline.popmake-173:hover a {
  color: #ffffff;
}

.wp-block-group.bottom-buttons-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 33px;
  z-index: 2;
}

iframe {
  width: 100%;
  height: 720px;
  border: 0 none;
}

.pum-theme-subpage .pum-container {
  background-color: #121617;
  box-shadow: initial !important;
  padding: 50px;
  overflow-y: auto;
}

.pum-theme-subpage .pum-container .pum-content.popmake-content {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: initial !important;
  overflow: initial;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  border: 0 none !important;
}

span.wp-block-getwid-accordion__header-title {
  color: #fff;
}

.pum-theme-subpage .pum-content + .pum-close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.5C6.15 1.5 1.5 6.15 1.5 12C1.5 17.85 6.15 22.5 12 22.5C17.85 22.5 22.5 17.85 22.5 12C22.5 6.15 17.85 1.5 12 1.5ZM12 21C7.05 21 3 16.95 3 12C3 7.05 7.05 3 12 3C16.95 3 21 7.05 21 12C21 16.95 16.95 21 12 21Z' fill='%23FFDD00'/%3E%3Cpath d='M16.05 17.25L12 13.2L7.95 17.25L6.75 16.05L10.8 12L6.75 7.95L7.95 6.75L12 10.8L16.05 6.75L17.25 7.95L13.2 12L17.25 16.05L16.05 17.25Z' fill='%23FFDD00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat !important;
  background-position: left top;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  right: 30px !important;
  top: 30px !important;
  border: 0 none !important;
  text-indent: -99999999999px;
  padding: 0 !important;
}

.pum-theme-subpage .pum-content + .pum-close:hover {
  filter: brightness(0) invert(1);
}

.wp-block-getwid-accordion__content {
  border: 0 none !important;
  padding: 0 0 26px 0;
}

.wp-block-getwid-accordion__content p {
  color: #a9c2c9 !important;
}

.wp-block-getwid-accordion__content p a {
  color: #41c5e7;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wp-block-getwid-accordion__content p a:hover {
  color: #fff;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  border-top: 1px solid #41c5e7;
  padding: 26px 0;
  transition: padding 0.25s ease;
}

.wp-block-getwid-accordion
  .wp-block-getwid-accordion__header-wrapper:first-child
  .wp-block-getwid-accordion__header {
  border-top: 0 none;
}

.wp-block-getwid-accordion__icon i {
  font-size: 18px;
  color: #fff;
}

.wp-block-getwid-accordion__header-wrapper.ui-accordion-header.ui-accordion-header-collapsed
  .wp-block-getwid-accordion__header:hover {
  padding-left: 10px;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header:hover {
  padding-left: 0;
}

.wp-block-group.faq-group {
  padding-bottom: 40px;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

div#popmake-173 iframe {
  height: 350px;
}

div#popmake-173 .wp-block-group.faq-group {
  padding: 0;
}

div#pum-173 {
  background-color: rgb(0 0 0 / 88%) !important;
}

p.thx-msg {
  margin: 0 !important;
}

#fancybox-outer,
#fancybox-content {
  background-color: #000000 !important;
}

figure.wp-block-image.hosted-by {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

figure.wp-block-image.hosted-by::before {
  content: "Hosted by:";
  position: absolute;
  color: #fff;
  font-size: 11px;
  bottom: 45px;
  opacity: 0.7;
  right: 0;
}

.wp-block-contact-form-7-contact-form-selector .row,
.wp-block-contact-form-7-contact-form-selector .row-field {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.wp-block-contact-form-7-contact-form-selector .row.first-row {
  flex-direction: row;
  gap: 20px;
}

.wp-block-contact-form-7-contact-form-selector .row label {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin: 30px 0 4px 0;
  padding: 0 0 0 0px;
}

.wp-block-contact-form-7-contact-form-selector input {
  background-color: #ffffff;
  border: 1px solid #8f95a099;
  padding: 0 10px;
  line-height: 38px;
  border-radius: 7px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #8c08ac;
  border-color: #8c08ac;
  max-width: 79px;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #630185;
  border-color: #630185;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 11px;
  border-color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red;
}

.wpcf7-not-valid-tip {
  font-size: 10px;
  margin: 3px 0 0 13px;
}

p.small {
  font-size: 10px;
  color: #8f95a0;
  padding: 9px 0 10px 0;
  line-height: 1.5em;
  display: block;
}

p.small a {
  text-decoration: none;
}

@media (max-width: 1440px) {
  .wp-block-group.inner-group {
    background-size: 100% !important;
  }
}

@media (max-width: 1210px) {
  .wp-block-group.inner-group p br {
    display: none;
  }

  .wp-block-group.inner-form-group {
    min-height: 1010px;
  }

  figure.wp-block-image.hosted-by {
    max-width: 240px;
    bottom: 37px;
  }

  figure.wp-block-image.hosted-by::before {
    bottom: 33px;
  }
}

@media (max-width: 991px) {
  .wp-block-group.main-group .wp-block-columns {
    flex-direction: column;
    height: calc(100% + 50px) !important;
  }

  .wp-block-group.inner-form-group {
    padding: 0 20px;
  }

  iframe {
    height: 830px;
  }

  .wp-block-group.inner-form-group {
    justify-content: flex-start;
  }

  .wp-block-group.inner-group {
    height: initial;
  }

  .wp-block-group.inner-form-group {
    min-height: initial;
    margin-bottom: 140px;
  }

  .wp-block-group.inner-group {
    padding: 100px 20px;
  }

  figure.wp-block-image.hosted-by {
    max-width: 100%;
    bottom: 20px;
    right: initial;
    left: 0;
    width: 100%;
    text-align: center;
  }

  figure.wp-block-image.hosted-by::before {
    bottom: 49px;
    width: 100%;
    text-align: center;
  }

  figure.wp-block-image.hosted-by::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -20px;
    background: #000000;
    background: linear-gradient(0deg, rgb(18 22 23) 30%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
  }

  .entry-content.wp-block-post-content {
    min-height: 960px;
  }

  .wp-block-group.bottom-buttons-group .wp-block-buttons {
    justify-content: center;
  }

  .wp-block-group.inner-group.thankyou {
    background-size: 80% !important;
  }

  .wp-block-group.inner-group::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #121617d9;
    top: 0;
  }
  .wp-block-group.bottom-buttons-group {
    z-index: 5;
  }
}

@media (max-width: 767px) {
  .wp-block-group.inner-group {
    background-position: 50% 70% !important;
  }
}

@media (max-width: 536px) {
  div#popmake-173 iframe {
    height: 650px;
  }

  ul.wp-block-list.has-small-font-size {
    padding-left: 10px;
  }
  h2.wp-block-heading {
    font-size: 20px !important;
  }
  .wp-block-contact-form-7-contact-form-selector .row.first-row {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 380px) {
  .wp-block-group.bottom-buttons-group {
    position: initial;
    padding: 40px 20px 20px;
  }

  .wp-block-group.bottom-buttons-group .wp-block-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .wp-block-button.is-style-outline.popmake-173:after {
    display: none;
  }

  .pum-theme-subpage .pum-container {
    padding: 50px 20px;
  }

  .entry-content.wp-block-post-content {
    min-height: initial;
  }

  figure.wp-block-image.hosted-by img {
    max-width: 90%;
  }
}

@media (max-width: 300px) {
  div#popmake-173 iframe {
    height: 750px;
  }
}

@media (max-height: 685px) {
  .pum-theme-subpage .pum-container .pum-content.popmake-content {
    justify-content: flex-start;
  }
}
