@import url("https://fonts.googleapis.com/css2?family=Square+Peg&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;500;600;700&display=swap");

@font-face {
  font-family: "Praysire Demo";
  src: url("PraysireDemo.woff2") format("woff2"),
    url("PraysireDemo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --glow-color: hsl(26 72% 46%);
}

@keyframes border-flicker {
  0% {
    opacity: 0.5;
  }

  2% {
    opacity: 1;
  }

  4% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.modal-dialog input::placeholder {
  opacity: 0.5;
  /* Firefox */
}

body {
  font-family: "Space Grotesk", sans-serif;
  background: #0f0800;
  background-repeat: repeat-y;
  width: 100%;
  background-size: cover;
  color: #fff;
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}

/* html * {
    cursor: none !important
} */
.container-fluid {
  max-width: 1300px;
  margin: auto;
}

.request-a-quote {
  right: 52px;
  bottom: 4%;
  transition: all 0.5s ease-in-out;
}

.request-a-quote .request_btn {
  clip-path: polygon(
    0% 0%,
    0 30%,
    3% 43%,
    3% 67%,
    0 78%,
    0% 100%,
    96% 100%,
    96% 56%,
    96% 83%,
    100% 70%,
    100% 0,
    75% 0,
    70% 11%,
    30% 11%,
    25% 0
  );
}

.request-a-quote.request_btn_content {
  height: 61.5px;
}

.request-a-quote.request_btn_content::after,
.request-a-quote .request-text::after {
  display: none;
}

.request-a-quote:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

#cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgb(232, 225, 225);
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  mix-blend-mode: difference;
  transform: translate(calc(-50% + 15px), -50%);
}

.sep {
  width: 100%;
  height: 50px;
}

.section-heading p {
  color: rgba(255, 255, 255, 0.5);
}

.testimonial .section-heading p,
.hero-banner .section-heading p {
  padding: 0;
}

.hover {
  background-color: #fff !important;
  opacity: 1 !important;
  width: 15px !important;
  height: 15px !important;
}

.nav-link:hover,
.nav-link:focus {
  color: #e77d24;
}

.brandlogo {
  display: flex;
  gap: 30px;
  justify-content: start;
  padding-top: 28px;
  flex-direction: row-reverse;
  max-width: 40% !important;
}

/* :hover{

} */
.navbar-toggler {
  color: #fff;
}

.header {
  background: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.7) 53.65%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 999;
}

.submit-btn {
  background: url(../images/submit-btn.svg) no-repeat;
  padding: 13px 53px;
  background-size: 100%;
  color: #ffff;
}

.submit-btn.btn:hover,
.submit-btn.btn:focus {
  color: #fff;
  border-color: transparent;
}

.submit-btn.btn:focus-visible {
  outline: none;
}

.pr-15 {
  padding-right: 15px;
}

#hover {
  background-color: #0068ff;
  opacity: 1;
  width: 30px;
  height: 30px;
}

a {
  text-decoration: none;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

a:hover {
  color: inherit;
}

section {
  padding: 60px 0px;
  /* margin-left: 15px;
    margin-right: 20px; */
}

h1 {
  font-size: 55px;
  font-weight: 400;
  line-height: 66px;
  color: #fff;
  font-family: "Praysire Demo";
}
h1 {
  max-width: 443px;
  color: #e77d24;
  line-height: normal;
  font-size: 60px;
  font-weight: 400;
}
h1 span {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
}
.hero-banner .section-heading :is(h1, h2) {
  max-width: 443px;
  color: #e77d24;
  line-height: normal;
  font-size: 60px;
  font-weight: 400;
}
.hero-banner .section-heading h1 span {
  color: #fff;
}
.hero-banner .section-heading h1 span:first-child, h1 span:last-child {
  font-size: 40px;
  font-family: "Square Peg";
  text-transform: full-size-kana;
}

h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  font-family: "Praysire Demo";
}

h5 {
  font-size: 30px;
  font-family: "Praysire Demo";
  font-weight: 400;
  line-height: 33px;
}

h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

h2 span, h6 span {
  color: #e77d24;
}

p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  margin-bottom: 0.5rem;
}

h1 span {
  color: #e77d24;
}

.hexagon {
  width: 50px;
  height: 57.735px;
  background: #0068ff;
  position: relative;
  color: #fff;
  padding: 0px 17px;
  margin-right: 17px;
  margin-top: -5px;
}

.hexagon::before {
  content: "";
  position: absolute;
  top: -18.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 18.8675px solid #0068ff;
}

.hexagon::after {
  content: "";
  position: absolute;
  bottom: -18.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 18.8675px solid #0068ff;
}

/* timeline */
.Login_line {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
  height: 32px;
  margin: 25px 0 50px;
  position: relative;
  width: 100%;
}

.Login_line .line_dots {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  position: absolute;
  top: 12px;
  width: 100%;
}

.Login_line .line_dots .line_dot {
  background: url(../images/hexagon.png) no-repeat;
  border-radius: 50%;
  height: 38px;
  position: relative;
  width: 38px;
}

.Login_line .line_dots .line_dot.complete {
  background: url(../images/dual-hexagon.png) no-repeat;
}

.Login_line .line_dots .line_dot.complete:before {
  background: #e77d24;
  content: "";
  height: 1.5px;
  position: absolute;
  right: 34px;
  top: 49%;
  width: 293px;
  z-index: 0;
}

.Login_line .line_dots .line_dot.complete:after {
  background: url(../images/ens-flare.png) no-repeat;
  content: "";
  position: absolute;
  right: -12px;
  top: -19px;
  width: 151px;
  height: 101px;
  z-index: 100;
}

.milestone-content ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.milestone-content ul li {
  color: rgba(255, 255, 255, 0.5);
}

.journey .milestone-content ul li {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0 20px;
  max-width: 25%;
}

.journey .milestone-content ul li h6 {
  color: #ffffff;
}

.journey .milestone-content ul li p {
  color: rgba(255, 255, 255, 0.5);
}

.milestone-content ul li.active {
  color: #fff;
  font-weight: 700;
}

/* ===========button============ */
.btn--doar {
  background: url(../images/request-btn.png) no-repeat;
  padding: 17px 50px;
  background-size: cover;
  color: #fff;
}

a:hover {
  color: #fff;
}

.elementor a {
  text-decoration: underline;
}

.elementor a:hover {
  color: #e77d24;
}

.elementor-820
  .elementor-element.elementor-element-9fddcd7
  .elementor-heading-title {
  color: #f6a765;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.blog_img {
  -webkit-clip-path: polygon(
    0% 0%,
    0 18%,
    2% 22%,
    2% 57%,
    0 61%,
    0% 100%,
    14% 100%,
    17% 98%,
    25% 98%,
    28% 100%,
    100% 100%,
    100% 8%,
    95% 3%,
    75% 3%,
    73% 0
  );
  clip-path: polygon(
    0% 0%,
    0 18%,
    2% 22%,
    2% 57%,
    0 61%,
    0% 100%,
    14% 100%,
    17% 98%,
    25% 98%,
    28% 100%,
    100% 100%,
    100% 8%,
    95% 3%,
    75% 3%,
    73% 0
  );
}

.blog_border {
  clip-path: polygon(
    0% 0%,
    0% 20%,
    2% 24%,
    2% 56%,
    0 60%,
    0% 100%,
    15% 100%,
    18% 98%,
    25% 98%,
    28% 100%,
    100% 100%,
    100% 8%,
    95% 3%,
    75% 3%,
    73% 0
  );
  background: #fff;
  margin: 0 20px;
}

.hexagon::after {
  content: "";
  position: absolute;
  bottom: -18.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 18.8675px solid #0068ff;
}

.section-heading p {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  max-width: 920px;
  margin: auto;
}
 p {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.steps {
  position: relative;
}
.steps p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: -15px 0 0 0;
  font-family: "Praysire Demo";
}
.steps h2 {
  color: rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: calc(6vw + 65px);
  font-style: normal;
  font-weight: 400;
  line-height: calc(6vw + 65px);
  text-transform: uppercase;
  max-width: fit-content;
  margin: auto;
}
.section-heading h2.mb-5{
  margin-top: calc(-1vw - 20px);
  font-size: calc(1vw + 20px) !important;
  text-align: center !important;
}
.steps p span {
  margin-left: 10px;
}

/* ======================header============================ */
.header_transparent {
  /* position: sticky; */
  z-index: 999;
  width: 100%;
  top: 0px;
  height: 80px;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #ffff;
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 80px;
  z-index: 9999;
}
.header.sticky {
  position: fixed;
}
.header .navbar-expand-lg .navbar-collapse {
  align-items: center;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .menu-item {
  text-align: start;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus {
}

.header ul li {
  margin: 10px;
  position: relative;
}

.header ul li a {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  background-position: right;
  position: relative;
}

.header ul li a.active:before {
  position: absolute;
  background: #e77d24;
  top: -26px;
  content: "";
  width: 25px;
  height: 9px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0 0 10px 10px;
  background-position: left;
  transform-origin: left;
  transition: background-color 0.28s ease, transform 0.28s ease,
    -webkit-transform 0.28s ease, -o-transform 0.28s ease;
}

.header ul li a.active:after {
  content: "";
  position: absolute;
  top: -36px;
  background: url(../images/link-effect.svg) no-repeat;
  left: 42%;
  background-position: center;
  width: 84px;
  height: 104px;
  background-size: 100%;
  margin-left: -42px;
}

.header ul li:not(:last-child) {
  min-width: 84px;
  text-align: center;
}

.header .navbar-expand-lg .navbar-nav .dropdown-menu li a:after,
header .navbar-expand-lg .navbar-nav .dropdown-menu a::before {
  display: none !important;
}

.contact-us-header {
  background: url(../images/contact-us-h.svg) no-repeat;
  padding: 4px 30px;
  background-size: 100%;
  color: #fff;
}

.contact-us-header {
  margin: 7px 20px !important;
}

.header .navbar-nav.mx-auto.ml-auto {
  margin-right: 0 !important;
  align-items: center;
}

.navbar-nav .nav-link.active {
  color: #e77d24;
  font-weight: 700;
}

.navbar-nav .nav-link:hover {
  color: #e77d24;
  opacity: 0.8;
}
.res_nav_close {
  background: transparent;
  border: 0;
}
.res_nav_close i {
  color: #ffffff;
  font-size: 25px;
}
.ubermenu-skin-trans-black .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-trans-black .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  color: #ffffffe2;

}
.ubermenu-skin-trans-black .ubermenu-item-level-0 > .ubermenu-target {
  color: #fff;
}
.ubermenu-skin-trans-black .ubermenu-item-level-0 > .active{
  padding: 15px 20px;
display: block;
color: #e77d24;
}
.ubermenu .ubermenu-tab.ubermenu-active > .ubermenu-tab-content-panel{
  display: block;
flex-wrap: wrap;
gap: 0;
justify-content: space-between;
}
.ubermenu .ubermenu-submenu .ubermenu-column-auto {
  min-width: 0;
  width: 33%;
  height: 100%;
}
.ubermenu-skin-trans-black .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
  padding: 12px 0 15px 15px;
  text-align: left;
}
.ubermenu .ubermenu-target-text{
  color: #fff;
}
.ubermenu-skin-trans-black .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
  color: #e77d23;
}
.ubermenu-bound {
  position: initial;
}
.navbar-nav{
  position: relative;
}
/* ==================================
 =============== hero section=========== 
=========================================*/
.hero-banner {
  background: url(../images/hero_bg.png) no-repeat;
  background-size: cover;
  padding-top: 15px;
  position: relative;
  background-position: top center;
  height: 110vh;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
}

.gaming-idea .section-heading p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  max-width: 495px;
  font-family: "Space Grotesk", sans-serif;
}

.single-solution .gaming-idea {
  background: url(../images/games_bg.png) no-repeat;
  min-height: 180px;
  background-position: center center;
}

.single-solution .game_development .gaming-idea {
  background: url(../images/RGIgames-Banner.png) no-repeat;
  min-height: 180px;
  background-position: center center;
}

.steps p {
  color: #e47c25;
}

.single-solution .hero-banner, .page-template-template-footerpage .hero-banner, .page-template-template-solution .hero-banner{
  background: url(../images/hero_Inner_bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
/*   height: 85vh; */
	height: auto;
}
/* solution_box_content */
.service_gap{
  gap: 30px 150px;
}
.solution_box_content {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  height: 100%;
}
.solution_box_image .svg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
.solution_box_image img.first-img {
  position: absolute;
  z-index: 9;
  width: 75%;
  height: auto;
  object-fit: contain;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
.footer_solution_box .solution_box_image img.first-img {
  width: 85%;
}
.solution_detail_box .solution_box_image img.first-img {
  width: 85%;
  left: 48%;
top: -30px;
transform: translate(-50%);
margin: auto;
}
.solution_detail_box .solution_box_detail{
  padding: 40px 30px;
}
.solution_box_detail h6 {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution_box_detail p {
  color: #c3c3c3;
  font-family: Space Grotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0;
}
.solution_detail_box .solution_box_detailp{
  margin: 20px 0px 5px;
}
.solutions-right-block .row .col-lg-4:nth-child(1) .solution_box_content .solution_svg{
    background-image: linear-gradient(180deg, #A560E2 0%, #6A0ECA 100%);
}
.solutions-right-block .row .col-lg-4:nth-child(2) .solution_box_content .solution_svg{
    background-image: linear-gradient(180deg, #DAB532 0%, #CD7533 100%);
}

.myLogos .swiper-slide {
  border-radius: 10px;
  position: relative;
}
.myLogos .swiper-slide{
  margin-right: 30px;
}
.myLogos .swiper-slide::before,
.myLogos .swiper-slide::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 4px);
  top: 4px;
  background: linear-gradient(to bottom, #e77d24, #e77d2400);
}
.myLogos .swiper-slide:nth-child(even)::before,
.myLogos .swiper-slide:nth-child(even)::after {
  background: linear-gradient(to top, #0068ff, #0068ff00);
  top: auto;
  bottom: 4px;
}

.myLogos .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  position: relative;
}
.myLogos .swiper-wrapper .swiper-slide::before,
.myLogos .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 4px);
  top: 4px;
  background: linear-gradient(to bottom, #e77d24, #e77d2400);
}
.myLogos .swiper-wrapper .swiper-slide:nth-child(even)::before,
.myLogos .swiper-wrapper .swiper-slide:nth-child(even)::after {
  background: linear-gradient(to top, #0068ff, #0068ff00);
  top: auto;
  bottom: 4px;
}

.myLogos .swiper-wrapper .swiper-slide::before {
  right: 0;
  border-radius: 0 8px 0 0;
}

.myLogos .swiper-wrapper .swiper-slide::after {
  left: 0;
  border-radius: 8px 0 0px 0;
}
.myLogos .swiper-wrapper .swiper-slide .logo-container {
  padding: 15px 30px;
  border-top: 2px solid #e77d24;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.myLogos .swiper-wrapper .swiper-slide .logo-container img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
}
/* #0068FF, #0068FF00 */
.myLogos .swiper-wrapper .swiper-slide:nth-child(even) .logo-container {
  border-top: 0;
  border-bottom: 2px solid #0068ff;
}
/* ===================================================
==================== Why choose ========================
======================================================= */
.features{
   background: url(../images/features_bg.png) no-repeat;
   background-size: 100% 100%;
}

.why-chooseus {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.037);
}

.why-chooseus ul {
  display: flex;
}

.strength-count {
  color: #e77d24;
}
.counter_content{
  padding: 50px 20px;
  text-align: center;
}

.company-strength {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

/* .working-technology {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.technology-body {
  flex-basis: 45%;
  margin-bottom: 60px;
}

.technology-name p:first-child {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 5px;
} */

.technology_box p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.technology_box h6 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.technologies{
    border-top: 1px solid #322D25;
}
.technologies  .col-lg-3:not(:last-child){
  border-right: 1px solid #322D25;
}
.technology_box{
/* border-right: 1px solid #322D25; */
padding: 60px 20px 60px 30px;
}
.technologies .col-lg-3:last-child .technology_box{
    border: 0;
}
/* gaming */
.gaming .container{
  max-width: 1600px;
}
.gaming{
    position: relative;
    background: url(../images/gaming_bg.png) no-repeat;
    padding: 80px 0 0px;
}
.gaming .container{
    position: relative;
   z-index: 99;
}
.gaming::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #0F0800 0%, rgba(15, 8, 0, 0.00) 17.43%, rgba(15, 8, 0, 0.21) 87.15%, #0F0800 100%);
    background-size: 100% 100%;
}
.gaming-content.section-heading h2{
    color: #FFF;
text-align: center;
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;
max-width: 100%;
}
.gaming-content.section-heading h2 span{
color: #E77D24;
}
.gaming-content.section-heading p{
    color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 16px;
max-width: 665px;
}



.why-choose ul {
  list-style: none;
}

.why-choose ul li {
  padding: 60px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.working-technology {
  position: relative;
}

.working-technology::before {
  content: "";
  position: absolute;
  background: #b3d1ff;
  height: 93%;
  width: 1px;
  right: -92px;
}

/* ===================================================
==================== our sulution ====================
======================================================= */
.our-solution {
     /* background: url(../images/solution_bg.png) no-repeat;
     background-size: 100%; */
  padding: 65px 0px;
}
.main-bg{
  background: url(../images/main_bg.png) no-repeat;
  background-size: 100% 100%;
}

.single-solution .section-heading {
  text-align: center;
}

.solutions-right-block {
  margin-top: 144px;
}

.our-solution-main .our-solution-body:nth-child(2) {
  margin-top: -50px;
}

.our-solution-body {
  /*     background: url(none) no-repeat; */
  width: 300px;
  background-size: 100%;
  height: 350px;
  padding: 40px 20px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: end;
}

.solution-img {
  display: none;
}

.service-slider .item {
  margin: 20px;
}

.our-solution-body .solution-img img {
  transition: 0.3s ease-in-out;
}

/* .our-solution-body:hover .view-more a{
    color: #FFF;
} */
.our-solution-body:hover .view-more a:before {
  background: #fff;
}

.solution--name h6 {
  color: #fff;
}

.solution--name {
  margin-top: 2rem !important;
}

.solution--name p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.our-solution-main {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.poker:hover {
  background: url(../images/poker.svg) no-repeat;
  width: 300px;
  background-size: 100%;
  height: 350px;
  transition: 0.3s ease-in-out;
  /* transform: translateY(-0.5rem) !important; */
}

.dice {
  transition: 0.3s ease-in-out;
}

.second-img {
  display: none;
}

.dice:hover .solution-img .second-img {
  display: block !important;
  transition: 0.3s ease-in-out;
}

/* .dice:hover .solution-img-hover.d-none img{
    transition: 0.3s ease-in-out;
} */

.dice:hover .solution-img .first-img {
  display: none;
  transition: 0.3s ease-in-out;
}

.solution-img {
  position: relative;
  transition: ease 0.3s ease-in-out;
}

.solution-img:after {
  background: rgba(231, 125, 36, 0.15);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: -11px;
  left: 18px;
}

/* ===================================================
==================== gaming idea ========================
======================================================= */
.discuss--ideas {
  text-align: center;
  margin: auto;
  padding: 30px 100px;
/*   background: url(../images/ideas_bg.jpg) no-repeat; */
  background: url(/games/wp-content/themes/rgisportsnew/assets/images/hero_Inner_bg.png) no-repeat;
  border-radius: 8px;
  background-size: 100% 100%;
  box-shadow: inset 0 0 0 2000px rgb(0,0,0,0.4);
  border: solid 1px #f9f9f925;
}

.discuss--ideas .section-heading p {
  color: #fff;
}

.discuss--ideas h2,
.discuss--ideas p {
  text-align: start;
}

.discuss--ideas .section-heading {
  gap: 30px;
}

/* ===================================================
==================== our work ========================
======================================================= */
.work-heading {
  width: 80%;
}

.view-more a {
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}

.view-more a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
}

.view-more a i {
  transform: rotate(45deg);
  margin-left: 10px;
}

.fantancy-app-bg {
  /* background: url(../images/fantancy-app-bg.png) no-repeat; */
  background: #0b1530;
  padding: 80px 50px 60px;
  clip-path: polygon(
    0% 0%,
    0% 5%,
    4% 8%,
    4% 14%,
    0 17%,
    0% 100%,
    93% 100%,
    97% 97%,
    97% 82%,
    100% 79%,
    100% 0%,
    76% 0,
    71% 4%,
    41% 4%,
    36% 0%
  );
  background-size: 100% 100%;
  padding: 50px 50px 100px;
  position: relative;
}

.services .item {
  clip-path: polygon(
    0% 0%,
    0% 5%,
    4% 8%,
    4% 14%,
    0 17%,
    0% 100%,
    93% 100%,
    97% 97%,
    97% 82%,
    100% 79%,
    100% 0%,
    76% 0,
    71% 4%,
    41% 4%,
    36% 0%
  );
  padding: 1px;
  transition: all ease-in-out 0.2s;
}

.services .item:hover {
  clip-path: polygon(
    0% 0%,
    0% 5%,
    4% 8%,
    4% 14%,
    0 17%,
    0% 100%,
    93% 100%,
    97% 97%,
    97% 82%,
    100% 79%,
    100% 0%,
    76% 0,
    71% 4%,
    41% 4%,
    36% 0%
  );
  padding: 1px;
  background: linear-gradient(
    138.82deg,
    rgba(232, 129, 43, 0) 4.72%,
    #e8812b 88.83%
  );
  transition: all ease-in-out 0.2s;
}

.fantancy-app-bg:before {
  background: url(https://rgigames.com/wp-content/themes/rgisports/assets/images/cardeffectblue.png)
    no-repeat;
  position: absolute;
  content: "";
  width: 62%;
  height: 100%;
  pointer-events: none;
  top: 0;
  right: 0;
  transition: all ease-in-out 0.2s;
}

.fantancy-app-bg:hover::before {
  background: url(https://rgigames.com/wp-content/themes/rgisports/assets/images/cardeffectorange.png)
    no-repeat;
  position: absolute;
  content: "";
  width: 62%;
  height: 100%;
  pointer-events: none;
  top: 0;
  right: 0;
  right: 0;
  transition: all ease-in-out 0.2s;
}

.fantancy-app-bg:hover::after {
  background: url(https://rgigames.com/wp-content/themes/rgisports/assets/images/orangeblur.png)
    no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  pointer-events: none;
  bottom: 0;
  left: 0;
  transition: all ease-in-out 0.2s;
}

.fantancy-app-bg:hover {
  /* background: url(../images/fantancy-app-bghover.png) no-repeat; */
  clip-path: polygon(
    0% 0%,
    0% 5%,
    4% 8%,
    4% 14%,
    0 17%,
    0% 100%,
    93% 100%,
    97% 97%,
    97% 82%,
    100% 79%,
    100% 0%,
    76% 0,
    71% 4%,
    41% 4%,
    36% 0%
  );
  background-size: 100% 100%;
  /* background: linear-gradient(0deg, #0B1530, #0B1530), #D9D9D9; */
  box-shadow: 0px 4px 4px rgba(232, 129, 43, 0.5);
}

.fantancy-app-bg:hover .view-more a {
  color: #e8812b;
}

.fantancy-app-bg:hover .view-more a:before {
  background: #e8812b;
}

.app-specification p:first-child {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.app-specification p {
  color: rgba(255, 255, 255, 0.5);
}

/* ===================================================
====================testimonial========================
======================================================= */
.developer-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
}

.chat-icon img {
  margin-left: auto;
  margin-right: auto;
}

.chat-icon {
  position: relative;
}

.chat-icon:after {
  background: rgba(0, 104, 255, 0.15);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: -16px;
}

.blur-effect {
  width: 150px;
  height: 150px;
  background: #0068ff;
}

.testimonial-slider .item {
  text-align: center;
  background: #030a1c;
  padding: 15px;
  border-bottom: 4px solid #0068ff;
  margin: 20px 42px 20px 5px;
  box-shadow: 0px 0px 1px 0px #0068ff;
  padding-top: 50px;
  transition: 240ms cubic-bezier(0.49, 0, 0.5, 1);
  position: relative;
  height: 100%;
}

.testimonial-slider .item:after {
  position: absolute;
  content: "";
  background: url(../images/testimonial-slider-effect.png) no-repeat;
  width: 325px;
  height: 387px;
  bottom: -4px;
  right: 0px;
}

.testimonial-slider .item:hover {
  transform: translateY(-0.5rem) !important;
  transition: 240ms cubic-bezier(0.49, 0, 0.5, 1);
}

/* .testimonial-slider .item:hover{
    box-shadow: 0px 0px 27px 0px #0068ff;transition: 240ms cubic-bezier(0.49, 0, 0.5, 1);
} */
.chat-icon {
  margin-bottom: 50px;
}

.testimonial-slider .item p {
  color: rgba(255, 255, 255, 0.5);
}

.item .developer-details p:first-child {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  font-family: "Space Grotesk";
  margin-bottom: 2px;
}

.testimonial-slider .item .developer-details p:last-child {
  margin-bottom: 2rem;
}

.testimonial-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.2);
  text-indent: -9999px;
  border: none;
  border-radius: 50%;
}

.testimonial-slider .slick-dots {
  list-style: none;
  text-align: center;
  margin-top: 26px;
  padding-left: 0;
}

.testimonial-slider .slick-dots li {
  display: inline-block;
  padding: 0px 5px;
}

.testimonial-slider .slick-dots li.slick-active button {
  width: 34px;
  height: 11px;
  background: #0068ff;
  text-indent: -9999px;
  border: none;
  border-radius: 20px;
}

/* testimonial_user_detail */
.testimonial_user_detail{
  display: flex;
  gap: 25px;
  align-items: center;
}
.testimonial_user_detail img{
background:  lightgray 50% / cover no-repeat, #D9D9D9;
max-width: 80px;
max-height: 80px;
border-radius: 100%;
}
.testimonial_user_detail h6{
  color: #FFF;
font-size: 20px;
font-weight: 700;
line-height: normal;
margin-bottom: 8;
}
.testimonial_user_detail p{
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.testimonialswiper1{
  border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.20);
background: rgba(255, 255, 255, 0.05);
position: relative;
/* min-height: 292px; */
}

.testimonial_user_content {
  padding: 50px 100px !important;
}
.testimonial_user_content p{
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 945px;
  margin: auto;
  position: relative;
}
.testimonial_user_content p::before, .testimonial_user_content p::after{
  content: "";
  background: url(../images/testmonial_before.png) no-repeat;
  background-size: contain;
  top: -15px;
  left: -71px;
  width: 55px;
  height: 52px;
  position: absolute;
}
.testimonial_user_content p::after{
  top: auto;
  left: auto;
  bottom: -15px;
  right: -71px;
  transform: rotate(180deg);
}
.swiper-slide .testimonial_user_detail .testimonial_user_detail_more{
  display: none;
  transition: 0.3s;
}
.testimonialswiper2{
  max-width: 850px;
margin: 0 auto;
}
.testimonialswiper2 .swiper-slide.swiper-slide-active {
  min-width: 250px;
}
.testimonialswiper2 .swiper-slide{
  position: relative;
margin-top: 31px !important;
}
.testimonialswiper2 .swiper-slide.swiper-slide-active::after{
  content: "";
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 16px solid rgba(255, 255, 255, 0.20);
  position: absolute;
  top: -31px;
  left: 10%;
  z-index: 999;
}
.swiper-slide.swiper-slide-active .testimonial_user_detail .testimonial_user_detail_more{
  display: block;
  transition: 0.3s;
}

.quotation-bg {
  background: url(../images/request-quotation.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding: 50px 70px 100px;
}

.quotation-body {
  text-align: center;
}

.contact-us-btn {
  background: url(../images/contact-us-btn.svg) no-repeat;
  padding: 13px 30px;
  background-size: 100%;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.contact-us-btn:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.quotation-body p {
  color: #fff;
}

/* =============================================
=============== our Clients====================
=============================================== */
/* .client-slider .client-img img{
    width: 190px;
    height: 50px;
} */

/* =========================================
===================blog==================
=================================================== */
.blog .view-more a,.blog .view-more {
  color: #fff;
  text-align: center;
}

.articles {
  width: 100%;
/*   min-height: 650px; */
  height: 100%;
  display: flex;
  position: relative;
  background: #0f0800;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all ease-in-out 0.3s;
  flex-direction: column;
  gap: 40px;
}

.blog-sliderrr .item:hover .articles {
  background: #251304;
  transition: all ease-in-out 0.3s;
}

.blog-sliderrr .item:hover .articles .view-more a {
  color: #e77d24;
  transition: all ease-in-out 0.3s;
}

.blog .item:hover .view-more a:before {
  background: #e77d24;
  transition: all ease-in-out 0.3s;
}

.articles-content {
  position: relative;
  /* z-index: 999;
    min-height: 260px; */
}

.articles-content h6 {
  color: #fff;
}

.articles-content p {
  color: rgba(255, 255, 255, 0.5);
}

.blog-sliderrr .item .articles .relatedblogimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
/*   padding: 45px; */
}

.blog-sliderrr .item:nth-child(6n + 1) .articles .relatedblogimg {
  background: linear-gradient(180deg, #a560e2 0%, #6a0eca 100%);
}

.blog-sliderrr .item:nth-child(6n + 2) .articles .relatedblogimg {
  background: linear-gradient(180deg, #dab532 0%, #cd7533 100%);
}

.blog-sliderrr .item:nth-child(6n + 3) .articles .relatedblogimg {
  background: linear-gradient(180deg, #2dc05d 0%, #034d19 100%);
}

.blog-sliderrr .item:nth-child(6n + 4) .articles .relatedblogimg {
  background: linear-gradient(180deg, #dd7936 0%, #d63f0c 100%);
}

.blog-sliderrr .item:nth-child(6n + 5) .articles .relatedblogimg {
  background: linear-gradient(180deg, #1aa5c1 0%, #3066d8 100%);
}

.blog-sliderrr .item:nth-child(6n + 6) .articles .relatedblogimg {
  background: linear-gradient(180deg, #b61baa 0%, #721b54 100%);
}

.blog-slider .item {
  /* margin: 0px 42px 0 5px; */
  margin: 0px 22px;
  transform: translateY(-0.5rem) !important;
  transition: 240ms cubic-bezier(0.49, 0, 0.5, 1);
}

/* =================graphics=================== */
.hero-left-graphic {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.mobile-br {
  display: none;
}

.hero-right-graphic {
  position: absolute;
  bottom: -570px;
  right: 0;
  width: 100%;
  z-index: -1;
}

.rgi-left-graphic {
  position: absolute;
  top: -280px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.graphic {
  position: absolute;
  width: 100%;
  height: 100%;
  width: 100%;
  display: none;
}

.graphic svg path {
  fill: #fff;
}

.solution-left-graphic {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.solution-right-graphic {
  position: absolute;
  bottom: -300px;
  right: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

img.work-graphic {
  position: absolute;
  right: 71px;
  top: -235px;
  pointer-events: none;
}

.work-bottom-graphic {
  position: absolute;
  bottom: -312px;
  width: 100%;
  right: 0;
  pointer-events: none;
}

.quotation-graphic {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.client-graphic {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -528px;
  pointer-events: none;
}

/* FOOTER  */

.footer {
  background: url(../images/footer-bg.png) no-repeat;
  position: relative;
  background-size: cover;
  margin-top: 30px;
  padding: 100px 0 50px;
}

.footer-link h6,
.newsletter h6 {
  color: #e77d24;
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 8px;
}

.newsletter {
  color: #e77d24;
  font-size: 18px;
  font-weight: 700;
}

.sociallinks ul {
  justify-content: end;
}


.newsletter .emaillist {
  margin-top: 16px;
}

.newsletter .emaillist form {
  display: flex;
  position: relative;
}

.footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Space Grotesk", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: normal;
  width: 100%;
}

ul.contact-info li a {
  color: #ffff;
}

.social-icon li a {
  width: max-content !important;
}

.footer ul li a{
  margin-bottom: 0px;
  font-size: 17px;
}
.footer ul li.mb-2,.footer ul li {
  margin-bottom: 20px !important;
}

.footer .social-icon li a {
  margin-bottom: 0;
}

.footer .social-icon li:nth-child(1):hover {
  background: linear-gradient(45deg, #0062ff, #1ad7fd);
}

.footer .social-icon li:hover a i {
  color: #fff;
}

.footer .social-icon li:nth-child(2):hover {
  background: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
}

.footer .social-icon li:nth-child(3):hover {
  background: #1c9cea;
}

.footer .social-icon li:nth-child(5):hover {
  background: #0c61bf;
}

.footer .social-icon li:nth-child(4):hover {
  background: #e60023;
}

.footer .social-icon li:nth-child(6):hover {
  background: #ff0000;
}

.footer .social-icon li:hover {
  transform: rotate(360deg) scale(1.3);
}

/* .footer .row .col-md-4:nth-child(1) ul li a {
  margin-bottom: 25px;
} */

.company-address {
  display: flex;
}

.newsletter button {
  background: #0068ff;
  padding: 22px;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: -8px;
  border: none;
}

.newsletter .es-field-wrap {
  width: 397px;
  position: relative;
  margin-right: -0.5rem;
}

.newsletter .es-field-wrap label {
  width: 100%;
}

.newsletter .es-field-wrap .es_txt_email {
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #FFF;
  height: 60px;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.newsletter .es-field-wrap .es_txt_email:focus-visible {
  outline: 1px solid #fff;
}

.newsletter form .es_submit_button {
  height: 60px;
  color: #e77d24;
  border: 0;
  border-radius: 60px;
  background: #E77D24;
  max-width: 60px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -8px;
  border: solid 2px #fff;
}
.newsletter .es-field-wrap::after{
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/carbon_mail.png) no-repeat;
  z-index: 1;
  pointer-events: none;
}

/* .newsletter .es-field-wrap .es_txt_email, .newsletter form .es_submit_button{
	-webkit-clip-path: polygon(0% 0%, 0 18%, 2% 22%, 2% 57%, 0 61%, 0% 100%, 14% 100%, 17% 98%, 25% 98%, 28% 100%, 100% 100%, 100% 8%, 95% 3%, 75% 3%, 73% 0);
    clip-path: polygon(0% 0%, 0 18%, 2% 22%, 2% 57%, 0 61%, 0% 100%, 14% 100%, 17% 98%, 25% 98%, 28% 100%, 100% 100%, 100% 8%, 95% 3%, 75% 3%, 73% 0);
	padding: 0 20px;
} */
.newsletter .form-control:focus {
  box-shadow: none;
}

.footer .social-icon li a {
  color: #070e20;
}

.footer .social-icon {
  padding-left: 0;
  padding-top: 45px;
  margin: 0;
  justify-content: start !important;
}

/* .footer .social-icon li:last-child{
    margin-left: 0;
} */
.footer .social-icon li {
  transition: all 0.5s;
  background: #ffffff;
  width: 40px;
  font-size: 18px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  border-radius: 50%;
}

.copyright p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid #ffffff80;
  padding-top: 25px;
}

/* =========================================
==================contact us===================
================================================*/
.header_inner.header {
  position: relative;
}

.header .sub-menu-toggle {
  display: none;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #a7591ae0;
}

.contact-us .section-heading p {
  padding: 0;
  margin-bottom: 5px;
}

.contact-form .form-control,
.contact-form .wpcf7-captchar,
.start_a_project .wpcf7-captchar, .start_a_project .wpcf7-textarea {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  height: calc(2rem + 2px);
  padding: 1.5rem 0;
  outline: none;
}

span.wpcf7-list-item-label {
    color: #fff;
}

.contact-form label {
  color: #fff;
  padding: 0rem;
}

.contact-form .form-floating {
  margin-bottom: 40px;
}

.contact-form .form-control:focus {
  box-shadow: none;
}

.contact-details {
  background: url(../images/contact-details.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 70px;
  padding: 70px 0px 70px 50px;
}

.contact-details ul {
  list-style: none;
  font-family: Space Grotesk;
}

.contact-details ul li ul {
  padding-left: 0;
}

.contact-details ul li {
  color: #fff;
}

.social-icons .d-flex li {
  padding: 0px 15px;
}

.social-icons .d-flex li:first-child {
  padding-left: 0;
}

.contact-details ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-family: Space Grotesk;
}

/*============================ portfolio======================== */
.services {
  margin-top: 30px;
}

.tabs-line {
  /*     background:url(../images/Line.svg) no-repeat; */
  width: 100%;
  height: 2px;
  background-size: 100%;
}

.portfolio .nav.nav-tabs {
  border-bottom: 0;
  margin-bottom: 60px;
  margin-top: -18px;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-image: linear-gradient(
      to left,
      rgba(231, 125, 36, 0) 0.76%,
      #e77d24 52.41%,
      rgba(231, 125, 36, 0) 98.94%
    )
    1 0%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio .nav-link:hover,
.portfolio .nav-link:focus {
  border: 0;
  transition: all ease-in-out 0.2s;
}

.portfolio .nav-link {
  /* width: 165px; */
  /* position: relative; */
  font-family: "Raleway";
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.2s;
  position: relative;
  z-index: 9999;
  flex-basis: 16%;
  padding: 0;
}

.portfolio .nav-link.active {
  background: rgba(11, 25, 54, 0.75);
  color: #e77d24;
  font-weight: 700;
  border-radius: 0;
  /* height: 60px;
    width: 230px; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.2s;
  z-index: 9999;
  position: relative;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(
    180deg,
    rgba(231, 125, 36, 0) 0%,
    #e77d24 100%
  );
}

.portfolio .nav-link.active::before {
  background: url(../images/lens-flare.png) no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 65px;
  bottom: -26px;
  left: 20px;
  pointer-events: none;
}

.portfolio .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.app-screen {
  height: 356px;
}

.specification-heading p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-top: 10px
}
.specification-heading ul {
  padding-left: 24px;
}
.specification-heading ul li{
 position: relative;
}
.specification-heading ul li::before{
  content: "";
  position: absolute;
  background-color: #E77D24;
  max-width: 10px;
  max-height: 10px;
  transform: rotate(45deg);
  top: 10px;
  left: -20px;
  width: 7px;
  height: 7px;
}

.specification-heading ul li {
  padding: 0 4px;
}

.specification-heading ul li:first-child {
  padding-left: 0;
}

.app-feature {
  list-style: none;
}

.app-feature li {
  margin-bottom: 10px;
}

.app-feature li img {
  padding-right: 20px;
  padding-top: 4px;
}

.app-feature li p {
  margin: 0px;
  line-height: 24px;
}

.app-feature li {
  /* padding-left: auto; */
  padding-left: 0px !important;
}

/* =====================Game========================== */
.games-main {
  margin-bottom: 48px;
}

.game-img {
  height: 320px;
}

.games-block .row .col-md-6:nth-child(4n + 1) .games-main.poker-body {
  background: #cb4e44;
  padding: 80px 50px 60px;
  clip-path: polygon(
    0% 0%,
    0% 5%,
    4% 8%,
    4% 14%,
    0 17%,
    0% 100%,
    93% 100%,
    97% 97%,
    97% 82%,
    100% 79%,
    100% 0%,
    76% 0,
    71% 4%,
    41% 4%,
    36% 0%
  );
}

.games-block .row .col-md-6:nth-child(4n + 2) .games-main.poker-body {
  background: #be7420;
  padding: 80px 50px 60px;
  clip-path: polygon(
    0% 0%,
    0% 5%,
    4% 8%,
    4% 14%,
    0 17%,
    0% 100%,
    93% 100%,
    97% 97%,
    97% 82%,
    100% 79%,
    100% 0%,
    76% 0,
    71% 4%,
    41% 4%,
    36% 0%
  );
}

.games-block .row .col-md-6:nth-child(4n + 3) .games-main.poker-body {
  background: #1d82d5;
  padding: 80px 50px 60px;
  clip-path: polygon(
    0% 0%,
    0% 5%,
    4% 8%,
    4% 14%,
    0 17%,
    0% 100%,
    93% 100%,
    97% 97%,
    97% 82%,
    100% 79%,
    100% 0%,
    76% 0,
    71% 4%,
    41% 4%,
    36% 0%
  );
}

.games-block .row .col-md-6:nth-child(4n + 4) .games-main.poker-body {
  background: #28a052;
  padding: 80px 50px 60px;
  clip-path: polygon(
    0% 0%,
    0% 5%,
    4% 8%,
    4% 14%,
    0 17%,
    0% 100%,
    93% 100%,
    97% 97%,
    97% 82%,
    100% 79%,
    100% 0%,
    76% 0,
    71% 4%,
    41% 4%,
    36% 0%
  );
}

.games-main.poker-body {
  position: relative;
}

.games-main.poker-body:after {
  position: absolute;
  content: "";
  background: url(https://rgigames.com/wp-content/themes/rgisports/assets/images/gamecardeffect.png)
    no-repeat;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
}

.game-specification h6 {
  color: #fff;
}

.game-specification p {
  color: rgba(255, 255, 255, 0.5);
}

.game-specification .view-more a {
  color: #fff;
}

.game-specification .view-more a:before {
  background: #fff;
}

/* =======================service================================ */
.service-bg.odd {
  background: #0b1530;
  background: url(../images/service-bg.png) no-repeat;
  background-size: 100% 100%;
  clip-path: polygon(
    2% 25%,
    0 20%,
    0 0,
    100% 0,
    100% 20%,
    98% 25%,
    98% 100%,
    80% 100%,
    77% 92%,
    22% 92%,
    20% 100%,
    2% 100%
  );
  background-size: 100% 100%;
  padding: 56px 0px 132px;
  margin-bottom: 40px;
  position: relative;
}

.service-bg.odd:hover {
  background: url(../images/service-bg-hover.png) no-repeat;
  background-size: 100% 100%;
  padding: 56px 0px 132px;
  margin-bottom: 40px;
}

.service-bg.even {
  background: #0b1530;
  background: url(../images/services-bg-even.png) no-repeat;
  background-size: 100% 100%;
  clip-path: polygon(
    2% 25%,
    0 20%,
    0 0,
    100% 0,
    100% 20%,
    98% 25%,
    98% 100%,
    80% 100%,
    77% 92%,
    22% 92%,
    20% 100%,
    2% 100%
  );
  padding: 56px 0px 132px;
  margin-bottom: 40px;
}

.service-bg.even:hover {
  background: url(../images/services-bg-even-hover.png) no-repeat;
  background-size: 100% 100%;
  padding: 56px 0px 132px;
  margin-bottom: 40px;
}

.services-name h1 {
  color: rgba(255, 255, 255, 0.03);
}

.service-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.even .service-img img {
  margin-right: 82px;
  width: 120px;
  height: 100px;
  object-fit: contain;
  position: relative;
  top: 40px;
}

.odd .service-img img {
  margin-left: 80px;
  margin-top: 50px;
  width: 120px;
  height: 100px;
  object-fit: contain;
}

.services-name h5 {
  color: #fff;
  margin-bottom: 40px;
}

.services-name p {
  color: rgba(255, 255, 255, 0.5);
}

.service-bg.odd:hover .view-more a,
.service-bg.even:hover .view-more a {
  color: #e77d24;
}

.service-bg.odd:hover .view-more a:before,
.service-bg.even:hover .view-more a:before {
  background: #e77d24;
}

.services-name {
  padding: 20px 70px;
}

/*====================================== About-page=========================================== */
.trusted-services--main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /*justify-content: space-between;*/
}


.about-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  position: relative;
}
.about-card::before{
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #A560E2, #6A0ECA);
}
.about-row .col-md-3:nth-child(4n - 3) .about-card::before{
  background-image: linear-gradient(to bottom, #A560E2, #6A0ECA);
}
.about-row .col-md-3:nth-child(4n - 2) .about-card::before{
  background-image: linear-gradient(to bottom, #DAB532, #CD7533);
}
.about-row .col-md-3:nth-child(4n - 1) .about-card::before{
  background-image: linear-gradient(to bottom, #2DC05D, #034D19);
}
.about-row .col-md-3:nth-child(4n) .about-card::before{
  background-image: linear-gradient(to bottom, #DD7936, #D63F0C);
}

.about-card h2 {
  color: var(--white, #FFF);
  font-family: 'Praysire';
  font-size: 60px;
  font-weight: 400;
}
.about-card p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.Statements-box{
  background: rgba(255, 255, 255, 0.05);
  padding: 70px 10px 20px 20px;
  position: relative;
}
.Statements-box h6{
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.Statements-box h6::before{
  content: "";
  background-image: linear-gradient(to right, #DAB532, #CD7533);
  width: 100px;
  height: 2px;
  bottom: 0px;
  left: 0;
  position: absolute;
}
.statements-count{
  position: absolute;
  top: -20px;
  right: 25px;
  color: rgba(255, 255, 255, 0.05);
  font-family: Space Grotesk;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.believe-box p{
  max-width: 320px;
}
.value-box, .philosophy-box{
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  position: relative;
}
.philosophy-box{
  padding: 20px 25px;
}
.philosophy-box :is(p, h6){
  text-align: start;
}
.value-box::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #A560E2, #6A0ECA);
}
.values-row .col-md-3:nth-child(5n - 4) .value-box::before{
  background-image: linear-gradient(to right, #A560E2, #6A0ECA);
}
.values-row .col-md-3:nth-child(5n - 3) .value-box::before{
  background-image: linear-gradient(to right, #DAB532, #CD7533);
}
.values-row .col-md-3:nth-child(5n - 2) .value-box::before{
  background-image: linear-gradient(to right, #2DC05D, #034D19);
}
.values-row .col-md-3:nth-child(5n -1) .value-box::before{
  background-image: linear-gradient(to right, #DD7936, #D63F0C);
}
.values-row .col-md-3:nth-child(5n) .value-box::before{
  background-image: linear-gradient(to right, #1AA5C1, #3066D8);
}

.trusted-services-body {
  background: url(../images/trusted__service.png) no-repeat;
  width: 235px;
  height: 270px;
  padding: 40px 20px 20px;
  margin-bottom: 30px;
}

.trusted-services-body:nth-child(even) {
  margin-top: 30px;
}

.ts-content p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.ts-content h6 {
  padding-top: 2rem !important;
}

/* 10-11-2022 */
.about-why-us .section-heading p {
  padding: 0;
}

.our-solution-body .hover_card {
  position: absolute;
  display: block !important;
  width: 300px;
  height: 350px;
  z-index: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: all 2s ease-in-out;
}

.solution_content {
  z-index: 999;
}

/* .our-solution-body:hover{
    background: url(none);
} */
.contact-form .form-floating > label {
  top: -15px;
}

.contact-form {
  padding-top: 50px;
}

.form-floating span form:focus ~ label[target],
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.company-address {
  pointer-events: none;
}

.client-slider .client-img img {
  background-color: #1e273c;
  margin: auto;
  padding: 7px 12px;
  position: relative;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: radial-gradient(
      76.55% 146.25% at 50% 9.37%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 58.85%,
      #ffffff 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  clip-path: polygon(
    0% 0%,
    0 18%,
    2% 22%,
    2% 57%,
    0 61%,
    0% 100%,
    14% 100%,
    17% 93%,
    25% 93%,
    28% 100%,
    100% 100%,
    100% 15%,
    95% 6%,
    75% 6%,
    73% 0
  );
}

.blog .container .row {
  padding-left: -15px;
  padding-right: -15px;
}

.blog {
 padding: 100px 0;
}

.games-block .section-heading p,
.portfolio .section-heading p {
  padding: 0;
}

/* .contact-details ul li:nth-child(3) a{
    pointer-events: none;
} */
.contact-details ul li a:hover {
  color: #0068ff;
}

.contact-us .section-heading h2,
.about-banner .section-heading h2,
.services-section .section-heading h2,
.portfolio .section-heading h2,
.games-block .section-heading h2 {
  font-size: 60px;
  padding-bottom: 35px;
}

.about-banner, .single_page_ids{
  background: url(../images/features_bg.png) no-repeat;
background-size: 100% 100%;
padding-top: 200px;
}

article.single_page_ids{
  padding-top: 80px !important;
  background-size: contain;
}
.page-id-2302 article.single_page_ids{
  padding-top: 80px !important;
  background-size: 100% 100%;
}
section.contact-us{
  padding-top: 140px !important;
}
.about-section-bg{
  background: url(../images/solution_bg.png) no-repeat;
background-size: 100%;
}
/* blog detail page css 15-12-2022 */
.blog_detail_page {
  /*clip-path: polygon(1.5% 0, 98.5% 0, 98.5% 51%, 100% 60%, 100% 100%, 0 100%, 0 60%, 1.5% 51%);*/
  clip-path: polygon(
    0% 0%,
    0% 20%,
    2% 24%,
    2% 56%,
    0 60%,
    0% 100%,
    15% 100%,
    17% 96%,
    26% 96%,
    28% 100%,
    100% 100%,
    100% 15%,
    95% 3%,
    75% 3%,
    73% 0
  );
  background-size: cover;
  background-position: center;
  margin: 0 0 40px 0;
  /*background: radial-gradient(74.95% 324.09% at 20.76% 96.59%, #0068FF 0%, #E77D24 48.96%, rgba(231, 125, 36, 0) 100%);*/
  padding: 1px;
}

.blog_detail_path {
  clip-path: polygon(
    1.5% 0,
    98.5% 0,
    98.5% 51%,
    100% 60%,
    100% 100%,
    0 100%,
    0 60%,
    1.5% 51%
  );
}
.blog_sidebar{
  position: sticky;
top: 100px; 
}

.blog_detail_path img {
  width: 100%;
}

.best_online_games .section_content p {
  color: rgba(255, 255, 255, 0.5);
}

/* md style add on 16-12-2022 */
section.games_hero_section {
  /*clip-path: polygon(1.5% 0px, 98.5% 0px, 98.23% 56.11%, 99.84% 64.82%, 100% 100%, 0px 100%, 0px 57.81%, 1.61% 52.46%);
    margin: 0 40px;*/
  padding: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.03);
}

.games_hero-path {
  clip-path: polygon(
    1.5% 0px,
    98.5% 0px,
    98.23% 56.11%,
    99.84% 64.82%,
    100% 100%,
    0px 100%,
    0px 57.81%,
    1.61% 52.46%
  );
  /*    background: url(../images/games_bg.png) no-repeat;*/
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 0 37px;
}

.request_btn_content {
  position: relative;
  width: 180px;
  height: 48.5px;
}

.request_btn {
  clip-path: polygon(0px 0px, 77.6% 0px, 100% 59%, 100% 100%, 0px 100%);
  border: 1px solid #e77d24;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(45deg, #e77d24, transparent);
}

.request_btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e77d24;
  top: 0;
  left: 0;
  filter: blur(50px);
}

.request_btn_content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 24.2px solid #e77d24;
  border-bottom: 18.5px solid transparent;
  clear: both;
  top: 0;
  right: 0;
}

.request-text::after {
  position: absolute;
  content: "";
  width: 48.5px;
  height: 1px;
  background-color: #e77d24;
  clear: both;
  top: 14px;
  right: -4px;
  transform: rotate(35deg);
}

.request-text {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.request-text a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.request_btn_content:hover .request-text a {
  /*    color: #E77D24;*/
  transition: 0.3s ease-in-out;
}

.request_btn_content:hover .request_btn::after {
  transition: 0.3s ease-in-out;
  background: transparent;
}

.section_content p {
  color: rgba(255, 255, 255, 0.8);
}

/* md style add on 20-12-2022 */
.max_width_p {
  max-width: 920px;
  margin: auto;
}

.hw_main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12%;
  row-gap: 50px;
}

.hw_card {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* max-width: 300px;
    height: 300px; */
  border-radius: 50%;
  padding: 15px 10px 0 10px;
  position: relative;
}

.hw_card_body {
  width: 261px;
  height: 261px;
  border: double 2px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#10192d, #10192d),
    radial-gradient(circle at bottom, #ffffffc9, #fff0);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hw_card_body .c_number {
  font-weight: 700;
  font-size: 60px;
  line-height: 77px;
  text-align: center;
  color: #0068ff;
  margin-top: 16px;
}

.hw_card_body h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.hw_card_body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-width: 200px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.hw_main .hw_card:first-child::after {
  position: absolute;
  content: "";
  /*     background: transparent url(../images/first_box_after.png) no-repeat; */
  width: 100%;
  height: 100%;
  top: 86%;
  left: 83%;
}

.hw_main .hw_card:nth-child(4)::after {
  position: absolute;
  content: "";
  /*     background: transparent url(../images/fourth_child_after.png) no-repeat; */
  width: 100%;
  height: 100%;
  bottom: 18%;
  left: 83%;
}

.hw_main .hw_card:nth-child(2)::after {
  position: absolute;
  content: "";
  /*     background: transparent url(../images/second_child_after.png) no-repeat; */
  width: 100%;
  height: 100%;
  top: 86%;
  left: 83%;
}

.hw_main .hw_card:nth-child(5)::after {
  position: absolute;
  content: "";
  /*     background: transparent url(../images/fifth_child_after.png) no-repeat; */
  width: 100%;
  height: 100%;
  bottom: 18%;
  left: 83%;
}

/* detail section */
.detail_box {
  clip-path: polygon(0 0, 84% 0, 100% 15%, 100% 100%, 0 100%);
  padding: 2px;
  /* border: 2px solid rgba(255, 255, 255, 0.15); */
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  height: 100%;
}

.detail_box_path {
  clip-path: polygon(0 0, 84% 0, 100% 15%, 100% 100%, 0 100%);
  padding: 16px;
  position: relative;
  background-color: #031230;
  height: 100%;
}

.hw_work .row.mt-0.g-5.justify-content-between {
  justify-content: start !important;
}

.detail_box:hover {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease-in-out;
}

.detail_box h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 16px 0;
  color: #ffffff;
}

.detail_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: rgba(255, 255, 255, 0.5);
}

.detail_box:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  top: 0;
  right: 0;
}

@media (max-width: 1200px) {
  .hw_main {
    column-gap: 17%;
    row-gap: 50px;
  }

  .hw_main .hw_card:nth-child(1) {
    order: 1;
  }

  .hw_main .hw_card:nth-child(2) {
    order: 4;
  }

  .hw_main .hw_card:nth-child(3) {
    order: 5;
  }

  .hw_main .hw_card:nth-child(4) {
    order: 2;
  }

  .hw_main .hw_card:nth-child(5) {
    order: 3;
  }

  .hw_main .hw_card:first-child::after {
    width: 32px;
    height: 133px;
    top: 55%;
    left: auto;
    right: -23%;
    transform: rotate(-90deg);
  }

  .hw_main .hw_card:nth-child(2)::after {
    width: 32px;
    height: 133px;
    top: 38%;
    left: -26%;
    transform: rotate(90deg);
  }

  .hw_main .hw_card:nth-child(4)::after {
    width: 100%;
    height: 100%;
    bottom: -25%;
    left: -29%;
    transform: rotate(192deg);
  }

  .hw_main .hw_card:nth-child(5)::after {
    width: 101px;
    height: 98px;
    bottom: -42%;
    left: 55%;
    transform: rotate(133deg);
  }
}

@media (max-width: 768px) {
  .justify-content-start {
    display: none !important;
  }

  h1 {
    font-size: 43px;
    font-weight: 400;
    line-height: 46px;
    color: #fff;
    font-family: "Praysire Demo";
  }

  .quotation-body .mt-5 {
    margin-top: 0.1rem !important;
  }

  .quotation-bg {
    /*         background: url(../images/request-quotation.svg) no-repeat; */
    background-size: auto;
    background-size: cover;
    height: 100%;
    padding: 0;
  }

  section.games_hero_section {
    clip-path: none;
    margin: 0 0px;
  }

  .games_hero-path {
    clip-path: none;
    padding: 0;
  }

  section.games_hero_section .section-heading .mb-5 {
    margin-bottom: 0.1rem !important;
  }

  .hw_main {
    row-gap: 74px;
  }

  .hw_main .hw_card:first-child::after,
  .hw_main .hw_card:nth-child(5)::after,
  .hw_main .hw_card:nth-child(2)::after,
  .hw_main .hw_card:nth-child(4)::after {
    position: absolute;
    content: "";
    /*         background: transparent url(../images/first_box_after.png) no-repeat; */
    background-size: auto;
    width: 32px;
    height: 87px;
    top: 97%;
    left: auto;
    right: 57%;
    transform: rotate(0deg);
    background-size: contain;
  }
}

/* 20-12-2022 */
.team_herobanner {
  clip-path: polygon(
    1% 55%,
    0 49%,
    0 0,
    100% 0,
    100% 49%,
    99% 55%,
    99% 100%,
    1% 100%
  );
  margin: 0 30px;
  background: radial-gradient(
    74.95% 324.09% at 20.76% 96.59%,
    #0068ff 0%,
    #e77d24 48.96%,
    rgba(231, 125, 36, 0) 100%
  );
  padding: 1px;
}

.team_banner_path {
  clip-path: polygon(
    1% 55%,
    0 49%,
    0 0,
    100% 0,
    100% 49%,
    99% 55%,
    99% 100%,
    1% 100%
  );
  height: 50vh;
}

.team_banner_path img {
  width: 100%;
  clip-path: polygon(
    1% 55%,
    0 49%,
    0 0,
    100% 0,
    100% 49%,
    99% 55%,
    99% 100%,
    1% 100%
  );
}

.miles_slider .item img {
  max-width: 376px;
  max-height: 377px;
  object-fit: cover;
  width: 100%;
}

.miles_slider .item {
  margin: 0 30px;
}

.project_banner {
  clip-path: polygon(
    0% 0%,
    0 19%,
    2% 23%,
    2% 56%,
    0 60%,
    0% 100%,
    15% 100%,
    17% 96%,
    25% 96%,
    27% 100%,
    100% 100%,
    100% 8%,
    98% 3%,
    75% 3%,
    73% 0
  );
  background: linear-gradient(
    146.88deg,
    rgba(0, 104, 255, 0) 1.03%,
    #0068ff 96.13%
  );
}

.team_detail p {
  color: rgba(255, 255, 255, 0.5);
}

.team_detail h6 {
  color: #fff;
}

.designer_card {
  clip-path: polygon(80% 0%, 100% 20%, 100% 100%, 0 100%, 0 0);
  max-width: 375px;
  padding: 1px;
}

.desinger_img {
  position: relative;
}

.desinger_img::before {
  background: url(../images/blur-layer.png) no-repeat;
  width: 100%;
  height: 305px;
  content: "";
  position: absolute;
  z-index: 999;
  bottom: -4px;
  right: 0px;
  pointer-events: none;
  transition: all ease-in-out 0.2s;
}

.desinger_img img {
  max-width: 375px;
  max-height: 530px;
}

.designer_card .line-stroke {
  bottom: -2px;
  background: rgb(0, 104, 255);
  background: linear-gradient(
    63deg,
    rgba(0, 104, 255, 1) 0%,
    rgba(0, 104, 255, 0) 32%,
    rgba(0, 104, 255, 0.10127801120448177) 52%,
    rgba(0, 104, 255, 0) 100%
  );
}

.designer_card:hover .line-stroke {
  background: rgb(231, 125, 36);
  background: linear-gradient(
    63deg,
    rgba(231, 125, 36, 1) 0%,
    rgba(231, 125, 36, 0.21332282913165268) 32%,
    rgba(231, 125, 36, 0.04525560224089631) 52%,
    rgba(231, 125, 36, 0) 100%
  );
}

.designer_card:hover .desinger_img:before {
  background: url(../images/y-blur-layer.png) no-repeat;
}

.developer_name {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  text-align: center;
  padding-bottom: 25px;
  pointer-events: none;
}

.developer_name .d-name {
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}

.developer_name .d-designation {
  color: #ffffff80;
}

.mile_stones .section_content {
  margin-top: 0 !important;
}

.tool_card {
  width: 130px;
  height: 130px;
  border: double 2px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#101628, #101628),
    radial-gradient(circle at bottom, #ffffffc9, #fff0);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.team_detail {
  padding: 0;
}

.project_banner {
  padding: 2px;
}

.project_banner_path {
  clip-path: polygon(
    0% 0%,
    0 19%,
    2% 23%,
    2% 56%,
    0 60%,
    0% 100%,
    15% 100%,
    17% 96%,
    25% 96%,
    27% 100%,
    100% 100%,
    100% 8%,
    98% 3%,
    75% 3%,
    73% 0
  );
}

.play2chess_banner {
  clip-path: polygon(
    0% 0%,
    0 19%,
    2% 23%,
    2% 56%,
    0 60%,
    0% 100%,
    14% 100%,
    17% 96%,
    25% 96%,
    28% 100%,
    100% 100%,
    100% 8%,
    98% 3%,
    75% 3%,
    73% 0
  );
  max-width: 500px;
  background: linear-gradient(
      146.88deg,
      rgba(0, 104, 255, 0) 1.03%,
      #0068ff 96.13%
    ),
    linear-gradient(0deg, rgba(11, 21, 48, 0.5), rgba(11, 21, 48, 0.5));
  padding: 1px;
}

.play2chess_path {
  clip-path: polygon(
    0% 0%,
    0 19%,
    2% 23%,
    2% 56%,
    0 60%,
    0% 100%,
    14% 100%,
    17% 96%,
    25% 96%,
    28% 100%,
    100% 100%,
    100% 8%,
    98% 3%,
    75% 3%,
    73% 0
  );
}

.play2chess_path img {
  max-width: 500px;
  height: 450px;
  object-fit: cover;
}

.section_content h5 {
  color: #fff;
}

.content_defauld {
  color: rgba(255, 255, 255, 0.5);
}

.content_defauld p {
  color: rgba(255, 255, 255, 0.5);
}

.content_defauld h2,
.content_defauld h5,
.content_defauld h6 {
  color: #fff;
}

.content_defauld h6 {
  color: #fff;
  font-size: 22px;
  font-family: "Praysire Demo";
  font-weight: 400;
}

.content_defauld ul {
  list-style: none;
  padding: 0px;
}

.content_defauld ul li {
  background: url(../images/bullet-points.svg) 0px 2px no-repeat;
  margin-bottom: 10px;
  padding-left: 30px;
}

.sports_list {
  padding-top: 50px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.sports_list p {
  font-size: 20px;
  padding-top: 10px;
}

.esports {
  text-align: center;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.esports_icon {
  background: url(../images/sports_shape.svg) 50% 50% no-repeat;
  background-size: contain;
  margin: auto;
  width: 185px;
  height: 214px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.accordion-item {
  border-left: none;
  border-right: none;
  border-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.20);
background: rgba(255, 255, 255, 0.05);
padding: 30px 50px 20px 50px;
}

.accordion-button {
  	color: #fff;
    background: transparent;
    padding: 0 0 5px 0;
    line-height: 1.9em;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: transparent;
}

.accordion-body {
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  text-align: start;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button::after {
  background-image:  url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion{
  --bs-accordion-btn-focus-box-shadow: none;
}

.blog_content {
  width: 100%;
  margin-right: 3rem;
}

.Sidebar {
  width: 100%;
  max-width: 355px;
}

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

input[type="search"] {
  border-radius: 25px !important;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}

.search-form .search-submit {
  display: none;
}

.search-form label {
  display: none;
}

h2.widget-title {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0px;
  font-family: "Praysire Demo";
  color: #fff;
  padding-top: 15px;
}

.clutch-widget {
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: center;
  clip-path: polygon(
    0% 0%,
    0 19%,
    2% 23%,
    2% 56%,
    0 60%,
    0% 100%,
    14% 100%,
    17% 96%,
    25% 96%,
    28% 100%,
    100% 100%,
    100% 8%,
    98% 3%,
    75% 3%,
    73% 0
  );
}

.profile-widget-up,
.sdbr_cta {
  clip-path: polygon(
    0% 0%,
    0 19%,
    2% 23%,
    2% 56%,
    0 60%,
    0% 100%,
    14% 100%,
    17% 96%,
    25% 96%,
    28% 100%,
    100% 100%,
    100% 8%,
    98% 3%,
    75% 3%,
    73% 0
  );
  max-width: 500px;
  /*border: #ff0 1px solid;*/
  background: linear-gradient(
      146.88deg,
      rgba(0, 104, 255, 0.2) 1.03%,
      #0068ff 96.13%
    ),
    linear-gradient(0deg, rgba(11, 21, 48, 0.2), rgba(11, 21, 48, 0.2));
  padding: 1px;
  margin-bottom: 15px;
  backdrop-filter: blur(10px);
}

.sidebar_box {
  color: rgba(255, 255, 255, 0.5);
  background: #07112d;
  clip-path: polygon(
    0% 0%,
    0 19%,
    2% 23%,
    2% 56%,
    0 60%,
    0% 100%,
    14% 100%,
    17% 96%,
    25% 96%,
    28% 100%,
    100% 100%,
    100% 8%,
    98% 3%,
    75% 3%,
    73% 0
  );
}

.sidebar_box p {
  color: rgba(255, 255, 255, 0.5);
}

.profile-widget-inner,
.sdbr_cta_inner {
  padding: 20px;
  /*background: rgba(0,0,0,0.8);*/
  clip-path: polygon(
    0% 0%,
    0 19%,
    2% 23%,
    2% 56%,
    0 60%,
    0% 100%,
    14% 100%,
    17% 96%,
    25% 96%,
    28% 100%,
    100% 100%,
    100% 8%,
    98% 3%,
    75% 3%,
    73% 0
  );
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

.profile-widget-up-btn-a {
  display: block;
  margin: 7px;
  height: 21px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.profile-widget-up-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 70px;
  max-height: 70px;
}

.profile-widget-btn-logo {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.up-btn-logo {
  width: 70px !important;
}

.Frlc-btn-logo {
  width: 90px !important;
}

.pph-logo-widget {
  text-indent: -999em;
  display: inline-block;
  direction: ltr;
  background: transparent
    url(http://www.peopleperhour.com/css/pph2/sprites/hireme.png?70d3c582)
    no-repeat -10px -11px;
  margin-top: -1px;
  vertical-align: middle;
  width: 120px !important;
}

.profile-widget-up-btn {
  clear: both;
  float: none;
  display: inline-block;
  width: 100%;
  margin-top: 0.3em;
  background: #37a000;
  padding: 0 0.8em;
  border-radius: 3px;
  box-shadow: 0 -2px 0 #1e5601 inset, -1px 0 0 #1e5601 inset;
}

.Frlc-btn {
  background: #0070ff;
  box-shadow: 0 -2px 0 #124d98 inset, -1px 0 0 #124d98 inset;
}

.pph-btn {
  background-color: #fe6b21;
  box-shadow: 0 -2px 0 #d26000 inset, -1px 0 0 #d26000 inset;
}

.rpwwt-widget ul li {
  margin: 0px;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  padding: 15px 0px;
}

.rpwwt-widget ul li img {
  margin: 0px;
  margin-right: 15px;
}

.blog_sidebar nav ul {
  list-style: none;
  margin: 0;
  padding: 0px 0px 30px 0px;
}

.blog_sidebar nav ul li.cat-item {
  text-align: right;
  font-size: 12px;
  color: #b69996;
  padding: 15px 0px !important;
  display: block;
  list-style: none;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.blog_sidebar nav ul li.cat-item a {
  float: left;
}

.blog_sidebar nav ul li.cat-item a {
  color: #969696;
  font-size: 16px;
  overflow: hidden;
}

/* MODAL */
.modal {
  z-index: 99999999;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}

.input-effect {
  width: 100%;
}

.popup-box_middal .form-label {
  display: block;
  margin-bottom: 0;
  margin-top: 25px;
}

.modal-content {
  background-color: #003d96;
  color: #ffff;
}

.modal .form-control:focus {
  box-shadow: none;
}

.modal .form-control::placeholder {
  color: #fff;
}

.modal .form-control,
.modal textarea {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #6d80de;
  color: #fff;
  border-radius: 0;
}

.modal input[type="file"] {
  color: #fff;
  padding: 0.7em;
  color: #fff;
}

/* .modal input[type=file]::file-selector-button{
    visibility: hidden;
    color: transparent;
    display: none;
    background: red;
} */
.modal .modal-header {
  position: absolute;
  right: 7px;
  top: 7px;
  border: 0;
}

.modal .modal-header button {
  color: #fff;
  background: url(https://rgigames.com/wp-content/themes/rgisports/assets/images/close.svg);
  background-size: cover;
  opacity: 1;
}

.request-text input {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background-color: transparent;
  border: 0;
}

.btn-check:checked + .btn,
.btn-check:active + .btn,
.btn:active,
.btn.active,
.btn.show {
}

.popup-box_middal h5 {
  margin: 30px 0 7px;
}

.modal .wpcf7-list-item {
  margin-left: 0;
}

.modal-body .request-text .wpcf7-spinner {
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}

.modal-body .request_btn_content {
  margin-bottom: 30px;
}

.popup-box_middal .row .col-md-6 {
  width: 47%;
}

.intl-tel-input .country-list {
  background-color: #003d96;
}

.Phone-icon {
  width: 30px;
	height: 30px;
}

.gaming-idea .left-to-right .request_btn_content:first-child {
  margin-right: 20px;
}

.gaming-services {
  color: #fff;
  border: 0.15em solid var(--glow-color);
  text-align: center;
  background: rgb(0 4 47 / 50%);
  display: none;
}

.gaming-services span {
  padding: 5px;
  font-size: 18px;
}

.getaquote .request-text a img,
.callus .request-text a img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 6px;
}

.request_btn_content.callus {
  width: 159px;
  animation: border-flickerr 10s ease-in-out infinite;
}

.request_btn_content.callus a {
  justify-content: center;
}

.callus .request-text::after {
  width: 45.5px;
  clear: both;
  top: 14px;
  right: -5px;
  transform: rotate(41deg);
}

.getaquote.request_btn_content a {
  justify-content: start;
  padding-left: 15px;
}

/* .gaming-idea .getaquote.request_btn_content{
    width: 220px;
}
.gaming-idea .getaquote.request_btn_content .request-text::after {
    position: absolute;
    content: "";
    width: 54.5px;
    height: 1px;
    background-color: #E77D24;
    clear: both;
    top: 14px;
    right: -3px;
    transform: rotate(31deg);
} */

.fa_mr {
  margin-right: 0.5rem;
}

a.elementor-button-link.elementor-button.elementor-size-xs {
  clip-path: polygon(
    0% 0%,
    0% 20%,
    2% 24%,
    2% 56%,
    0 60%,
    0% 100%,
    15% 100%,
    18% 90%,
    25% 90%,
    28% 100%,
    100% 100%,
    100% 25%,
    95% 6%,
    75% 6%,
    73% 0
  );
}

.Quote_btn {
  clip-path: polygon(
    0% 0%,
    0% 20%,
    2% 24%,
    2% 56%,
    0 60%,
    0% 100%,
    15% 100%,
    18% 90%,
    25% 90%,
    28% 100%,
    100% 100%,
    100% 25%,
    95% 6%,
    75% 6%,
    73% 0
  );
  margin: 0 20px;
}

a.elementor-button-link.elementor-button.elementor-size-xs.elementor-animation-push {
  color: #fff;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

ol li {
  padding: 0 0 0 15px;
}

.we_offer h5 {
  color: #e77d24;
}
.partner{
  padding: 60px 0;
}
.partner_heading h5{
  color:  #E77D24;
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
margin-bottom: 35px;
}
.partner_heading p, .partener_box p{
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 0 0px 0;
}
.partener_box{
  /* border-bottom: 2px solid #E77D24; */
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.partener_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E77D24;
  transform-origin: left;
}
.partener_box:hover::after {
  animation: fillLine 0.5s ease-in-out forwards;
}
@keyframes fillLine {
  0% {
    transform: scaleX(0);
    width: 0;
  }
  100% {
    transform: scaleX(1);
    width: 100%;
  }
}
.partener_box h6{
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 10px 0;
}
.partener_box .partener_box_detail p{
text-align: start;
}

.we_offer p b {
  color: rgb(255, 255, 255);
}

.wpcf7-not-valid-tip {
  color: #ede955 !important;
}

.post-navigation .nav-links {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-top: 30px;
}

.tags-footer {
  margin-bottom: 30px;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  padding: 20px;
  margin-top: 20px;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.cat-title {
  padding-bottom: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
}

.span_text {
  color: fff;
}

.post-navigation .nav-links .nav-previous {
  width: 48%;
}

.post-navigation .nav-links .nav-next {
  width: 48%;
  text-align: right;
}

.post-navigation .nav-links .meta-nav {
  color: #e77d24;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  padding: 20px 30px;
  clip-path: polygon(
    0% 0%,
    0 19%,
    2% 23%,
    2% 56%,
    0 60%,
    0% 100%,
    14% 100%,
    17% 96%,
    25% 96%,
    28% 100%,
    100% 100%,
    100% 8%,
    98% 3%,
    75% 3%,
    73% 0
  );
  max-width: 500px;
  background: linear-gradient(
      146.88deg,
      rgba(0, 104, 255, 0.2) 1.03%,
      #0068ff 96.13%
    ),
    linear-gradient(0deg, rgba(11, 21, 48, 0.2), rgba(11, 21, 48, 0.2));
  margin-bottom: 15px;
  backdrop-filter: blur(10px);
}

.page_title {
  padding-top: 60px;
  text-align: center;
}

.page_title .entry-header {
  background: none !important;
}

.informative_page {
  word-wrap: break-word;
}

.informative_page h2 {
  font-size: 1.5rem;
  line-height: 30px;
  color: #e77d24;
  margin: 2rem 0 1rem;
}

.informative_page h3 {
  font-size: 1.35rem;
  line-height: 1.7;
  color: #fff;
  margin: 1.5rem 0;
}

.informative_page a {
  color: #b1b1b1;
}

.informative_page p {
  margin: 1rem 0;
  line-height: 1.7;
  color: #f4f3f3;
}

/* .informative_page ul li {
    margin-bottom: 1.5rem;
} */
.informative_page ul,
.informative_page ol li,
.informative_page ul li {
  margin: 0.5rem 1rem;
  line-height: 1.7;
}

.table_dv {
  background: #c2c2c2;
  color: #000;
  padding: 2rem 3rem;
}

.table_dv ol li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.elementor-kit-404 {
  --e-global-color-text: rgba(255, 255, 255, 0.9);
}

.content_section {
  scroll-margin-top: 6em;
}

.content_section h2 {
  scroll-margin-top: 5em;
}

.copyright span {
  padding: 0px 15px;
}

.copyright a {
  margin: 0px 10px;
color: #fff;
}

.copyright a:hover {
  color: rgba(255, 255, 255, 1);
}

.contact-details .social-icon li {
  transition: all 0.5s;
  background: #ffffff;
  width: 50px;
  font-size: 25px;
  height: 50px;
  display: inline-block;
  margin: 0px 15px 15px 0px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.contact-details ul.social-icon li a {
  color: #000;
}

.contact-details .social-icon li:nth-child(1):hover {
  background: linear-gradient(45deg, #0062ff, #1ad7fd);
}

.contact-details .social-icon li:hover a i {
  color: #fff;
}

.contact-details .social-icon li:nth-child(2):hover {
  background: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
}

.contact-details .social-icon li:nth-child(3):hover {
  background: #1c9cea;
}

.contact-details .social-icon li:nth-child(4):hover {
  background: #0c61bf;
}

.contact-details .social-icon li:hover {
  transform: rotate(360deg) scale(1.3);
}

.post_date {
  color: #767676;
  position: relative;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  padding-bottom: 15px;
  text-transform: uppercase;
}

#trinity-audio-table {
  background: #ffffff;
  margin-top: 2rem;
  box-sizing: unset;
  border-radius: 10px;
}

td#trinity-audio-tab {
  padding: 15px !important;
}

h2.h1.strength-count,
.head {
    color: #E77D24;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.opacity-10 {
  opacity: 0.1 !important;
}

/* .footer_box{
    background: rgb(0,0,0,0.2);
    margin-top: -2rem;
    padding: 2rem;
    border: solid 1px rgb(255,255,255, 0.2);
    border-radius: 6px;
    box-shadow: inset 3px 0px 59px rgb(155,155,155, 0.2);
	-webkit-clip-path: polygon(0% 0%, 0 18%, 4% 24%, 4% 53%, 0 61%, 0% 100%, 14% 100%, 17% 94%, 25% 94%, 28% 100%, 100% 100%, 100% 15%, 95% 7%, 75% 7%, 73% 0);
    clip-path: polygon(0% 0%, 0 18%, 4% 24%, 4% 53%, 0 61%, 0% 100%, 14% 100%, 17% 94%, 25% 94%, 28% 100%, 100% 100%, 100% 15%, 95% 7%, 75% 7%, 73% 0);
} */
.foot_p {
  max-width: 460px;
  line-height:1.8em;
}

@media (max-width: 767px) {
  .footer_box {
    margin-top: 0.3rem;
  }
}

.elementor a {
  text-decoration: none;
  font-family: "Roboto";
}

.foot_country{
	border: solid 1px #f9f9f940;
	padding: 15px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	font-family: "Praysire Demo";
	color: #e77d24;
}

.blog_read{text-align: left !important;}

@media(max-width: 575px){
	.foot_DMCA{
	text-align: center !important;
    padding-top: 1rem;
	}
	.foot_c{flex-direction:column;}
}

.about_img_CTA{
	 max-width: 175%;
    left: -2rem !IMPORTANT;
    margin: -7rem;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-bottom: -1.8rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 800px !important;
    left: auto !important;
    border-radius: 0 0 10px 10px !important;
	margin-top: 1rem !important;
}

@media(min-width: 780px){
	.believe-right{
	text-align: right;
	}
}

.phil_bottom{
	font-size: 110px !important;
    right: 0px;
}


/*
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 700px !important;
    left: auto !important;
    border-radius: 0 0 10px 10px !important;
    margin-top: 1rem !important;
    background: #021e4c !important;
} */

.foot_country p, .copyright p{font-size: 15px;}
.ubermenu-skin-trans-black .ubermenu-target{
  text-align: start !important;
}

ul.ubermenu-submenu.ubermenu-submenu-id-1731.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    padding: 0rem 1rem 0.6rem;
}

@media(min-width: 956px){
.ubermenu-submenu.ubermenu-submenu-id-2362.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
ul.ubermenu-submenu.ubermenu-submenu-id-1731.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu-submenu.ubermenu-submenu-id-2395.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    border-radius: 0 0 10px 10px;
    border: solid 1px #f9f9f955;
    border-top: none;
}
}
ul.ubermenu-tab-content-panel.ubermenu-column.ubermenu-column-3-4.ubermenu-submenu-type-tab-content-panel {
    padding: 0.3rem 0rem 0px 2rem;
	background: #33333375;
    border-radius: 0 0 10px 0;
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group{
	border-right: solid 1px #f9f9f935;
}
.ubermenu-skin-trans-black .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target{
	color: #fff;
}
ul#ubermenu-nav-main-3-primary {
    font-size: 1rem;
}
.ubermenu .ubermenu-nav .ubermenu-column-3-4{
	width: 70%;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-4{
	width: 30%;
}
span.ubermenu-target-title.ubermenu-target-text {
    padding-right: 0.6rem;
}

.elementor-widget-container p {
    color: #FFFFFF;
}

.elementor a{
	color: #939393;
}

.form-label span{
	color: #e77d24;
	font-size: 1.3rem;
}

.start_a_project .wpcf7-textarea{
	height: 76px;
}

.info_box{
	padding: 1rem 1rem 1.5rem 1rem;
    background: #ffffff05;
    border-radius: 0.7rem 0.7rem 0 0;
}

.partner_heading h2 {
    font-size: 60px;
	text-align: center;
}

.rating {
    display: inline-block;
    color: orange;
}

.copyright p a {
    color: #a9a9a9;
    padding: 0 15px;
    border-right: 1px solid #a9a9a9;
    line-height: 14px;
}

.copyright p a:last-child {
    padding-right: 0px;
    border: none;
	margin-left: 0;
    padding-left: 7px;
}

/* .philosophy-box:hover {
    background: linear-gradient(-60deg, #ff585825 0%, #f0981925 100%);
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 40px 18px;
} */

.philosophy-box::after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
	border: solid 1px #F9F9F945;
    transform-origin: left;
}

.philosophy-box:hover::after {
    animation: fillLine 0.5s ease-in-out forwards;
}

.hero-banner .gaming-idea {
  background: none;
}

.menu a:hover {
    border-bottom: solid 1px;
}



.top-hader-bar li {
    padding-left: 30px;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.top-hader-bar li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.header ul li a.active:before,.header ul li a.active:after{
	display:none;
}
.gaming__solutions a.active span{
    color: #e77d24;
}
.top-hader-bar .fas.fa-phone-alt.me-2 {
    transform: rotate(90deg);
}
.header{
	height:auto;
}
.topheadercontainer{display:none;}
.menu.col-md-4{
	list-style:none;
	padding-left:.5rem;
}
.menu.col-md-4 li a{
	text-decoration:none;
}
.menu.col-md-4 li a:hover, .menu.col-md-4 li a:focus {
    color: #e77d24;
}
img.twitter-new {
    width: 40px;
}
i.ubermenu-sub-indicator.fas.fa-angle-down {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
	color: #fff;
}
.ubermenu .ubermenu-nav .ubermenu-column-full a.active.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    width: 100%;
    display: inherit;
    text-align: left;
    padding: 10px 15px;
}
.ubermenu .ubermenu-nav .ubermenu-column-full a.active.ubermenu-item-layout-default.ubermenu-item-layout-text_only .ubermenu-sub-indicator{
   color: #e77d24;
}


.Faq_mx{
	padding-right: 3rem;
    padding-left: 3rem;
}

.top_m{margin-top: -3rem}

.swiper.testimonialswiper1 {
    margin: 0 3.5rem;
}

.sol_mp{
	padding-right: 3rem;
    padding-left: 3rem;
	margin-right: 3rem;
    margin-left: 3rem;
	margin-top: 1.5rem;
	text-align: center;
}

.nav-contact {
	margin-left:0 !important;
	font-weight: 700;
}

.ban_mx{
	margin-top: 6rem;
	padding-left: 3rem;
}

@media screen and (max-width:575px){
.Faq_mx{
	padding-right: 0rem;
    padding-left: 0rem;
	text-align: center;
	}

.ban_mx{
	margin-top: 3rem;
	padding-left: 0rem;
}
.swiper.testimonialswiper1 {
    margin: auto;
}
	.top_m{margin-top: 0rem;}
	.sol_mp{
	padding-right: 0rem;
    padding-left: 0rem;
	margin-right: 0rem;
    margin-left: 0rem;
}
	.nav-contact {
	margin-left: 1.2rem !important;
	}
	
	.steps_ele_tophead_p{
	margin-top: -3.5rem !important;
}
}

body:not(.rtl) .ubermenu-skin-trans-black.ubermenu-horizontal .ubermenu-item-level-0:first-child>.ubermenu-target {
    padding-right: 5px;
}

.sol_box{
  background: rgba(255,255,255,.05);
  padding: 10px 30px;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sol_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E77D24;
  transform-origin: left;
}

.sol_box h6{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 10px 0;
	text-transform: uppercase;
}
.sol_box .sol_box_detail p{
text-align: start;
}

.sol_box:hover::after {
  animation: fillLine 0.5s ease-in-out forwards;
}
/* 
.sol_box_icon{
	margin-top: -6rem;
    border: solid 1px #c9c9c9;
    padding: 1rem;
    border-radius: 1rem;
    background: #f9f9f9;
} */


.dis-row{
	background: url(../images/ideas_bg.jpg) no-repeat;
    border-radius: 8px;
    background-size: 100% 100%;
    box-shadow: inset 0 0 0 2000px rgb(0,0,0,0.4);
}

.dis-wrap .orion-image {
    padding: 18px 10px;
    text-align: center;
    background-color: #ecf2fe35;
    border-radius: 0 0 80px 0;
}

.dis-wrap {
    overflow: hidden;
    margin: 0 110px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.cta-btn a.btns:hover, a.btns:hover {
    background-color: #1cbe83;
    background-position: -100% 100%;
}

.cta-btn a.btns {
    padding: 0.6em 2em !important;
    font-weight: 700;
}

a.btns {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
	transform: skew(-20deg);
    padding: 0.9em 1.3em;
    margin: 5px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right,transparent 50%,rgb(233, 124, 36) 40%);
    transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
    font-size: 15px;
    font-weight: 500;
}

.shak, .shake:hover {
    -webkit-animation-name: shak;
    -webkit-animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
	animation-name: shak;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: 50% 100%;
/* 	animation: shak 0.5s infinite; */
}

@keyframes shak {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.cta_head{
	color: #e77d24;
    font-family: 'Praysire Demo';
    font-size: 44px;
}

.hire_head{
	color: #e77d24;
    font-family: 'Praysire Demo';
}

.faq_btn{
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	background: #e97c24 !important;
}

.fa-btn{
/* 	transform: rotate(45deg); */
	animation: arrow 2s infinite;
}

.nv-btn-ani{animation:pulse 500ms infinite;}

.accordion-item:hover{
	transform: scale(1.05);
}

.ubermenu-skin-trans-black .ubermenu-item-level-0>.ubermenu-target{box-shadow: none; -webkit-box-shadow: none;}

.steps_ele_tophead{
    color: rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: calc(6vw + 65px);
    font-style: normal;
    font-weight: 400;
    line-height: calc(6vw + 65px);
    text-transform: uppercase;
    max-width: fit-content;
    margin: auto;
    }

.steps_ele_tophead_p{
	margin-top: -4rem;
	font-family: "paryside demo";
	color: #e47c25 !important;
	position: relative;
}

.steps_ele_para{
	color: rgba(255, 255, 255, 0.5) !important;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.intopoints {
    background-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
	transform: skew(-20deg) !important;
    padding: 0.9em 1.3em;
}

.we_offer b.h5, h3.eael-elements-flip-box-heading {
    font-family: "Praysire Demo";
    font-size: 1.5rem;
}

.section-heading h2.pt-3 {
    font-size: calc(1vw + 15px) !important;
}

.bg-osl{
	font-size: 16px;
	transform: rotate(45deg);
	animation: arrow 2s infinite;
}