@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

:root{
 --bg-1:#FFD700;
 --bg-2:#b1ad86;
 --bg-3:#FFA500;
 --bg-4:#FFBF00;
 --bg-5:#F4A460;

--bg-main:var(--bg-5);

--card-1:#FF8C00;
--card-2: #DAA520;
--card-3:#f92323;
--card-4: #e49124;
--card-5:#49c8fa;
--title-col-1:#ff4800;
--title-col-2: #da6a20;
--title-col-3:#b449fc;
--title-col-4: #2bfd47;
--title-col-5:#008cff;
--title-main-col:var(--title-col-5);
--card-main:var(--card-5);

--over-1:rgba(243, 221, 112, 0.9);
--over-2:rgba(247, 200, 115, 0.9);
--over-3:rgba(248, 149, 116, 0.9);
--over-4: rgba(250, 218, 124, 0.9);
--over-5:rgba(248, 198, 155, 0.9);

--ov-main:var(--over-5);

--rand-1:transparent;
--rand-2:var(--ov-main);

--rand-main:var(--rand-1);
--pg-card-15-18:18px;
--pg-card-18-22:22px;
--pg-card-12-14:14px;
--margin25:21px 0px;
--sec-padd:48px 0px;
--border-r:30px;
  --white:white;
  --black:black;
  --gap-25-30: 30px;
  --gap-30-40:39px;


}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, p{
  margin: 0 0 0 10px;
  padding: 0;
}

button{
  border: none;
  cursor: pointer;
}

ul {
  padding-left: 15px;
  list-style-type: disc;
}

ol {
  padding-left: 15px;
  list-style-type: decimal;
}

li {
  margin-bottom: 9px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

body{
background-color: gray;
  overflow-x: hidden;
  line-height: 1.5;
  direction: ltr;
  font-family: 'Roboto Slab', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
}

p{
  padding: 9px 0px;
  font-weight: 400;
}
a{
  text-decoration: none;
  transition: all 0.3s ease;
}

img{
  width: 100%;
  display: block;
}


.knop-ny25-1 {
  padding: 10px 15px;
  border-radius: 233px;
  font-size: 15px;
  color: var(--white);
  font-family: inherit;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--title-main-col);
  box-shadow: 9px 9px 10px #c5c5c5,
              -9px -9px 10px #ffffff;
 }
 
 .knop-ny25-1::before {
  content: '';
  width: 0;
  height: 36px;
  border-radius: 233px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, var(--title-main-col) 0%, var(--card-main) 100%);
  transition: .5s ease;
  display: block;
  z-index: -1;
 }
 
 .knop-ny25-1:hover::before {
  width: 100%;
 }
 .knop-ny25-2 {
  text-align: center;
padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  background-color: var(--title-main-col);
  color: #fff;
  border: none;
  border-radius: 9px;
  transition: all 0.3s;
}

.knop-ny25-2:hover {
  border-radius: 9px;
  transform: translateY(-10px);
  box-shadow: 0 -9px 0 -2px var(--title-main-col), 0 -15px 0 -4px var(--title-main-col),
    0 -15px 10px -3px var(--title-main-col), 0 9px 0 -2px var(--title-main-col), 0 15px 0 -4px var(--title-main-col),
    0 15px 10px -3px var(--title-main-col), 9px 0px 0 -2px var(--title-main-col), 15px 0px 0 -4px var(--title-main-col),
    15px 0px 10px -3px var(--title-main-col), -9px 0px 0 -2px var(--title-main-col),
    -15px 0px 0 -4px var(--title-main-col), -15px 0px 10px -3px var(--title-main-col);
}

.knop-ny25-2:active {
  transition: all 0.2s;
  transform: translateY(-4px);
  box-shadow: 0 2px 0 -2px var(--title-main-col), 0 9px 0 -4px var(--title-main-col),
    0 10px 9px -3px var(--title-main-col);
}


.knop-ny25-3 {
  width: fit-content;
  padding: 10px 29px;
  font-size: 15px;
  font-weight: {rand_weight};
  letter-spacing: .1rem;
  border: none;
  background: var(--bg-main);
  box-shadow: inset -29px -15px 0px 2px var(--title-main-col);
  border-radius: 101px;
  color: var(--black);
  transition: all 1s cubic-bezier(.66, .00, .34, 1.00);
}

.knop-ny25-3:hover {
  box-shadow: inset 0px 0px 0px 0px var(--title-main-col);
  background: rgb(33, 30, 24);
  transform: translateY(-4px);
  color: rgb(230, 221, 221);
  font-weight: 700;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes particles {
  0% {
    transform: translateZ(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(161px, 44px);
    opacity: 0;
  }
}

.knop-ny25-4 {
  position: relative;
  background: var(--title-main-col);
  display: inline-block;
  background-size: 200% auto;
  border: 1px solid;
  border-radius: 20px;
  color: var(--white);
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 var(--ov-main);
  animation: floating 3s ease-in-out infinite;
  transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.knop-ny25-4::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 29px;
  box-shadow: 0 0 15px var(--title-main-col);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  width: 4px;
  height: 4px;
  background: var(--title-main-col);
  animation: particles 2s infinite;
}

.knop-ny25-4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.knop-ny25-4:hover {
  color: var(--white);
  box-shadow: 0 0 0 10px var(--ov-main);
  transform: scale(1.04);
  background-position: right center;
  background: linear-gradient(to right, var(--black), var(--title-main-col));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


 
 .knop-ny25-5 {
  display: inline-block;
  padding: 10px 29px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--title-main-col);
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 4px 4px 0px #000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.knop-ny25-5:hover {
  background-color: #fff;
  color: var(--title-main-col);
  border: 1px solid var(--title-main-col);
  box-shadow: 4px 4px 0px var(--title-main-col);
}

.knop-ny25-5:active {
  background-color: var(--title-main-col);
  box-shadow: none;
  transform: translateY(4px);
}


.box-title-ny25{
  display: flex;
  justify-content: center; 
  padding: 10px; 
  margin: var(--margin25);

}
.title-ny25{
  border-left: 4px solid var(--title-main-col);
  display: inline-block;
  font-size:clamp(22px,4vw,39px);
  color:var(--white); 
text-align: center;
  position: relative;
  font-weight: 700;
  padding: var(--pg-card-12-14) 9px;
}
.block-ny25{
  position: relative;
  width: 100%; 
  max-width: 1210px; 
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

#games1-ny25{
  display: block;
}
.navigation-ny25{
  background-color: var(--bg-main);
  padding: var(--pg-card-12-14);
}
.nav-frame-ny25{
  display: flex;
  justify-content:space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width:575px) {
  .nav-frame-ny25{
    justify-content: center;
  }
}
.frame-logo-ny25{
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
}
.box-img-logo-ny25{
  width: 44px;
  height: 44px;
}
.box-img-logo-ny25 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-txt-ny25{
  text-align: center;
  color: var(--white);
}
.site-menu-wrap{
  position: relative;
  height: 55px;
  width: 55px;
  z-index: 1;
}
.site-menu-wrap .toggler{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 55px;
  height: 55px;
  opacity: 0;
}
.site-menu-wrap .hamburger{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 55px;
  height: 55px;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-menu-wrap .hamburger >div {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.site-menu-wrap .hamburger > div:before,
.site-menu-wrap .hamburger > div:after{
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 1px;
  background: inherit;
}
.site-menu-wrap .hamburger > div:after{
  top: 10px;
}
.site-menu-wrap .toggler:checked + .hamburger > div{
  transform: rotate(135deg);
}
.site-menu-wrap .toggler:checked + .hamburger > div:before,
.site-menu-wrap .toggler:checked + .hamburger > div:after{
  top: 0;
  transform: rotate(90deg);
}
.site-menu-wrap .toggler:checked:hover + .hamburger > div{
  transform: rotate(225deg);
}
.site-menu-wrap .toggler:checked ~ .site-menu{
  visibility: visible;
}
.site-menu-wrap .toggler:checked ~ .site-menu > div{
  transform: scale(1);
  transition-duration:0.75s;
}
.site-menu-wrap .toggler:checked ~ .site-menu > div > div{
  opacity: 1;
  transition: opacity 0.3s ease;
}
.site-menu-wrap .site-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   visibility: hidden; 
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-menu-wrap .site-menu > div{
  background-color: var(--ov-main);
  border-radius: 50%;
  width: 200%;
  height: 200%;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
   transform: scale(0); 
  transition: all 0.3s ease;
}
.site-menu-wrap .site-menu > div >div{
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
   opacity: 0; 
  transition: opacity 0.3s ease;
}
.site-menu-wrap .site-menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 18px;
  padding: 16px;
}

.site-menu-wrap .site-menu >div > div > ul > li > a{
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-menu-wrap .site-menu >div > div > ul > li > a:hover{
  text-decoration: underline;
  color: var(--title-main-col);
}
 
.showcase-ny25 {
  position: relative;
  overflow: hidden; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.showcase-image-ny25 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%; 
  background-image: url('mediamansion/dir-bg/bg-dark-068a49ee4df59a.jpg'); 
  background-size: cover;
  background-position: center;
  animation: scrollUp-ny25 100s linear infinite; 
}

.showcase-content-ny25 {
  position: relative;
  padding: 344px 0px;
}
.box-showcase-title-ny25{
  padding: var(--pg-card-18-22);
  background-color: var(--ov-main);
  border-radius: var(--border-r);
}
.title-showcase-ny25{
  paint-order: stroke fill;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(48px,4vw,70px);
  font-weight: 700;
  letter-spacing: .175ch;
  line-height: 0.9;
  color: var(--white);
  -webkit-text-stroke: 4px var(--card-main);
  text-shadow: 9px 9px var(--card-main);
  margin: var(--margin25);
}

@keyframes scrollUp-ny25 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%); 
  }
}

.section-about-ny25 {
  background-color: var(--bg-main);
  padding: var(--sec-padd);
}

.container-about-ny25 {
  background-color: var(--card-main);
  max-width: 1110px;
  border-radius: var(--border-r);
  position: relative;
}

.frame-about-ny25 {
  display: flex;
  padding: var(--pg-card-15-18);
  gap: var(--pg-card-18-22);
  align-items: center;
  flex-direction: row-reverse;
}

@media (min-width:768px) and (max-width:992px) {
  .frame-about-ny25 {
    flex-direction: column;
  }
}

.box-about-ny25 {
  flex: 1;
}

.box-img-about-ny25 {
  height: 429px;
  max-height: 444px;
}

.box-img-about-ny25 img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media (max-width:767px) {
  .img-box-about-ny25{
    display: none;
  }
}

.title-about-ny25{
  border-left: 4px solid var(--title-main-col);
  padding: 9px;
  font-size:clamp(22px,4vw,39px);
  color: var(--white);
  margin: var(--pg-card-12-14) 0px;
}
.txt-about-ny25{
  color: var(--white);
}

.box-btn-about-ny25 {
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}

.pin-top-left-ny25
 {
  position: absolute;
  width:  10px;
  height: 55px;
  background-color: #ccc;
  border-radius: 9px;
  transform: rotate(-30deg);
}
.pin-top-right-ny25 {
  position: absolute;
  width:  10px;
  height: 55px;
  background-color: #ccc;
  border-radius: 9px;
  transform: rotate(30deg);
}
.pin-top-left-ny25::before,
.pin-top-right-ny25::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 50%;
}

.pin-top-left-ny25 {
  top: -15px;
  left: 29px;
}

.pin-top-right-ny25 {
  top: -15px;
  right: 29px;
}
.pin-top-left2-ny25 {
  top: -15px;
  left: 44px;
}

.pin-top-right2-ny25 {
  top: -15px;
  right: 44px;
}

.section-games1-ny25 {
  position: relative;
  padding: var(--sec-padd);
  background-color: var(--card-main);
}
.svg-decor-top-ny25{
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  pointer-events: none;
}
.svg-decor-top-ny25 svg {
  fill: var(--card-main);
  display: block;
  width: calc(100% + 1.3px);
  height: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.svg-decor-bottom-ny25{
  overflow: hidden;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  pointer-events: none;
  transform: rotate(180deg);
}
.svg-decor-bottom-ny25 svg {
  fill: var(--card-main);
  display: block;
  width: calc(100% + 1.3px);
  height: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.frame-games1-ny25 {
  display: flex;
  gap: var(--pg-card-18-22);
  flex-wrap: wrap;
  justify-content: center;
}
.box-games1-ny25 {
  overflow: hidden;
  border-radius: var(--border-r);
  transition: all 0.3s ease;
}
.item-box-games-ny25{
  min-width: 161px;
 width: 100%;

}

@media (min-width:576px) and (max-width:1199px) {
  .item-box-games-ny25{
    max-width: 261px;
  }
  .item-box-games-ny25 {
width: calc(33% - 20px);
  }
}
@media (min-width:1200px)  {
  .item-box-games-ny25 {
width: calc(16.5% - 20px);
  }
}
.box-img-games1-ny25 {
  height: 415px;
  position: relative;
}

.img-games1-ny25{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: var(--border-r);
  filter: grayscale(100%);
}

.box-games1-ny25:hover .img-games1-ny25{
  transform: scale(1.04);
  filter: grayscale(0);
}

.box-btn-games1-ny25:hover.img-games1-ny25{
  transform: scale(1.04);
  filter: grayscale(0);
}
.box-title-games1-ny25 {
  text-align: center;
  width: 175%;
  z-index: 1;
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%) rotate(-90deg); 
  color: white;
  font-size: 16px; 
  font-weight: 700; 
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  padding: 9px;

}
.box-games1-ny25:hover .box-title-games1-ny25{
  border-radius: var(--border-r);
  background-color: rgba(0, 0, 0, 0.6);
  
}
@media (max-width:575px) {
  .box-title-games1-ny25 {
    width: 75%;
  }
}

@media (min-width:576px) and (max-width:1199px) {
  .box-title-games1-ny25 {
    width: 140%;
  }
}

.box-btn-games1-ny25{
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}

.section-benef-ny25{
  background-color: var(--bg-main);
  padding: var(--sec-padd);
}

.frame-benef-ny25{
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
  background-color: var(--card-main);
}

.box-benef-ny25{
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: var(--pg-card-18-22);
  color: var(--white);
  background: linear-gradient(to bottom, var(--bg-main) 50%, var(--card-main) 50%);
  background-size: 100% 200%;
  background-position: top;
}

.box-benef-ny25:hover{
  background-position: bottom;
}

@media (min-width:768px) {
  .box-benef-ny25{
    width: calc(50% - 1px);
  }
}

.box-img-benf-ny25{
  width: 115px;
  height: 115px;
}
.box-img-benf-ny25 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section-games2-ny25{
  background-color: var(--card-main);
  padding: var(--sec-padd);
  position: relative;
}
.svg-decor2-top-ny25{
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  pointer-events: none;
}
.svg-decor2-top-ny25 svg {
  fill: var(--card-main);
  display: block;
  width: calc(100% + 1.3px);
  height: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.svg-decor2-bottom-ny25{
  overflow: hidden;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  pointer-events: none;
  transform: rotate(180deg);
}
.svg-decor2-bottom-ny25 svg {
  fill: var(--card-main);
  display: block;
  width: calc(100% + 1.3px);
  height: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.box-decor-right-bg-ny25{
  top: 20%;
  right: 0;
  position: absolute;
}

.box-decor-right-bg-ny25 img{
  width: 315px;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width:575px) {
  .box-decor-right-bg-ny25 img{
    width: 115px;
  }
}

.frame-games2-ny25{
  display: flex;
  gap: 10px;

}
.box-decor-left-bg-ny25{
  top: 40%;
  left: 0;
  position: absolute;
}

.box-decor-left-bg-ny25 img{
  width: 315px;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width:575px) {
  .box-decor-left-bg-ny25 img{
    width: 115px;
  }
}

.frame-games2-ny25{
  display: flex;
  gap: 10px;
}

@media (max-width:1023px) {
  .frame-games2-ny25{
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (min-width:1024px) {
  .frame-games2-ny25{
    height: 515px;
  }
}

.box-games2-ny25{
  width: 100%;
}

@media (min-width:1024px) {
  .box-games2-ny25{
    flex: 1;
  }
}

.big-card-games2-ny25 {
  position: relative;
  transition: all 0.3s ease;
}

.big-card-games2-ny25:hover{
  transform: translateY(-4px);
}
.txt-big-games2-ny25{
  text-align: center;
  width: 90%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.txt-trend-games2-ny25{
  width: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--card-main);
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: var(--border-r);
  padding: 4px;
  font-weight: 700;
  text-align: center;
}
.title-trend-games2-ny25{
  opacity: 0;
  font-size: 19px;
  color:var(--card-main);
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: var(--border-r);
  padding: 4px;
}
@media (max-width:767px) {
  .title-trend-games2-ny25{
    opacity: 1;
  }
  .title-trend-games2-ny25{
    opacity: 1;
  }
}
@media (min-width:768px) {
  .big-card-games2-ny25:hover .title-trend-games2-ny25{
    opacity: 1;
  }
  .item-box-games2-ny25:hover .title-trend-games2-ny25{
    opacity: 1;
  }
}

.box-big-img-ny25 {
  height: 515px;
  border-bottom: 5px solid var(--title-main-col);
}
@media (max-width:1023px) {
  .box-big-img-ny25 {
    height: 215px;
  }
}
.box-big-img-ny25 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-frame-games2-ny25 {
  display: flex;
  flex-wrap: wrap;
  flex: 2;
  gap: 9px;
  justify-content: space-between;
}

.item-box-games2-ny25 {
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}

@media (min-width:575px) {
  .item-box-games2-ny25 {
    width: calc(50% - 9px);
    height: calc(50% - 9px);
  }
}


.box-small-img-games2-ny25 {
  height: 100%;
}
@media (max-width:767px) {
  .box-small-img-games2-ny25{
    height: 215px;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .box-small-img-games2-ny25{
    height: 315px;
  }
}
.box-small-img-games2-ny25 img{
  height: 100%;
  width: 100%;
  object-fit: cover;

}

.section-all-games-ny25{
  background-image: url("mediamansion/dir-bg/bg-dark-168a49ee4df5ac.jpg");
  background-size: cover;
  background-position: center;
  min-height: 644px;
}

.frame-block-all-games-ny25 {
  padding-top: 344px;
  display: flex;
  gap: var(--gap-30-40);

}
@media (max-width:767px) {
  .frame-block-all-games-ny25 {
    padding-top: 144px;
}}
@media (max-width:1023px) {
  .frame-block-all-games-ny25{
    flex-direction: column;
    align-items: center;
  }
}
.box-block-all-games-ny25 {
  flex: 1;
}
.pos-block-allgame-ny25{
  position: relative;
}
.block-img-pos-games-ny25{
  position: absolute;
  top: -44px;
  left: 0;
}
.block-img-pos-games-ny25 img{
  width: 315px;
  vertical-align: middle;
  display: inline-block;
}

.txt-all-games-ny25 {
  font-size: clamp(48px,4vw,119px);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--card-main);
}
.item-block-btn-games-ny25 {
  padding: var(--gap-25-30);
  background-color:#080808bf;
  display: flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-decor-games-ny25{
  display: flex;
  align-items: center;
  gap: 9px;
}
.box-svg-games-all-ny25 svg{
  width: 44px;
  height: 44px;
  color: var(--card-main);
}
.txt-decor-games-ny25{
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(22px,4vw,32px);
  color: var(--card-main);
  text-align: center;
}
.box-btn-games-all-ny25{
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}
.styled-button {
  position: relative;
  padding: 15px 29px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to bottom, var(--card-main), var(--bg-main));
  border-radius: 82px;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 1), 0 10px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #292929;
}

.styled-button::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(to bottom, #292929, #000000);
  z-index: -1;
  border-radius: 82px;
  transition: all 0.2s ease;
  opacity: 1;
}

.styled-button:active {
  transform: translateY(2px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 9px 10px rgba(0, 0, 0, 0.4);
}

.styled-button .inner-button {
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #171717, #242424);
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 1);
  border: 1px solid #252525;
  transition: all 0.2s ease;
}

.styled-button .inner-button::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(to bottom, #292929, #000000);
  z-index: -1;
  border-radius: 120px;
  transition: all 0.2s ease;
  opacity: 1;
}
.styled-button .inner-button .icon {
  filter: drop-shadow(0 10px 15px rgba(26, 25, 25, 0.9))
    drop-shadow(0 0 4px rgba(0, 0, 0, 1));
  transition: all 0.3s ease-in-out;
}
.styled-button .inner-button .icon:hover {
  filter: drop-shadow(0 10px 15px rgba(50, 50, 50, 1))
    drop-shadow(0 0 15px rgba(2, 2, 2, 1));
  transform: rotate(-35deg);
}

.section-form-ny25{
  background-color: var(--bg-main);
padding: var(--sec-padd);
}
.backform-ny25{
  position: relative;
  background-color: var(--card-main);
  padding: var(--gap-25-30);
}
.svg-form-decor-top-ny25{
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  pointer-events: none;
}
.svg-form-decor-top-ny25 svg {
  fill: var(--card-main);
  display: block;
  width: calc(100% + 1.3px);
  height: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.svg-form-decor-bottom-ny25{
  overflow: hidden;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  pointer-events: none;
  transform: rotate(180deg);
}
.svg-form-decor-bottom-ny25 svg {
  fill: var(--card-main);
  display: block;
  width: calc(100% + 1.3px);
  height: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.form-action-ny25{
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.form-action-ny25 label{
  color: var(--white);
}
.input-control__section__control {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  border: 9px solid #ddd;
  border-radius: 9px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}


.input-control__section__control:hover {
  background-color: #fff;
  border-color: #bbb;
}


.input-control__section__control:focus {
  outline: none;
  border-color: var(--title-main-col);
  box-shadow: 0 0 9px var(--ov-main);

}

.input-control__section__control::placeholder {
  color: #aaa;
  font-style: italic;
}
.textarea-control__section__control {
  width: 100%;
  resize: none;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  border: 4px solid #ddd;
  border-radius: 9px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.textarea-control__section__control:hover {
  background-color: #fff;
  border-color: var(--bg-main);
}


.textarea-control__section__control:focus {
  outline: none;
  border-color: var(--title-main-col);
  box-shadow: 0 0 9px var(--ov-main);
}

.textarea-control__section__control::placeholder {
  color: #aaa;
  font-style: italic;
}
.btn-box-form-ny25{
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}
.box-privacy-cont-ny25{
  display: flex;
  gap: 9px;
  align-items: center;
}
.check-color-ny25{
  font-size: clamp(15px,4vw,18px);
  color: var(--white);
}
.privacy-link-ny25{
  color: var(--white);
}
.privacy-link-ny25:hover{
  color: var(--title-main-col);
}

.section-pic-ny25{
  background-color: var(--bg-main);
  padding: var(--sec-padd);
}

.pic-ny25 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.pic-item-ny25 {
  cursor: pointer;
  height: 315px;
}

.pic-unit-ny25 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.pic-unit-ny25:hover {
  transform: scale(1.04);
}

.modal-ny25 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content-ny25 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  object-fit: cover;
  margin: 29px auto;
  display: block;
  max-width: 60%;
  max-height: 60%;
  border-radius: var(--border-r);
}

.close-ny25 {
  position: absolute;
  top: 15px;
  right: 29px;
  color: white;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 768px) {
  ..txt-all-games-ny25 {
    font-size: 19px;
  }
  .title-showcase-ny25 {
    font-size: 19px;
  }
  .pic-ny25 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .modal-content-ny25 {
    max-width: 90%;
    max-height: 90%;
  }
}

.section-disclaimer-ny25 {
  padding: var(--sec-padd);
  background-image: url(mediamansion/dir-bg/bg-dark-268a49ee4df5bd.jpg);
  background-size: cover;
  background-position: center;
}


.frame-disclaimer-ny25 {
  display: flex;
  gap: var(--pg-card-15-18);
  justify-content: center;
  align-items: center;
  background-color: #080808bf;
  padding:var(--pg-card-15-18);
}
@media (max-width:767px) {
  .frame-disclaimer-ny25{
    flex-direction:column;
  }
}
.frame-txt-discl-ny25 {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(22px,4vw,32px);
  background: linear-gradient(90deg,var(--card-main),red,  var(--title-main-col));
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-pereliv 1s infinite linear;
}
@keyframes gradient-pereliv {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.frame-img-discl-ny25 {
  width: 101px;
  height: 101px;
}

.frame-img-discl-ny25 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-footer-ny25 {
  padding: var(--sec-padd);
  background-color: #031c30;
}

.frame-polityki-ny25 {
  list-style: none;
  display: flex;
  gap: var(--pg-card-12-14);
  flex-wrap: wrap;
  justify-content:center;
  margin: var(--pg-card-12-14) 0px;
}

.link-site-menu-footer-ny25 {
  text-decoration: none;
  color: var(--white);
  transition: all 0.3s ease;
}

.link-site-menu-footer-ny25:hover {
  text-decoration: underline;
  color: var(--title-main-col);
}

.frame-site-menu-footer-ny25 {
  display: flex;
  gap: var(--pg-card-12-14);
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width:767px) {
  .frame-polityki-ny25{
    justify-content: center;
  }
  .frame-site-menu-footer-ny25 {
    justify-content: center;
  }
}
.copy-title-ny25{
  text-align: center;
  color: var(--white);
}
.color-copy-title-ny25{
  color: var(--title-main-col);
}
.disclaimer-title-ny25{
  background-color: #080808bf;
  padding: var(--pg-card-12-14);
}


.decor-form-ny25{
  background-color: var(--bg-main);
  padding: var(--pg-card-15-18);
}
.section-ny25{
  background-color: var(--bg-main);
  padding: var(--sec-padd);
}
.contact-info-ny25{
  display: flex;
  gap: var(--gap-30-40);
  justify-content: center;
  padding: var(--sec-padd);
  flex-wrap: wrap;
}
.box-contact-info-ny25{
  flex: 1;
  position: relative;
  background-color: var(--card-main);
  width: 100%;
  min-width: 229px;
  min-height: 82px;
  padding: 15px;
  text-align: center;
}

.box-svg-ny25 svg{
  width: 44px;
  height: 44px;
  fill: var(--title-main-col);
}

.link-contacts-ny25{
  word-break: break-all;
  color: var(--white);
  text-decoration: none;
}

.link-contacts-ny25:hover{
  text-decoration: underline;
  color: var(--title-main-col);
}
.txt-adres-ny25{
  color: var(--white);
}
.input-cont-ny25{
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  border: 4px solid #ddd;
  border-radius: 9px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.input-cont-ny25:hover {
  background-color: #fff;
  border-color: #bbb;
}

.input-cont-ny25:focus {
  outline: none;
  border-color: var(--title-main-col);
  box-shadow: 0 0 9px var(--ov-main);
}

.input-cont-ny25::placeholder {
  color: #aaa;
  font-style: italic;
}

.privacy-section-ny25{
 word-break: break-all;
 background-color: var(--bg-main);
}
.bg-page-ny25{
  background-color: var(--bg-main);
  padding: var(--pg-card-18-22);
}
.privacy-ny25{
  padding: 61px 0;
  color: var(--white);
}
.games-frame-page-ny25{
  display: flex;
  gap:var(--gap-25-30);
  background-color: var(--bg-main);
  padding: var(--sec-padd);
  flex-direction: column-reverse;

}

.container_main-ny25{
  background-color: var(--bg-main);
  border-radius: var(--border-r);
}

.frame-img-main-ny25 {
  align-items: center;
  display: flex;
  gap: var(--gap-25-30);
  border-radius: var(--border-r);
  padding: var(--pg-card-18-22);
  justify-content: center;

}
@media (max-width:767px) {
  .frame-img-main-ny25{
    flex-direction: column;
  }
}
@media (max-width:575px) {
  .frame-img-main-ny25{
    flex-direction: column;
  }
}

.main-page-ny25 {
  padding: var(--pg-card-18-22);
  object-fit: contain;
  height: 361px;
}

@media (max-width:576px) {
  .main-page-ny25 {
    height: auto;
  }
}
.txt-main-page-ny25 {
  color:var(--white);
  background-color: var(--card-main);
  position: relative;
  padding: var(--pg-card-18-22);
}
.game-main-ny25{
  display: flex;
padding: var(--pg-card-12-14);
  justify-content: center;
}
.game-main-ny25 iframe{
  border-radius: var(--border-r);
  width: 100%;
  height: 100vh;
}


.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}
