.gd_home_main{
  background: #010201;
}
.bannerSection {
  background: #000 url('../images/home_new/banner.png') no-repeat top center;
  background-size: cover;
  padding: 85px 15px;
  position: relative;
}
.bannerSection .headingCnt {
  position: relative;
}
.bannerSection .headingCnt .glowStick {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.bannerSection h1 {
  font-size: clamp(36px, 5.42vw, 40px);
  font-family: var(--font-readex);
  font-weight: 600;
  color: #fff;
}
.bannerSection p {
  font-size: clamp(14px, 1.5vw, 19px);
  color: #fff;
  font-family: var(--font-urbanist);
  font-weight: 400;
}
.bannerSection .bannerCenterCnt {
  width: 100%;
  position: relative;
}
.bannerSection .bannerCenterCnt .bannerCenterImg {
  position: absolute;
  max-width: 100%;
  right: -9%;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: center center;
  z-index: 2;
}
.bannerSection .bannerCenterCnt .cube1 {
  position: absolute;
  left: -10%;
  bottom: 0px;
  z-index: 1;
  transform: scale(1.05);
  animation: float 4s ease-in-out infinite;
}
.bannerSection .bannerCenterCnt .cube2 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  animation: float 6s ease-in-out infinite;
}
.commonBtn {
  clip-path: polygon(4.608% 0%, 100% 0%, 95.392% 100%, 0% 100%, 4.608% 0%);
  background: #8cff00;
  min-height: 54px;
  min-width: 215px;
  padding: 12px 20px;
  color: #000;
  font-family: var(--font-readex);
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 20px);
  transition: all 0.5s;
}
.commonBtn:hover {
  color: #8cff00;
  background: #000;
}
@keyframes float {
  0% {
    transform: translatey(0px);
 }
  50% {
    transform: translatey(-20px);
 }
  100% {
    transform: translatey(0px);
 }
}

.BChGame {
  background: #000 url('../images/home_new/grass.png') no-repeat top center;
  padding-bottom: 101px;
  padding-top: 150px;
  background-size: contain;
  position: relative;
}
@media (max-width: 991px) {
  .BChGame {
    background: none;
    padding-bottom: 50px;
    padding-top: 50px;
 }
}
@media (max-width: 575px) {
  .BChGame {
    background: none;

    padding-bottom: 20px;
    padding-top: 20px;
 }
}
.BChGame .imgSecCnt {
  position: relative;
}
.BChGame .imgSecCnt .container {
  position: relative;
  z-index: 1;
}
.BChGame .imgSecCnt::after {
  position: absolute;
  content: '';
  background: url('../images/home_new/power1.png') no-repeat top center;
  background-size: contain;
  width: 22.44vw;
  height: 733px;
  left: 0;
  top: -33%;
}
@media (max-width: 767px) {
  .BChGame .imgSecCnt::after {
    display: none;
 }
}
.BChGame .imgSecCnt::before {
  position: absolute;
  content: '';
  background: url('../images/home_new/power2.png') no-repeat top center;
  background-size: contain;
  width: 23.02vw;
  height: 733px;
  right: 0;
  top: -31%;
}
@media (max-width: 767px) {
  .BChGame .imgSecCnt::before {
    display: none;
 }
}
.BChGame .pt138 {
  padding-top: 138px;
}
.BChGame .GameBoard {
  background: url('../images/home_new/board.png') no-repeat;
  background-size: 100% 100%;
  min-height: 597px;
  margin-top: 60px;
  padding: 107px 82px;
}
.BChGame .GameBoard .pl250 {
  padding-left: 110px;
}
@media (max-width: 767px) {
  .BChGame .GameBoard .pl250 {
    padding-left: 0px;
 }
}
.BChGame h2 {
  font-size: clamp(24px, 3.75vw, 45px);
  font-family: var(--font-readex);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.BChGame h2.fn22 {
  font-size: 22px;
}
.BChGame h2.fn20 {
  font-size: 16px;
  font-family: var(--font-urbanist);
  font-weight: 400;
}
.BChGame h2.fn45 {
  font-size: clamp(24px, 3.75vw, 45px);
}
.BChGame h2.mx664 {
  max-width: 664px;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}
.BChGame h2.pb26 {
  padding-bottom: 26px;
}
.BChGame h2.fn30 {
  font-size: 28px;
}
.BChGame h2.pb36 {
  padding-bottom: 36px;
}
.BChGame p {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  font-family: var(--font-urbanist);
  line-height: 26px;
  color: #d6d6d6;
  margin-bottom: 0;
  text-align: justify;
}
.BChGame p.mx11 {
  max-width: 1135px;
  margin: auto;
}
.BChGame p.fn16 {
  font-size: 16px;
  color: #b9b9b9;
  font-weight: 300;
  line-height: 21px;
}
.BChGame p.fn17 {
  color: #b9b9b9;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}
.BChGame p.mx873 {
  max-width: 873px;
  margin: auto;
}
.BChGame .pb22 {
  padding-bottom: 22px;
}
.BChGame .pb57 {
  padding-bottom: 57px;
}
.BChGame .pb14 {
  padding-bottom: 14px;
}
.BChGame .mb36 {
  margin-bottom: 36px;
}
.BChGame .pb38 {
  padding-bottom: 38px;
}
.BChGame .mb23 {
  margin-bottom: 23px;
}
.BChGame .df-ac-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.BChGame .df-ac {
  display: flex;
  align-items: center;
}


.DevExp {
  margin-top: 50px;
  margin-bottom: 50px;
}
.DevExp .gunray {
  background: url('../images/home_new/rays.png') no-repeat;
  background-size: contain;
  min-height: 327px;
  background-position: bottom;
}
.DevExp .dF-ac {
  display: flex;
  align-items: center;
}
.DevExp h2 {
  font-size: clamp(24px, 3.75vw, 45px);
  font-family: var(--font-readex);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.DevExp h2.fn22 {
  font-size: 22px;
}
.DevExp h2.fn20 {
  font-size: clamp(16px, 1.67vw, 20px);
  font-family: var(--font-urbanist);
  font-weight: 400;
}
.DevExp h2.fn45 {
  font-size: clamp(24px, 3.75vw, 45px);
}
.DevExp h2.mx664 {
  max-width: 664px;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}
.DevExp h2.pb26 {
  padding-bottom: 26px;
}
.DevExp h2.fn30 {
  font-size: 30px;
}
.DevExp h2.pb36 {
  padding-bottom: 36px;
}
.DevExp p {
  font-size: clamp(15px, 1.5vw, 15px) !important;
  font-weight: 400;
  font-family: var(--font-urbanist);
  line-height: 26px;
  color: #d6d6d6;
  margin-bottom: 0;
}
.DevExp p.mx11 {
  max-width: 1135px;
  margin: auto;
}
.DevExp p.fn16 {
  font-size: 16px;
  color: #b9b9b9;
  font-weight: 300;
  line-height: 21px;
}
.DevExp p.fn17 {
  color: #b9b9b9;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}
.DevExp p.mx873 {
  max-width: 873px;
  margin: auto;
}
.DevExp .pb22 {
  padding-bottom: 22px;
}
.DevExp .pb57 {
  padding-bottom: 57px;
}
.DevExp .pb14 {
  padding-bottom: 14px;
}
.DevExp .mb36 {
  margin-bottom: 36px;
}
.DevExp .pb38 {
  padding-bottom: 38px;
}
.DevExp .mb23 {
  margin-bottom: 23px;
}
.DevExp .df-ac-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.DevExp .df-ac {
  display: flex;
  align-items: center;
}
@keyframes float {
  0% {
    transform: translatey(0px);
 }
  50% {
    transform: translatey(-20px);
 }
  100% {
    transform: translatey(0px);
 }
}
.float {
  animation: float 4s ease-in-out infinite;
}

.bgameSection {
  background: #000 url('../images/home_new/bg.png') no-repeat top center;
  padding: 85px 15px;
}
.bgameSection h2 {
  font-size: clamp(24px, 3.75vw, 45px);
  font-family: var(--font-readex);
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.bgameSection p.subheading {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #d7d7d7;
  font-family: var(--font-urbanist);
  font-weight: 400;
}
.bgameSection .sliderCnt {
  width: 100%;
  border: 2px solid #8cff00;
  border-radius: 15px;
  margin-top: 55px;
}
.bgameSection .sliderCnt .sliderHead {
  height: 207px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.bgameSection .sliderCnt .sliderHead img {
  margin: 15px auto;
}
.bgameSection .sliderCnt .sliderHead img.banner {
  width: calc(100% - 30px);
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.bgameSection .sliderCnt .sliderBody {
  width: 100%;
  padding: 30px 20px;
  background: #111;
  background: linear-gradient(to top, #111 0%, #000 100%);
  position: relative;
  border-radius: 15px;
  min-height: 300px;
}
.bgameSection .sliderCnt .sliderBody p {
  font-size: 14px !important;
  color: #b9b9b9;
  font-family: var(--font-urbanist);
  margin-bottom: 0px;
  text-align: center;
}
.bgameSection .sliderCnt .sliderBody p.gHeading {
  font-size: clamp(16px, 1.67vw, 20px);
  color: #8cff00;
  font-family: var(--font-readex);
  font-weight: 600;
  margin-bottom: 15px;
}
.bgameSection .arrowCnt {
  width: 55px;
  height: 55px;
  background: #8cff00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  margin: 5px 12px;
  transition: all 0.5s;
}
.bgameSection .arrowCnt .rightArrow {
  transform: rotate(180deg);
}
.bgameSection .arrowCnt:hover {
  width: 84px;
  height: 84px;
  background: transparent;
  border-color: #8cff00;
}
.bgameSection .arrowCnt:hover img {
  filter: brightness(0) invert(1);
}

.GamesDapp .mt76 {
  margin-top: 76px;
}
.GamesDapp .mb3 {
  margin-bottom: 53px;
}
.GamesDapp .GamesBg {
  background: url('../images/home_new/gamesdapp.png') no-repeat top center;
  background-size: contain;
  min-height: 851px;
}
.GamesDapp .DapCnt {
  margin-top: -229px;
}
.GamesDapp .greybx {
  background: url('../images/home_new/grey1.png') no-repeat;
  background-size: 100% 100%;
  min-height: 302px;
  padding: 72px 32px 47px 30px;
  position: relative;
}
@media (max-width: 1400px) {
  .GamesDapp .greybx {
    min-height: 375px;
 }
}
@media (max-width: 767px) {
  .GamesDapp .GamesBg {
    background: none;
    min-height: 250px;
  }
  .GamesDapp .greybx {
    min-height: unset;
 }
}
.GamesDapp .greybx:hover {
  background: url('../images/home_new/greyhover.png') no-repeat;
  background-size: 100% 100%;
}
.GamesDapp .greybx:hover .Gcirlce {
  background: url('../images/home_new/bxhover.png') no-repeat;
}
.GamesDapp .greybx:hover .Gcirlce img {
  filter: brightness(0) invert(1);
}
.GamesDapp .greybx .Gcirlce {
  position: absolute;
  background: url('../images/home_new/bxcircle.png') no-repeat;
  background-size: cover;
  min-height: 83px;
  min-width: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -33px;
  top: -35px;
}
@media (max-width: 576px) {
  .GamesDapp .greybx .Gcirlce {
    left: 0;
 }
}
.GamesDapp h2 {
  font-size: clamp(24px, 3.75vw, 45px);
  font-family: var(--font-readex);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.GamesDapp h2.fn22 {
  font-size: 16px;
}
.GamesDapp h2.fn20 {
  font-size: clamp(16px, 1.67vw, 20px);
  font-family: var(--font-urbanist);
  font-weight: 400;
}
.GamesDapp h2.fn45 {
  font-size: clamp(24px, 3.75vw, 45px);
}
.GamesDapp h2.mx664 {
  max-width: 664px;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}
.GamesDapp h2.pb26 {
  padding-bottom: 26px;
}
.GamesDapp h2.fn30 {
  font-size: 30px;
}
.GamesDapp h2.pb36 {
  padding-bottom: 36px;
}
.GamesDapp p {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  font-family: var(--font-urbanist);
  line-height: 26px;
  color: #d6d6d6;
  margin-bottom: 0;
}
.GamesDapp p.mx11 {
  max-width: 1135px;
  margin: auto;
}
.GamesDapp p.fn16 {
  font-size: 14px !important;
  color: #b9b9b9;
  font-weight: 300;
  line-height: 21px;
}
.GamesDapp p.fn17 {
  color: #b9b9b9;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}
.GamesDapp p.mx873 {
  max-width: 873px;
  margin: auto;
}
.GamesDapp .pb22 {
  padding-bottom: 22px;
}
.GamesDapp .pb57 {
  padding-bottom: 57px;
}
.GamesDapp .pb14 {
  padding-bottom: 14px;
}
.GamesDapp .mb36 {
  margin-bottom: 36px;
}
.GamesDapp .pb38 {
  padding-bottom: 38px;
}
.GamesDapp .mb23 {
  margin-bottom: 23px;
}
.GamesDapp .df-ac-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.GamesDapp .df-ac {
  display: flex;
  align-items: center;
}

.processSection {
  background: url('../images/home_new/processBg.png') no-repeat center center;
  background-size: cover;
  padding: 95px 15px;
  min-height: 856px;
  position: relative;
}
.processSection h2 {
  font-size: clamp(14px, 3.75vw, 45px);
  font-family: var(--font-readex);
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.processSection p.subheading {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #d7d7d7;
  font-family: var(--font-urbanist);
  font-weight: 400;
  text-align: center;
}
.processSection .devCnt {
  background: #010201;
  padding: 25px 50px;
  border-radius: 85px;
  border: 2px solid #8cff00;
  height: 444px;
  width: calc((100% / 6) - 150px);
  min-width: 140px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  overflow: hidden;
  margin-right: 30px;
  flex: 1 auto;
}
.processSection .devCnt:last-child {
  margin-right: 0px;
}
.processSection .devCnt p {
  font-size: clamp(14px, 1.67vw, 20px);
  font-family: var(--font-urbanist);
  font-weight: 300;
  color: #b9b9b9;
  width: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
.processSection .devCnt p.gHeading {
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 600;
  color: #8cff00;
  width: auto;
  display: block;
  overflow: visible;
  text-align: center;
  margin-bottom: 30px;
}
.processSection .devCnt p.heading {
  font-size: clamp(16px, 1.92vw, 23px);
  font-family: var(--font-readex);
  color: #fff;
  display: block;
  white-space: nowrap;
  width: auto;
  overflow: visible;
  transform: rotate(90deg);
}
.processSection .devCnt:hover {
  width: 450px;
  transition: all 0.5s;
}
.processSection .devCnt:hover p {
  display: block;
  width: auto;
}
.processSection .devCnt:hover p.heading {
  white-space: unset;
  transform: rotate(0deg);
}
.processSection .devCnt:hover p.gHeading {
  text-align: left;
}
@media (max-width: 1199px) {
  .processSection .devCnt {
    padding: 15px 25px;
    margin-right: 15px;
    min-width: unset;
 }
}
@media (max-width: 991px) {
  .processSection .devCnt {
    width: 33.33%;
    margin-bottom: 15px;
    height: auto;
    min-height: 300px;
    border-radius: 25px;
 }
  .processSection .devCnt p {
    display: block;
    width: auto;
 }
  .processSection .devCnt p.heading {
    white-space: unset;
    transform: rotate(0deg);
 }
  .processSection .devCnt p.gHeading {
    text-align: left;
 }
  .processSection .devCnt:hover {
    width: 33.33%;
 }
}
@media (max-width: 767px) {
  .processSection .devCnt {
    width: 50%;
 }
  .processSection .devCnt:hover {
    width: 50%;
 }
}

.TechStckSec {
  background: #000 url('../images/home_new/linebg.png') no-repeat center center;
  background-size: cover;
  padding: 95px 15px;
  min-height: 856px;
  position: relative;
  color: #fff;
}
.TechStckSec h2 {
  font-size: clamp(14px, 3.75vw, 45px);
  font-family: var(--font-readex);
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.TechStckSec p.subheading {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #d7d7d7;
  font-family: var(--font-urbanist);
  font-weight: 400;
  text-align: center;
}
.TechStckSec .TechStckBxBg {
  border-radius: 10px;
  border: 2px solid #878787;
  padding: 69px 33px 57px;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .TechStckSec .TechStckBxBg {
    padding: 69px 18px 57px;
 }
}
.TechStckSec .TechStkHddBdg {
  position: absolute;
  top: -20px;
  left: 30px;
  z-index: 1;
}
.TechStckSec .TechStckBxCnt p {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
}
.TechStckSec .TechStckBxImg img {
  object-fit: contain;
}
.TechStckSec .TechStckBx {
  border-radius: 0px 25px 0px 25px;
  border: 1.5px solid #575757;
  background: linear-gradient(180deg, #010201 0%, #282a28 100%);
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  min-height: 152px;
  padding: 8px 0px 12px;
}
.TechStckSec .TechStkHddBdgBx {
  background: #8cff00;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  padding: 12px 30px;
  --p: 12px;
  clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
}
.TechStckSec .BrdRtBtm {
  display: block;
  content: "";
  width: 96px;
  height: 81px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-bottom: 3px solid #8cff00;
  border-right: 3px solid #8cff00;
  border-radius: 0 0px 10px 0px;
}
.TechStckSec .BrdRtBtm::after {
  display: block;
  content: "";
  width: 96px;
  height: 81px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-bottom: 3px solid #8cff00;
  border-right: 3px solid #8cff00;
  border-radius: 0 0px 10px 0px;
  filter: blur(5px);
}
.TechStckSec .BrdRtTop {
  display: block;
  content: "";
  width: 96px;
  height: 81px;
  position: absolute;
  top: -3px;
  right: -3px;
  border-top: 3px solid #8cff00;
  border-right: 3px solid #8cff00;
  border-radius: 0 10px 0px 0px;
}
.TechStckSec .BrdRtTop::after {
  display: block;
  content: "";
  width: 96px;
  height: 81px;
  position: absolute;
  top: -3px;
  right: -3px;
  border-top: 3px solid #8cff00;
  border-right: 3px solid #8cff00;
  border-radius: 0 10px 0px 0px;
  filter: blur(5px);
}
.TechStckSec .BrdLftBtm {
  display: block;
  content: "";
  width: 96px;
  height: 81px;
  position: absolute;
  bottom: -3px;
  left: -3px;
  border-bottom: 3px solid #8cff00;
  border-left: 3px solid #8cff00;
  border-radius: 0 0px 0px 10px;
}
.TechStckSec .BrdLftBtm::after {
  display: block;
  content: "";
  width: 96px;
  height: 81px;
  position: absolute;
  bottom: -3px;
  left: -3px;
  border-bottom: 3px solid #8cff00;
  border-left: 3px solid #8cff00;
  border-radius: 0 0px 0px 10px;
  filter: blur(5px);
}
.TechStckSec .BrdLftTop {
  display: block;
  content: "";
  width: 96px;
  height: 81px;
  position: absolute;
  top: -3px;
  left: -3px;
  border-top: 3px solid #8cff00;
  border-left: 3px solid #8cff00;
  border-radius: 10px 0px 0px 0px;
}
.TechStckSec .BrdLftTop::after {
  display: block;
  content: "";
  width: 96px;
  height: 81px;
  position: absolute;
  top: -3px;
  left: -3px;
  border-top: 3px solid #8cff00;
  border-left: 3px solid #8cff00;
  border-radius: 10px 0px 0px 0px;
  filter: blur(5px);
}


.portfolioSection {
  padding-top: 90px;
}
.portfolioSection h2 {
  font-size: clamp(14px, 3.75vw, 45px);
  font-family: var(--font-readex);
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}
.portfolioSection .sliderCnt {
  position: relative;
}
.portfolioSection .sliderCnt .swiper .mainBannerImage {
  width: 100%;
  object-fit: cover;
}
.portfolioSection .sliderCnt .swiper .container {
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.portfolioSection .sliderCnt .swiper .sliderTxtCnt {
  background: #000;
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #c3c3c3;
  max-width: 50%;
}
@media (max-width: 767px) {
  .portfolioSection .sliderCnt .swiper .sliderTxtCnt {
    max-width: 100%;
 }
}
.portfolioSection .sliderCnt .swiper .sliderTxtCnt p {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #ddd;
  font-family: var(--font-urbanist);
  font-weight: 400;
}
.portfolioSection .sliderCnt .swiper .sliderTxtCnt p.gHeading {
  font-size: clamp(16px, 1.67vw, 20px);
  color: #8cff00;
  font-family: var(--font-readex);
  font-weight: 500;
  margin-bottom: 5px;
}
.portfolioSection .sliderCnt .swiper .sliderTxtCnt p.heading {
  font-size: clamp(20px, 2.5vw, 30px);
  color: #fff;
  font-family: var(--font-readex);
  font-weight: 600;
  margin-bottom: 5px;
}
.portfolioSection .sliderCnt .swiper.thumb-swiper img {
  height: 228px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.thumbCnt {
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 33%, #010201 100%);
  padding: 1px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
 .thumbCnt .thumbHeading {
  font-size: clamp(16px, 1.15vw, 22px);
  color: #fff;
  font-family: var(--font-readex);
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  white-space: nowrap;
}
.swiper-slide-thumb-active .thumbCnt {
  background: #8cff00;
}
.portfolioSection .sliderCnt .thumbContainer {
  position: absolute;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
  z-index: 99;
}
.portfolioSection .sliderCnt .thumbContainer .arrowCnt {
  width: 55px;
  height: 55px;
  background: #8cff00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  margin: 5px 12px;
  transition: all 0.5s;
}
.portfolioSection .sliderCnt .thumbContainer .arrowCnt::after {
  display: none;
}
.portfolioSection .sliderCnt .thumbContainer .arrowCnt .rightArrow {
  transform: rotate(180deg);
}
.portfolioSection .sliderCnt .thumbContainer .arrowCnt:hover {
  width: 84px;
  height: 84px;
  background: transparent;
  border-color: #8cff00;
}
.portfolioSection .sliderCnt .thumbContainer .arrowCnt:hover img {
  filter: brightness(0) invert(1);
}

.HireExp {
  padding-top: 96px;
  padding-bottom: 110px;
}
@media (max-width: 576px) {
  .HireExp {
    margin-top: 55px;
 }
}
.HireExp .Hirebg {
  position: relative;
  min-height: 550px;
}
.HireExp .Hirebg .Hireimg1 {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid transparent;
  animation: float 3s ease-in-out infinite;
}
.HireExp .Hirebg .Hireimg1:hover {
  border: 1px solid #8cff00;
  border-radius: 15px;
}
.HireExp .Hirebg .Hireimg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  animation: float 6s ease-in-out infinite;
}
.HireExp .Hirebg .Hireimg2:hover {
  border: 1px solid #8cff00;
  border-radius: 15px;
}
.HireExp h2 {
  font-size: clamp(24px, 3.75vw, 35px);
  font-family: var(--font-readex);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.HireExp h2.fn22 {
  font-size: 22px;
}
.HireExp h2.fn20 {
  font-size: clamp(16px, 1.67vw, 20px);
  font-family: var(--font-urbanist);
  font-weight: 400;
}
.HireExp h2.fn45 {
  font-size: clamp(24px, 3.75vw, 35px);
}
.HireExp h2.mx664 {
  max-width: 664px;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}
.HireExp h2.pb26 {
  padding-bottom: 26px;
}
.HireExp h2.fn30 {
  font-size: 30px;
}
.HireExp h2.pb36 {
  padding-bottom: 36px;
}
.HireExp p {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  font-family: var(--font-urbanist);
  line-height: 26px;
  color: #d6d6d6;
  margin-bottom: 0;
  text-align: justify;
}
.HireExp p.mx11 {
  max-width: 1135px;
  margin: auto;
}
.HireExp p.fn16 {
  font-size: 16px;
  color: #b9b9b9;
  font-weight: 300;
  line-height: 21px;
}
.HireExp p.fn17 {
  color: #b9b9b9;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}
.HireExp p.mx873 {
  max-width: 873px;
  margin: auto;
}
.HireExp .pb22 {
  padding-bottom: 22px;
}
.HireExp .pb57 {
  padding-bottom: 57px;
}
.HireExp .pb14 {
  padding-bottom: 14px;
}
.HireExp .mb36 {
  margin-bottom: 36px;
}
.HireExp .pb38 {
  padding-bottom: 38px;
}
.HireExp .mb23 {
  margin-bottom: 23px;
}
.HireExp .df-ac-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HireExp .df-ac {
  display: flex;
  align-items: center;
}
@keyframes float {
  0% {
    transform: translatey(0px);
 }
  50% {
    transform: translatey(-20px);
 }
  100% {
    transform: translatey(0px);
 }
}

.whyChooseSec {
  background: url('../images/home_new/why_choose.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 250px 15px;
  min-height: 750px;
}
@media (max-width: 1199) {
  .whyChooseSec {
    background-size: cover;
    background-position: left center;
 }
}
.whyChooseSec h2 {
  font-size: clamp(14px, 3.75vw, 35px);
  font-family: var(--font-readex);
  font-weight: 600;
  color: #fff;
}
.whyChooseSec p {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #d7d7d7;
  font-family: var(--font-urbanist);
  font-weight: 400;
}
.commonBtn {
  clip-path: polygon(4.608% 0%, 100% 0%, 95.392% 100%, 0% 100%, 4.608% 0%);
  background: #8cff00;
  min-height: 54px;
  min-width: 215px;
  padding: 12px 20px;
  color: #000;
  font-family: var(--font-readex);
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 20px);
  transition: all 0.5s;
}
.commonBtn:hover {
  color: #8cff00;
  background: #000;
}
