.gaming-icon-box {
  display: none;
  justify-content: center;
}
.gaming-icon-box .gaming-item-container {
  padding-top: 20px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  min-width: 200px;
  height: max-content;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: -o-max-content;
  height: 100%;
  border-bottom: 5px solid transparent;
}
@media screen and (min-width: 1025px) {
  .gaming-icon-box .gaming-item-container:hover {
    border-bottom: 5px solid #0565ba;
  }
}
@media screen and (max-width: 1400px) {
  .gaming-icon-box .gaming-item-container {
    min-width: 125px;
  }
}
.gaming-icon-box .gaming-item-container .gaming-icon {
  height: 80px;
}
.submenu-line {
  display: inline-flex;
  justify-content: space-between;
  color: white;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .submenu-line {
    display: none !important;
  }
}
.more-icon {
  color: white;
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .more-icon {
    display: inline !important;
    position: absolute !important;
    right: 10px !important;
    top: 48% !important;
    cursor: pointer;
    padding: 15px 20px;
    transform: translateY(-50%);
  }
}
.make-flex {
  display: flex !important;
}
@media screen and (min-width: 1025px) {
  .remove-border-bottom {
    border-bottom: 0;
  }
}
.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.45);
}
.site-header .desktop-menu-background {
  position: absolute;
  width: 100%;
  top: 60px;
  background: white;
  opacity: 0.8;
  z-index: 5;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}
.site-header .desktop-menu-background .inner-background {
  height: 250px;
}
@media only screen and (max-width: 1024px) {
  .site-header .desktop-menu-background {
    display: none;
  }
}
nav {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
}
nav .header-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  nav .header-container {
    display: block;
    padding: 0;
    bottom: -17px;
    position: relative;
  }
}
nav .header-container .logo-box {
  text-align: left;
  margin-right: auto;
}
nav .header-container .logo-box .mobile-menu-toggle-icon {
  display: none;
}
nav .header-container .logo-box .img-responsive {
  height: 55px;
  *width: 210px;
}
nav .header-container .logo-box .text-of-logo {
  margin-top: -18px;
}
nav .header-container .logo-box .text-of-logo span {
  margin-left: 56px;
  color: white;
  font-size: 8px;
}
@media screen and (max-width: 1024px) {
  nav .header-container .logo-box .text-of-logo span {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  nav .header-container .logo-box {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    position: relative;
    top: 8px;
  }
  nav .header-container .logo-box .mobile-menu-toggle-icon {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    color: white;
    top: auto;
    transform: translateY(4px);
  }
  nav .header-container .logo-box .img-responsive {
    position: relative;
    height: 40px;
    width: 180px;
  }
}
nav .header-container ul {
  list-style: none;
  padding: 0 2em;
  margin: 0;
  min-height: 75px;
  width: 56%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  nav .header-container ul {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-inline-start: 0;
    padding: 0;
    display: none;
    background-color: black;
    position: relative;
    top: 10px;
  }
}
nav .header-container ul li {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  nav .header-container ul li {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  nav .header-container ul li:hover > a {
    color: white;
    border-bottom: 5px solid #0565ba;
  }
  nav .header-container ul li:hover > ul {
    display: block;
  }
}
nav .header-container ul li a {
  color: white;
  display: block;
  text-decoration: none;
  height: 75px;
  line-height: 75px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  nav .header-container ul li a {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8em;
    border-bottom: 1px solid #ccc;
    width: 100%;
    color: white;
    padding-top: 0;
  }
}
nav .header-container ul li ul {
  background: rgba(0, 0, 0, 0.45);
  padding: 0;
  text-align: center;
  display: none;
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0px;
  list-style-type: none;
  /* no default bullets */
}
nav .header-container ul li ul li a {
  text-transform: none;
  /*
							&::before {
							  content: "■";		
							  color: @main_turquoise;	
								font-size: 26px;
								padding-right: 5px;								
							}	
							*/
}
@media screen and (max-width: 1024px) {
  nav .header-container ul li ul {
    display: none;
    position: relative;
    top: 0;
    left: 0;
  }
  nav .header-container ul li ul li a {
    display: block;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    background: white;
    color: #464646;
    font-size: 0.75em;
    margin-left: 0;
  }
}
nav .header-container .search-icon-box {
  cursor: pointer;
  padding-top: 15px;
}
nav .header-container .search-icon-box .form-group {
  display: flex;
  margin-bottom: 5px !important;
}
nav .header-container .search-icon-box .form-group #search {
  border: 0;
  border-bottom: 1px solid #00afcb;
  background-color: transparent;
  padding-left: 10px;
  color: #00afcb;
  font-size: 13px;
  display: none;
}
@media screen and (max-width: 1024px) {
  nav .header-container .search-icon-box .form-group #search {
    display: initial;
    width: calc(100% - 40px);
    height: 30px;
  }
}
nav .header-container .search-icon-box .form-group #form-button {
  background-color: transparent;
  border: 0;
  color: #00afcb;
  font-size: 15x;
  display: flex;
  align-items: center;
  margin-left: 12px;
}
nav .header-container .search-icon-box .form-group #form-button .close-icon {
  font-size: 25px;
  margin-left: 10px;
  display: none;
}
@media screen and (max-width: 1024px) {
  nav .header-container .search-icon-box {
    text-align: right;
    padding: 10px;
    background-color: azure;
    display: none;
  }
}
nav .header-container .language-bar {
  font-size: 14px;
}
nav .header-container .language-bar a {
  color: white !important;
}
nav .header-container .language-bar .vertical-line {
  color: white;
  padding: 0 5px;
}
@media screen and (max-width: 1024px) {
  nav .header-container .language-bar {
    position: absolute;
    top: 29px;
    font-size: 12px;
    right: 44px;
  }
  nav .header-container .language-bar a {
    margin-right: 5px;
  }
}
