@font-face {
  font-family: 'FlexoSoftBold';
  src: url(fonts/FlexoSoft-Bold.ttf);
  font-display: block;
}

@font-face {
  font-family: 'FlexoSoftRegular';
  src: url(fonts/FlexoSoft-Regular.ttf);
  font-display: block;
}

@font-face {
  font-family: 'FlexoSoftMedium';
  src: url(fonts/FlexoSoft-Medium.ttf);
  font-display: block;
}

@font-face {
  font-family: 'FlexoSoftDemibold';
  src: url(fonts/FlexoSoft-Medium.ttf);
  font-display: block;
}

@font-face {
  font-family: 'FlexoSoftBlack';
  src: url(fonts/FlexoSoft-Black.ttf);
  font-display: block;
}

p{
  font-size: 20px;
}

.overlay {
  min-height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
}

.square {
  width: 100px;
  height: 100px;
  background: linear-gradient(90deg, #e0e0e0f0, #e0e0e0f0), url(noise.gif);
}

html,
body {
  overflow-x: hidden;
  font-family:'FlexoSoftRegular'
} 



* {
  margin: 0;
  padding: 0;
  /* overflow-y: overlay; */
}

.main {
  position: relative;
  height: 100vh;
}

.cursor {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #9747FF;
  transition: all .2s ease-out;

  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: difference !important;
  z-index: 9999;

}


p{
  line-height: 1 !important;
}


::-webkit-scrollbar{
  width: 0;
}

#site-header::-webkit-scrollbar{
  width: 20px;
  background: transparent;
    opacity: 0.25;
    /* position: absolute; */
    
}
#result::-webkit-scrollbar {
  width: 20px;
  background: transparent;
  opacity: 0.25;
  /* position: absolute; */

}

::-webkit-scrollbar-track{
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background-color: #ddd;
}





#site-header::-webkit-scrollbar-thumb{
  background: #FFCC00;
  border-radius: 15px;
  border: 3px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
}

#result::-webkit-scrollbar-thumb {
  background: #FFCC00;
  border-radius: 15px;
  border: 3px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}

/* Up */
 #site-header::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 20px;
  width: 16px;
  background-position: center;
  background-image: url("up.svg");
  background-repeat: no-repeat;
} 

 #result::-webkit-scrollbar-button:single-button:vertical:decrement {
   height: 20px;
   width: 16px;
   background-position: center;
   background-image: url("up.svg");
   background-repeat: no-repeat;
 }

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  background-image: url("up.svg");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-image: url("up.svg");
}

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 20px;
  width: 16px;
  background-position: center 2px;
  background-repeat: no-repeat;
  background-image: url("down.svg");
}

::-webkit-scrollbar-button:single-button:vertical:increment:hover {
  background-image: url("down.svg");
}

::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-image: url("down.svg");
} 




.w-30 {
  width: 30%;
}

.w-60 {
  width: 60%;
}

.w-90 {
  width: 90% !important;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-height {
  height: 100vh;
}

.FlexoSoftBold {
  font-family: 'FlexoSoftBold';
}

.FlexoSoftMedium {
  font-family: 'FlexoSoftMedium';
}

.FlexoSoftregular {
  font-family: 'FlexoSoftRegular';
}

.FlexoSoftDemibold {
  font-family: 'FlexoSoftDemibold';
}

.FlexoSoftBlack{
  font-family: 'FlexoSoftBlack';
}

.site-header {
  min-height: 100vh;
  position: absolute;
  top: -250%;
  left: 0;

  transition: all 0.5s ease;
  z-index: 999;

}

.showmenu {
  transition: all 0.5s ease;
  top: 0;
}

#menu-btn {
  cursor: pointer;
}

.socials>a>img {
  transition: all 0.2s ease;
  mix-blend-mode: soft-light;
}

.socials>a>img:hover {
  mix-blend-mode: normal;
}

.close-btn>button {
  border: none;
  outline: none;
  background: transparent;
}

.menu-link {
  max-height: 100px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
  border-radius: 20px;
}

.menu-link:hover{
  color: #FFCC00;
}

.menu-link:hover:before{
  content: '';
  margin-right: 15px;
  border: 8px solid #FFCC00;
  display: inline-block;
  height: 90px;
  top: 15px;
  position: relative;
  border-radius: 20px;
}

.menu-line {
  transition: all 0.2s ease;
}

.activemenulink {
  transition-delay: 2s;
  transition: all 0.2s ease;
  display: block;
  height: calc(1.625rem + 4.5vw);
  margin-right: 20px;
  width: 10px;
  background: #FFCC00;
  border-radius: 20px;
}

.menu-link a {
  display: block;
  width: 100%;
}

.getintouch-header {
  margin-top: 30px;
  min-height: 100px;
}

.inputs{
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.touch-heading-1{
  font-size: 80px;
}

.touch-heading-2{
  font-size: 100px;
}

.touch-heading-3{
  font-size: 155px;
  line-height: 0.9;
}

.getintouch-header>.cracking {
  width: 3px;
  background: #ffffff4b;
  height: 100px !important;
  margin: 0 25px;
}

.cookie {
  margin-left: 30px;
}

.cookie>button {
  background: transparent;
  border: none;
  outline: none;
}

.bg-white {
  background: #fff;
}

.head-bg {
  background: #272727;

}



.header {
  z-index: 99;
  height: 100px;
  transition: all 0.5s ease;
  
}


.site-btn {
  font-family: 'FlexoSoftBold';
  width: 200px;
  height: 55px;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  color: black;
}

.btn-secondary {
  background: linear-gradient(180deg, #FFFFFF 0%, #D1D1D1 100%);
}
.btn-secondary:hover   {
  background: linear-gradient(180deg, #D1D1D1 0%, #969696 100%);
}

.btn-secondary-outlined {
  background-color: transparent;
  border: 3px solid #FFCC00;
}

.btn-secondary-outlined:hover{
    border:3px solid #FFB800;
}

.btn-purple-outline{
    border:3px solid #9747FF;
}

.btn-purple-outline:hover{
  border: 3px solid #8247FF !important;
    
}

.purplebg {
  background: #9747FF;
}

.purple-outline {
  border-color: #9747FF;
}

.yellow-outline {
  border-color: #FFCC00;
}

.hero-sec {
  height: 100vh;
  padding: 0px 0 0px 0 !important;
  width: 100%;
  background-image: linear-gradient(90deg, #0B24FB, #4d00a482), url(herobg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
}

.hero-child{
  padding-left: 13.594vw;
}

.color-white {
  color: #fff;

}

.color-black {
  color: #121212;
}



.hero-heading {
  font-size: 90px;

}

.companyname {
  color: #FFCC00;
}

.left-side-border {
  min-width: 15px;
  height: 100px;
  background: #FFCC00;
  border-radius: 15px;
}

.work-side {
  background: #9747FF;
}

.hero-sec-para{
  margin-left: 30px;
  font-size: 25px;
}

.hero-para>.para {
  font-size: 20px;
  padding-left: 20px;
  line-height: 1.1rem;
}

.work-side-right {
  margin-left: 20px;
}

.para-padding {
  padding-left: 20px;

}

.primary-btn {
  outline: none;
  border: none;
  background: #FFCC00 !important;
}
.primary-btn:hover{
  background: #FFB800 !important;
}
.progress-sec{
  flex-direction: column;
  justify-content: center;
}


.progress-sec-cards{
  justify-content: center;
}

.our-games,
.progress-sec,
.gameproducer,
.work-secret {
  padding: 100px 0;
}

.footer {
  padding: 100px 0 50px 0;
  height:100vh;
}

.footer-container{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}

#main {
  background: linear-gradient(90deg, #e0e0e0f0, #ffffffeb), url(noise.gif);
}

.journy-sec,
.work-hero,
.gradient-bg,
section {
  /* padding: 100px 0; */
  background: linear-gradient(90deg, #e0e0e0f0, #ffffffeb), url(noise.gif);
  height: 100vh;
  display: flex;
  align-items: center;
}

.work-hero{
  flex-direction: column;
  justify-content: center;
}

.noisy-bg {
  width: 100%;
  background-image: linear-gradient(90deg, rgb(39, 39, 39, 0.96), rgba(0, 0, 0, 0.95)), url(noise.gif);
  /*background-size: cover;*/
  /*background-position: center;*/
  /*background-position: center;*/
  /* filter: contrast(220%) brightness(1000%); */
  /* background: 
	linear-gradient(90deg, rgba(39,39,39,0.795), rgba(0,0,0,0.95)),
	url("data:image/svg+xml,%3Csvg viewBox='0 0 247 247' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.52' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); */
}

.yellow {
  color: #FFCC00;
}

.games-heading {
  font-size: 80px;
}

.games-para {
  font-size: 20px;
}

.games-para>.para {
  padding-left: 20px;
}

.purple {
  color: #9747FF;
  font-size: 68px;
}

.purple-color {
  color: #9747FF;
}

.ambition {
  font-size: 68px;
}

.journy-para {
  font-size: 35px;
}

.journy-card {
  width: 339px;
  height: 279px;
  background: #D9D9D9;
  border-radius: 25px;
  margin: 10px;
  padding: 0;
  position: relative;
}

.journy-card:nth-child(1)::after,
.journy-card:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #9747FF;
  top: 10px;
  right: 10px;
  border-radius: 25px;
}

.journy-card:nth-child(3)::after,
.journy-card:nth-child(4)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #9747FF;
  top: 10px;
  left: 10px;
  border-radius: 25px;
}

.journy-card img {
  width: 100%;
  height: 100%;
}

.card-tag {
  font-size: 25px;
}

.card-tag-heading{
  font-size: 80px;
  font-family: 'FlexoSoftBlack';
}

.progress-main-card {
  position: relative;
  border: 2px solid #FFCC00;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  /* height: 610px; */
}


.progress-main-card::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 10px;
  border: 2px solid #9747FF;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.ter-btn {
  background: #9747FF;
  color: #fff;
}

.ter-btn:hover{
  background: #8247FF;
  border:3px solid #8247FF !important;
}

.supporting-play-btn {
  width: 200px;
}

.play-link {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: relative;
  background: linear-gradient(90deg, rgba(151, 71, 255, 0.342), rgba(151, 71, 255, 0.5));

}

.play-link::after {
  border: 2px solid #121212;
  content: '';
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.awards-area,
.avail-area {
  overflow-x: hidden;
}

.awards-container,
.stories-container {
  width: 76%;
  overflow-x: auto;
  /* white-space: nowrap; */
  cursor: grab;

}



.awardsslider,
.storiesslider {
  display: flex;
}

.buttonlane {
  overflow: hidden;
  height: 125px !important;
  position: relative;
  margin-left: 30rem;

}

.guide-btn-lane{
    margin-left:0 !important;
    top:-66px;
}

#guidelinecont{
    overflow-y:scroll;
}


.buttonlane>div {
  margin: 0 !important;
}

::selection {
  background: #FFCC00;
  mix-blend-mode: difference;
}

.dragablebtn {
  position: absolute;
}

.dragablebtninner {
  cursor: grab !important;
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
}

.awards>div {
  background: linear-gradient(90deg, rgba(255, 204, 0, 0.5), rgba(255, 204, 0, 0.5));
}

.awards>div::after {
  content: '';
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  z-index: 1;
  border-color: #FFFFFF;
}

.join-headings>.color-white,
.join-headings>.color-black,
.join-headings>.purple,
.join-headings>.yellow {
  font-size: 89.9px;
  text-align: center;
}

.join-headings>.color-white,
.join-headings>.color-black{
  margin-left: -100px !important;
}



.join-headings>.yellow,
.join-headings>.purple{
  margin-left: 100px !important;
}



.avail-card {
  min-width: 318px;
  max-width: 318px;
  margin: 10px;
  height: 380px;
  position: relative;
  border-radius: 25px;
  padding: 0;
}

.join-card{
  min-width: 459px;
  max-width: 459px;
  margin: 10px;
  height: 443px;
  position: relative;
  border-radius: 25px;
  padding: 0;
}

.join-card:nth-child(1)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 10px;
  right: 10px;
  border-radius: 25px;
  border: 2px solid #FFCC00;
}

.join-card:nth-child(2)::after,
.join-card:nth-child(3)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  border-radius: 25px;
  border: 2px solid #fff;
}

.join-card:nth-child(3)::after {
  border: 2px solid #FFCC00;
}

.join-card img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.avail-card {
  width: 318px;
  height: 361px;
  margin: 20px;
  padding: 0;
}

.avail-card:nth-child(4n+1)::after,
.avail-card:nth-child(4n+2)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 10px;
  right: 10px;
  border-radius: 25px;
  border: 2px solid #9747FF;
}

.avail-card:nth-child(4n+3)::after,
.avail-card:nth-child(4n+4)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  border-radius: 25px;
  border: 2px solid #9747FF;
}

.award-card:nth-child(4n+1)::after,
.award-card:nth-child(4n+2)::after {
  border: 2px solid #FFCC00;
}

.award-card:nth-child(4n+3)::after,
.award-card:nth-child(4n+4)::after {
  border: 2px solid #FFCC00;
}

.avail-card img {
  width: 100%;
  height: 100%;
}

.award-card {
  min-width: 350px;
}




.footer-icons {
  width: 150px;
  margin: 20px;
}

.footer-headings {
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 10px;
}
.footer-links{
  padding-top:44px;
  line-height: 1.22;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap:10px
}

.footer-links p{
    font-size:15px !important;
}

.all-rights{
    font-size:15px;
}

.address {
    height: 7rem;
    width:13rem;
}

.footer-headings>a {
  text-decoration: none;
}

.links ul li {
  list-style-type: none;
}

.links ul li a {
  text-decoration: none;
  padding: 0 5px;
  border-right: 1px solid white;
}

.work-heading {
  font-size: 120px;
}

.video-container {
  background: #444444;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 500px;
  position: relative;

}

.recent-blog-card img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.video-container::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #FFCC00;
  position: absolute;
  top: 10px;
  left: -10px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.guidelinecont::after,
.singlrblog::after {
  border: 2px solid #9747FF;
}

.guidelinecont {
  height: auto !important;
}

.guidelinecont img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.recent-blog-card {
  height: 350px;
}

.gamesimage {
  position: relative;
  width: 90%;
}

.gamesimage::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #FFCC00;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 30px;

}

.gamespurple::after {
  border: 2px solid #9747FF;

}

.playbtn {
  width: 80px;
  height: 80px;
  position: absolute;
  background: #FFCC00;
  border: none;
  border-radius: 100px;
  z-index: 1;
}


#video{
  object-fit: cover;
  border-top-left-radius:30px;
  border-bottom-right-radius:30px;
}


.play-btn img {
  cursor: pointer;
}

.playbtn::after {
  cursor: pointer;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;

  border: 2px solid #fff;
  border-radius: 100px;
  top: 10px;
  left: -10px;
}

.cityname {
  display: inline-block;
  position: relative;
  font-size: 72.3px;
}

.cityname::after {
  content: 'HQ';
  font-size: 24.83px;
  font-weight: 200;
  position: absolute;
  top: 0;
  right: -40px;
  font-family: 'FlexoSoftRegular';
}

.imagesimpson img {
  width: 435px;
}

.mail {
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFCC00;
}

.color-transparent {
  color: #ffffff59;
}

.address-area {
  padding-left: 30px;
}

.messagebox {
  padding: 20px;
  font-family: 'FlexoSoftRegular';
  font-size: 18px;
  max-width: 100%;
  min-width: 100%;
  min-height: 230px;
  max-height: 230px;
  background: transparent;
  border-radius: 25px;
  color: #ffffff59;
  border: 2px solid #FFCC00;
}

.messagebox::placeholder{
  color: white;
  opacity: 0.5;
}

.messagebox:focus,
.messagebox:active {
  outline: 2px solid #FFCC00;
  color: rgba(255, 255, 255, 0.5);
}

.contact-form-sec{
  height: 100vh;
  align-items: center;
}

[type="radio"] {
  display: none;
}


#id_query>div {
  margin: 10px;
  background: #fff;
  font-family: 'FlexoSoftRegular';
  cursor: pointer;
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
}

#id_query>div:nth-child(1) {
  display: none;
}

::placeholder {
  color: #fff;
}

#id_query>div>label {
  cursor: pointer;
  padding: 5px 35px;
}

input {
  background: transparent !important;
}

.forminput {
  margin-top: 20px;
  background: transparent;
  border: none;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: 'FlexoSoftRegular';
  max-width: 440px;
  padding: 10px;
  border-bottom: 1px solid #D9D9D9;
  outline: none;
}

.about-love-para {
  font-size: 17px;
}

.about-vision-heading1 {
  padding-bottom: 50px;
  border-bottom: 2px solid white;
}

.blogpara,
.blog-right-heading,
.blog-right-top-heading {
  text-align: right;
}

.select {
  border-radius: 50px;
  border: none;
  outline: none;
  padding: 10px 20px;
  margin: 10px 0;
  border-right: 16px solid transparent;
}


.bg-yellow {
  background: #FFCC00;
}

.job-para,
.what-you-do,
.perks-para,
.job-questions {
  font-size: 20px;
}

.terms-para {
  font-size: 18px;
}

.job-top-area {
  position: relative;
  /* padding: 50px 0; */
}





.job-form-area {
  padding: 0;
  height: auto;
  background: white;
}

.job-form {
  height: 100vh;
  overflow-y: scroll;
  flex-direction: column;
  overflow-x: hidden;
}

.job-form::-webkit-scrollbar {
  width: 20px;
  background: transparent;
  opacity: 0.25;
  /* position: absolute; */

}

.job-form::-webkit-scrollbar-thumb {
  background: #FFCC00;
  border-radius: 15px;
  border: 3px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}

 .job-form::-webkit-scrollbar-button:single-button:vertical:decrement {
   height: 20px;
   width: 16px;
   background-position: center;
   background-image: url("up.svg");
   background-repeat: no-repeat;
 }



.job-textarea {
  max-width: 100%;
  min-width: 100%;
  
  border-radius: 20px;
  padding: 10px;
  resize:none;
}

.userdetails {
  border: none;
  outline: none;
  border-bottom: 1px solid black;
}

.label {
  transition: all 0.2s ease-in;
}

.label:hover{
  cursor:auto;
}

.label.active {
  transition: all 0.2s ease-in;
  transform: translateY(-1.5rem) scale(0.8);
  color: #666;
  /* Optional: Change color when focused */
}

.fileactive {
  transition: all 0.2s ease-in;
  transform: translateY(-1.5rem);
  color: #000;
}

.optional {
  position: relative;
}

.optional::after {
  position: absolute;
  content: '(Optional)';
  color: #666;
  bottom: 30px;
  right: 0%;

}

.secondform {
  display: none;
}

#site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  overflow: overlay;
}

.querytopicsactive {
  background: #FFCC00 !important;

}

.contactpagesec {
  align-items:start;
  padding: 30px 0;
}

#result {
  font-family: 'FlexoSoftRegular';
  font-size: 20px;
  padding: 150px 0 0 0;
  flex-direction: column;
  overflow: overlay;
}

#result>h1,
#result>h2,
#result>h3,
#result>h4,
#result>h5,
#result>h6 {
  font-family: 'FlexoSoftBold';

}

#result>h1 {
  font-size: calc(1.525rem + 3.3vw);
}

.apply-btn-area {
  display: none;
}



.panel {
  height: 100vh;
  display: flex;
  align-items: center;
}

.txt {
  display: flex;
  flex-direction: column;
}



.txt h1,
h2 {
  line-height:91.25%;
}

.txt p {
  line-height: 1;
}

.panel-inner {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}




#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}






.stories-container::-webkit-scrollbar-thumb{
  background: transparent;
}
.awards-container::-webkit-scrollbar-thumb{
  background: transparent;
}


.about-para-1{
  display: flex;
}

article {
  position: relative;
  font-family: 'FlexoSoftBold';
  width: 200px;
  height: 55px;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  border:3px solid ;
}

article div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: .5s ease;
}

article input {
  position: absolute;
  top: 0;
  left: 0;
width: 200px;
  height: 55px;
  opacity: 0;
  cursor: pointer;
}

input[type=checkbox]:checked~.on-site {
  background-color: #9747FF;
  border-radius: 50px;
  color: white;
}

input[type=checkbox]:checked~.remote {
  background-color: #FFCC00;
  border-radius: 50px;
  color: white;
}


.privacy-policy{
  flex-direction: column;
  align-items: start !important;
  height: auto;
  background: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.privacy-getintouch{
  padding-bottom: 11rem;
}

.terms-conditions{
  flex-direction: column;
  height: auto;
  background: white;
  align-items:flex-start;
  padding-top:5rem;
  padding-bottom:5rem;
}








svg:hover rect {
  fill: #FFCC00;
}

svg rect{
  transition: fill 0.3s;
}



/* People-First-Section */
.people-first-heading{
  font-size: 89.9px;
}

.people-first-para{
  font-size: 20px;
  margin-top: 10px;
}

.people-img-container{
  width: 942px;
  height: 525.78px;
}


/* Global-Section */
.global-section-para{
  width: 55%;
}

.global-section-para p{
  font-size: 20px;
}


/* Finest-Games-Section */

.producer{
  margin-left: 75px;
}

.producer span{
  font-size: 103.61px;
}

.producer h1{
  font-size: 103.61px;
}

.producerdown h1{
  font-size: 163.81px !important;
  text-align: center;
}

.jobs h1{
  font-size: 9rem;
  line-height: 0.9;
}
.team h1{
  font-size: 6.476rem;
  line-height: 0.9;
  /* margin-left: -30rem; */
}





/* Responsiveness */

@media screen and (max-height:768px){
    section {
  height: 120vh;
  ;
}



    .footer{
        height:auto;
    }
}

@media screen and (max-width:1400px) {
  .work-heading {
    font-size: 110px;
  }

  .w-60 {
    width: 70%;
  }

}

@media screen and (max-width:1200px) {
  .btns-area {
    flex-wrap: wrap;
  }

  .btns-area>div {
    margin-left: 10px !important;

  }

  .games-heading {
    font-size: 70px;
  }

  .forminput {
    max-width: 100%;
  }

  .work-heading {
    font-size: 95px;
  }

  .games-area {
    padding-right: 0 !important;
  }

  .w-60 {
    width: 80%;
  }

  .hero-child{
    padding-left: 4rem;
  }

 
}

@media screen and (max-width:992px) {
  .games-heading {
    font-size: 50px;
  }

  .work-heading {
    font-size: 65px;
  }

  .hero-para>.para {
    width: 100%;
  }

  .w-60 {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  body {
    height: auto;
    overflow-x: hidden;
  }
  

  .about-hero{
    display: flex;
    flex-direction: column;
  }

  .hero-child {
    padding-left: 2rem;
  }

  .hero-heading {
    font-size: 50px;

  }

  .ambition,
  .purple {
    font-size: 50px;
  }

  .journy-para {
    font-size: 24px;
  }

  .footer-icons {
    width: 100px;
  }

  #site-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-links {
    padding: 50px 12px 0 12px;
  }

  .bottom-header-right-area {
    justify-content: center !important;
  }

  .socials {
    justify-content: center;
    display: flex;
  }

  .menu-side>a {
    display: none;
  }

  .car-sketch-header {
    position: absolute !important;
    width: 70% !important;
    z-index: -1;
  }

  .header-bottom {
    padding: 50px 0 0 0 !important;
  }

  .header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header-top {
    padding: 0 20px !important;
  }

  .getintouch-header>.cracking {
    height: 0 !important;
  }


  .hero-sec {
    height: 100vh;
  }

  .hero-child {
    margin: 0;
  }

  .games-list {
    flex-direction: column;
  }

  .game-head{
    flex-direction: column;
  }

  section {
    display: block !important;
    padding: 100px 0 !important;
    height: auto !important;
  }

  .avail-card {
    max-width: 280px !important;
    min-width: 280px !important;
    height: 300px !important;
  }

  .hero-sec {
    height: 100vh !important;
  }

  .game-head-para {
    margin-left: 0;
  }

  .work-with-us-header{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .work-section-2{
    flex-direction: column;
  }

  .work-section-3{
    flex-direction: column;
  }

  .index-sec-3{
    flex-direction: column;
    align-items: center;
  }
  
  

  .jobs h1{
    font-size: 3rem !important;
  }

  .team h1{
    font-size: 2rem;
    margin-left: 4rem;
  }


  .join-card {
    min-width: 280px;
    max-width: 280px;
    height: 290px;
    
  }

  .producer{
    margin: 0;
  }
  .producer h1{
    font-size: 60px;
  }

  .producer h1 span{
    font-size: 60px;
  }

  .producerdown h1{
    font-size: 80px !important;
  }

  .progress-sec-cards{
    flex-direction: column;
    align-items: center;
  }
  .simplebar-track.simplebar-vertical {
      display: none;
    }
  .simplebar-scroll-button-down{
    display: none;
  }
  .simplebar-scroll-button-up {
       display: none;
     }

}

@media screen and (max-width:568px) {
  #id_query>div>label {
    padding: 5px 20px;
  }
  .touch-heading-1{
    font-size: 35px;
  }
  .touch-heading-2{
    font-size: 45px;
  }
  .imagesimpson img {
    width: 250px;
  }

  .cityname{
    font-size: 40px;
  }
  .work-heading {
    font-size: 55px;
  }

  .address-area {
    width: 100%;
  }

  .address-area>p {
    width: 50%;
  }

  .imagesimpson {
    position: absolute;
    right: 0;
    top: 50px;
  }

  .ambition,
  .purple {
    font-size: 30px;
  }

  .game-purple {
    font-size: 100px !important;
  }

  .journy-para {
    font-size: 20px;
  }

  .hero-heading {
    font-size: 35px;

  }

  .hero-para>.para {
    width: 100%;
    font-size: 16px;
  }

  .join-headings>.color-white,
  .join-headings>.color-black,
  .jointeam {
    margin-left: -50px;
  }

  .join-headings>.yellow,
  .join-headings>.purple,
  .alljobs {
    margin-left: 50px;
  }

  .join-headings>.color-white,
  .join-headings>.color-black,
  .join-headings>.purple,
  .producer>.color-black,
  .producerdown>.color-black,
  .color-black>.purple {
    /* margin-left: 10px !important; */
    font-size: 40px !important;
    text-align: center;
  }

  .join-headings .yellow {
    margin-left: 0 !important;
  }

  .links ul {
    flex-direction: column;
    align-items: start !important;
    justify-content: start;

  }

  .links ul li a {
    border: none;
  }

  .header-bottom.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .game-head {
    flex-direction: column;
  }

  .people-first-heading{
    font-size: 40px;
  }
  h1{
    font-size: 40px !important;
  }

  .global-section-para{
    width: 100%;
  }

  .buttonlane{
    margin-left: 0;
  }
  
}


@media (min-width:1281px) and (max-width: 1450px){

  .hero-para>.para{
    width: 100% !important;
    font-size: 20px;
  }

  .cityname{
    font-size: 50px;
  }

  .about-para{
    width: 40vw;
    padding-left: 20px;
  }

  .about-vision-heading1{
    font-size: 2.4rem !important;
  }

  .touch-heading-1{
    font-size: 60px;
  }

  .touch-heading-3{
    font-size: 125px;
  }

  .address{
    font-size: 18px;
  }

  .touch-heading-2{
    font-size: 80px;
  }

  .journy-card {
    width: 250px;
    height: 250px;
  }

  .join-card {
    min-width: 250px;
    max-width: 250px;
    height: 250px;
  }

  .imagesimpson img {
    width: 360px;
  }

  .forminput {
    width: 330px;
  }

  .messagebox {
    min-height: 170px;
    max-height: 170px;
  }

  .games-list {
    gap: 0 !important;
  }

  .avail-card {
    min-width: 212px;
    max-width: 212px;
    height: 230px;
  }





  .left-side-border{
    min-width: 10px;
    height: 100px;
  }



  /* .progress-main-card{
    height: 500px;
  } */



  .card-tag-heading{
    font-size: 60px;
  }



  .people-img-container{
    width: 750px;
  }
 
 

  .progress-sec-cards{
    width: 60%;
  }

 .global-section-para p{
  font-size: 14px;
 }

 .join-headings>.color-white,
 .join-headings>.color-black,
 .join-headings>.purple,
 .join-headings>.yellow {
   font-size: 65.9px;
   text-align: center;
 }

}


/*COOKIES*/
.wrapper {
  position: fixed;
  bottom: 50px;
  right: 50px;
  max-width: 300px;
  width: 100%;
  height: 250px;
background: rgba(255, 255, 255, 0.5);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
--webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.wrapper.show {
  right: 20px;
}
.wrapper header-cookies {
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: center;
}

header-cookies p{
  font-size: 15px;
}

header-cookies h1{
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 1rem;
}
header-cookies i {
  color: #4070f4;
  font-size: 32px;
}

.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
  font-size: 12px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: 2px solid #9747FF;
  color: #fff;
  width: 120px;
  height: 33px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 50px;
  font-size: 9px;
}

#acceptBtn{

  border-radius: 50px;
}

#declineBtn {
  
  color: black;
  background: none;
  
}

.cookies-close-btn{
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
}

.cookies-close-btn:hover{
  cursor: pointer;
}