.mt-1\.5-important {
  margin-top: calc(var(--spacing) * 1.5) !important;
}

@media (max-width: 767px) and (min-width:568px){
  .l-club-house-section{
    clip-path:none !important;
  }

  .l-club-house{
    top: -30px !important;
  }
}

.main__countdown {
  position: absolute;
  right: 60px;
  top: 60px;
  z-index: 16;
}


.countdown{
  color: #fff;
  background-color: #fff;
  border-radius: 18px;
  padding: 10px 14px 10px 14px;
}

.countdown__top,
.countdown__bottom{
  color:#8a3c27;
}

.countdown__top-info {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  letter-spacing: -0.3px;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0px 3px;
}

.countdown__middle {
  display: flex;
  justify-content: space-between;
  font-size: 33px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-bottom: 0px;
}

.countdown__bottom {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  letter-spacing: -0.3px;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0px 3px;
}

.countdown__dpoint {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: -4px;
}

.countdown__middle.animated .countdown__dpoint {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}


@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@media (max-width: 979px) {
  .main__countdown {
    right: calc(50% - 132px);
    top: min(calc(100px + 10vw), 200px);
  }
}

.popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.popup.open {
  opacity: 1;
  pointer-events: auto;
}

.popupbf__content,
.popupbf__content picture{
  width: 100%;
  height: 100%;
  background-color: #000;
}

.popupbf__content img{
  height: 100%;
  object-fit: contain;
  width: 100%;
  object-position: center;
}

.popup__close {
  position: absolute;
  right: calc(15 / 1920 * 100vw);
  top: calc(15 / 1920 * 100vw);
  width: calc(65 / 1920 * 100vw);
  height: calc(65 / 1920 * 100vw);
  cursor: pointer;
  will-change: transform;
  transition: transform 0.3s;
  z-index: 10;
}

.popup__close span {
  display: block;
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup__close span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:hover {
  transform: scale(1.2);
}

.popup__close span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:hover {
  transform: scale(1.2);
}