.iconTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.iconTitle a {
  text-decoration: none;
}
.iconTitle .iconfont {
  font-size: 23px;
  color: #ffffff;
}
.iconTitle .youtube .icon {
  width: 35px;
  height: 35px;
}
.iconTitle .youtube .icon path {
  fill: #ffffff;
}
.iconTitle .tiktok .icon {
  width: 30px;
  height: 30px;
}
.iconTitle .tiktok .icon path {
  fill: #ffffff;
}
.iconTitle .instagram .icon {
  width: 25px;
  height: 25px;
}
.iconTitle .instagram .icon path {
  fill: #ffffff;
}
.iconTitle .tuite .icon {
  width: 28px;
  height: 28px;
}
.iconTitle .tuite .icon path {
  fill: #ffffff;
}
.iconTitle .facebook .icon {
  width: 29px;
  height: 29px;
}
.iconTitle .facebook .icon path {
  fill: #ffffff;
}
.header-main .logo img {
  width: 100px;
}
#gamesSwiper .companyGame-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 60px;
}
#gamesSwiper .companyGame-item .img img {
  transition: transform 0.35s;
}
#gamesSwiper .companyGame-item .icon {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 2;
}
#gamesSwiper .companyGame-item .icon img {
  width: 160px;
  height: 45px;
  object-fit: inherit;
  transform: translateY(15px);
  transition: 0.3s;
}
#gamesSwiper .companyGame-item.active .icon {
  opacity: 1;
  visibility: visible;
}
#gamesSwiper .companyGame-item.active .icon img {
  transform: translateY(0);
}
#gamesSwiper .companyGame-item.active .img img {
  transform: scale(1.05);
}
/*# sourceMappingURL=style.css.map */