a {
  text-decoration: none;
  color: black;
}

.navbar-brand {
  color: rgb(237,29,36);
  font-weight: bold;
  font-size: 16px;
}

.nav-link, .dropdown-item {
  color: black;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.2rem;
  }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
  color: #ed1d24;
}

header {
  background: white;
}

.sticky {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.search-game {
  clear: both;
  height: 40px;
  left: 20px;
  position: relative;
  width: 100%;
  z-index: 100000;
}

@media (max-width: 992px) {
  .search-game {
    left: 0;
  }
}

@media (max-width: 991px) {
  .nav-right {
    padding: 20px 0;
    border-top: 2px solid;
    margin-top: 20px;
  }
}

.form-search {
  position: relative;
  width: 275px;
}

@media (min-width: 992px) and (max-width:1399px) {
  .form-search {
    max-width: 240px;
  }
}

@media (max-width: 991px) {
  .form-search {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .search {
    margin-bottom: 10px;
  }
}

.navbar-toggler {
  border: none;
}

.search-bar {
  border: 1px solid rgba(0, 0, 0, 0.175);
  box-shadow: inset 0 -1px 0 #fff;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  text-indent: 0;
  outline: none;
}

.icon-search {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 13px;
  color: #ee1d24;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
  left: auto;
  right: 0;
  margin-top: 17px;
}

/* main */

.product-section {
  padding: 70px 0 65px;
}

.heading {
  position: relative;
  margin-bottom: 30px;
}

.title-sub {
  font-weight: 400;
  display: inline-block;
  color: black;
  text-transform: capitalize;
  padding-left: 15px;
  font-size: 24px;
  margin-bottom: 0;
}

.title-sub::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 2px;
  bottom: 0px;
  background-color: #ee1d24;
}

.game-item {
  margin-bottom: 20px;
}

.game-link {
  margin-bottom: 0;
  text-align: left;
  display: block;
}

.game-link .game-card__title {
  margin-bottom: 0;
  line-height: 1.75;
  text-transform: capitalize;
  text-decoration: none;
  color: black;
  padding: 15px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.game-card__title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 7px;
}

.game-card__cover {
  width: 100%;
  height: 195px;
  object-fit: cover;
}

@media (max-width: 1399px) {
  .game-card__cover {
    height: 165px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-card__cover {
    height: 135px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .game-card__cover {
    height: 215px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .game-card__cover {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .game-card__cover {
    height: auto;
  }
}

footer {
  position: relative;
  background: rgb(246,247,248);
}

.copyright {
  padding: 20px 0;
  font-size: 18px;
}

.go-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  text-decoration: none;
  color: #ed1d24;
  background-color: white;
  font-size: 12px;
  display: none;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  text-align: center;
  z-index: 9999;
  line-height: 35px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

.go-top:hover {
  background-color: #ed1d24;
  color: white;
}

.gameFrame {
  margin-top: 20px;
}

.btn-full {
  padding: 18px 32px;
  background: black;
  border-radius: 0;
  margin: 10px 0;
  border: none;
}

.btn-full:hover {
  background: #ed1d24;
}

