@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap');

body{
  direction: ltr;
  font-family: 'Tenor Sans', sans-serif !important;
  line-height: 1.9;
  margin: 0px;
  padding: 0px;  
  box-sizing: border-box;
  background: url('pixelpantry/back/bg-all-0687d08f7aaafb.jpg') no-repeat center center fixed; 
  background-size: cover;
  overflow-x: hidden;
}



:root{
--green: #22db2e;
--red: #ed0606;
--yellow: #d0ea0b; 
--light-yellow: #edf55e;
--orange: #ff7707; 
--blue: #04efe7;
--white: #ffffff;
--violet: #770ec1;
--pink: #e706c9;

--color-backgrd-1: #281043; 
--color-backgrd-2:  #1b0f43;
--color-backgrd-3: #0a371b;

--color-border-1: #770ec1;
--color-border-2:  #110ec1;
--color-border-3:  #a1ff00;

}

a {
white-space: normal;
text-decoration: none;

}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 19px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.container-padding{
padding: 91px 5px;
}
.container-margin{
padding: 0;
margin: 0 auto;
}



.cosmic-mobile-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: top 0.3s ease-in-out;
  z-index: 1000;
}

.cosmic-mobile-menu a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  margin: 19px 0;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.cosmic-mobile-menu a:hover {
  text-shadow: 0 0 10px #00d1ff, 0 0 20px #00d1ff;
}


.menu-open-icon {
  display: none;
  cursor: pointer;
  z-index: 100;
}

.menu-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.menu-top {
  display: flex;
}


  .section-cosmic-header-menu {
    background-color: #ffffff8f;
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 23px 0;
  }
  
  .header-wrap {
    display: flex;
    flex-direction:  row;
    justify-content: space-between;
    align-items: center;
    max-width: 100vw;
    overflow-x: hidden;
  }
  
  .header-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  
  .site-logo img {
    width: auto;
    height: 45px;
    margin: 5px;
  }
  
  .header-logo h1 {
    margin: 0  5px;
    font-size: 29px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
  }
  
  .menu-top {
    display: flex;
    gap: 20px;
  }
  
  .menu-item {
    text-decoration: none;
    color: #ffffff;
    padding:  15px 23px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    border: 2px dotted var(--color-border-1); 
    border-radius: 94% 6% 90% 10% / 16% 81% 19% 84%;
  }
  
  .menu-item:hover {
    border-color: var(--blue); 
  }
  .section-head-title {
    position: relative; 
    text-align: center;
    z-index: -1;
  }
  .head-title-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 5px dotted var(--color-border-1);
    background-color: #ffffff8f;
    border-radius: 7% 93% 7% 93% / 85% 11% 89% 15%;
    backdrop-filter: blur(5px); 
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.4);
    padding: 114px 47px;
    z-index: -1;
  }


  .head-title-img {
    width: 100%;
    height: auto; 
  }
  
  .head-title-img img {
    object-fit: contain;
    height: 216px;
    animation: floatUpDown 3s ease-in-out infinite; 
  }
  @keyframes floatUpDown {
    0%, 100% {
      transform: translateY(0); 
    }
    50% {
      transform: translateY(-20px); 
    }
  }
  
  
  .welcome-text {
    font-size: 32px;
    font-weight: 600;
    background: linear-gradient(90deg, #ff007f, #7f00ff, #00ffff); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase; 
    margin-top: 23px;
    z-index: 1; 
  }
  .games-title-left {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    position: relative; 
  }
  
  .games-title-left h2 {
    
    text-transform: uppercase; 
    margin: 0 0 23px 0;
    padding-right: 23px; 
    font-size: 32px;
    color: #00d1ff;
    text-shadow: 0 0 10px #00d1ff, 0 0 20px #00d1ff;
    animation: glowText 3s ease-in-out infinite;
  }
  .dop-kl {
    padding:  19px;
    background: radial-gradient(circle, #0f172a, #1e293b);
  }
  @keyframes glowText {
    0%, 100% {
      text-shadow: 0 0 10px #00d1ff, 0 0 20px #00d1ff, 0 0 30px #00d1ff;
    }
    50% {
      text-shadow: 0 0 15px #00ff85, 0 0 25px #00ff85, 0 0 35px #00ff85;
    }
  }
  
  .games-title-left::after {
    content: ''; 
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white); 
  }

  .game-card {
  margin: 20px;
  }
  
  .game-card a{
    display: flex;
    flex-direction: row;
  }
  .game-img img {
  margin: 15px;
  width: 337px;
  height: 337px;
  display: block;
  object-fit: cover; 
  border: 5px dotted var(--color-backgrd-1);
  border-radius: 50%;
  transition: transform 0.3s ease-in-out; 
  }
  .game-img img:hover {
    transform: scale(1.05); 
    }
  .game-inform {
    flex: 1;
    padding: 23px;
    margin: 0 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background: linear-gradient(135deg, #e0e0e0, #000000cc);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .game-inform:hover{
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 209, 255, 0.8);
  }
  .game-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .game-title p{
  font-size:  37px;
  text-align: center;
  font-weight: 600;
  color: var(--color-border-1);
  margin-bottom: 10px;
  text-shadow: 0 0 10px #00d1ff, 0 0 20px #00d1ff;
  }
  .game-title img{
    margin: 15px;
  }
  .game-text {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 19px;
  }
  .cosmic-roll-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #85077094, #0b6b28a0, #6a13bcab);
    background-size: 300% 300%;
    animation: gradientAnimation 6s ease infinite;
  }
  
  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  .roll-img-wrap {
  display: flex;
 flex-wrap: wrap;
 gap: 15px;
 justify-content: center;
  }
  
  .roll-img-wrap img {
    width: 296px;
    height: 296px;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.4s ease, z-index 0.4s ease;
  }
  
  .roll-img-wrap img:hover {
    transform: scale(1.2);
    z-index: 10;
    position: relative;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.8);
  }
  
  .section-cosmic-table .table-wrap {
    padding: 23px;
    border: 1px dotted rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    background: #20144a;
  }
  
  
  .section-cosmic-table .table-lider-text p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .lider-list-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .lider-line {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .lider-line:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 209, 255, 0.8);
  }
  
  .avatar-lider {
    display: flex;
    align-items: center;
    gap: 33px;
  }
  
  .avatar-lider img {
    width: 62px;
    height: 62px;
    border-radius: 50;
    border: 2px dotted #00d1ff;
    box-shadow: 0 0 10px rgba(0, 209, 255, 0.8);
  }
  
  .lider-name {
    font-size: 19px;
    color: #ffffff;
    text-shadow: 0 0 5px #00d1ff;
  }
  
  .awards-lider img {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 10px #00ff85);
  }

  .section-cosmic-about{
    color: var(--white);
  }
  .about-cosmic-wrap {
    background: radial-gradient(circle at center, #1b2735, #090a0f);
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    25px;
    padding: 25px;
  }
  
  .about-cosmic-title {
    text-align: center;
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 736px;
  }
  
  .about-cosmic-title h2 {
    font-size: 37px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00d1ff;
    text-shadow: 0 0 10px #00d1ff, 0 0 20px #00d1ff;
    animation: glowText 3s ease-in-out infinite;
  }
  
  @keyframes glowText {
    0%, 100% {
      text-shadow: 0 0 10px #00d1ff, 0 0 20px #00d1ff, 0 0 30px #00d1ff;
    }
    50% {
      text-shadow: 0 0 15px #00ff85, 0 0 25px #00ff85, 0 0 35px #00ff85;
    }
  }
  
  .about-title-text img {
    width: 296px;
    border-radius: 50%;
    border: 4px dotted #00d1ff;
    box-shadow: 0 0 20px rgba(0, 209, 255, 0.8);
    transition: transform 0.3s ease;
  }
  
  .about-title-text img:hover {
    transform: scale(1.1);
  }

  
  .gallery-video-about {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 19px;
    width: 100%;
  }
  
  .gallery-video-about video {
    width: 100%;
    height: auto;
    max-width: 100%;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    object-fit: cover;
  }
  
  .gallery-video-about video:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(0, 255, 133, 0.8);
  }

  .cosmic-step-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  
  .step-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
  }
  
  .step-list div {
    background: radial-gradient(circle, #0f172a, #1e293b);
    border: 2px dotted rgba(0, 209, 255, 0.8);
    color: #ffffff;
    border-radius: 0px;
    font-size: 19px;
    text-align: center;
    width: 90%;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 209, 255, 0.5);
    transition: transform 0.3s ease, background 0.3s ease;
  }
  
  .step-list div:hover {
    transform: scale(1.05);
    background: linear-gradient(90deg, rgba(0, 255, 133, 0.3), rgba(0, 255, 133, 0.2));
  }
  
  .step-list img {
    width: 62px;
    animation: pulse 1.5s infinite;
    filter: drop-shadow(0 0 10px rgba(0, 209, 255, 0.8));
  }
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.8;
    }
  }

  
  .cosmic-dev-wrap {
    background: linear-gradient(135deg, #0d1b2a, #1b263b);
    color: #ffffff;
    border-radius: 0px;
    padding: 23px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  

  
  .dev-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .dev-card {
    background: linear-gradient(145deg, rgba(0, 209, 255, 0.2), rgba(0, 255, 133, 0.1));
    border: 2px dotted rgba(0, 209, 255, 0.8);
    color: #ffffff;
    padding: 23px;
    border-radius: 0px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 209, 255, 0.5);
    transition: transform 0.3s ease, background 0.3s ease;
  }
  
  .dev-card:hover {
    transform: scale(1.1);
    background: linear-gradient(145deg, rgba(0, 255, 133, 0.3), rgba(0, 255, 133, 0.2));
    box-shadow: 0 0 25px rgba(0, 255, 133, 0.8);
  }
  
  .dev-card img {
    width: 159px;
    height: 159px;
    object-fit: cover;
    border-radius: 86% 14% 88% 12% / 9% 89% 11% 91%;
    box-shadow: 0 0 15px rgba(0, 209, 255, 0.5);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }
  
  .dev-card img:hover {
    box-shadow: 0 0 25px rgba(0, 255, 133, 0.8);
    transform: scale(1.05);
  }
  .dev-card h3 {
    margin-top: 19px;
    font-size: 19px;
    color: #e0f7fa;
    text-shadow: 0 0 5px rgba(0, 209, 255, 0.8);
  }
  .dev-card p {
    margin-top: 19px;
    font-size: 18px;
    color: #05e2ff;
    text-shadow: 0 0 5px rgba(0, 209, 255, 0.8);
  }
.form-section{
  display: flex;
  justify-content: center;
}

  .form-container {
    background: linear-gradient(#212121, #212121) padding-box,
      linear-gradient(120deg, transparent 25%, #1cb0ff, #40ff99) border-box;
    border: 1px dotted transparent;
    padding: 25px 23px;
    font-size: 14px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    border-radius: 0px;
    width: 90%;
    margin: 24px 0;
  }
  
  .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
  }
  
  .heading {
    font-size: 19px;
    font-weight: 600;
  }
  
  .form-input {
    color: white;
    background: transparent;
    border: 1px dotted rgb(0 209 255 / 51%);
    border-radius: 5px;
    padding: 8px;
    outline: none;
  }
  .input-fieldwrapper-component,
  .textarea-fieldwrapper-component {
    color: white;
    background: transparent;
    border: 1px dotted rgb(0 209 255 / 51%);
    border-radius: 5px;
    padding: 5px;
    outline: none;
  }

  .form-group {
    display: flex;
    flex-direction: column;
    gap: 19px;
    color: #414141;
    position: relative;
    width: 90%;
  }
  
  .form-group label {
    color: var(--white);
    padding: 5px;
    pointer-events: none;
    transition: 0.5s;
  }
  .form-group2 label {
    position: absolute;
    top: 0;
    left: 0;
  }

  .form-group input:focus ~ label,
  .form-group input:valid ~ label,
  .form-group textarea:focus ~ label,
  .form-group textarea:valid ~ label,
  .form-group .input-fieldwrapper-component:focus ~ label,
  .form-group .input-fieldwrapper-component:valid ~ label,
  .form-group .textarea-fieldwrapper-component:focus ~ label,
  .form-group .textarea-fieldwrapper-component:valid ~ label {
    top: -16px;
    left: 0;
    background: #212121 padding-box;
    padding: 5px 0 0 0;
    color: #bdb8b8;
    font-size: 12px;
  }
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border-radius: 5px;
   }
   
   .container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgb(183, 183, 183);
   }
   
   .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 1.3em;
    width: 1.3em;
    background-color: #ccc;
    border-radius: 5px;
   }
   
   .container input:checked ~ .checkmark {
    box-shadow: 3px 3px 0px rgb(183, 183, 183);
    transition: all 0.2s;
    opacity: 1;
    background-image: linear-gradient(45deg, rgb(100, 61, 219) 0%, rgb(217, 21, 239) 100%);
   }
   
   .container input ~ .checkmark {
    transition: all 0.2s;
    opacity: 1;
    box-shadow: 1px 1px 0px rgb(183, 183, 183);
   }
   
   .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all 0.2s;
   }
   
   .container input:checked ~ .checkmark:after {
    opacity: 1;
    transition: all 0.2s;
   }
   
   .container .checkmark:after {
    left: 0.45em;
    top: 0.25em;
    width: 0.25em;
    height: 0.5em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
   }
.contact-list{
  display: flex;
  flex-direction: row;
}
.contact-item{
  flex: 1;
  padding: 9px;
  margin: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgb(0 209 255), rgb(0 255 133 / 60%));
    border: 2px dotted rgba(0, 209, 255, 0.8);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 209, 255, 0.5);
    transition: transform 0.3s ease, background 0.3s ease;
}
.contact-item svg {
  fill:  #000000;
}
.contact-text{
  font-size: 25px;
  color: #e0f7fa;
  text-shadow: 0 0 5px rgba(0, 209, 255, 0.8);
}
.check-priv{
  display: flex;
  align-items: center;
}
.contact-cosmic{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adres-contact{
  margin: 24px 0;
}

.section-cosmic-footer {
  background: rgb(13 27 42 / 52%);
  backdrop-filter: blur(10px);
  color: #ffffff;
}

.cosmic-footer-disc-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.cosmic-footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
}

.cosmic-footer-list a {
  font-size: 19px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.cosmic-footer-list a:hover {
  color: var(var(--blue));
  text-shadow: 0 0 10px #00d1ff, 0 0 20px #00d1ff;
}

.disclaimer-wrap {
  background-color: #ffffff8f;
  text-align: center;
  margin-top:  23px;
  color: #ffffff;
  padding: 20px;
  border: 2px dotted rgba(0, 209, 255, 0.8);
}

.disclaimer-title {
  font-size: 35px;
  font-weight: 600;
  color: var(--color-border-1);
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
}

.disclaimer-item {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 19px;
}

.disclaimer-img img {
  width: 200px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.disclaimer-text p {
  color: #000;
  font-size: 18px;
}

.cosmic-privacy-wrap{
  padding: 23px;
  border: 1px dotted rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  background: #20144a;
  color: white;
}
.section-cosmic-privacy {
  word-break: break-all;
}

.footer-copyright{
  display: flex;
  justify-content: space-evenly;
  margin-top: 47px;
}


.animate-fade-in-up {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
  will-change: opacity, transform;
}

.animate-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.section-page {
  color: white;
}
.page-wrap{
  padding: 23px;
  box-shadow: 0 0 20px rgba(0, 0, 255, 0.5);
  border-radius: 0px;
  background: radial-gradient(circle, #1a1a2e, #0f0f1e);
}
.page-img{
  display: flex;
  justify-content: center
}
.page-img img {
  object-fit: contain;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  width: 77%;
  height: 514px;
  margin: 47px 0;
}
.player-items{
  display: flex;
  justify-content: space-around;
}
.page-num{
  margin: 0 7px;
  padding: 5px 7px;
  border: 2px solid var(--blue);
  border-radius: 0px;
}

.players-info.cosmic-flicker {
  font-size:  19px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  animation: flicker 1.5s infinite alternate;
}
.contact-list a {
  color: #223d43;
}
.contact-list p {
  color: #223d43;
}
.col-dop {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@keyframes neon-flicker {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0.8;
  }
}

@keyframes flicker {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0.6;
  }
  100% {
      opacity: 1;
  }
}

.gallery-table,
.step-dev{
  display: flex;
  flex-direction: column;
}





@media screen and (min-width: 320px) {
  .container-margin{
    max-width: 320px;
  }
}
@media screen and (min-width: 500px) {
  .container-margin{
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .container-margin{
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container-margin{
    max-width: 1200px;
  }
}


@media (max-width: 1200px) {
  .menu-top {
    display: none;
  }

  .menu-open-icon {
    display: block;
  }

  .game-card a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}

@media (max-width: 1000px) {
  .greece-nav-top {
    display: none;
  }


}


@media (max-width: 991px){
  .roll-img-wrap img:hover {
    transform: none; 
    box-shadow: none; 
  }
}

@media (max-width: 768px) {

  .header-logo h1 {
    font-size: 20px;
  }

  .welcome-text {
    font-size: 20px; 
  }
 
.game-title p{
font-size: 23px;
}
.about-cosmic-wrap {
  gap: 20px;
}

.about-cosmic-title h2 {
  font-size: 2rem;
}

.about-text {
  font-size: 1rem;
}

.gallery-video-about video {
  clip-path: polygon(50% 0%, 100% 40%, 80% 100%, 20% 100%, 0% 40%);
}
.games-title-left h2 {
  font-size: 1.5rem;
}
.avatar-lider{
  flex-direction: column;
}
.step-list div {
  font-size: 1rem;
  padding: 5px;
}

.step-list img {
  width: 40px;
}
.games-title-left {
  font-size: 2rem;
}

.dev-card {
  padding: 15px;
}

.dev-card img {
  width: 120px;
  height: 120px;
}

.dev-card p {
  font-size: 1rem;
}
.contact-list {
  flex-direction: column;
}



.cosmic-footer-list a {
  font-size: 1rem;
}

.disclaimer-title {
  font-size: 1.5rem;
}

.disclaimer-text p {
  font-size: 0.9rem;
}
.disclaimer-item{
  flex-direction: column;
}
.footer-copyright{
  flex-direction: column;
  align-items: center
}
}
@media (max-width: 500px) {
  .head-title-img img {
    display: none;
  }
  .form-container {
    width: 100%;
  }
  .page-img img {
    height: auto;
  }
  .header-wrap {
    align-items: center;
  }
  .header-logo {
    flex-direction: column;
  }
  .site-logo h1{
    text-align: center;
  }
  .game-img img{
    width: 200px;
    height: 200px;
  }
  .game-text{
    font-size: 16px;
  }
  .player-items{
    flex-direction: column;
  }
  .game-inform {
    margin: 0;
  }
  .dev-card {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .gallery-video-about {
    grid-template-columns: 1fr;
  }

  .gallery-video-about video {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  }
  .step-list div {
    font-size: 16px;
  }

  .step-list img {
    width: 35px;
  }
  .games-title-left {
    font-size: 1.8rem;
  }

  .dev-card img {
    width: 100px;
    height: 100px;
  }

  .dev-card p {
    font-size: 0.9rem;
  }

  .header-logo h1 {
    font-size: 17px;
  }

  .cosmic-footer-list {
    gap: 10px;
  }

  .cosmic-footer-list a {
    font-size: 0.9rem;
  }

  .disclaimer-title {
    font-size: 1.2rem;
  }

  .disclaimer-text p {
    font-size: 0.8rem;
  }
}
 


.button-1 {
  position: relative;
  font-size: 1.2em;
  padding: 0.7em 1.4em;
  background-color: var(--violet);
  text-decoration: none;
  border: none;
  border-radius: 0.5em;
  color: #DEDEDE;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.button-1::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(33 33 33 / 4%) 0%, rgba(33, 33, 33, 1) 50%, #770ec1 50%, rgb(158, 129, 254) 60%);
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.button-1:hover::before {
  width: 1.6em;
  height: 1.6em;
}

.button-1:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}



.button-2 {
  height: 3em;
  padding: 5px 15px;
  border: none;
  border-radius: 10em;
  background: #016DD9;
  font-size: 17px;
  color: #ffffff;
  font-family: inherit;
  font-weight: 600;
 }
 
 .button-2:hover {
  animation: shake3856 0.3s linear infinite both;
 }
 
 @keyframes shake3856 {
  0% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 
  20% {
   -webkit-transform: translate(-2px, 2px);
   transform: translate(-2px, 2px);
  }
 
  40% {
   -webkit-transform: translate(-2px, -2px);
   transform: translate(-2px, -2px);
  }
 
  60% {
   -webkit-transform: translate(2px, 2px);
   transform: translate(2px, 2px);
  }
 
  80% {
   -webkit-transform: translate(2px, -2px);
   transform: translate(2px, -2px);
  }
 
  100% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 }
 

.button-3 {
  position: relative;
  width: 140px;
  background-color: #000;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.button-3 ::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.button-3::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.button-3:hover::after {
  filter: blur(30px);
}

.button-3:hover::before {
  transform: rotate(-180deg);
}

.button-3:active::before {
  scale: 0.7;
}




.button-4 {
  display: inline-block;
  padding: 12px 28px;
  margin: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to bottom right, var(--yellow), var(--orange));
  border: none;
  border-radius: 30px;
  box-shadow: 0px 4px 0px var(--color-backgrd-1);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.button-4:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 0px var(--color-backgrd-1);
}

.button-4:active {
  transform: translateY(0px);
  box-shadow: none;
  background-image: linear-gradient(to bottom right, var(--yellow), var(--orange));
}

.button-4:before,
.button-4:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.button-4:before {
  top: -3px;
  left: -3px;
  border-radius: 40px;
  border-top: 3px dotted #fff;
  border-left: 3px dotted #fff;
}

.button-4:after {
  bottom: -3px;
  right: -3px;
  border-radius: 30px;
  border-bottom: 3px dotted #fff;
  border-right: 3px dotted #fff;
}

.button-5,
.button-5:focus {
  font-size: 17px;
  padding: 10px 25px;
  border-radius: 0.7rem;
  background-image: linear-gradient(rgb(214, 202, 254), rgb(158, 129, 254));
  border: 2px dotted rgb(50, 50, 50);
  border-bottom: 5px dotted rgb(50, 50, 50);
  box-shadow: 0px 1px 6px 0px rgb(158, 129, 254);
  transform: translate(0, -3px);
  cursor: pointer;
  transition: 0.2s;
  transition-timing-function: linear;
}

.button-5:active {
  transform: translate(0, 0);
  border-bottom: 2px dotted rgb(50, 50, 50);
}

