@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

:root {
  --cq-1: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feTurbulence type="fractalNoise" baseFrequency=".006" numOctaves="8"/><feDisplacementMap scale="80"/><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1.2 -.2"/><feColorMatrix values="2 0 0 0 -.6 .3 0 .5 .5 -.5 0 0 .1 0 .1 0 0 0 1 0" result="n"/><feTurbulence baseFrequency=".2" result="s"/><feTurbulence baseFrequency=".1"/><feBlend in="s"/><feColorMatrix values="0 0 0 9 -6 0 0 0 9 -6 0 0 0 9 -6 0 0 0 0 1"/><feBlend in="n"/></filter><rect width="100%" height="100%" filter="url(%23filter)"/></svg>') repeat center / cover;
  
  --cq-2: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter2"><feTurbulence type="fractalNoise" baseFrequency=".006" numOctaves="8"/><feDisplacementMap scale="80"/><feColorMatrix values="0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0 0 0 0 0 1.2 -.2"/><feColorMatrix values="0.5 0 0 0 -.6 0 0.5 0 0 -.5 0 0 0.5 0 0 0 0 0 1 0" result="n"/><feTurbulence baseFrequency=".2" result="s"/><feTurbulence baseFrequency=".1"/><feBlend in="s"/><feColorMatrix values="0 0 0 9 -6 0 0 0 9 -6 0 0 0 9 -6 0 0 0 0 1"/><feBlend in="n"/></filter><rect width="100%" height="100%" filter="url(%23filter2)"/></svg>') repeat center / cover;

  --cq-3: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter3"><feTurbulence type="fractalNoise" baseFrequency=".006" numOctaves="8"/><feDisplacementMap scale="80"/><feColorMatrix values="0.1 0 0 0 0 0 0.1 0 0 0 0 0 0.1 0 0 0 0 0 1.2 -.2"/><feColorMatrix values="0.3 0 0 0 -.6 0 0.3 0 0 -.5 0 0 0.3 0 0 0 0 0 1 0" result="n"/><feTurbulence baseFrequency=".2" result="s"/><feTurbulence baseFrequency=".1"/><feBlend in="s"/><feColorMatrix values="0 0 0 9 -6 0 0 0 9 -6 0 0 0 9 -6 0 0 0 0 1"/><feBlend in="n"/></filter><rect width="100%" height="100%" filter="url(%23filter3)"/></svg>') repeat center / cover;

  --cq-4: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feTurbulence type="fractalNoise" baseFrequency=".008" numOctaves="8"/><feDisplacementMap scale="90"/><feColorMatrix values="1 0 0 0 -.4 0 1 0 0 -.3 0 0 1 0 -.2 0 0 0 1.2 -.2"/><feColorMatrix values="2 0 0 0 -.7 .2 0 .6 .4 -.6 0 0 .2 0 .2 0 0 0 1 0" result="n"/><feTurbulence baseFrequency=".15" result="s"/><feTurbulence baseFrequency=".08"/><feBlend in="s"/><feColorMatrix values="0 0 0 9 -6 0 0 0 9 -6 0 0 0 9 -6 0 0 0 0 1"/><feBlend in="n"/></filter><rect width="100%" height="100%" filter="url(%23filter)"/></svg>') repeat center / cover;

  --cq-5: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feTurbulence type="fractalNoise" baseFrequency=".006" numOctaves="9"/><feDisplacementMap scale="110"/><feColorMatrix values="1 0 0 0 -.6 0 1 0 0 -.5 0 0 1 0 -.3 0 0 0 1.5 -.5"/><feColorMatrix values="2 0 0 0 -.9 .3 0 .4 .6 -.8 0 0 .1 0 .4 0 0 0 1 0" result="n"/><feTurbulence baseFrequency=".2" result="s"/><feTurbulence baseFrequency=".11"/><feBlend in="s"/><feColorMatrix values="0 0 0 9 -8 0 0 0 9 -8 0 0 0 9 -8 0 0 0 0 1"/><feBlend in="n"/></filter><rect width="100%" height="100%" filter="url(%23filter)"/></svg>') repeat center / cover;

  --cb-1: #FF5733; 
  --cb-2: #C70039;
  --cb-3: #900C3F; 
  --cb-4: #581845; 
  --cb-5: #FFC300; 
}

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  direction: ltr;
  font-family: 'Saira', sans-serif !important;
  font-size: clamp(14px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.4;
  position: relative;
  width: 100%;
  height: 100% !important;
  background-position: center;
  background-size: cover;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--cq-4);
  z-index: -1;
}

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

p, li{
  padding: 6px 0;
  line-height:1.4;
}

li{
  margin: 0 6px;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  margin: 0;
  padding: 0;
}

.container{
  width: auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 480px) {
  .container{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .container{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .container{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .container{
    max-width: 1274px;
  }
}

.page-privacy__box{
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
}

.politics-title{
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  font-size: clamp(22px, 4vw, 50px);
}

.cont-politics{
  word-break: break-all;
  opacity: 0.8;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  text-align: justify;
}

.page-privacy a{
  color: #fff;
}

.page-privacy a:hover{
  color: #fff;
  opacity: 0.5;
}

.header-back{
  background-color: #040807;
}

.fixed-header {
  background-color: #040807;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: top 0.3s ease;
}

.header{
  padding: 13px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.logo-header{
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 21px;
}

.logoImg img{
  object-fit: contain;
  width: 50px;
  max-height: 50px;
}

.logo-header a{
  color: #fff; 
  display: flex; 
  align-items: center; 
  gap: 16px;
  transition: 0.3s ease;
}

.logoTitle h2{
  font-size: clamp(16px, 4vw, 18px);
  margin: 0;
}

.logo-header a:hover{
  opacity: 0.5;
}

.menu-toggle {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.5s;
}

.menu-toggle span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.menu-toggle span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.menu-toggle.active span:nth-of-type(1) {
  display: none;
}

.menu-toggle.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.menu-toggle.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.menu-panel {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  padding: 16px 49px;
  background: #040807;
  transform: translateX(110%);
  transition: transform 0.5s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-panel.active {
  transform: translateX(0);
}

.menu-panel nav {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100vh;
}

.menu-panel ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0;
}

.menu-panel li {
  padding-bottom: 13px;
  border-bottom: 0.1px solid #2b282e;
  list-style-type: none;
}

.menu-link {
  transition: 0.3s ease;
  font-weight: bold;
  text-align: center;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

.menu-link:hover {
  opacity: 0.5;
}


.media-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 0;
}

.media-container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  width: 239px;
  height: 239px;
  transform: rotate(45deg);
  background-image: url(creativecove/tematik/aliens-068597d7f66f60.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.gallery-content{
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 0;
}

.gallery-heading{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

.gallery-heading h2{
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

.gallery-list {
  width: 100%;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-template-rows: 1fr 50vh;
  gap: 16px;

  & .gallery-item {
    margin: 0;
    background-size: cover;
    background-position: center;

    &:nth-of-type(1) { background-image: url(creativecove/dir-bg/gallery-068597d7f66c9c.jpg); }
    &:nth-of-type(2) { background-image: url(creativecove/dir-bg/gallery-168597d7f66cca.jpg); }
    &:nth-of-type(3) { background-image: url(creativecove/dir-bg/gallery-268597d7f66cf6.jpg); }
    &:nth-of-type(4) { background-image: url(creativecove/dir-bg/gallery-368597d7f66d1f.jpg); }
    &:nth-of-type(5) { background-image: url(creativecove/dir-bg/gallery-468597d7f66d49.jpg); }
    &:nth-of-type(6) { background-image: url(creativecove/dir-bg/gallery-568597d7f66d72.jpg); }

    &:hover:not(li[data-pos="1"]) {
      cursor: pointer; 
      opacity: 0.8;
      filter: brightness(0.5);
      height: 163px;
    }

    &:not(li[data-pos="1"]) {
      transition: 0.3s ease;
      height: 163px;
    }
  }
}

li[data-pos='1'] {
  grid-column: 1/6;
  grid-row: 1/6;
}

::view-transition-group(*) { 
  animation-duration: 0.5s; 
  animation-timing-function: ease-in-out; 
}

.scroll-to-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: none;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s ease;
}

.scroll-to-top svg{
  transition: 0.3s ease;
  width: 49px;
  height: 49px;
  fill: #fff;
}

.scroll-to-top svg:hover {
  opacity: 0.5;
}

.primary-button{
  line-height: 1.5;
  text-transform: uppercase;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 49px;
  transition: 0.5s ease;
  padding: 7px 25px;
  font-size: clamp(16px, 4vw, 18px);
  text-align: center;
  background-color: var(--cb-4);
  color: #fff;
}

.primary-button:hover{
  border: 1px solid var(--cb-4);
  color: var(--cb-4);
  background-color: #fff;
}

canvas {
  opacity: 0.8;
  display: block;
}

.header-content{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
}

.header-content::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(creativecove/dir-bg/bg-all-068597d7f66c2e.jpg);
  background-position: center;
  filter: brightness(0.5);
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
}

.header-block{
  min-height: 100vh;
  padding: 60px 0;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-direction: row-reverse;
}

.header-text{
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 25px;
}

.header-text h1{
  text-transform: uppercase;
  font-size: clamp(30px, 4vw, 50px);
  color: #fff;
}

.header-text p{
  line-height: 1.5;
  padding: 0;
  opacity: 0.8;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
}

.form-block{
  flex: 1.5;
  backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px;
  background-color: rgba(255,255,255,0.41);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.title-box h2{
  text-align: center;
  text-transform: uppercase;
  color: #040807;  
  font-size: clamp(20px, 4vw, 25px);
}

.osn-form {
  position: relative;
  display: flex;
  flex-direction: column;
}

.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.input-container label{
  font-size: clamp(14px, 4vw, 16px);
  color: #040807;
}

.input-container .input-control_area__block, .input-container .textarea-control_area__block {
  outline: none;
  margin: 6px 0;
}

.input-container .input-control_area__block {
  border-radius: 6px;
  border: 1px solid #040807;
  color: #8789a1;
  background-color: #f5f7f9;
  box-shadow: 4px 4px #040807;
  padding: 13px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 19px; 
}

.input-container .textarea-control_area__block {
  border-radius: 6px;
  border: 1px solid #040807;
  color: #8789a1;
  background-color: #f5f7f9;
  box-shadow: 4px 4px #040807;
  padding: 13px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 19px; 
  resize: vertical;
  min-height: 49px;
  max-height: 141px;
}

.input-container .input-control_area__block:focus, .input-container .textarea-control_area__block:focus{
  color: #040807;
}

.input-container .input-control_area__block::placeholder, .input-container .textarea-control_area__block::placeholder{
  color: #040807;
  font-size: clamp(14px, 4vw, 16px);
}

.check{
  transition: 0.3s ease;
  color: #040807;
}

.check:hover{
  opacity: 0.5;
  color: #040807;
}

.form-check {
  color: #040807;
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-start;
  padding: 16px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.form-button{
  line-height: 1.5;
  border: 1px solid #040807;
  margin: 0 auto;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.about-us{
  padding: 60px 0;
}

.about-us-text h2{
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
}

.about-us-box{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.about-us-text{
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 49px;
}

.about-us-text::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
  width: 239px;
  height: 239px;
  transform: rotate(45deg);
  background-image: url(creativecove/tematik/rockets-068597d7f67030.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-us-p{
  font-weight: normal;
  color: #fff;  
  line-height: 1.5;
  font-size: clamp(16px, 4vw, 17px);
  padding: 0;
}

.video-preview-wrapper {
  flex: 1;
  position: relative;
}

.video-preview-wrapper video {
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  border: 5px solid #fff;
  filter: brightness(0.6);
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
}

.play-button {
  transition: 1s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play-button svg {
  animation: zoomInOut 3s ease-in-out infinite;
  transition: 1s ease;
  width: 60px;
  height: 60px;
  fill: #fff;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  overflow: auto;
}

.video-popup video {
  width: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.benefit{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 49px;
  padding: 60px 0;
}

.benefit::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  width: 239px;
  height: 239px;
  transform: rotate(45deg);
  background-image: url(creativecove/tematik/ships-068597d7f6707f.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.benefit h2{
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

.benefit-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.benefit-card{
  transition: 0.5s ease;
  width: 60%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  border-radius: 25px;
  padding: 25px 107px;
}

.benefit-card:hover{
  transform: scale(1.05);
}

.benefit-card img{
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.benefit-card h5{
  flex: 1;
  font-weight: normal;
  color: #040807;
  font-size: clamp(16px, 4vw, 16px);
}

.benefit .primary-button{
  line-height: 2;
  margin: 0 auto;
}

.step-game{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 60px 0;
}

.step-game::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
  width: 239px;
  height: 239px;
  transform: rotate(45deg);
  background-image: url(creativecove/tematik/planets-068597d7f67131.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.step-game__card{
  transition: 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px;
  background-color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.step-game__card:hover{
  transform: scale(1.05);
}

.step-game__card svg{
  width: 42px;
  height: 42px;
  fill: var(--cb-4);
}

.step-game__card h5{
  font-weight: normal;
  flex: 1;
  font-size: clamp(16px, 4vw, 16px);
  color: #040807;
}

.comments{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 0;
}

.comments::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
  width: 239px;
  height: 239px;
  transform: rotate(45deg);
  background-image: url(creativecove/tematik/alien-lands-068597d7f66f0c.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.comments h2{
  text-align: center;
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

.comments-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 49px;
}

.comments-card{
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  background-color: #fff;
  padding: 21px;
  border-radius: 21px;
  gap: 21px;
}

.rating-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.rating-box svg{
  fill: gold;
  width: 21px;
  height: 21px;
}

.comments-card h5{
  flex: 1;
  font-weight: normal;
  color: #040807;
  font-size: clamp(16px, 4vw, 16px);
}

.avatar-comments{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.avatar-comments img{
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.avatar-comments-box{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
}

.avatar-comments-box h4{
  color: #040807;
  font-size: clamp(16px, 4vw, 18px);
}

.menu-game{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 0;
}

.menu-game::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
  width: 239px;
  height: 239px;
  transform: rotate(45deg);
  background-image: url(creativecove/tematik/astronauts-068597d7f66fac.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.menu-game h2{
  text-align: center;
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

.menu-game-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 49px;
}

.menu-game-card{
  background-color: #f5f7f98f;
  border-radius: 16px; 
  border: 1px solid #f5f7f9;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px #040807;
}

.game-card-img{
  padding:  16px;
  width: 100%;
  height: 348px;
}

.game-card-img img{
  transition: 0.5s ease;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-card-text{
  
  padding:  16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 13px;
}

.game-card-text a h5{
  transition: 0.3s ease;
  color: #040807;
  font-size: clamp(18px, 4vw, 20px);
}

.game-card-text a h5:hover{
  opacity: 0.5;
}

.game-card-text p{
  padding: 0;
  color: #040807;
  opacity: 0.8;
  font-size: clamp(14px, 4vw, 16px);
}

.game-card-link{
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding:  16px;
}

.catalog-one{
  display: none;
}

.catalog-two{
  display: none;
}

.catalog-game-two{
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}

.catalog-card-two{
  height: 370px;
  border-radius: 25px;
  transition: 0.5s ease;
  overflow: hidden;
  position: relative;
}

.game-catalog-img-two{
  position: relative;
  width: 100%;
  height: 329px;
}

.game-catalog-img-two img{
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-card-two:hover .game-catalog-img-two img{
  transform: scale(1.1);
  filter: brightness(0.5);
}

.game-catalog-text-two{
  position: absolute;
  transition: 0.5s ease;
  bottom: 0;
  left: 0;
  transform: translateY(100%) scale(1.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px;
}

.catalog-card-two:hover .game-catalog-text-two{
  transform: translateY(0) scale(1);
}

.game-catalog-text-two a h5{
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

.game-catalog-text-two a h5:hover{
  opacity: 0.5;
}

.footer-lay{
  background-color: #040807;
}

.footer{
  display: flex;
  flex-direction: column;
}

.footer-top{
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.disclaimer{
  border-radius: 25px;
  background-color: var(--cb-4);
  gap: 25px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
}

.disclaimer h2{
  text-transform: uppercase;
  font-size: clamp(22px, 4vw, 30px);
  color: #fff;
}

.disclaimer p{
  padding: 0;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  opacity: 0.8;
}

.privacy ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: row;
  gap: 16px;
}

.privacy ul li a {
  font-size: clamp(16px, 4vw, 18px);
  transition: 0.3s ease;
  text-decoration: none;
  color: #fff;
}

.privacy ul li a:hover{
  color: #fff;
  opacity: 0.5;
}

.footer-bottom{
  justify-content: center;
  border-top: 1px dashed #fff;
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.footer-bottom p{
  padding: 0;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

.footer-bottom img{
  max-width: 42px;
}

.art-content{
  padding: 49px 0;
  display: flex;
  flex-direction: column;
  gap: 49px;
  position: relative;
}

.art-content h1{
  text-align: center;
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

.art-block{
  display: flex;
  flex-direction: row;
  gap: 49px;
  position: relative;
}

.art-block-img{
  position: relative;
  flex: 1;
}

.art-block-img img{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  width: 100%;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  position: sticky;
  top: 132px;
}

.art-block-content {
  color: #fff;
  flex: 1;
  font-size: clamp(16px, 4vw, 18px);
}

.art-block-content ul {
  list-style: inside;
}

.playing-block{
  padding: 49px 0;
  width: 100%;
}

.playing-block iframe{
  border: none;
  width: 100%;
  height: 531px;
}

.contacts-box{
  padding: 49px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cont-card{
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: var(--cb-4);
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.cont-card svg{
  width: 34px;
  height: 34px;
  fill: #fff;
}

.cont-card a{
  flex: 1;
}

.cont-card a h5{
  transition: 0.3s ease;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

.cont-card a h5:hover{
  opacity: 0.5;
}

.cont-card h5{
  flex: 1;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

.kontact-form{  
  backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px;
  background-color: rgba(255,255,255,0.41);
  padding: 25px;
  margin: 49px 0;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.kontact-form h2{
  text-align: center;
  text-transform: uppercase;
  color: #040807;  
  font-size: clamp(20px, 4vw, 25px);
  margin-bottom: 25px;
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 6px 0;
}

.input-position{
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  justify-content: space-between;
}

.input-kontact-form .inputs-kontact {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #040807;
  color: #8789a1;
  background-color: #f5f7f9;
  box-shadow: 4px 4px #040807;
  padding: 13px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 19px; 
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  border-radius: 6px;
  border: 1px solid #040807;
  color: #8789a1;
  background-color: #f5f7f9;
  box-shadow: 4px 4px #040807;
  padding: 13px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 19px; 
  resize: vertical;
  min-height: 49px;
  max-height: 141px;
}

.input-kontact-form .inputs-kontact::placeholder, .input-kontact-form .textarea-kontact::placeholder{
  color: #040807;
  font-size: clamp(14px, 4vw, 16px);
}

.input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:focus{
  color: #040807;
}

.kontact-form button{
  margin: 0 auto;
}
.forma-kont {
  padding: 34px 0;
}
.colum-content {
  flex-direction: column-reverse;
  gap:34px;
}
@media (max-width: 1199px){
  .benefit-card{
    width: 100%;
    padding: 25px;
  }

  .benefit-box{
    align-items: stretch;
  }

  .form-block{
    flex: 2;
  }
}

@media (max-width: 991px) {
  .header-block{
    flex-direction: column;
  }

  .header-text{
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .step-game__card{
    flex-direction: column;
    text-align: center;
  }

  .about-us-box{
    flex-direction: column-reverse;
  }

  .catalog-game-two{
    grid-template-columns: repeat(2, 1fr);
  }

  .comments-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-top{
    flex-direction: column-reverse;
  }

  .menu-panel{
    width: 50%;
  }

  .menu-game-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .art-block{
    flex-direction: column;
  }

  .art-block-img img{
    object-fit: contain;
    position: relative;
    box-shadow: none;
    top: 0;
    height: 348px;
  }

  .kontact-form{
    width: 100%;
  }

  .contacts-box{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
 

  .gallery-list {
    & .gallery-item {
        &:not(li[data-pos="1"]) {
            transition: 0.3s ease;
            height: 60px;
        }
    }
  }

  .input-position{
    flex-direction: column;
    gap: 0;
  }

  .benefit-card{
    flex-direction: column-reverse;
    text-align: center;
  }

  .game-catalog-img-two img{
    filter: brightness(0.5);
  }
  
  .game-catalog-text-two{
    transform: translateY(0) scale(1);
  }

  .catalog-game-two{
    grid-template-columns: repeat(1, 1fr);
  }

  .step-game{
    grid-template-columns: repeat(1, 1fr);  
  }

  .menu-panel{
    transform: translateX(-110%);
    left: 0 !important;
    width: 100%;
  }

  .menu-panel ul{
    text-align: center;
  }

  .footer-bottom{
    flex-direction: column;
  }

  .game-card-link{
    height: auto;
  }

  .header-content::before{
    background-attachment: unset;
  }
}

@media (max-width: 576px){
  .art-block-img img{
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .media-container::before{
    width: 140px;
    height: 140px;
    left: 0 !important;
  }

  .about-us-text::before{
    width: 140px;
    height: 140px;
    left: 0 !important;
  }

  .benefit::before{
    width: 140px;
    height: 140px;
    left: 0 !important;
  }

  .step-game::before{
    width: 140px;
    height: 140px;
    left: 0 !important;
  }

  .comments::before{
    width: 140px;
    height: 140px;
    left: 0 !important;
  }

  .menu-game::before{
    width: 140px;
    height: 140px;
    left: 0 !important;
  }
}

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

.footer-logos a img {
  max-height: 50px;
  width: auto;
  display: block;
}

@media screen and (max-width: 575px){
  .footer-logos {
    flex-direction: column;
  }
  .footer-logos a img {
  max-width: 280px;
  }
}
