/* Header */
.header {
  padding: 30px 0 60px;
  background: linear-gradient(180deg,
  #0a0e27 0%,
  #141a34 25%,
  #1c1f3a 50%,
  #1a1b2e 75%,
  #0e1129 100%
);
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .header {
    padding: 70px 0;
  }
}

/* navigator */
.header .navigator {
  margin-top: 130px;
  margin-bottom: 100px;
  font-family: var(--secondary-font);
}

/* title */
.header .navigator .title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--light);
  margin-right: 45px;
}

.header .navigator .title::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--light);
  right: -24px;
}

/* item */
.header .navigator .item {
  font-size: 15px;
  font-weight: 300;
  color: var(--light);
  border-bottom: 1px solid transparent;
}

.header .navigator .item.active {
  font-weight: 500;
  border-bottom-color: var(--light);
}

.header .navigator .item:not(:last-child) {
  margin-right: 25px;
}

.header .navigator .item:hover {
  border-bottom-color: var(--light);
}

/* title-5 */
.header .title-5 {
  font-size: 17px;
  color: var(--light);
  font-weight: 500;
  margin-bottom: 5px;
}

/* title-1 */
.header .title-1 {
  font-size: clamp(2.01rem, calc(.5rem + 2.9004vw), 3.247rem);
  font-family: var(--secondary-font);
  font-weight: 700;
  color: var(--light);
  line-height: 1.1;
  margin-bottom: 20px;
}

/* hero */
.header .hero {
  position: absolute;
  bottom: -40px;
  left: 55%;
  width: 700px;
}

@media only screen and (max-width: 1199.98px) {
  .header .hero {
    left: 60%;
    width: 600px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 991.98px) {
  .header .hero {
    display: none
  }
}

.btn-fill-lightblue {
  background-color: #52b8ff;
  color: #fff;
}

.btn-fill-lightblue:hover {
  background-color: #52b8ffcc;
  color: #fff;
}

.btn-fill-blue {
  background-color: #3671ec;
  color: #fff;
}

.btn-fill-blue:hover {
  background-color: #3671eccc;
  color: #fff;
}

/* :: SECTION I :: */
.se-i {
  padding: 140px 0 80px;
  background: linear-gradient(to top, var(--darkBlue), rgba(0, 0, 0, .5)), url(https://placehold.co/1000x400);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* title-1 & para-1 */
.se-i .title-1 {
  font-size: clamp(2.01rem, calc(.5rem + 2.9004vw), 3.247rem);
  font-family: var(--g1-font);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 30px;
}

.se-i .para-1 {
  font-size: 20px;
  font-family: var(--g2-font);
  font-weight: 600;
  color: var(--gray);
  line-height: 1.4;
}

@media only screen and (max-width: 991.98px) {
  .se-i {
    padding: 100px 0 40px;
  }

  .se-i .para-1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .se-i {
    padding: 80px 0 40px;
  }
}

/* ----------------------------------- */

/* :: SECTION II :: */
.se-ii {
  padding: 80px 0;
}

/* section-nav */
.se-ii .section-nav {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767.98px) {
  .se-ii .section-nav {
    margin-bottom: 50px;
  }
}

/* input-group */
.se-ii .section-nav .input-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.se-ii .section-nav .input-group .icon {
  position: absolute;
  left: 16px;
  width: 14px;
}

.se-ii .section-nav .input-group input {
  padding: 0 20px 0 40px;
  max-width: 300px;
}

@media only screen and (max-width: 767.98px) {
  .se-ii .section-nav .input-group {
    margin-right: 10px;
  }
}

/* section-filter */
.se-ii .section-filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.se-ii .section-filter .f-i {
  font-size: 18px;
  font-family: var(--g2-font);
  font-weight: 600;
  color: var(--gray);
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.se-ii .section-filter .f-i:not(:last-of-type) {
  margin-right: 20px;
}

.se-ii .section-filter .f-i:not(.active):hover {
  color: #fff;
}

.se-ii .section-filter .f-i.active {
  color: #fff;
  border-bottom-color: #fff;
}

@media only screen and (max-width: 991.98px) {
  .se-ii .section-filter {
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    background-color: var(--semi-dark);
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 4px;
    overflow: hidden;
    z-index: 4;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
  }

  .se-ii .open-filter .section-filter {
    display: flex;
  }

  .se-ii .section-filter .f-i {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    border-bottom: 0;
    min-width: 160px;
  }

  .se-ii .section-filter .f-i:not(:last-of-type) {
    margin-right: unset;
  }

  .se-ii .section-filter .f-i.active {
    background-color: var(--semi-dark-2);
    border-bottom-color: unset;
  }

}

/* filter-btn */
.se-ii .filter-btn {
  font-size: 14px;
  font-family: var(--g2-font);
  font-weight: 600;
  padding: 0 26px !important;
  height: 44px;
  line-height: 1;
}

.se-ii .filter-btn:hover,
.se-ii .open-filter .filter-btn {
  background-color: var(--semi-dark-2);
}

.se-ii .filter-btn img {
  width: 20px;
  margin-right: 6px;
}

/* cards-group */
.se-ii .content .cards-group:not(:last-of-type) {
  margin-bottom: 25px;
}

/* title-2 */
.se-ii .content .title-2 {
  font-size: 20px;
  font-family: var(--g2-font);
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

/* card */
.se-ii .content .card {
  position: relative;
  margin-bottom: 30px;
}

/* card-link */
.se-ii .content .card .card-link {
  position: absolute;
  left: 50%;
  bottom: 75px;
  transform: translateX(-50%);
  padding: 10px 28px !important;
  height: unset !important;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  opacity: 0;
  z-index: 3;
  transition: all .15s ease-in-out;
}

.se-ii .content .card:hover .card-link {
  bottom: 85px;
  opacity: 1;
}

/* poster */
.se-ii .content .card .poster {
  position: relative;
  border-radius: 4px;
  max-height: 400px;
  overflow: hidden;
  padding-bottom: calc(4 / 3 * 100%);
}

.se-ii .content .card .poster::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .1);
  opacity: 0;
  transition: all .15s ease-in-out;
  z-index: 2;
}

.se-ii .content .card:hover .poster::before {
  opacity: 1;
}

.se-ii .content .card .poster .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* platforms */
.se-ii .content .card .platforms {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}

.se-ii .content .card .platforms .item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  padding: 6px;
}

.se-ii .content .card .platforms .item:not(:last-of-type) {
  margin-right: 4px;
}

/* details */
.se-ii .content .card .details {
  padding: 15px 0 0;
}

.se-ii .content .card .details .name {
  font-size: 20px;
  font-family: var(--g2-font);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .15s ease-in-out;
}

.se-ii .content .card:hover .details .name {
  color: var(--gold);
}

.se-ii .content .card .details .price {
  font-size: 18px;
  font-family: var(--g2-font);
  font-weight: 500;
  color: var(--gray);
}

@media only screen and (max-width: 991.98px) {
  .se-ii .content .card .details .name {
    font-size: 18px;
  }

  .se-ii .content .card .details .price {
    font-size: 16px;
  }
}

/* ----------------------------------- */

/* :: SECTION III :: */
.se-iii .container {
  padding-left: 2vw !important;
  padding-right: 2vw !important;
}

/* text-area */
.se-iii .text-area .title-1 {
  font-size: 45px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.se-iii .text-area .para-1 {
  color: #9a9aa0;
}

@media only screen and (max-width: 767.98px) {
  .se-iii .text-area .title-1 {
    font-size: 26px;
  }
}

.se-iii .text-area .se-title-1 {
  font-size: 16px;
  color: var(--primary);
  font-family: var(--primary-font);
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* IMG */

@media only screen and (max-width: 1200px) {
  .se-iii .text-area {
    padding-top: 4vw;
  }
}

.se-iii img {
  border-radius: 8px;
  border: 2px solid #0080c9;
}

/*------------------*/
/* box */
.se-iii .box {
  background-color: var(--semi-dark-2);
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #212235;
  transition: all .20s ease;
}

.se-iii .box .box-title {
  font-family: var(--secondary-font);
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.se-iii .box .box-para {
  color: #9a9aa0;
}

/* :: SECTION IIII :: */

/* feat */
.se-iiii .feat {
  font-size: 24px;
  font-family: var(--g2-font);
  font-weight: 500;
  color: #fff;
  padding: 20px 0;
}

@media only screen and (max-width: 1199.98px) {
  .se-iiii .feat {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .se-iiii .feat {
    padding: 10px 0;
  }
}

/* ----------------------------------- */

/* :: MAP SECTION :: */
/* map */
.map-se .map {
  opacity: .7;
}

/* markers */
.map-se .markers {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* marker */
@media only screen and (min-width: 768px) {
  .map-se .marker {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    transition: z-index 1s ease;
  }

  .map-se .marker:hover {
    z-index: 3;
    transition: z-index 0s ease;
  }

  .map-se .marker:nth-child(1) {
    left: 30%;
    top: 30%;
  }

  .map-se .marker:nth-child(2) {
    left: 60%;
    top: 23%;
  }

  .map-se .marker:nth-child(3) {
    left: 46%;
    top: 39%;
  }

  .map-se .marker:nth-child(4) {
    left: 27%;
    top: 61%;
  }

  .map-se .marker:nth-child(5) {
    left: 77%;
    top: 37%;
  }
}

/* icon */
.map-se .marker .icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url("../../images/pages/game-server/icons/marker.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.map-se .marker .icon::after {
  position: absolute;
  content: '';
  left: 20px;
  top: 17px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  transition: all .15s ease-in-out;
  z-index: 2;
}

.map-se .marker:hover .icon::after {
  transform: scale(1.7);
}

/* m-body */
.map-se .marker .m-body {
  position: absolute;
  width: 240px;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--semi-dark-2);
  padding: 20px;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.map-se .marker .m-body::before {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 47%;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: var(--semi-dark-2);
  transform: rotate(45deg);
}

.map-se .marker:hover .m-body {
  visibility: visible;
  opacity: 1;
}

.map-se .marker .flag {
  width: 26px;
  margin-right: 15px;
}

.map-se .marker .m-title {
  font-size: 16px;
  font-family: var(--g2-font);
  font-weight: 700;
  color: #fff;
}

.map-se .marker .m-para {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--gray);
}

/* open-left */
.map-se .marker.open-left .m-body {
  left: unset;
  right: calc(100% + 10px);
}

.map-se .marker.open-left .m-body::before {
  left: unset;
  right: -6px;
}

/* Media */
@media only screen and (max-width: 767.98px) {

  .map-se {
    padding-bottom: 70px;
  }

  /* map */
  .map-se .map {
    display: none !important;
  }

  /* markers */
  .map-se .markers {
    all: unset;
    box-sizing: border-box;
  }

  /* marker */
  .map-se .marker {
    all: unset;
    box-sizing: border-box;
    display: block;
    background-color: transparent;
    padding: 8px 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* icon */
  .map-se .marker .icon {
    display: none;
  }

  /* m-body */
  .map-se .marker .m-body,
  .map-se .marker .m-body::before {
    all: unset;
    box-sizing: border-box;
  }

  .map-se .marker .m-body {
    padding: 15px !important;
    display: block;
    background: var(--semi-dark);
    border-radius: 6px;
  }

  .map-se .marker .flag {
    width: 26px;
    margin-right: 15px;
  }

  .map-se .marker .m-title {
    color: #fff;
  }
  
  .map-se .marker .m-para {
    color: var(--gray);
  }
}

/* ----------------------------------- */
a.card-link.btn.btn-fill-primary {
  cursor: pointer;
}