@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap');

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {

    --color1: #7dff49;
    --color2: #e10aed;
    --color3: #0ab7ed;
    --color4: #111;
    --white: #fff;
    --black: #000;

   
    --bg1:  #161829;
    --bg2:  #222434;
    --tetx: #EEEEEE;

    --tr1: .5s ease-in-out;

    --brd1: #303141;
    --brd2: #404250;
    --brd3: #4c4d5a;

    --rgb1: rgb(125 255 73 / 40%);
    
  }

  
body{
    font-family: 'Hind Madurai', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    line-height: 1.4;
    direction: ltr !important;
    background: #000 no-repeat center;
    height: 100%;
}

#strSpace {
  position: absolute;
	top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

img{
  max-width: 100%;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

li, p{
  padding: 8px 0;
}

a {
  text-decoration: none;
}

.container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.spaceTitle{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
  gap: 8px;
}

 .spaceTitle h5{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: clamp(26px, 5vw, 43px);
  position: relative;
  font-weight: 800;
  -webkit-background-clip: text;
  text-shadow: 2px 2px 5px var(--color1);
  color: var(--color1);
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.space-hed{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
}

.space-hed-logo {
  flex: 1;
  padding:  18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 35%;
}

.space-hed-logo img {
  display: flex;
  flex-direction: column;
  margin-left: 5%;
  width: 78px;
  height: 78px;
  object-fit: contain;
}


.space-hed-logo  h2  {
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 20px);
  color: var(--white);
  transition: var(--tr1);
  display: flex;
  flex-direction: row-reverse;
}

.space-hed-logo  h2:hover{
  color: var(--color1);
}


nav .space-hed-right-log {
  width: 65%;
  background-color:rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  padding: 18px;
}

nav .space-hed-right-log ul{
  display: flex;
  justify-content: space-around;
  width: 100%;
}

nav .space-hed-right-log ul li {
  list-style: none;
  transition: var(--tr1);
}

nav .space-hed-right-log ul li a{
  text-decoration: none;
  color: var(--white);
  transition: color 0.3s;
  font-size: clamp(14px, 2.5vw, 20px);
  text-align: center;
}

nav .space-hed-right-log ul li:hover {
  border-bottom: 5px solid var(--color1);
  margin-bottom: -18px;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 30px;
  color: var(--white);
  cursor: pointer;
  margin-right: 18pxpx;
}


.space-hr {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.circle-images {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  height: 100%;
  border-radius: 50%;
  animation: rotateCircle 8s infinite linear;
  overflow: hidden;
  z-index: 0;
}

.image-container {
  position: absolute;
  width: 139px; 
  height: 139px;
  opacity: 0; 
  animation: fadeInOut 8s infinite;
}

.image-container:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
}

.image-container:nth-child(2) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 2s;
}

.image-container:nth-child(3) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  animation-delay: 4s;
}

.image-container:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation-delay: 6s;
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
}

.space-hr-main{
  position: relative;
  z-index: 1;
  padding: 36px 0;
}

.space-hr-content{
  padding: 0 23px;
}

.space-hr-content h4{
  color: var(--color1);
  text-shadow: 0 0 18px var(--color1);
  font-size: clamp(26px, 5vw, 44px);
  font-weight: 600;
  text-transform: capitalize;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.space-hr-btn{
  padding-top:  36px;
}


.space-mid{
  overflow: hidden;
  background: url(galleryarchive/back/opacity_bg-068a49a9b2732a.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 156px 18px;
}



.space-mid::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.spcae-mi-main{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 36px;
}

.spcae-mi-img{
  flex: 1;
}

.spcae-mi-content{
  flex: 2;
}

.spcae-mi-img img{
  width: 280px;
  height: 280px;
  object-fit: contain;
}

.spcae-mi-text{
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 16px);
  color: var(--white);
}

.spcae-mi-btn{
  padding-top: 19px;
}

.space-stp{
  padding:  112px 0;
}

.space-stp-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.space-stp-block {
  flex: 1;
  position: relative;
  display: flex;
}

.space-stp-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  border-radius: 999px;
  border-top: 5px solid var(--color1);
  border-left: 5px solid var(--color1);
  border-bottom: 5px solid var(--color1);
  transform: rotate(0deg);
}

.space-circle-end {
  position: absolute;
  top: 52%;
  right: 5px;
  width: 30px;
  height: 30px;
  background: var(--color1);
  border-radius: 50%;
  transform: translate(50%, -50%);
}




.space-stp-block-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #F3F3F60A;
  border-radius: 40px;
}

.space-circle {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px 23px;
  position: relative;
}

.space-stp-block.space-stp-border {
  border-color: var(--color1) transparent var(--color1) var(--color1);
}

.space-stp-block .space-circle-end {
  background: var(--color1);
}

.space-stp-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #F3F3F60A;
  border-radius: 999px;
}

.space-circle-img{
  position: relative; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: smoothMove 4s ease-in-out infinite; 
  z-index: -1;
}

.space-circle-img img {
  width: 73px;
  height: 73px;
  object-fit: contain;
}

@keyframes smoothMove {
  0% {
    transform: translate(0, 0); 
  }
  25% {
    transform: translate(50px, -50px); 
  }
  50% {
    transform: translate(100px, 0); 
  }
  75% {
    transform: translate(50px, 50px); 
  }
  100% {
    transform: translate(0, 0); 
  }
}

.space-circle p {
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 16px);
  color: var(--white);
  padding: 18px;
}



.space-play-with-us-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.space-play-with-us-block {
  color: var(--white);
  transition: 0.5s;
  border-radius: 40px;
  cursor: pointer;
  padding:  15px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.space-play-with-us-block:hover {
  filter: drop-shadow(2px 5px 15px var(--color1));
  background: rgb(0,0,0, 0.25);
  backdrop-filter: blur(8px);
  transition: 0.5s;
}

.space-play-with-us-image {
  border-radius: 40px;
  transition: 0.5s;
}

.space-play-with-us-block:hover .space-play-with-us-image {
  top:  15px;
  transition: 0.5s;
}

.space-play-with-us-image img {
  width: 100%;
  object-fit: cover;
  height: 280px;
  border-radius: 40px;
}

.space-play-with-us-content {
  transition: transform 0.5s;
}

.space-play-with-us-content a h4 {
  margin: 0;
  padding:  15px;
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 20px);
  color: var(--color1);
  transition: var(--tr1);
}

.space-play-with-us-content a h4:hover {
  color: var(--white);
}

.space-play-with-us-content-text {
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 16px);
  color: var(--white);
  font-style: italic;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}


.space-play-with-usv2-main{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.space-play-with-usv2-block {
  position: relative;
  display: flex;
  align-items: center;
  margin: 18px;
  overflow: hidden;
  border-radius: 40px;
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 5px var(--color1);
  bottom: 0;
  transition: all 200ms;
  background: rgb(48 49 65 / 50%);
}

.space-play-with-usv2-block:nth-child(even){
  flex-direction: row;
}

.space-play-with-usv2-block:hover {
  box-shadow: 0px 0px 36px var(--color1);
  bottom: 18px;
}

.space-play-with-usv2-content {
  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:  18px;
}

.space-play-with-usv2-content{
  width: 70%;
}

.space-play-with-usv2-content-title h4{
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 30px);
  color: var(--color1);
  transition: var(--tr1);
}

.space-play-with-usv2-content-title h4:hover{
  color: var(--white);
}

.space-play-with-usv2-content-text{
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 20px);
  color: var(--white);
  font-style: italic;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.space-play-with-usv2-btn{
  padding: 23px 0;
}

.space-play-with-usv2-image{
  width: 30%;
}

.space-play-with-usv2-image img {
  width: 100%;
  object-fit: cover;
  height: 280px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}


.space-play-with-usv2-content-online span{
  font-weight: 800;
  font-size: clamp(16px, 2.5vw, 20px);
  color: var(--white);
  font-style: italic;
}

.space-krt{
  padding:  112px 0;
}

.space-krt-main{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}


.space-krt-block {
  display: flex;
  height:  280px;
  position: relative;
  border-radius: 40px;
  box-shadow:
  rgb(40, 40, 40, 0.1) 0px 2px 2px,
  rgb(20, 20, 20, 0.2) 0px 5px 7px,
  rgb(0, 0, 0, 0.25) 0px 10px 12px;
  overflow: hidden;
  transition: transform 400ms ease;
}

.space-krt-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--color1);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 400ms, 400ms;
  transition-timing-function: ease, ease;
  z-index: 1;
}

.space-krt-sh {
  z-index: 2;
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-self: flex-end;
  width: 100%;
  gap: 8px;
  padding: 18px;
  justify-content: center;
  text-align: center;
  transform: translateY(100%);
  transition: transform 266ms linear,
  opacity 266ms linear;
}

.space-krt-block:hover::before {
  opacity: 0.7;
}

.space-krt-block:hover .space-krt-sh {
  transform: translateY(0);
  opacity: 1;
}
.space-krt-block:hover img{
  transform: scale(1);
}


.space-krt-block img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  transform: scale(1.15);
  aspect-ratio: 16 / 13;
  transition: 400ms ease-in-out;
}

.space-people-say{
  padding:  112px 0;
}


.space-people-say-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.space-people-say-block {
  width: 100%;
  padding: 18px;
  background: rgb(48 49 65 / 50%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  text-align: center;
  color:var(--white);
  border-radius:  40px;
  animation: blm 5s linear infinite;
}

@keyframes blm{
  0%{
    box-shadow: 0px 2px 15px var(--color1);
  }

  50%{
    box-shadow: 0px 2px 23px var(--color1);
  }

  100%{
    box-shadow: 0px 2px 36px var(--color1);
  }
}


.space-people-say-block .space-people-sayimage {
  width: 100%;
  height: 271px;
  position: relative;
  clip-path: circle(67% at 50% 8%);
  box-shadow: inset 2px -57px 75px 19px rgba(0, 0, 0, 0.58);
}

 .space-people-say-block .space-people-sayimage .space-people-say-avatar {
  border-radius: 0%;
  overflow: hidden;
  border: 3px solid var(--white);
  position: absolute;
  bottom: 29px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.space-people-say-block .space-people-sayimage .space-people-say-avatar img {
  width: 139px;
  height: 139px;
  object-fit: cover;
}

.space-people-say-block h5 {
  margin-top: 18px;
  font-size: clamp(16px, 2.5vw, 20px);
  position: relative;
  color: var(--color1);
  font-weight: 800;
}

 .space-people-say-block h5::after {
  position: absolute;
  content: "";
  width: 12%;
  height: 2px;
  background: var(--white);
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.space-people-say-block p {
 margin: 25px 0;
 font-weight: 600;
 font-size: clamp(14px, 2.5vw, 16px);
 color: var(--white);
}

.space-people-say-block ul li {
  display: inline-block;
  width: 50%;
  background: var(--color1);
  border-right: 3px dotted #000;
  padding: 18px 0px;
}

 .space-people-say-block ul li h4 {
  color: var(--black);
  padding: 0;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 600;
}



.space-adv{
  padding:  112px 0;
}


.space-adv-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}


.space-adv-block {
	padding: 18px;
	color: #fff;
	border-radius: 40px;
	position: relative;
	contain: paint;
	background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  gap: 18px;
}

.space-adv-block:after {
	content: '';
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	left: 0;
	top: 0;
	border: 2px solid rgba(255, 255, 255, 0.2);
	position: absolute;
}

.space-adv-block:before {
	z-index: 2;
	content: '';
	height: 100%;
	width: 100px;
	background: var(--color1);
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	filter: blur(18px);
	animation: glow 5s infinite ease-in-out;
	mix-blend-mode: lighten;
}


@keyframes glow {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: translateY(-50%) translateX(10px);
	}
}


.space-adv-block img{
  width: 73px;
  height: 73px;
  object-fit: contain;
  animation: spin 6s linear infinite;
  transition: transform 0.3s, border-radius 0.3s;
  display: block;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.space-adv-block{
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 16px);
  color: var(--white);
}




.space-otvetim-vam{
  padding:  112px 0 0 0;
}



.space-otvetim-vam-main{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 36px;
  padding: 29px 18px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

  
  .moving-ball {
    overflow: hidden;
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: var(--color1);
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    animation: move-along-contour 5s linear infinite, rotate-ball 1s linear infinite;
  }

  @keyframes move-along-contour {
    0% {
      top: 0;
      left: 0;
    }
    25% {
      top: 0;
      left: 100%;
    }
    50% {
      top: 100%;
      left: 100%;
    }
    75% {
      top: 100%;
      left: 0;
    }
    100% {
      top: 0;
      left: 0;
    }
  }
  @keyframes rotate-ball {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

.space-otvetim-vam-block {
  width: 100%;
}

.space-otvetim-vam-block .form{
  width: 100%;
}



.space-otvetim-vam-block{
  padding: 36px 18px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  flex-direction: row-reverse;
  gap: 18px;
  align-items: center;
  justify-content: center;
}


.space-otvetim-vam-block-fields{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.space-otvetim-vam-block-fields .input-controlsection--section{
  flex: 1;
}

.space-otvetim-vam-block-fields .input-controlsection--section::placeholder, .space-otvetim-vam-block-fields .textarea-controlsection--section::placeholder{
  color: var(--white);
}

.space-otvetim-vam-block-fields label{
  color: var(--white);
}

.space-otvetim-vam-block-fields .input-controlsection--section{
  display: block;
  width: 100%;
  padding: 15px;
  color: var(--white);
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid var(--color1);
  outline: none;
}

.space-otvetim-vam-block-fields  .textarea-controlsection--section{
  display: block;
  width: 100%;
  padding: 15px;
  color: var(--white);
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid var(--color1);
  outline: none;
}


.space-otvetim-vam-block-check{
  display: flex;
  gap: 15px;
  padding-top: 18px;
  color: var(--white);
} 

.space-otvetim-vam-block-check a{
  text-decoration: underline;
  color: var(--color1);
  padding-left: 15px;
  font-weight: 600;
}

.space-otvetim-vam-block-check-input {
  display: none;
}

.space-otvetim-vam-block-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 74px;
  font-size: 16px;
  color: var(--white);
}

.space-otvetim-vam-block-check-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #333;
  border-radius: 40px;
  background: var(--white);
  transition: all 0.3s ease;
}

.space-otvetim-vam-block-check-label:hover::before {
  border-color: #555;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.space-otvetim-vam-block-check-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 15px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform-origin: bottom left;
  transition: transform 0.3s ease;
  border-radius: 40px;
}

.space-otvetim-vam-block-check-input:checked + .space-otvetim-vam-block-check-label::before {
  background-color: var(--black);
  border-color: var(--black);
}

.space-otvetim-vam-block-check-input:checked + .space-otvetim-vam-block-check-label::after {
  transform: translateY(-100%) scale(1) rotate(45deg);
}

.space-otvetim-vam-block-btn{
  display: inline-block;
  padding: 18px 0;
}   


.space-contcFf{
  padding:  29px 18px 18px 18px;
}



.space-contcFf-main{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 36px;
}

.space-contcFf-logo, .space-contcFf-menu, .space-contcFf-politca{
  flex: 1;
}

.space-contcFf-logo{
  display: flex;
  flex-direction: column;
  gap: 23px;
  justify-content: center;
  align-items: center;
}

.space-contcFf-logo a{
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 29px 0;
}

.space-contcFf-logo  img{
  object-fit: contain;
  width:  139px;
  height: 78px;
}

.space-contcFf-logo  h2  {
  font-weight: 800;
  font-size: clamp(16px, 2.5vw, 20px);
  color: var(--color1);
  transition: var(--tr1);
  text-transform: uppercase;
}

.space-contcFf-logo  h2:hover{
  color: var(--white);
}


.space-contcFf-menu, .space-contcFf-politca{
  display: flex;
  flex-direction: column;
  gap: 23px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 23px;  
  text-align: center;
}


.space-contcFf-menu a, .space-contcFf-politca a{
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color1);
  transition: var(--tr1);
}

.space-contcFf-menu a:hover, .space-contcFf-politca a:hover{
  color: var(--white);
}

.space-contcFf .spaceTitle{
  padding-bottom: 0 !important;
}

.space-contcFf-dscl{
  padding: 23px 0;
}

.space-contcFf-dscl{
  border-radius: 40px;
  padding: 18px;
  margin: 18px;
  animation: blm 1.2s linear infinite;
}

.space-contcFf-copi{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 36px;
}

.space-contcFf-copi-title, .space-contcFf-imgdscl{
  flex: 1;
}

.space-contcFf-imgdscl{
  display: flex;
  align-items: center;
  justify-content: center;
}

.space-contcFf-imgdscl img{
  width: 73px;
  height: 73px;
  object-fit: contain;
}

.space-contcFf-text{
  color: var(--white);
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 600;
  margin-bottom: 18px;
}


.space-contcFf-copi-title{
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 5px;
  color: var(--white);
}

.space-contcFf-copi-title h2{
  color: var(--color1);
}


.space-dop-page-igra-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 36px;
  border-radius: 40px;
}

.space-dop-page-igra-inner{
  padding: 18px;
}

.space-dop-page-igra-inner img{
  width: 100%;
  height: 405px;
  object-fit: contain;
  margin: 18px 0;
}


.space-dop-page-igra-content {
  color: var(--white);
  font-size: clamp(14px,2.5vw,16px);
}

.space-dop-page-igra-ifrm {
  width: 100%;
  border-radius: 40px;
}

.space-dop-page-igra-ifrm iframe{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  animation: blm 1.2s linear infinite;
}

.pt-0{
  padding-top: 10px;
}


.space-dop-page-ct-adres-main{
  position: relative;
  z-index: 1;
  padding:  112px 18px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 36px;
}

.space-dop-page-ct-adres-ins, .space-dop-page-ct-adres-im{
  flex: 1;
}

.space-dop-page-ct-adres-im{
  display: flex;
  justify-content: center;
  align-items: center;
}

.space-dop-page-ct-adres-ins{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 36px;
}

.space-dop-page-ct-adres-im img{
  width: 280px;
  height: 280px;
  object-fit: contain;
}

.space-dop-page-ct-adress{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
}

.space-dop-page-ct-adres-content a, .space-dop-page-ct-adres-content div{
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 16px);
  color: var(--white);
  transition: var(--tr1);
  text-align: center;
}

.space-dop-page-ct-adres-content a:hover{
  color: var(--color1);
}

.space-dop-page-ct-adress-svg svg{
  width: 55px;
  height: 55px;
  fill: var(--color1);
}



.space-dop-page-ct-main{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 36px;
  padding: 29px 18px;
  border-radius: 40px;
  margin:  0 0 112px 0;
  position: relative;
  z-index: 1;
}

  
  .moving-ball {
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: var(--color1);
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    animation: move-along-contour 5s linear infinite, rotate-ball 1s linear infinite;
  }

  @keyframes move-along-contour {
    0% {
      top: 0;
      left: 0;
    }
    25% {
      top: 0;
      left: 100%;
    }
    50% {
      top: 100%;
      left: 100%;
    }
    75% {
      top: 100%;
      left: 0;
    }
    100% {
      top: 0;
      left: 0;
    }
  }
  @keyframes rotate-ball {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

.space-dop-page-ct-block {
  width: 100%;
}

.space-dop-page-ct-block .space-dop-page-ct-form{
  width: 100%;
}



.space-dop-page-ct-block{
  padding: 36px 18px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  flex-direction: row-reverse;
  gap: 18px;
  align-items: center;
  justify-content: center;
}


.space-dop-page-ct-field{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.space-dop-page-ct-field input{
  flex: 1;
}

.space-dop-page-ct-field input::placeholder, .space-dop-page-ct-field textarea::placeholder{
  color: var(--white);
}

.space-dop-page-ct-field label{
  color: var(--white);
}

.space-dop-page-ct-field input{
  display: block;
  width: 100%;
  padding: 15px;
  color: var(--white);
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid var(--color1);
  outline: none;
}

.space-dop-page-ct-field  textarea{
  display: block;
  width: 100%;
  padding: 15px;
  color: var(--white);
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid var(--color1);
  outline: none;
}


.space-dop-page-ct-check{
  display: flex;
  gap: 15px;
  padding-top: 18px;
  color: var(--white);
} 

.space-dop-page-ct-check a{
  text-decoration: underline;
  color: var(--color1);
  padding-left: 15px;
  font-weight: 600;
}

.space-dop-page-ct-check-input {
  display: none;
}

.space-dop-page-ct-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 74px;
  font-size: 16px;
  color: var(--white);
}

.space-dop-page-ct-check-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #333;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease;
}

.space-dop-page-ct-check-label:hover::before {
  border-color: #555;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.space-dop-page-ct-check-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 15px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform-origin: bottom left;
  transition: transform 0.3s ease;
  border-radius: 40px;
}

.space-dop-page-ct-check-input:checked + .space-dop-page-ct-check-label::before {
  background-color: var(--black);
  border-color: var(--black);
}

.space-dop-page-ct-check-input:checked + .space-dop-page-ct-check-label::after {
  transform: translateY(-100%) scale(1) rotate(45deg);
}

.space-dop-page-ct-btn{
  display: inline-block;
  padding: 18px 0;
}   






.space-rls-main{
  position: relative;
  z-index: 1;
  color: var(--white);
  overflow: hidden;
}

.space-rls-main h1,h2,h3{
    font-size: 16px;
    font-weight: 800;
    color: var(--white);
}

.space-rls-main  a{
    text-decoration: underline;
    color: var(--white) !important;
    word-break: break-all;
}

.space-rls-main ol li {
    color: var(--white) !important;
}

.space-rls-main ul{
    list-style: disc !important;
    text-align: left;
    margin: 15px;
}


.button-1 {
  display: inline-block;
  background-color: rgb(48 49 65 / 50%);
  color: var(--color1);
  border: 2px solid var(--color1);
  padding: 8px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.button-1:hover {
  background-color:var(--rgb1);
}

.button-2 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(48 49 65 / 50%);
  color: var(--white);
  transition: all 0.3s ease;
  padding: 8px 18px;
  border-radius: 40px;
}

.button-2:hover {
  border: 5px dotted var(--color1);
  background-color:var(--rgb1);
  border-radius: 40px;
}

.button-3 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(48 49 65 / 50%);
  color: var(--white);
  transition: all 0.3s ease;
  padding: 8px 18px;
  border-radius: 40px;
}

.button-3:hover {
  border: 5px double var(--color1);
  background-color:var(--rgb1);
  border-radius: 40px;
}

.button-4 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(48 49 65 / 50%);
  color: var(--white);
  transition: all 0.3s ease;
  padding: 8px 18px;
  border-radius: 40px;
}

.button-4:hover {
  border: 5px groove var(--color1);
  background-color: var(--rgb1);
  border-radius: 40px;
}

.button-5 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(48 49 65 / 50%);
  color: var(--white);
  transition: all 0.3s ease;
  padding: 8px 18px;
  border-radius: 40px;
}

.button-5:hover {
  border: 5px dashed var(--color1);
  background-color: var(--rgb1);
  border-radius: 40px;
}


@media(max-width: 1200px){
  .space-stp-main{
    grid-template-columns: repeat(1, 1fr) !important;
  }
}


@media (max-width: 992px) {
  .space-hed {
    flex-direction: column; 
  }

  .mobile-menu-toggle {
    display: block; 
    padding-bottom: 18px;
  }

  .space-hed-logo{
    width: 100% !important;
  }

  .space-hed-right-log {
    width: 100% !important;
    display: none !important; 
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 18pxpx;
  }

  .space-hed-right-log.show {
    display: flex !important; 
  }

  .space-hed-right-log ul {
    flex-direction: column;
    width: 100%;
  }

  .space-hed-right-log ul li {
    margin-bottom: 15px;
  }

  .spcae-mi-main{
    flex-direction: column;
  }

  .space-play-with-us-main{
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .space-krt-main{
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .space-people-say-main{
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .space-adv-main{
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .space-adv-block{
    flex-wrap: wrap;
  }

  .spaceTitle h5 {
    justify-content: center !important;
  }

  .space-contcFf-main{
    flex-direction: column;
  }

  .space-dop-page-ct-adres-main{
    flex-direction: column;
  }

  .space-contcFf-copi{
    flex-direction: column;
  }

  .space-contcFf-menu, .space-contcFf-politca{
    flex-direction: row !important;
    flex-wrap: wrap;
  }
}



@media (max-width: 768px){
  .space-play-with-us-main{
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .space-krt-main{
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .space-people-say-main{
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .space-adv-main{
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .space-dop-page-ct-adres-ins{
    grid-template-columns: repeat(1, 1fr) !important;
  }
}


@media (max-width: 575px){
  .moving-ball {
    display: none;
  }
          
    button{
        width: 100%;
    }

    .space-play-with-usv2-block{
      flex-direction: column !important;
    }

    .space-play-with-usv2-content, .space-play-with-usv2-image{
      width: 100% !important;
    }

    .space-otvetim-vam-block-check-label, .space-dop-page-ct-check-label{
      flex-direction: column;
      text-align: center;
    }

    .space-contcFf-logo a{
      flex-direction: column;
    }

    .space-contcFf-copi-title{
      justify-content: center !important;
    }

    .space-dop-page-igra-inner img{
      height: auto;
    }
}




.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;
    }
  }
}
