#gallerySection {
  position: relative;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #gallerySection {
    margin: 80px 0 140px 0;
  }
}
#gallerySection:after {
  content: '';
  z-index: -1;
  width: 100vw;
  height: 1030px;
  position: absolute;
  left: -13vw;
  top: 310px;
  background: url(../../images/gallery/logo-cadbury-xl.png) no-repeat center center;
  background-size: cover;
  pointer-events: none;
}
#gallerySection h1 {
  font-size: 79px;
  font-weight: 600;
  font-family: GibsonSemiBold;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #gallerySection h1 {
    font-size: 30px;
  }
}
#gallerySection p.gallery-desc {
  width: 560px;
  font-family: GillSansHeavy;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #gallerySection p.gallery-desc {
    font-size: 16px;
    line-height: 22px;
  }
}
#gallerySection .gallery-hub-header-container {
  text-align: center;
}
#gallerySection .gallery-hub-header-container p {
  text-align: center;
  width: 100%;
  margin: 0 0 30px 0;
}
#gallerySection .gallery-hub-verity-container {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  justify-content: center;
}
#gallerySection .gallery-hub-verity-container p {
  font-family: GillSansBold;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
#gallerySection .gallery-hub-verity-container p:after {
  content: '';
  background-image: linear-gradient(90deg, #e7cb7a 2.2%, #fbecb3 41.95%, #c4a557 70.64%, #fbecb3 100%);
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -5px;
}
#gallerySection .gallery-hub-verity-container p.active,
#gallerySection .gallery-hub-verity-container p:hover {
  background-image: linear-gradient(90deg, #e7cb7a 2.2%, #fbecb3 41.95%, #c4a557 70.64%, #fbecb3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#gallerySection .gallery-hub-verity-container p.active:after,
#gallerySection .gallery-hub-verity-container p:hover:after {
  height: 2px;
}
#gallerySection .gallery-hub-masonry {
  width: 100%;
  position: relative;
  z-index: 2;
  columns: 3;
  gap: 20px;
  column-gap: 0;
  padding: 60px 0 60px 0;
}
#gallerySection .gallery-hub-masonry .gallery-item {
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 30px;
  position: relative;
  border-radius: 30px;
  width: 95%;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #gallerySection .gallery-hub-masonry .gallery-item {
    width: 88%;
    padding: 20px;
  }
}
@media screen and (min-width: 200px) and (max-width: 520px) {
  #gallerySection .gallery-hub-masonry .gallery-item {
    width: 91%;
  }
}
@media screen and (min-width: 200px) and (max-width: 430px) {
  #gallerySection .gallery-hub-masonry .gallery-item {
    width: 90%;
  }
}
@media screen and (min-width: 200px) and (max-width: 414px) {
  #gallerySection .gallery-hub-masonry .gallery-item {
    width: 89%;
  }
}
@media screen and (min-width: 200px) and (max-width: 375px) {
  #gallerySection .gallery-hub-masonry .gallery-item {
    width: 88%;
  }
}
#gallerySection .gallery-hub-masonry .gallery-item .media-holder {
  max-height: 16.667vw;
  min-height: 11.667vw;
  min-width: 21.5vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3B0073 url('../../images/mock/gallery/logo-cadbury.png') no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1921px) and (max-width: 9000px) {
  #gallerySection .gallery-hub-masonry .gallery-item .media-holder {
    min-width: 15.3vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1800px) {
  #gallerySection .gallery-hub-masonry .gallery-item .media-holder {
    min-width: 22.85vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1440px) {
  #gallerySection .gallery-hub-masonry .gallery-item .media-holder {
    min-width: 27.5vw;
  }
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #gallerySection .gallery-hub-masonry .gallery-item .media-holder {
    max-height: 50vw;
    min-height: 50vw;
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 520px) and (max-width: 990px) {
  #gallerySection .gallery-hub-masonry .gallery-item .media-holder {
    max-height: 320px;
    min-height: 170px;
    min-width: 30vw;
  }
}
@media screen and (min-width: 200px) and (max-width: 520px) {
  #gallerySection .gallery-hub-masonry .gallery-item .media-holder {
    max-height: 45vw;
    min-height: 45vw;
    min-width: 100%;
    width: 100%;
  }
}
#gallerySection .gallery-hub-masonry .gallery-item .media-holder audio,
#gallerySection .gallery-hub-masonry .gallery-item .media-holder p {
  display: none;
}
#gallerySection .gallery-hub-masonry .gallery-item .media-holder img {
  border-radius: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
#gallerySection .gallery-hub-masonry .gallery-item .media-holder:after {
  content: '';
  position: absolute;
  width: 9.375vw;
  height: 9.375vw;
  ponter-events: none;
  background-size: contain !important;
  will-change: transform;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #gallerySection .gallery-hub-masonry .gallery-item .media-holder:after {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 520px) and (max-width: 990px) {
  #gallerySection .gallery-hub-masonry .gallery-item .media-holder:after {
    width: 120px;
    height: 120px;
  }
}
#gallerySection .gallery-hub-masonry .gallery-item .title-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #301E64;
  font-family: UberHandProRegular;
  padding: 20px;
}
#gallerySection .gallery-hub-masonry .gallery-item .title-area strong {
  color: inherit;
  font-size: 22px;
  line-height: 22px;
}
#gallerySection .gallery-hub-masonry .gallery-item.audio .media-holder .audio-holder {
  display: none;
}
#gallerySection .gallery-hub-masonry .gallery-item.audio .media-holder:after {
  background: transparent url('../../images/mock/gallery/badge-audio.png') no-repeat center center;
}
#gallerySection .gallery-hub-masonry .gallery-item.video .media-holder {
  pointer-events: none;
}
#gallerySection .gallery-hub-masonry .gallery-item.video .media-holder:after {
  background: transparent url('../../images/mock/gallery/badge-video.png') no-repeat center center;
}
#gallerySection .gallery-hub-masonry .gallery-item.image .media-holder:after {
  background: transparent url('../../images/mock/gallery/badge-image.png') no-repeat center center;
}
#gallerySection .gallery-hub-masonry .gallery-item.text .media-holder:after {
  background: transparent url('../../images/mock/gallery/badge-text.png') no-repeat center center;
}
#gallerySection .gallery-hub-masonry .gallery-item:hover,
#gallerySection .gallery-hub-masonry .gallery-item:focus {
  transform: scale(0.97);
}
#gallerySection .gallery-hub-masonry .gallery-item.image:nth-child(3n) .media-holder {
  max-height: 450px;
}
#gallery-pop-out {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 25, 98, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  clip-path: inset(90vw);
  opacity: 0;
  pointer-events: none;
  will-change: background, clip-path, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#gallery-pop-out .close-icon-container {
  text-align: right;
  position: absolute;
  top: 3vw;
  right: 22vw;
  z-index: 9;
  text-decoration: none;
  background-size: contain;
  cursor: pointer;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #gallery-pop-out .close-icon-container {
    top: 4vw;
    right: 4vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 430px) {
  #gallery-pop-out .close-icon-container {
    top: 4vw;
    right: 4vw;
  }
}
#gallery-pop-out .close-icon-container .fa-xmark {
  color: var(--white-color);
  background-color: #d3b565;
  padding: 12px 15px;
  border-radius: 50%;
  margin: 0;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#gallery-pop-out .close-icon-container:hover .fa-xmark {
  transform: scale(1.15);
}
#gallery-pop-out #pop-out-content {
  display: flex;
  align-items: center;
  width: 50vw;
  height: 70vh;
  padding: 40px;
  transform: scale(0);
  will-change: transform;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #gallery-pop-out #pop-out-content {
    width: 100%;
    padding: 5vw;
  }
}
#gallery-pop-out #pop-out-content .title-area {
  display: none;
}
#gallery-pop-out #pop-out-content .media-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #2B1149;
}
#gallery-pop-out #pop-out-content .media-holder img {
  border-radius: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
#gallery-pop-out #pop-out-content .media-holder p {
  font-family: UberHandProRegular;
  color: #ffffff;
  font-size: 26px;
  line-height: 28px;
}
@media screen and (min-width: 20px) and (max-width: 520px) {
  #gallery-pop-out #pop-out-content .media-holder p {
    font-size: 5vw;
    line-height: 6vw;
  }
}
#gallery-pop-out #pop-out-content .media-holder.image {
  overflow: hidden;
}
@media screen and (min-width: 20px) and (max-width: 520px) {
  #gallery-pop-out #pop-out-content .media-holder.image {
    height: auto;
  }
}
#gallery-pop-out #pop-out-content .media-holder.audio {
  font-family: GillSansLight;
}
#gallery-pop-out #pop-out-content .media-holder.image,
#gallery-pop-out #pop-out-content .media-holder.video {
  border: 30px solid #ffffff;
}
@media screen and (min-width: 20px) and (max-width: 520px) {
  #gallery-pop-out #pop-out-content .media-holder.image,
  #gallery-pop-out #pop-out-content .media-holder.video {
    border: 15px solid #ffffff;
  }
}
#gallery-pop-out #pop-out-content .media-holder.video {
  height: auto;
}
#gallery-pop-out #pop-out-content .media-holder.text {
  height: auto;
  background: #C39EEC;
  border: 30px solid #ffffff;
  padding: 30px;
}
@media screen and (min-width: 20px) and (max-width: 520px) {
  #gallery-pop-out #pop-out-content .media-holder.text {
    border: 15px solid #ffffff;
  }
}
@media screen and (min-width: 20px) and (max-width: 520px) {
  #gallery-pop-out #pop-out-content .media-holder.audio {
    height: auto;
  }
}
#gallery-pop-out #pop-out-content .media-holder.audio .audio-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  width: 400px;
}
@media screen and (min-width: 50px) and (max-width: 520px) {
  #gallery-pop-out #pop-out-content .media-holder.audio .audio-container {
    width: 240px;
  }
}
#gallery-pop-out #pop-out-content .media-holder.audio .record-play-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
#gallery-pop-out #pop-out-content .media-holder.audio .record-play-btn .fa-play {
  font-size: 50px;
  color: #d3b565;
}
#gallery-pop-out #pop-out-content .media-holder.audio .record-play-btn .fa-pause {
  font-size: 50px;
  color: #d3b565;
}
#gallery-pop-out #pop-out-content .media-holder.audio .record-play-btn.active .fa-play {
  display: none !important;
}
#gallery-pop-out #pop-out-content .media-holder.audio .record-play-btn.active .fa-pause {
  display: block !important;
}
#gallery-pop-out #pop-out-content .media-holder.audio .audio-time {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 0;
}
#gallery-pop-out #pop-out-content .media-holder.audio .time-line-range {
  position: relative;
  margin: 40px 0 20px 0;
}
#gallery-pop-out #pop-out-content .media-holder.audio .time-line-range .full-line {
  max-width: 98%;
  height: 2px;
  background-color: #ffffff;
  box-shadow: 0px 5px 11px 0px #0000001a, 0px 21px 21px 0px #00000017, 0px 46px 28px 0px #0000000d, 0px 82px 33px 0px #00000003, 0px 129px 36px 0px #00000000;
}
#gallery-pop-out #pop-out-content .media-holder.audio .time-line-range .time-line {
  position: absolute;
  left: 0;
  top: -2px;
  height: 6px;
  transition: 0.5s;
  background: linear-gradient(90deg, #f3d085 0.07%, #fee8a8 49.11%, #d3aa5f 100%);
  box-shadow: 0px 5px 11px 0px #0000001a, 0px 21px 21px 0px #00000017, 0px 46px 28px 0px #0000000d, 0px 82px 33px 0px #00000003, 0px 129px 36px 0px #00000000;
}
#gallery-pop-out.active {
  clip-path: inset(0);
  opacity: 1;
  z-index: 9;
  pointer-events: all;
}
#gallery-pop-out.active #pop-out-content {
  transition-delay: 0.6s;
  -webkit-transform: cale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  #gallery-pop-out.active #pop-out-content img {
    object-fit: contain;
    width: 100%;
  }
}
#gallery-pop-out.active #pop-out-content video {
  width: 100%;
  height: 100%;
}
.black-button:hover {
  filter: brightness(2);
}
#galleryLMBtn.loading {
  pointer-events: none;
  opacity: 0.2;
}
/* Define the keyframes for the fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.85);
    -moz-transform: translateY(20px) scale(0.85);
    -ms-transform: translateY(20px) scale(0.85);
    -o-transform: translateY(20px) scale(0.85);
    transform: translateY(20px) scale(0.85);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
/* Class to trigger the animation */
.fade-in {
  -webkit-animation: fadeIn 0.5s ease-in-out 0.5s 1 forwards;
  -moz-animation: fadeIn 0.5s ease-in-out 0.5s 1 forwards;
  -ms-animation: fadeIn 0.5s ease-in-out 0.5s 1 forwards;
  -o-animation: fadeIn 0.5s ease-in-out 0.5s 1 forwards;
  animation: fadeIn 0.5s ease-in-out 0.5s 1 forwards;
}
