#popup h2 {
  font-size: 25px;
}
#popup span.sub-title {
  font-size: 20px;
  display: block;
  line-height: 20px;
  font-weight: 500;
}
#popup li {
  font-size: 16px;
}
#popup .popup-content .popup-icon img {
  width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage1-body .header-area.homepage1 .header-elements .site-logo img {
  width: 250px;
  height: 85px;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero1-section-area .hero1-header.heading1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.hero1-section-area .hero1-header.heading1 h5 {
  font-size: 40px;
  font-weight: 700;
  color: gold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero1-section-area .hero1-header.heading1 h5 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .hero1-section-area .hero1-header.heading1 {
    margin-bottom: 0px;
  }
}
.hero1-section-area h1 {
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  font-weight: 400;
  width: 80%;
}
@media (max-width: 768px) {
  .hero1-section-area h1 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}

.text-justify {
  text-align: justify;
}

.hero1-section-area .header-images .img1 img {
  margin-top: 100px;
  object-fit: contain;
  border-radius: 8px;
  object-position: top;
}
@media (max-width: 768px) {
  .hero1-section-area .header-images .img1 img {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .hero1-section-area .header-images .images-content-area {
    top: 170px;
  }
}

@media (max-width: 768px) {
  .timer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.timer .time-box #days span {
  display: block;
}

.mobile-header.mobile-haeder1 .mobile-logo {
  width: 250px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder1, .header-area.homepage1.sticky {
  background: #37016f;
}

.choose-section-area .choose-widget-boxarea .content-area a {
  font-weight: 400;
  font-size: 20px;
  display: block;
  min-height: 90px;
}

#pills-tabContent span.accor-btn {
  margin-bottom: 10px;
}
#pills-tabContent .accordion-body ul li img {
  display: inline-block;
  margin-right: 10px;
}

.hero1-section-area .timer {
  position: absolute;
  width: 300px;
  right: 0;
  top: 170px;
}
.hero1-section-area .timer .countdown-row {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hero1-section-area .timer .countdown-row {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.hero1-section-area .timer .countdown-section {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  width: 150px;
  color: white;
  padding: 16px 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .hero1-section-area .timer .countdown-section {
    margin: 10px;
  }
}
.hero1-section-area .timer .countdown-section .countdown-period {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
}
.hero1-section-area .timer .countdown-section .countdown-amount {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  text-transform: uppercase;
}

.timer2 {
  position: relative;
}
.timer2 .countdown-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .timer2 .countdown-row {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.timer2 .countdown-section {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: white;
  width: 140px;
  color: white;
  padding: 16px 30px;
  font-weight: bold;
  margin: 10px;
}
@media (max-width: 768px) {
  .timer2 .countdown-section {
    margin: 10px;
  }
}
.timer2 .countdown-section .countdown-period {
  color: black;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
}
.timer2 .countdown-section .countdown-amount {
  color: #9105b4;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .timer {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .hero1-section-area .timer {
    position: relative;
    top: 0;
    width: 100%;
    justify-content: center;
    margin-top: 160px;
    text-align: center;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero1-section-area .timer {
    right: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area .timer {
    right: -140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .timer .time-box {
    margin: 0 20px 0 0;
  }
}

/*# sourceMappingURL=custom.css.map */
