@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

:root{
  --bg-1: #b565df;
  --bg-2:#ffe96d;
  --bg-3:#ffd700;
  --bg-4:#52b2f2;
  --bg-5:#F26A1B;

  --blue-1:#44C4EB;
  --blue-2:#EB0943;
  --blue-3:#438FEB;
  --blue-4: #4BFA4C;
  --blue-5:#4F29F2;
 
  --red-1:#EB3931;
  --red-2:  #445AEB;
  --red-3: #E0D23A;
  --red-4:#EB6F09;
  --red-5:#EB3931;
 
  --ping-1:#E06B00;
  --ping-2:#44EBDC;
  --ping-3:#2D6FE0;
  --ping-4:#EB09CA;
  --ping-5:#26E0CF;
  --carbon:#242424;
--border-r:10px;

  
  --white:white;
  --black:black;
  --gap-25-30: 30px;
  --gap-30-40:34px;

}


html {
  box-sizing: border-box;
  
}

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  
}


ol, ul {
  list-style: none;
}

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

body{
  line-height: 1.2;
  background-color:var(--black);
  direction: ltr;
  font-family: 'Cabin', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
}
ul,li{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
p,li{
  padding: 5px 0px;
}
a{text-decoration: none;
  color: var(--white);
}

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

.module {
  position: relative;
  width: 100%; 
  max-width: 1200px; 
  margin: 0 auto;
  padding: 0 19px;
  box-sizing: border-box;
}


@media screen and (max-width: 1200px) {
  .container {
    padding: 0 14px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px; 
  }
}
.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
 flex-wrap: wrap;
  padding: 20px;
}

.footer-logos a img {
  max-height: 50px;
  width: auto;
  display: block;
}
@media (max-width: 576px){
.footer-logos a img {
  height: 30px;
}
}


.title-dxc{
  text-align: center;
  color: var(--white);
    position: relative;
    font-size:clamp(21px,4vw,34px);
    font-weight:900;
    margin: 20px auto;
    margin-top: 20px 0;
    
  }
  .sub-title-dxc{
    text-align: center;
    color: var( --white);
    margin-bottom: 20px;
    color: var(--bg-3);

  }
  
  nav{
    position: relative;
    z-index: 99;
    width: 100%;
    background:transparent;
  }
  nav .wrapper{
    background: transparent;
    position: absolute;
    width: 100%;
    padding: 5px 34px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-here{
  width: 57px;
}
@media (max-width:575px) {
  .logo-here{
    width: 48px;
  }
}
.logo-site{
  display: flex;
  align-items: center;
  gap: 19px;
}

.wrapper .logo-site a{
  color: #f2f2f2;
  font-size: 24px;
  font-weight:700;
  text-decoration: none;
}
@media (max-width:1199px) {
  .wrapper .logo-site a{
    
    font-size: 19px;
  }
}
@media (max-width:575px) {
  .wrapper .logo-site a{
    
    font-size: 14px;
  }
}
.wrapper .nav-links{
  gap: var(--gap-25-30);
  display: inline-flex;
  transition: all 0.4s ease;
  
}
.nav-links li{
  list-style: none;
}

.nav-links li a{
  padding: 5px 0px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.nav-links li a:hover {
  color: var(--bg-3);
  transform: translateY(-5px);
}


.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}


.wrapper .btn{
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  display: none;
}
.menu-btn-img{
  width: 30px;
}

.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}
.radiobtn-menu {
  display: none!important;
}
@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    z-index: 3;
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 300px;
    
    top: 0;
    left: -100%;
    background: var(--carbon);
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 19px;
    display: block;
    font-size: 19px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 19px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  
}
nav input{
  display: none;
}

.sc-hero-dxc{
  z-index: 2;
  text-align: center;
  padding-top: 15vh;

  position: relative;
}
.title-hero-dxc{
  margin: 20px 0px;
  color: var(--white);
  font-size: clamp(40px,6vw,108px);
  font-weight:900;
  line-height: 1.2;
  opacity: 0;
    animation: fadeInSlideUp 1.5s ease-out forwards;
}
.title-delayed {
  opacity: 0;
  animation: fadeInSlideUp 1.5s ease-out forwards;
  animation-delay: 0.3s;
}
@keyframes fadeInSlideUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
.btn-hero-dxc{
  display: flex;
  justify-content: center;
}

.highlight-wrapper {
  z-index: -1;
  min-height: 90vh;
  opacity: .7;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
@media (max-width:575px) {
  .highlight-wrapper{
    min-height: 60vh;
  }
}
@media (min-width:576px) and (max-width:991px) {
  .highlight-wrapper{
    min-height: 70vh;
  }
}
.hieght-100vh {
  overflow: hidden;
}
@media (max-width:767px) {
  .overflow-secrino-games-dxc{
    overflow: hidden;
  }
}

.highlight {
  width: 436px;
  height: 436px;
  filter: blur(200px);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.highlight.left {
  top: 25vh;
  left: -16%;
}

.highlight.right {
  top: auto;
  bottom: 48vh;
  left: auto;
  right: 0%;
}

.highlight.center {
  z-index: -5;
  opacity: .58;
  position: relative;
}

.highlitgh-red {
  z-index: 3;
  width: 436px;
  height: 436px;
  background-color: var(--red-3);
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.highlight-blue {
  z-index: 1;
  width: 482px;
  height:482px;
  background-color:var(--blue-3);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.highlitgh-pink {
  z-index: 2;
  width: 393px;
  height: 393px;
  background-color: var(--ping-3);
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 0%;
}
.hero-image-section {
  z-index:-2;
  margin-top: 100px;
  position: relative;
}

.hero-image-section.top-margin {
  margin-top: -220px;
  margin-bottom: -220px;
}

.hero-image-section.homepage {
  margin-top: -31vh;
}

.hero-image-wrapper {
  max-height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.shadow-overlay {
  z-index: 1;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.99));
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shadow-overlay.radius {
  border-radius: 57px;
}
.background-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc-benefic-dxc{
  z-index: 2  ;
  padding: 48px 0px;
  position: relative;
}

.thumb-benefic-dxc {
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
  justify-content: center;

}
.box-benefic-dxc {
  width: 100%;
  
  border: 2px solid var(--carbon);
    background-color: var(--carbon);
    text-align: left;
    border-radius:var(--border-r);
    flex-direction: column;
    align-items: flex-start;
 padding: 15px;
 transition: box-shadow .3s, border .3s;
    display: flex;
}
@media (min-width:992px) {
  .box-benefic-dxc{
    padding: 48px 30px;
    width: calc(33.33% - var(--gap-30-40));
    
  }
}
.box-benefic-dxc:hover{
  border: 2px solid var(--bg-3);
  box-shadow: 0 0 48px 10px var(--bg-3);
}
@media (min-width:575px) and (max-width:991px) {
  .box-benefic-dxc{
    padding: 28px;
    width: calc(50% - var(--gap-30-40));
  }
}
.svg-thumb-dxc{
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content:  flex-end;
}

.svg-img-dxc{
  fill: var(--bg-3);
}
.svg-img-stroke-dxc{
  stroke: var(--bg-3);
}
.txt-benefic-dxc {
  text-align: center;
  color: var(--white);
}

.sc-games-one-dxc{
  overflow: hidden;
  padding: 48px 0px;
  position: relative;
}
.all-thumb-games-one-dxc{
  display: flex;
  flex-direction: column;
  gap: var(--gap-30-40);
}
.category-dxc{
  display: flex;
  gap: var(--gap-30-40);
flex-direction: column;;
}
.thumb-games-one-dxc {
  display: flex;
  flex-direction: column;


}
.thumb-games-box2-dxc{
  display: flex;
  gap: var(--gap-30-40);
}
@media (max-width:767px) {
  .thumb-games-box2-dxc{
    flex-direction:  column;
  }
}
.box-game-one-fullwidth-dxc:hover .img-box-games-one-dxc img {
  transform: scale(1.3) rotate(-5deg);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);

}
.thumb-games-one-dxc:hover .img-box-games-one-dxc img {
  transform: scale(1.3) rotate(-5deg) ;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);

}
.box-game-one-dxc:hover .img-box-games-one-dxc img {
  transform: scale(1.3) rotate(-5deg);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);

}

@media (min-width:768px) {
  .thumb-games-one-dxc:hover .link-games-one-dxc{
    opacity: 1;
    }
    .box-game-one-fullwidth-dxc:hover .link-games-one-dxc{
    opacity: 1;
    }

    .box-game-one-dxc:hover .link-games-one-dxc{
    opacity: 1;
    }
}

.box-game-one-fullwidth-dxc {
  overflow: hidden;
  min-height: 436px;
  width: 100%;
  position: relative;
  padding-bottom: 48px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  align-items: flex-end;
  border-radius: var(--border-r);
}

.box-game-one-dxc {
  overflow: hidden;
  min-height: 436px;
  width: 100%;
  position: relative;
  padding-bottom: 48px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  align-items: flex-end;
  border-radius: var(--border-r);
}
.img-box-overlay-one-dxc{
  z-index: 2 ;
  background-image: linear-gradient(rgba(0, 0, 0, 0.07) 28%, rgba(12, 12, 12, .3) 76%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display:  block;
}
.img-box-games-one-dxc {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.thumb-txt-games-one-dxc{
  position: relative;
  z-index: 5;

  align-items: flex-start;
  display: flex;
  position: relative;
}
.txt-box-games-onee-dxc{
  z-index: 5;
  flex-direction: column;
  flex: 1;

  text-decoration: none;
  display: flex;
  position: relative;
  flex: 1;
}
@media (max-width:830px) {
  .box-dpn-dxc{
    display: none;
  }
}
@media (max-width:991px) {
  .box-dpn-dxc2{
    display: none;
  }
}
.img-box-games-one-dxc img {
width: 100%;
transition: transform 0.8s ease,box-shadow 0.8s ease;

height: 100%;
object-fit: cover;
}
.title-games-ones-dxc {
  color: var(--white);
}
.txt-games-one-dxc {
  color: var(--white);
}
.link-games-one-dxc {
  transition: all 0.8s ease;
  opacity: 0;
  color: var(--white);
}

@media (max-width:767px) {
  .link-games-one-dxc {
    transition: all 0.8s ease;
    opacity: 1;
}}

.sc-stats-dxc{
  padding: 48px 0px;
}
.svg-color-stats-dxc{
  fill:var(--bg-3);
}
.thumb-stats-dxc{
  direction: initial;
  display: flex;
    align-items: center;
    gap: var(--gap-25-30);
    flex-wrap: wrap;
    justify-content: center;
}
.thumb-stats-num-txt-dxc{
  display: flex;
  flex-direction: column;
  color: var(--white);
}
.box-stats-dxc{
  display: flex;
  align-items: center;
  gap: 10px;
width: 100%;
justify-content: space-between;
}
@media (min-width:767px) and (max-width:991px) {
  .box-stats-dxc{
    width:calc(50% - var(--gap-25-30));
  }
}
@media (min-width:992px){
  .box-stats-dxc{
    width:calc(33.33% - var(--gap-25-30));
  }
}
.num-stat-dxc {
  text-align: center;
  font-size: clamp(18px,4vw,28px);
}
.txt-stat-dxc {
  text-align: center;

  font-size: clamp(16px,4vw,24px);
}
.svg-box-stats-dxc{
  width: 55px;
height: 57px;

}

.sc-games2-dxc {
  padding: 40px 0px ;
  z-index: 2;
  position: relative;
  padding: 48px 0px;
}

.thumb-games2-dxc {
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
}

.box-games2-dxc{
  width: 100%;
  border: 2px solid var(--bg-3);
  color: var(--black);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 18px;
  text-decoration: none;
  display: flex;
  gap: 10px;
}
@media (min-width:992px) {
  .box-games2-dxc{
    width: calc(50% - var(--gap-30-40));
  }
  
}

.box-img-games2-dxc img{
  min-height: 467px;
  max-height: 467px;
 width: 100%;
 object-fit: cover;
 border-radius: 8px;
}
@media (max-width:991px) {
  .box-img-games2-dxc img{
    min-height: 393px;
    max-height: 393px;
}}
.box-link-games2-dxc {
  flex: 1;
}
.link-thumb-svg-games2-dxc{
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.thumb-link-svg-games2-dxc {
  display: flex;
  border: 2px solid var(--bg-3);
  border-radius: 4px;
  align-items: center;
  padding: 12px 20px;
  display: flex;
  gap: var(--gap-25-30);
  justify-content: space-between;
}

.box-svg-games2-dxc {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px ;
  height: 55px;
  transition: transform 0.3s ease;
  transform: translateX(-5%);
  border-radius: 0%;
  background-color: var(--bg-3);
}
.thumb-link-svg-games2-dxc:hover .box-svg-games2-dxc{
  
  transform: translateX(10%);
}
.svg-box-games2-dxc{
  display: flex;
}
.svg-box-games2-dxc svg{
  width: 36px;
  height: 36px;
  fill: var(--white);
}

.sc-gallery-dxc{
  padding: 48px 0px;
}
.thumb-gallery-dxc {
  display: flex;
  gap: var(--gap-30-40);
  flex-direction: row-reverse;
}
@media (max-width:991px) {
  .thumb-gallery-dxc {

    flex-direction:column ;
}}
.all-right-thumb-gal-dxc{
  gap: var(--gap-30-40);
  display: flex;
  flex-direction:column ;
}
.box-left-gallery-dxc {
  flex: 1;
}
.img-left-gallery-dxc {
  height: 100%;
}
.img-left-gallery-dxc img {
  cursor: pointer;
  border-radius: var(--border-r);
  transition: box-shadow .3s, border .3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
.img-left-gallery-dxc img:hover {
  box-shadow: 0 0 48px 10px  var(--bg-3);
}
.box-right-gallery-dxc {
  flex: 2;

}
.thumb-right-box-small-gal-dxc{
  display: flex;
  gap: var(--gap-30-40);
}
.box-right-small-gallery-dxc {
  flex: 1;
}
.right-box-big-gallery-dxc {
  width: 100%;
  height: 320px;
  border-radius: var(--border-r);

}
.box-right-small-gallery-dxc img {
  border: 2px solid transparent;

  cursor: pointer;
    width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-r);
  transition: box-shadow .3s, border .3s;
  border: 2px solid transparent;
}
.box-right-small-gallery-dxc img:hover{
  box-shadow: 0 0 48px 10px  var(--bg-3);
}
.right-box-big-gallery-dxc img{
  border: 2px solid transparent;

  cursor: pointer;
  border-radius: var(--border-r);
  transition: box-shadow .3s, border .3s;
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-box-big-gallery-dxc img:hover{
  box-shadow: 0 0 48px 10px var(--bg-3);
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: 10% auto;
  display: block;
  width: 80%;
  max-width: 730px;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.sc-form-dxc {
  padding: 48px 0px;
}

.main_form label{
  color:var(--white);
 
}
.input-groupholder-input{
  border: 2px solid transparent;
  border-radius: var(--border-r);
  outline: none;
  padding: 19px 10px;
background-color:  #242424;
color:var(--white);

}
.textarea-groupholder-input:focus{
  border: 2px solid var(--bg-3);
  box-shadow: 0 0 14px 10px  var(--bg-3);
}
.textarea-groupholder-input:active{
  border: 2px solid var(--bg-3);
  box-shadow: 0 0 14px 10px  var(--bg-3);
}
.textarea-groupholder-input{
  border: 2px solid transparent;
  border-radius: var(--border-r);
  outline: none;
  padding: 19px 10px;
background-color:  #242424;
color:var(--white);

}
.input-groupholder-input:focus{
  border: 2px solid var(--bg-3);
  box-shadow: 0 0 14px 10px  var(--bg-3);
}
.input-groupholder-input:active{
  border: 2px solid var(--bg-3);
  box-shadow: 0 0 14px 10px  var(--bg-3);
}
.forms-width-dxc {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: var(--border-r);
}

.cntr {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 5px;
}

.check-color-dxc {
  font-size: clamp(12px,4vw,18px);
}

.btn-form-dxc {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
}

.sc-footer-dxc {
  position: relative;
  padding: 48px 0px;
  border-top: 1px solid var(--bg-3);
}

.box-img-footer-bg-dxc{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.box-img-footer-dxc{
  height: 272px;
}
.box-img-footer-dxc img{
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-footer-dxc {
  display: flex;
  flex-direction:  row-reverse;
}
@media (max-width:767px) {
  .thumb-footer-dxc{
    gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.flex-link-politik-dxc {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 10px;
  margin: 20px 0px;
}
.footer-links-dxc {
  text-align: center;
  display: inline-block;
  transition: transform 0.3s ease;
}
.footer-links-dxc:hover {
      color: var(--bg-3);
    transform: translateY(-5px);
}
.thumb-footer-logo-dxc {
  flex: 1;
  display: flex;
  justify-content: center;
}
.box-logo-footer-dxc {
  width:134px;
  height: 134px;
}
.box-logo-footer-dxc img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.img-18-dxc {
  width: 48px;
}
.img-18-dxc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.copy-title {
  color: var(--white);
  text-align: center;
  margin: 20px 0px;
}

.sc-aboutus-page-dxc{
  padding: 48px 0px;
}

.thumb-testi-dxc{
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-30-40);
}
.box-testi-dxc{
  width: 100%;
}
.descrip-about-dxc {
  color: var(--white);
}
.sc-testi-dxc{
  padding: 48px 0px;
}
.card {
  position: relative;
  padding:20px;
  background-color:var(--carbon);
  border-radius:var(--border-r);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
 border:1px solid transparent;
  transition: box-shadow .3s, border .3s;

}
@media (min-width:768px) {
  .box-testi-dxc {
    width: calc(50% - 40px);
  }
}
.thumb-avatar-testi-dxc{
  display: flex;
  gap:10px;
  align-items: center;
  justify-content: center;
  flex-direction: column ;
}
.box-avatar-dxc {
width: 57px;
height: 75px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.box-avatar-dxc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card:hover {
  border: 2px solid var(--bg-3);
  box-shadow: 0 0 48px 10px var(--bg-3);
}

.card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 19px;
  box-sizing: border-box;
  background-color:var(--carbon);
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width:991px) {
  .card__content {  transform: rotateX(0deg);}
}
@media (min-width:992px) {
  .card:hover .card__content {
    transform: rotateX(0deg);
  
  }
}

.card__title {
  margin: 0;
  font-size: 24px;
  color: var(--white);
  font-weight:900;
}

.card:hover svg {
  scale: 0;
}

.card__description {
  text-align: center;
  margin: 10px 0 0;
  font-size: clamp(14px,4vw,18px);
  color: var(--bg-3);
  line-height: 1.2;
}

.sc-privacy-dxc {
  padding: 48px 0px;
}
.privacy-dxc {
  color: var(--white);
}

.sc-contacts-dxc{
  z-index: 2;
  position: relative;
  padding: 48px 0px;
}
.thumb-contacts-dxc {
  display: flex;
  justify-content: space-between;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
  justify-content: center;
}
.box-contacts-dxc {
  width: 100%;
  border: 2px solid var(--carbon);
    background-color: var(--carbon);
    text-align: center;
    border-radius: var(--border-r);
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 15px;
    transition: box-shadow .3s, border .3s;
    display: flex;
}
.box-contacts-dxc:hover{
  border: 2px solid var(--bg-3);
  box-shadow: 0 0 48px 10px var(--bg-3);
}
@media (min-width:575px) and (max-width:767px) {
  .box-contacts-dxc {
    width: calc(50% - 40px);
  }
}
@media (min-width:768px) {
  .box-contacts-dxc {
    width: calc(33.33% - 40px);
  }
}
.box-svg-contacts-dxc svg{
  fill: var(--white);
}
.box-contacts-dxc:hover .box-svg-contacts-dxc svg{
  fill: var(--bg-3);
}
.address-contacts-dxc {
  margin: 20px auto;
  width: 100%;
  border: 2px solid var(--carbon);
    background-color: var(--carbon);
    text-align: center;
    border-radius: var(--border-r);
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    transition: box-shadow .3s, border .3s;
    display: flex;
    color: var(--white);
    
}
.sc-form-cntacts-page-dxc{
  z-index: 2;
  position: relative;
  padding: 48px 0px;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background:var(--carbon) ;
  padding: 19px;
  border: 2px solid #1e1e1e;
  border-radius: 10px;
  color: white;
  text-align: center;
  font-size: 19px;
}

.form input {
  height: 35px;
  outline: none;
  border: 2px solid var(--bg-3);
  background: transparent;
  padding: 19px 10px;
  border-radius: 5px;
  transition: .5s;
  color: white;
  font-size: 19px;
}
.form input::placeholder{
  font-size: clamp(12px,4vw,18px);
}
.form input:focus {
  background: var(--bg-3);
}
.privacy-check-dxc{
  font-size: clamp(12px,4vw,18px);
}
.form-cont-btn-dxc{
  display: flex;
  justify-content: center;
}
.igra-rm-sc{
  display: flex;
  flex-direction: column-reverse;
  gap:19px ;
}
.sc-main-page-dxc{
  padding: 48px 0px;
}
.sc-page-frame{
  padding: 48px 0px;
}
.txt-main-page-dxc{
  color: var(--white);
}
.game-main-dxc{
  height: 100vh;
  width: 100%;
  iframe{
    width: 100%;
    height: 100%;
  }
}
.box-contacts-dxc{
  color: #fff;
}

.thumb-img-main-wsx{

  margin: 20px auto;

}

@media (max-width:767px) {
  .thumb-img-main-dxc{
    width: 100%;
}}

@media (min-width:992px) {
  .thumb-img-main-dxc{
    float: right;
    margin: 0 25px 25px 25px;
}}
.main-page-dxc{
  width: 100%;
  max-height: 393px;
  object-fit: contain;
}
@media (min-width:575px) {
  .main-page-dxc{
    height: 100%;}
}

.sc-disclaimer-dxc{
  padding: 48px 0px;

}

.disclaimer {
  padding: 28px;
  border-radius: var(--border-r);
  border: 2px solid var(--bg-3);
    box-shadow: 0 0 48px 10px var(--bg-3);
}

.title-diclaimer-dxc {
  color: var(--white);
  text-align: center;
}
.txt-diclaimer-dxc {
  color: var(--white);
  text-align: center;
}


.dxc-btn-1 {
  cursor: pointer;
  color: var(--white);
  border: 2px solid var(--bg-3);
  background-image: linear-gradient(135deg, var(--bg-3), var(--blue-3));
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 18px 64px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.dxc-btn-1:hover {
  border-color: var(--bg-3);
  transform: translate(0, -4px)scale(1.05);
  box-shadow: 0 7px 20px var(--bg-3);
}
.dxc-btn-2 {
  position: relative;
  padding: 10px 21px;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: var(--bg-3);
  transition: all 0.3s ease;
}

.dxc-btn-2:active {
  transform: scale(0.96);
}

.dxc-btn-2:before,
.dxc-btn-2:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.dxc-btn-2:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--bg-3) 20%, transparent 30%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--bg-3) 15%, transparent 20%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, var(--bg-3)20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.4s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.dxc-btn-2:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--bg-3) 15%, transparent 20%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%),
    radial-gradient(circle, var(--bg-3) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.4s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.dxc-btn-3 {
  padding: 10px 21px;

  position: relative;
  border: 3px ridge var(--bg-3);
  outline: none;
  background-color: transparent;
  color: white;
  transition: 1s;
  border-radius: 0.3em;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.dxc-btn-3::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 3%;
  width: 95%;
  height: 40%;
  transition: 0.5s;
  transform-origin: center;
}

.dxc-btn-3::before {
  content: "";
  transform-origin: center;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 95%;
  height: 40%;
  transition: 0.5s;
}

.dxc-btn-3:hover::before, button:hover::after {
  transform: scale(0)
}

.dxc-btn-3:hover {
  box-shadow: inset 0px 0px 25px var(--bg-3);
}

.dxc-btn-4 {
  padding: 0.6em 1em;
  border: 4px solid var(--bg-3);
  transition: ease-in-out 0.3s;
  background-color: transparent;
  color: var(--bg-3);
  font-weight: bolder;
  font-size: 16px;
 }
 

 .dxc-btn-4:hover {
  transform: scale(1.2) rotate(10deg);
  background-color: var(--bg-3);
  color: white;
 }

.dxc-btn-5 {
  background-color: #1a1a2e; 
  color: var(--bg-3);
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.dxc-btn-5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background-color: var(--bg-3);;
  transition: all 0.3s ease;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
}
.dxc-btn-5:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}

.dxc-btn-5:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
  color: #1a1a2e;
}

#section-1{
  display: none;
}