

@media (min-width: 1200px) {
    .featured-list {
      padding-bottom: 40px;
    }
    .card_wapper{
      padding-bottom: 30px;
    }
    .items-detail{
      width: 960px;
      margin: 0px auto 0;
      overflow: hidden;
      padding: 9px;
    }
    .title-items .card-text {
      font-size: 0.9rem;
    }
    .card-text {
      font-size: 1.2rem;
    }

    .content-list-items {
      width: 960px;
    }
    .content-list-items-pc {
      width: 960px;
    }

    .footer .body-container .ow_logo{
      display: none;
    }
}
@media (max-width: 1200px) {

    h2 {
        font-size: 20px;
    }
    .body-text p {
        font-size: 0.83rem;
    }
    .items-info {
        margin-top: 12px;
    }
    .content-list {
        height: 358px;
    }
    .featured {
        height: 340px;
    }
    .footer .body-container .ow_logo {
        display: none;
    }

    .footer .body-container .ow_logo{
      display: block;

    }
    .footer .footer__left-container .ow_logo{
      display: none;
    }

    .copyright {
      font-size: 80%;
    }

}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-collapse {
      display: flex;
      flex-basis: auto;
      justify-content: space-around;
    }
    .items-imgs {
      display: flex;
      align-content: space-around;
      flex-wrap: wrap;
    }

    .items-content {
     margin-top: 15px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
    }

    .items-info {
      display: inline-flex;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: space-around;
    }

    .text-content {
      font-size: 1.2rem;
    }
}
@media (max-width: 992px) {
    .carousel-item img {
      width: 100%;
    }

    .items-content {
      margin-bottom: 6%;
    }

    .items-content {
      margin-top: 20px;
    }
    .button-download-colect {
      padding-bottom: 16px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .carousel-item img {
      width: 100%;

  }

  .items-content {
        margin-bottom: 6%;
  }
}

@media screen and (min-width: 769px) {
  .title {
   font-size: 20px;
   }
   .items-content {
         margin-bottom: 6%;
   }

   .image-item-list {
     padding: 3.5%;
   }
   .card {
     border: red;
   }

   /* .content-list-items{
     display: none;
   } */

   .content-list-items-pc{
     padding-bottom: 30px;
   }

   .card-body{
     padding: 3.5%;
     padding-top: 1px;
   }

   .items-detail-pc {
     border-radius: 12px;
     background-color: var(--bs-tertiary-bg);
     border: 1px solid var(--bs-light-border-subtle);
   }

   .card-title {
     white-space: nowrap;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
   }

   .card-title{
     font-size: 1rem;
   }
   .item-list{
     margin-bottom: 0.5rem;
     display: flex;
     gap: 1rem ;
     border-radius: 20px;
     padding: 1rem;
     background-color:var(--bs-tertiary-bg);
   }
}

@media screen and (max-width: 768px) {
    .footer .body-container {
      flex-direction: column;
      align-items: center;
      padding: 50px 20px 40px;
    }
    .copyright {
      text-align: center;
    }


    .card-title{
      font-size: 15px;
    }
    .card-text {
      font-size: 0.8rem;
    }

}

@media screen and (min-width: 576px) {


}
@media (max-width: 576px) {
    .title {
        font-size:70%;
    }
    .items-info{
      font-size: 60%
    }
    .items-detail-pc {
      display: flex;
      align-items: center;

    }

    .image-item-list {
      width: 48%;
    }
    .card-body {
      width: 50%;
      margin-left: 15px;
    }

    .title-items .card-title{
      font-size: 12px;
    }
    .body-text .card-text{
      padding-top: 0.2rem;
      font-size: 11px;
    }
    .carousel-item img {
      width: 100%;
  }
}

.item-list{
  margin-bottom: 0.5rem;
  display: flex;
  gap: 1rem ;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--bs-light-border-subtle);
}

.image-items {
  width: 100%;
  height: 100%;
}

.items-info {
  border-bottom: 1px solid var(--bs-light-border-subtle);
  border-top: 1px solid var(--bs-light-border-subtle);
  padding: 2px;
}

a {

  text-decoration: none;
}

.btn-dark-mode{
    padding-top: 10px;
    cursor: pointer;
    font-size: 18px;
    color: var(--bs-body-color);

  }
  .btn-dark-mode::before {
    transition-duration: 1s;
  }

  .card-items {
      padding-top: 65px;
  }

  .navbar-brand .img-logo {
    margin-top: -2px;
  }
  .carousel-control-next span ,
  .carousel-control-prev span {

    width: 1rem;
    height: 1rem;
  }


  .carousel-indicators button {
    border-radius: 25%;
  }
  .navbar-brand img{
    width: 30px;
    height: 30px;
  }
  .carousel-item img {
      border-radius: 15px;
   }
  .col span {
    font-weight: 400;
  }

  .fas {
    color: #ffc107;
    text-align: center;
    padding-right: 0.5rem;
  }

  .heading .item-type {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--bs-gray);
  }

  .button-download .btn {
    font-size: 0.7rem;
    border-radius: 25px;
    background: #007aff;
    color: azure;
  }

  .download-info {
    border-left: 1px solid var(--bs-light-border-subtle);
      border-right: 1px solid var(--bs-light-border-subtle);
  }

  .button-download {
    padding-bottom: 13px;
    border-bottom: 1px solid var(--bs-light-border-subtle);
  }

  .button-download-colect {

    border-bottom: 1px solid var(--bs-light-border-subtle);
  }
  .title-items {
    text-decoration: none;
  }
  .title-items h5 {
    color: var(--bs-body-color);
  }

  .title-items p {
   color: var(--bs-tertiary-color);
  }

  .info h5{
   color: var(--bs-gray);
  }

  .text-item {
    padding-top: 35px;
  }
  .image-logo-app-mod {
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }

.footer {
    background: rgb(209, 209, 214);
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template: auto/1fr minmax(100px,1100px) 1fr;
  }

  .footer .footer__left-container{
    text-align: center;
  }

  .footer .ow_logo img {
    height: 75px;
  }

  .footer .body-container {
    margin: unset;
    gap: 12px;
  }

  .footer .body-container {
    position: relative;
    display: flex;

    justify-content: space-between;
    padding: 38px;
  }

  .body-container {
    max-width: 1100px;
    margin: 0 auto;
  }

  .footer .btn-top .fa {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: -14px;
  }

  .footer .btn-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 60px;
    height: 30px;
    background: #fff;
    color: #777;
    text-align: center;
    border-radius: 0 0 3px 3px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 #fff;
    overflow: hidden;
    transition: .2s ease;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: none;
    outline: none;
  }

  .footer .btn-top .btn-up {
    font-size: 30px;
    font-weight: 600;

  }

  .copyright {
    color: rgb(28,28,30);
    font-size: 70%;
    line-height: 1.5em;
  }

  .copyright a {
    text-decoration: none;
  }

  .copyright a:hover {
    color: #007aff;
  }

  .copyright-links a {
    color:rgba(229, 229, 234, 0.743);
  }

  .copyright-links a:hover {
    color: #007aff;
  }

  .footer .body-container .copyright .copyright-links{
      display: flex;
      justify-content: center;
      margin-top: 1em;
      gap: 13px;
  }

  .social {
    display: flex;
    align-items: center;
  }

  .col-6 {
    display: flex;
    align-items: center;
  }

  .social a i {
    color: rgba(229, 229, 234, 0.65);
    margin-top: 12px;
    margin-right: 12px;
    font-size: 40px;
  }

  .footer .social__link {
    width: 38px;
    height: 38px;
    font-size: 28px;
    color: #007aff;
  }
  .youtube-icon {
    width: 142px;
    height: 35px;
    margin-top: 11px;
    margin-right: -79px;;
  }

  .social__link:not(:last-child) {
    margin-right: 8px;
  }

  .social__link {
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: rgb(28,28,30);
    text-align: center;
    transition: .2s ease;
  }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
      flex-direction: column-reverse;
      flex-wrap: wrap;
      align-content: center;
  }


  .carousel-item .img__slide-list {

      border-radius: 15px;
  }

  .main-center {
      padding: 0 30px;
  }
}

@media (max-width: 992px) {

  .carousel-item .img__slide-list {

      border-radius: 15px;
  }
  .main-center {
      padding: 0 20px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .carousel-item .img__slide-list {

      border-radius: 15px;
  }
  .content-list {
      height: 320px ;
  }

  .featured {
      height: 360px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 940px;
  }

  .text-baner {
      width: 200px;
  }

  .items-info {
      margin-top: -3px
  }

}

@media (max-width: 767px) {

  .footer .body-container {
      flex-direction: column;
      align-items: center;
      padding: 50px 20px 40px;
  }

  .card:not(:second-child) {
      display: none;
  }

  .body-text p {
      display: none;
  }
  .featured {
      height: 360px;
  }
}

@media (min-width:576px) and (max-width: 767px) {

  .container {
      max-width: 925px;
  }

  .main-center {
      width: 100%;
  }


  .carousel-item .img__slide-list {

      border-radius: 15px;
  }

  .content-list {
      height: 300px;
  }

  .items-info {
      margin-top: 8px;
      font-size: 80%;
  }

  .item-type {
      font-size: 1rem;
      font-weight: 400;
      color: var(--bs-dark-text-emphasis);
  }
  .copyright {
      text-align: center;
  }
}

@media (min-width: 576px) {
  .image-detail {
      display: none;
  }

  .content-info {
      background: var(--bs-tertiary-bg);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 12px;
  }

  .body-text  {
      padding: 1rem;
  }
}

@media (max-width: 576px) {
  .text-baner {
      font-size: 12px;
      width: 116px;
  }
  .items-info-web {
    padding-top: 13px
  }
  .image-detail img {
      border-radius: 15px;
  }
  .article-image {
      display: none;
  }


  .content-list {
      height: 297px;
  }

  .content-info {
      border-bottom: 1px solid var(--bs-light-border-subtle);
      overflow: hidden;
      margin: 0px;
      margin-bottom: 12px;
  }


  .image-btn h5 {
      font-size: 9px;

  }
  .image-cover {
      display: none;
  }

  .carousel-item .img__slide-list {

      border-radius: 15px;
  }

  .post__category {
      font-size: 0.8rem;
  }

  .body-text {
      margin-bottom: 15px;

  }

  .body-text p {
      display: none;
  }

  .featured {
      height: 330px;
  }
}

@media (max-width: 450px) {
  .content-list {
      height: 312px;
  }
  .featured {
      height: 320px;
  }

  .swiper-pagination {
       display: none;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main {
  margin-top: 38px;
}

.search-filters {
  margin-top: 57px;
}

.logo-download-img {
  display: flex;
  padding:15px;
  margin-left: 1px;
  margin-top: -18px;

}

.bd-gutter {
  --bs-gutter-x: 3rem;
}

.main-center {
  margin: 0px auto 0;
  overflow: hidden;
  padding: 9px;
  min-height: 800px;
}


.baner-show-app {
 margin-top: 58px;
}

.card__img {
  cursor: pointer;
}

.link-text {
  text-decoration: none;
}

.text-baner {

  color: rgb(99, 99, 102);
}


.nav-content {
  position: absolute;
  z-index: 9999;
  border-bottom: 1px solid rgba(174, 174, 178, 0.707);
}

.navbar-brand .img-logo {
  border-radius: 8px;
  margin-top: -4px;
}

/* dark mode */
.btn-dark-mode {
  padding-top: 10px;
  cursor: pointer;
  font-size: 18px;
  color: var(--bs-body-color);

}

.btn-dark-mode::before {
  transition-duration: 1s;

}

/* dark mode */


.img-slide {

  border-bottom: 1px solid var(--bs-border-color);

}

.items-info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--bs-secondary-color);
}

.list-items-col {
  border-bottom: 1px solid var(--bs-border-color);
  outline: 1px solid var(--bs-border-color);
}

.content-wap-row {
  border-bottom: 1px solid var(--bs-border-color-translucent);

}

.post__category {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 2;
  font-weight: 500;
}

small {
  font-size: 90%;
}

.post__category-link {
  color: #007aff;
  text-decoration: none;
}


.card-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.8;
}

.card-body {
  margin-top: 5px;
  line-height: 1.24;

}

.bi-cloud-download {
  margin-top: 1px;
}

.bi-globe-americas {
  margin-top: -3px;
}
.bi-box-seam {
  margin-top: -3px;
}
.bi-dpad {
  margin-top: -2px;
}

.items-info-web {
  font-size: 70%;
}

.article-image {
  padding-top: 16px;
  max-width: 700px;
  padding: 20px;
}

.image-cover {
  width: 100%;
  border-radius: 12px;

}

.image-btn {
  display: flex;

}
.image-btn h5 {
  font-size: 0.7rem;
  margin-top: 7px;
}

.image-btn img {

  width: 33px;
  height: 27px;
  margin-right: 10px;
}

.star-rates i {
  margin-left: 1px;
}

.fas {
  color: rgb(255, 159, 10);
  text-align: center;
  margin-left: 10px;
}

.download-info-web {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.article-button {
  display: none;
  background-color: #007bff;
  padding: 2px 20px;
  border-radius: 25px;
  margin-top: 4px;
}

.article-button:hover {
  background-color: rgb(48, 176, 199);
  padding: 2px 20px;
}

.article-button h5 {
  color: #fff;
}

.article-button h5:hover {
  color: #fff;
}

.btn--download {
  color: #fff;
  padding-top: 6px;
}

.btn-download {
  color: #007bff;
  font-size: 20px;
  margin-top: 1px;
}

.count-download {
  margin-top: 0;
  margin-left: 6px;
}

.count {
  padding: 0px 9px;
  border-radius: 5px;
  margin-left: -6px;
  margin-top: -1px;
}


.share-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.share-content a {
  text-decoration: none;
  color: var(--bs-dark-text-emphasis);
}

.img-share {
  width: 18px;
  border-radius: 5px;
  margin-top: -3px;
  cursor: pointer;
}



.col .star {
  font-weight: 400;
  color: var(--bs-body-color);
  margin-top: -3px;
  margin-left: 7px;
}

/* modal style */

.modal-body .icons {
  margin: 15px 0px 20px 0px;
}


.modal-body .icons a {
  text-decoration: none;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.modal-body .icons a:nth-child(1) {
  color: #1877F2;
  border-color: #B7D4FB;
}

.modal-body .icons a:nth-child(1):hover {
  background-color: #1877F2;
  color: #fff;
}

.modal-body .icons a:nth-child(2) {
  color: #46C1F6;
  border-color: #b6e7fc;
}

.modal-body .icons a:nth-child(2):hover {
  background-color: #46C1F6;
  color: #fff;
}

.modal-body .icons a:nth-child(3) {
  color: #e1306c;
  border-color: #f5bccf;
}

.modal-body .icons a:nth-child(3):hover {
  background-color: #e1306c;
  color: #fff;
}

.modal-body .icons a:nth-child(4) {
  color: #25d366;
  border-color: #bef4d2;
}



.modal-body .icons a:nth-child(4):hover {
  background-color: #25d366;
  color: #fff;
}


.modal-body .icons a:nth-child(5) {
  color: rgb(20 110 190);
  border-color: #b3e6ff;
}

.modal-body .icons a:nth-child(5):hover {
  background-color: rgb(20 110 190);
  color: #fff;
}

.modal-body .icons a:hover {
  border-color: transparent;
}

.modal-body .icons a span {
  transition: all 0.09s ease-in-out;
}

.modal-body .icons a:hover span {
  transform: scaleX(1.1);
}

.modal-body .field {
  margin: 15px 0px -5px 0px;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0 5px;
}

.modal-body .field.active {
  border-color: #7d2ae8;
}

.field span {
  width: 50px;
  font-size: 1.1rem;
}

.field.active span {
  color: #7d2ae8;
}

.field input {
  border: none;
  outline: none;
  font-size: 0.89rem;
  width: 100%;
  height: 100%;
}

.field button {
  padding: 5px 16px;
  color: #fff;
  background: #7d2ae8;
  border: 2px solid transparent;
  border-radius: 5px;
  font-weight: 500;
}



/* modal style */

/* Footer */

.footer {
  background: rgb(209, 209, 214);
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template: auto/1fr minmax(100px, 1100px) 1fr;
}



.footer .footer__left-container {
  text-align: center;
}

.footer .ow_logo img {
  height: 75px;
}

.footer .body-container {
  margin: unset;
  gap: 12px;
}

.footer .body-container {
  position: relative;
  display: flex;

  justify-content: space-between;
  padding: 38px;
}

.body-container {
  max-width: 1100px;
  margin: 0 auto;
}

.footer .btn-top .fa {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: -14px;
}

.footer .btn-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 30px;
  background: #fff;
  color: #777;
  text-align: center;
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 #fff;
  overflow: hidden;
  transition: .2s ease;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;

}

.footer .btn-top .btn-up {
  font-size: 30px;
  font-weight: 600;

}

.copyright {
  color: rgb(28, 28, 30);
  font-size: 10px;
  line-height: 1.2;
}

.copyright a {
  text-decoration: none;
}

.copyright a:hover {
  color: #007aff;
}

.copyright-links a {
  color: rgba(229, 229, 234, 0.743);
}

.copyright-links a:hover {
  color: #007aff;
}

.footer .body-container .copyright .copyright-links {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  gap: 13px;
}

.social {
  display: flex;
  align-items: center;
}

.social a i {
  color: rgba(229, 229, 234, 0.65);
  margin-top: 12px;
  margin-right: 12px;
  font-size: 40px;
}

.footer .social__link {
  width: 38px;
  height: 36px;
  font-size: 28px;
  color: #007aff;
}

.youtube-icon {
  width: 142px;
  height: 35px;
  margin-top: 11px;
  margin-right: -79px;
  ;
}

.social__link:not(:last-child) {
  margin-right: 8px;
}

.social__link {
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: rgb(28, 28, 30);
  text-align: center;
  transition: .2s ease;
}

.pagination {
  float: right;
}

/* footer */

.content-list {
max-width: 1200px;
}

.card-wapper {
  display: flex;
  gap: 24px;
  margin: 0 0.5em;
  justify-content: space-around;
}

.card {
  border-color: var(--bs-border-color-translucent);
  border-radius: 15px;
}

.card__row {
  border-color: var(--bs-border-color-translucent);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}


.carousel-control-prev, .carousel-control-next {
  background-color: var(--bs-tertiary-color);
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-next span ,
.carousel-control-prev span {

  width: 1rem;
  height: 1rem;

}

.carousel-content {
  margin-top: 15px;
  margin-bottom: 29px;
}

.carousel-indicators:active {
  color: #007aff;
}

.card-img-top {
  border-radius: 15px;
}

.card-img-top:hover {
  opacity: 1;
}

.details-list {
  display: flex;
  gap: 16px;
  flex-direction: row;
  font-size: 14px;
  grid-area: details-list;
  height: 20px;
  color: var(--bs-tertiary-color);
}

.class-tag {
  text-decoration: none;
  color: var(--bs-tertiary-color);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;

}

.detail-downloads {
  font-size: 12px;
  font-weight: 400;
}

.game-header .hero-container {
  position: relative;
  height: 144px;
}

.game-header .hero-container img.effect {
  filter: blur(20px);
}

.game-header .hero-container img {
  height: inherit;
  object-fit: cover;
  object-position: top;
  opacity: .8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.game-header .hero-container img {
  height: inherit;
  object-fit: cover;
  object-position: top;
  opacity: .8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.game-header {
  margin-top: 55px;
}

.featured {
  max-width: 1200px;

}

.featured-list-card a {
  text-decoration: none;

}

.featured-list-card a h5 {
  color: var(--bs-dark-text-emphasis);

}

.featured-list-items {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.featured-list-items  img {
  width: 100%;
  display: block;
  border-radius: 5px;
  height: 80px;
}

.featured-list-items .card-body {
  width: 150px ;
}
