


.group-ticket-box .facts-title a{
  color: var(--light-color); 
}
.group-ticket-box .frosty-facts-list1 .facts-title {
  font-size: 25px;
  color: var(--light-color);
  text-transform: uppercase;
  font-family: var(--title-fonts);
  margin-bottom: 0;
  line-height: 35px;
  width: 100%;
  text-align: center;
}
.group-ticket-box .group-ticket-desc {
  margin-top: 20px;
}
.group-ticket-box .facts-title a:hover {
  color: var(--primary-color);
}
.group-ticket-box {
  padding: 50px 0;
}
.four-column-bg-white{
background-color: var(--light-color);
}


@media (min-width: 768px) and (max-width: 1024px) { 
  .group-ticket-box {
    padding: 50px 20px;
  }
}
@media (min-width: 768px) and (max-width: 960px) { 
  .group-ticket-box .uk-text-center {
    margin-bottom: 50px;
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /*.group-ticket-box {
    padding: 30px 20px;
  }*/
  .group-ticket-box .uk-text-center {
    margin-bottom: 30px;
  }
  .group-ticket-box .ice-frosty-facts {
    padding-top: 65px;
    padding-bottom: 10px;
  }
  .group-ticket-box .facts-title {
    font-size: 20px;
  }
}

.group-ticket-box .frosty-facts-list1 {
  position: relative;
}
@media (min-width: 1200px) {.frosty-facts-list1 {background: #000;}}
.group-ticket-box .facts-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
@media (max-width: 1024px) {
  .group-ticket-box .frosty-facts-list1 {
    padding: 0;
    margin: 0 auto;
    max-width: 315px;
  }
  .group-ticket-box .ice-frosty-facts .uk-width-1-4 {
    width: 25%;
  }
  .group-ticket-box .facts-title {
    font-size: 19px;
  }
  .group-ticket-box .facts-title {
    line-height: 30px;
  }
  .group-ticket-box .frosty-facts-list1 {
    max-width: 400px;
  }
}
@media (max-width: 960px) {
  .group-ticket-box .ice-frosty-facts .uk-width-1-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .group-ticket-box .ice-frosty-facts .uk-width-1-4 {
    width: 100%;
  }

}

.group-ticket-box .facts-title a {
  font-size: 21px;
}
.group-ticket-box .facts-title {
  bottom: 0%;
  top: auto;
  z-index: 1;
  font-size: 20px;
}



.group-ticket-box .frosty-facts-list1:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.9) 90%);
}
.group-ticket-box .frosty-facts-list1 img {
  width: 100%;
}