﻿#eventCountDown,
#museumCountDown {
    display: none;
}

/******************** egyptian museum countdown ********************/
.eventCountDown {
    position: relative;
    width: 300px;
    height: 150px;
    background: url("../Images/EgyptianMuseum/backgroundOne.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
    overflow: hidden
}

.eventCountDown::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 7px;
  background-image: url("../Images/EgyptianMuseum/logo.png");
  width: 61px;
  height: 59px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.eventCountDown::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  background-image: url("../Images/masrawyLogo.webp");
  width: 60px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.countDownCnts {
  position: relative;
  width: 100%;
  height: 100%;

}

.countDownCnts::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 46%;
  transform: translateX(-50%);
  width: 231px;
  height: 150px;
  background: url("../Images/EgyptianMuseum/statue .png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.countDown {
  position: relative; 
  color: #FFF;
  font-family: DroidKufiBold, arial;
  font-size: 122px;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  bottom:-3px;font-weight:900
}

.eventCountDown
.phrosCounter {
    position: absolute;
    bottom: -4px;
    left: 8px;
    display: flex;
    color: #FFF;
    font-family: DroidKufiLight, arial;
    font-size: 10px;
}

.eventCountDown
.phrosCounter span {
  font-size: 29px;
  font-family: DroidKufiBold, arial;
}


/*version two*/
.museumCountDown {
  position: relative;
  width: 300px;
  height: 150px;
  background: url("../Images/EgyptianMuseum/backgroundTwo.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom:20px;
  overflow:hidden
}

.museumCountDown a {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
}

.museumCountDown::before,
.museumCountDown::after {
  display: var(--show-logos, block);
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.museumCountDown::after {
  top: 8px;
  right: 8px;
  background-image: url("../Images/EgyptianMuseum/logo.png");
  width: 45px;
  height: 44px;
}

.museumCountDown::before {
  top: 8px;
  left: 13px;
  background-image: url("../Images/masrawyLogo.webp");
  width: 59px;
  height: 17px;
}


.museumCountDownCnts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
}

.phrosTimerDay {
  display: flex;
  flex-direction: column;
  font-family: DroidKufiBold, arial;
  line-height: 1;
  color: #FFF;
}

.phrosTimerDay p:first-child {
  font-size: 72px;
  font-weight: bold;text-align: center;
}

.phrosTimerDay p:last-child {
  font-size: 32px;text-align:center
}

.phrosTimer{
  display: flex;
  flex-direction: row;
  gap:6px;
}

.phrosTimer div{
 display: flex;
 flex-direction: column;
 align-items:center;
 gap:4px;

}

.phrosTimer div p:first-child{
 line-height: 1.2;
 color:#FFFFFF;
 font-size: 11px;
 border-radius: 6px;
 background: rgba(255, 255, 255, 0.28);
 font-size: 20px;
 font-family: DroidKufiBold, arial;
 width: 41px;
 padding:8px;
 text-align:center;font-weight: bold;
}

.phrosTimer div p:last-child{
 line-height: 1.2;
 color:#FFFFFF;
 font-size: 11px;
 font-family: DroidKufiBold, arial;
}


@media screen and (max-width: 1023px) {
    .eventCountDown, .museumCountDown {
        margin: 0 calc((100% - 300px) / 2) 20px;
    }
}
