body {
  font-family: "Poppins", serif;
}
/* * {
  border: 1px solid #f00;
} */
header{
    position: fixed;
    width: 100%;
    z-index: 3;
    background: #fff;
}
header .navbar {
  box-shadow: inset 0 -3px 0px #00000013;
  height: auto;
}
header .navbar-brand {
  height: auto;
  padding: 5px;
  float:left;
  margin-top: 8px;
}
header .navbar-brand img {
  height: 65px;
}
header .navbar-nav {
  padding-top: 30px;
  height: 90px;
  float:right;
    margin-top: 10px;
    /*margin-bottom: 12px;*/
}
header .navbar-nav > li {
  padding: 0 0 0 10px;
  height: 100%;
  display: inline-block !important;
}
header .navbar-nav li > a {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  height:95%;
  text-decoration:none;
}
header .nav > li > a:focus,
header .nav > li > a:hover {
  background-color: transparent !important;
  color: #e74c3c;
}

header .nav > li > .ctabutton {
  background: #e74c3c;
  border-radius: 4px;
  color: #fff !important;
  padding: 5.5px 14.29px;
  font-weight: 400 !important;
  font-size: 16px;
  margin-left:35px;
  height:auto;
}
header .nav > li > .ctabutton:hover,
header .nav > li > .ctabutton:focus {
  background: #c43c2d !important;
}
.megaMenu {
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  opacity: 0;
  
  /*transition-delay: .5s;*/
  list-style: none;
  padding: 0;
  /*padding-bottom:10px;*/
  margin: 0;
  /*pointer-events: none;*/
  min-height: 312px;
  overflow: hidden;
  visibility: hidden;
  box-shadow: 0 5px 6px #0000004f;
  transition: opacity 0.5s ease, visibility 0.5s ease, all 0.5s ease ;
}
header .navbar-nav > li:hover > .megaMenu{
  opacity: 1;
  top: 99px;
  transition: all 0.5s ease-in;
  pointer-events: all;
  box-shadow: 0 5px 6px #0000004f;
  visibility: visible;
}
header .navbar-nav > li.active > a{
    color:#e74c3c;
    box-shadow: 0 3px #e74c3c;
}
/*header .navbar-nav li.active .megaMenu {*/
/*  opacity: 1;*/
/*  top: 103px;*/
/*  transition: all 0.3s ease-in;*/
/*  pointer-events: all;*/
/*}*/
header .navbar-nav > li:not(:hover) > .megaMenu:hover{
    opacity:1;
    visibility:visible;
}
header .navbar-nav > li:not(:hover) > ul{
  transition-delay: 0.1s;
  top:99px;
}
header .navbar .megaMenu-submenu {
  list-style: none;
  padding: 0;
  position: relative;
  border-right: 1px solid #dfdfdf;
  min-height:312px;
}
.megaMenu-submenu > li {
  margin: 0px 0;
  position:relative;
  box-shadow: 0 1px #dfdfdf;
}
.megaMenu-submenu > li:last-child {
    box-shadow:none;
}
.megaMenu-submenu li > a {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 12px 15px;
  display: block;
  font-size: 13px !important;
}
.megaMenu-submenu li a:hover,
.megaMenu-submenu li.active a {
  background-color: #dfdfdf;
}
.no-padding {
  padding: 0;
}
.megaSudmenu-Child {
  position: absolute;
  left: 0;
  top: 0;
  bottom:0;
  display: none;
  list-style: none;
  padding: 0;
  width: 100%;
  padding-left: 15px;
  /*height: 100%;*/
  height: max-content;
  min-height:290px;
  background-color: #fff;
}
.megaSudmenu-Child img{
    width:92%;
    margin-top: 15px;
}
.megaMenu-submenu li:hover .megaSudmenu-Child {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.megaSudmenu-Child h3{
  margin:0;
}
.megaSudmenu-Child h3 a{
  padding:0 !important;
  line-height:1.2;
}
.megaSudmenu-Child.active {
  display: block !important;
  /*animation: fadeIn .3s ease-in-out;*/
}
.megaSudmenu-Child ul{
    list-style:none;
    padding:0;
}
.megaSudmenu-Child div a,
.megaSudmenu-Child ul li a{
  font-size: 12px !important;
  font-weight: normal;
  display: inline-block;
  text-transform: capitalize;
  padding: 7px 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color:#000;
}
.megaSudmenu-Child div a:hover,
.megaSudmenu-Child ul li a:hover{
  background: none;
  color: #e74c3c;
  border-bottom: 1px solid #e74c3c;
}
.megaMenu-submenu-active .megaSudmenu-Child {
  opacity: 1;
}
.gray-bg {
  background-color: #ecf0f3;
  padding-left: 30px;
  /*height:100%;*/
  min-height:311px !important;
}
.gray-bg a{
    text-decoration:none;
}
.menu-title {
  font-size: 16px;
  margin: 10px 0;
  color: #e74c3c;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.single-menu {
  list-style: none;
  padding: 0;
  width:80%;
}
.single-menu li {
  padding: 5px 0;
  margin-bottom: 5px;
}
.single-menu li a {
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  font-size:13px !important;
}
.single-menu li a:hover{
    color: #e74c3c;
}

.single-menu li p {
  margin: 8px 0 0;
  font-size: 12px;
}
.menu-testimonial {
  margin: 0;
  margin-top: 10px;
}
.clientImg {
  border-radius: 10px;
  overflow: hidden;
  width: 80px;
  height: 75px;
}
.clientName {
  font-size: 14px !important;
  font-weight: 600;
  margin: 0 !important;
  color: #000;
}
.clientPosition {
  font-size: 11px !important;
  font-weight: 400;
  margin: 0 !important;
}
.menuIcon{
  width: 20px;
  height: 20px;
  margin-right: 5px;
  opacity: .3;
  transition: all ease-in-out 0.3s;
}
.megaMenu-submenu li a:hover .menuIcon, 
.megaMenu-submenu li.active a .menuIcon{
  opacity: 1;
  transition: all ease-in-out 0.3s
}
.single-menu li a:hover .menuIcon{
  opacity: 1;
  transition: all ease-in-out 0.3s
} 
.no-s-padding{
    padding-left:0 !important;
}



/* MOBILE MENU */
.ham-icon{
  width: 40px;
  height: 40px;
}
.mobileHeader{
  display: none;
}
.mobile-menu-list {
  position: fixed;
  top: 0;
  left: -100%; /* Hide menu offscreen */
  width: 300px;
  height: 100%;
  background-color: #ecf0f3;
  color: #000;
  padding: 10px 0;
  box-shadow: 2px 0 5px #0000004f;
  transition: left 0.3s ease-in-out;
  z-index: 6;
  overflow: auto;
}
.mobile-menu-list.active {
  left: 0; /* Slide in the menu */
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5; /* Make sure the overlay is behind the menu */
}

.menu-overlay.active {
  display: block;
}
.mobile-menu-list ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu-list ul li{
  margin: 10px 0;
  /* padding-left: 15px; */
  /* box-shadow: 0 1px 0 0 #000; */
}
.mobile-menu-list ul li a{
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  line-height: 35px;
  padding-left: 15px;
  text-decoration:none;
  font-size: 13px;
}
.mobile-menu-list ul li span{
  display: inline-block;
  float: right;
  width: 40px;
  height: 35px;
  border-left: 1px solid #a9a9a9;
  line-height: 34px;
  box-sizing: border-box;
  text-align: center;
}
.submenu-arrow,
.sub-child-arrow {
  cursor: pointer;
  width: 15px;
}
.mobileHeader .navbar-brand{
    margin: 10px 0;
}
.mobileSubMenu{
  display: none;
  text-transform: capitalize;
  background-color: #d7e1e9;
}
.mobileSubMenu li{
  /* padding-left: 10px !important; */
  margin: 0 !important;
}
.mobileSubMenu li a{
  text-transform: capitalize !important;
}
.mobileSubMenu li a img{
  width: 25px;
  height: 20px;
  object-fit: contain;
}
.mobileSubMenu li ul li{
  padding: 0 !important;
  margin: 0;
  font-size: 12px;
}
.mobileSubMenu li ul li a{
    line-height: 30px;
    display: block;
    padding-left: 44px;
}

.mobileSubMenu.open {
  display: block;
}
.mobileSubMenu li.active > a{
    color:#e74c3c;
}
.subChildMenu{
  background-color: #a9b1b7;
}
.subChildMenu li a{
    color:#000;
}
.subChildMenu li.active{
  background-color: #e74c3c;
}
.subChildMenu li.active a{
  color: #fff;
}

/*.mobileSubMenu li.active a img{*/
/*  filter:invert(1);*/
/*}*/
.single-menu li.active a{
  color:#e74c3c;
}
.megaSudmenu-Child .active a{
  background: none;
  color: #e74c3c !important;
  border-bottom: 1px solid #e74c3c;
}
.megaSudmenu-Child .active a {
  color: #e74c3c !important; /* Ensure the link color is also applied */
}
.subArrow{
    rotate: -90deg;
    position: absolute;
    right: 10px;
    top: 18px;
}
.first_level_menu_game_developement,
.first_level_menu_portfolio,
.first_level_menu_hire_us,
.first_level_menu_company{
  display: block !important;
}
.menuInnerBtn,
.menuInnerBtn:hover{
    color: #fff  !important;
    background: #e74c3c !important;
    margin-top: 10px  !important;
    padding: 6px 15px !important;
    border-radius: 4px;
}
/* .flm1:hover .megaMenu-submenu li.active a{background-color: #a9b1b7;} */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 992px) {
  .desktopMenu{
    display: none;
  }
  .mobileHeader{
    display: block;
    position: fixed;
    z-index: 3;
    width: 100%;
    padding: 5px 10px;
    box-shadow: 0 0px 13px 0px #0000004f;
    background: #fff;
  }
  .mobileHeader .navbar-brand img{
    height: 60px;
  }
  .ham-icon{
    float: right;
    width: 20px;
    margin-top: 35px;
    cursor: pointer;
    height: 25px;
  }
}