body {
  font-family: "Poppins", serif;
}
/* * {
  border: 1px solid #f00;
} */
header{
    position: fixed;
    width: 100%;
    z-index: 3;
    transform: translate(0px, 16px);
    /* background: #fff; */
}
.newHeader{
  transition: all .2s ease;
}
.newHeader.fixed {
  transform: translate(0px, 0px) !important;
}
.newHeader.scrolled{
  transition: all 1s ease;
  transform: translate(0, -122px);
}
header .navbar {
  /* box-shadow: inset 0 -3px 0px #00000013; */
  height: 92px;
}
header .navbar .container {
  border-radius: 10px;
  height: 100%;
  padding: 15px;
  box-shadow: 0px 0px 24px 0px #0000003D;
}
.newHeader.fixed .navbar .container{
  border-radius: 0 0 10px 10px;
  transition: all ease-in-out .5s;
}
header .navbar-brand {
  width: 160px;
  /* height: 64px; */
  padding: 0 5px;
  float:left;
  margin-top: 8px;
}
header .navbar-brand img {
  /* height: 64px; */
  width: 100%;
}
header .navbar-nav {
  /* padding-top: 30px; */
  /* height: 92px; */
  float:right;
  /* margin-top: 10px; */
  /*margin-bottom: 12px;*/
}
header .navbar-nav > li {
  padding: 0 0 0 10px;
  /* height: 100%; */
  display: inline-block !important;
  position: relative;
}
header .navbar-nav li > a {
  text-transform: uppercase;
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 500;
  /* height:95%; */
  text-decoration:none;
}
/* header .nav > li > a:focus,
header .nav > li > a:hover {
  background-color: transparent !important;
  color: #e74c3c;
} */
header .nav > li.flm5 {
  margin-left: 40px;
}
header .nav > li > .hirebutton {
  background: #fff;
  border:1px solid #e74c3c;
  border-radius: 50px;
  padding: 10px 18px;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 19px;
  height:auto;
  text-transform: uppercase;
  
}
header .nav > li > .hirebutton:hover,
header .nav > li > .hirebutton:focus {
  background: #c43c2d !important;
  color: #fff !important;
}
header .nav > li > .hirebutton:hover img{
  filter: invert(1);
}
header .nav > li > .ctabutton {
  background: #e74c3c;
  border-radius: 50px;
  color: #fff !important;
  padding: 10px 18px;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 19px;
  height:auto;
  text-transform: uppercase;
}
header .nav > li > .ctabutton:hover,
header .nav > li > .ctabutton:focus {
  background: #c43c2d !important;
}
header .nav > li > a > img{
  margin-top: -2px;
}
.megaMenu {
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1170px;
  height: auto;
  opacity: 0;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  visibility: hidden;
}
.megaMenu > .container{
  box-shadow: 0px 8px 24px 0px #0000003D !important;
  border-top: 1px solid #e74c3c;

}
header .navbar-nav > li:hover > .megaMenu{
  opacity: 1;
  transition: all 0.2s ease-in;
  pointer-events: all;
  /* box-shadow: 0 5px 6px #0000004f; */
  visibility: visible;
}
.megaMenu li > .container{
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #e74c3c;
  padding:0 15px;
  overflow: hidden;
}
.menuShadowContainer{
  box-shadow: 0px 8px 24px 0px #0000003D !important;
  border-top: 1px solid #e74c3c;
  border-radius: 0 0 10px 10px;
  padding:0 15px;
  /* overflow: hidden; */
  position: relative;
}
header .navbar-nav > li > a:hover,
header .navbar-nav > li > a:focus,
header .navbar-nav > li.active > a{
    background-color: #e74c3c !important;
    border-radius: 50px;
    color: #fff;
}
/* header .navbar-nav > li > a::after */
.pointer{
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #e74c3c;
  border-radius: 2px;
  top: -10px;
  left: 15%;
  margin: 0 auto;
  z-index: 0;
  background: #fff;
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
  /* opacity: 0; */
}
.flm1 .pointer{
  left: 25%;
}
.flm3 .pointer{
  left: 12%;
}
.flm4 .pointer{
  left: 20%;
}
.flm5 .pointer{
  left: unset;
  right: 38%;
}
/* header .navbar-nav > li > a:hover::after,
header .navbar-nav > li.active > a::after{
  transition: all 0.3s ease-in;
  opacity: 1;
} */
/* header .navbar-nav > li > a:hover
header .navbar-nav > li.active > a:hover{
  background-color: #c43c2d;
  border-radius: 50px;
  color: #fff;
} */
 header .navbar-nav > li > a:hover img,
header .navbar-nav > li.active > a img{
  filter: invert(1);
}
/*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:85px;
}
header .navbar .megaMenu-submenu {
  list-style: none;
  padding: 0;
  position: relative;
  /* border-right: 1px solid #dfdfdf; */
  /* min-height:312px; */
}

.megaMenu-submenu > li {
  padding-bottom: 24px;
  position:relative;
  /* box-shadow: 0 1px #dfdfdf; */
}
.megaMenu-submenu > li:last-child {
  margin-bottom: 0;
}
.megaMenu-submenu li > a {
  text-transform: capitalize !important;
  font-weight: 500;
  color: #2F2F2F;
  text-decoration: none;
  padding: 0 !important;
  display: block;
  font-size: 15px !important;
}
.megaMenu-submenu li a:hover,
.megaMenu-submenu li.active a {
  color: #e74c3c !important;
}
.megaMenu-submenu li a .activeArrow {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.megaMenu-submenu li a:hover .activeArrow,
.megaMenu-submenu li.active a .activeArrow {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.megaMenu-submenu li a p{
  margin: 0;
  font-size: 12px !important;
  color: #4D4D4D !important;
  line-height: 19px;
}
.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: #FDEDEB;
}
.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 ul li{
  margin-bottom: 10px;
}
.megaSudmenu-Child div a,
.megaSudmenu-Child ul li a{
  font-size: 12px !important;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  padding: 7px 0;
  text-decoration: none;
  color:#000;
}
.megaSudmenu-Child div a:hover,
.megaSudmenu-Child ul li a:hover{
  background: none;
  color: #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: 0 0 5px 0;
  margin-bottom: 5px;
}
.single-menu li a {
  text-decoration: none;
  display: block;
  text-transform: capitalize !important;
  font-weight: 500;
  font-size:15px !important;
  margin-bottom: 14px;
}
.single-menu li a:hover{
    color: #e74c3c;
}

.single-menu li p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #4D4D4D;
}
.single-menu li img{
  border-radius: 16px;
  width: 78px;
  margin-right: 10px;
}
.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: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 4px;
  padding: 0 8px;
  object-fit: contain;
  /* opacity: .3; */
  transition: all ease-in-out 0.3s;
  background-color: #F0F0F0;
}
.menuIcon img{
  width: 100%;
}
.megaMenu-submenu li a:hover .menuIcon, 
.megaMenu-submenu li.active a .menuIcon{
  /* opacity: 1; */
  transition: all ease-in-out 0.3s;
  background-color: #e74c3c;
}
.megaMenu-submenu li a:hover .menuIcon img, 
.megaMenu-submenu li.active a .menuIcon img{
  filter: invert(1) brightness(4);
}
.single-menu li a:hover .menuIcon{
  opacity: 1;
  transition: all ease-in-out 0.3s
} 
.no-s-padding{
    padding-left:0 !important;
}
.rightBorder{
  border-right:1px solid #F5B7B1;
}
.topBorder{
  border-top:1px solid #e74c3c;
}
.sideMenuBg{
  background-color: #FDEDEB;
}
.megaMenu-submenu > li a{
  position: relative;
}
.megaMenu-submenu > li:hover a:before,
.megaMenu-submenu > li.active a:before{
  content: '';
  position: absolute;
  top: 15px;
  right: -9px;
  width: 15px;
  height: 15px;
  border: 1px solid #F5B7B1;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  background-color: #fff;
  z-index: 1;
  user-select: none;
}
.noSubMenu > li:hover a:before,
.noSubMenu > li.active a:before{
  display: none;
}
.sideMenuBg2{
  background-color: #FADBD8;
  border-radius: 0 0 10px 0px;
  overflow: hidden;
}
.menuSocial{
  list-style: none;
  padding: 0;
  margin: 0;
}
.menuSocial li{
  display: inline-block;
  margin: 0 3px;
}

.menuSocial li a img{
  width: 30px;
}
.sideMenuBg2 p{
  color: #6A6A6A;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
}
.sideMenuBg2 p a{
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 600;
}
.sideMenuBg2 h2{
  text-align: right;
  color:#fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  
}
.sideMenuBg2 h2 span{
  font-size: 20px;
}


/* 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: 100vh;
  background-color: #FDEDEB;
  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: 100vh;
  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: #FADBD8;
}
.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: #f3c2be;
}
.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
.first_level_menu_industry{
  display: block !important;
}
.menuInnerBtn,
.menuInnerBtn:hover{
    color: #fff  !important;
    background: #e74c3c !important;
    margin-top: 10px  !important;
    padding: 6px 15px !important;
    border-radius: 4px;
}
.subMenuDetails img{
  border-radius: 16px;
  margin-bottom: 24px;
  width: 100%;
  max-height: 190px;
  object-fit: cover;
}
.subMenuDetails h3{
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif !important;
  color: #2F2F2F !important;
}
.subMenuDetails p{
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 18px;
  font-family: "Poppins", sans-serif !important;
}
.subMenuDetails .BlogLink{
  padding: 10px 16px !important;
  border-radius: 50px;
  border: 1px solid #e74c3c;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase !important;
  display: inline-block;
  font-family: "Poppins", sans-serif !important;
}
/* .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) {
  header{
    transform: translate(0, 0);
  }
  .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: 70px;
  }
  .ham-icon{
    float: right;
    width: 20px;
    margin-top: 35px;
    cursor: pointer;
    height: 25px;
  }
}