.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  background-color: transparent;
}
.btn-light {
  --bs-btn-bg: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-hover-bg: #fff;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.5em;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  border-bottom: 1px solid;
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.issue-wrapper {
  background-color: var(--primary);
}
#Banner {
  background-color: var(--primary);
  padding: 0;
}
#Banner .container-lg {
  padding: 0;
}

#Banner .position-img {
  opacity: 0;
}

#Banner #anime_banner {
  z-index: 1;
  width: 100%;
  top: 0;
  position: absolute !important;
}

#coverstory {
  background-color: var(--primary);
  padding-top: 5rem;
  position: relative;
  padding-bottom: 0;
}

#coverstory:before {
  content: "";
  width: 100%;
  height: calc(100% - (5rem + 3rem));
  top: calc(5rem + 6rem);
  background-color: #fff;
  position: absolute;
}

#coverstory a {
  position: relative;
  color: #1b2c65;
}
#coverstory a .title-wraper * {
  font-weight: 700;
}

#coverstory .cover-title {
  height: 2rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #coverstory:before {
    height: calc(100% - (5rem + 6rem));
    top: calc(5rem + 3rem);
  }

  #coverstory .cover-title {
    height: 3rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  #coverstory .title-wraper {
    padding-top: calc(3rem / 2);
    padding-bottom: calc(3rem / 2);
  }
}
#articles {
  background-color: var(--primary);
  padding-top: calc(5rem / 2);
  padding-bottom: 5rem;
  position: relative;
}

#articles .articles-box {
  position: relative;
}
#articles .articles-box .h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

#articles .articles-box .title-wraper {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  #articles .articles-box .mask {
    position: relative;
  }

  #articles .articles-box .mask:before {
    content: "";
    background: linear-gradient(#fff0 -10%, #1b2c65db 70%, #1b2c65 110%);
    width: 100%;
    height: 0;
    transition: height 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #articles .articles-box .title-wraper {
    text-align: center;
    opacity: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  #articles .articles-box:hover .mask:before {
    height: 100%;
  }

  #articles .articles-box:hover .title-wraper {
    opacity: 1;
  }
}
/* footer */
footer .left,
footer .right {
  display: flex;
}
footer a:hover {
  border: 0;
}
footer .footer-wrapper:first-child {
  border-top: 1px solid #82898f;
  padding-top: 3rem;
}
footer .footer-wrapper {
  margin-bottom: 3rem;
}
footer .footer-wrapper a,
footer .footer-wrapper .link-a {
  display: flex;
  align-items: center;
  border: 0px !important;
  text-decoration: none !important;
}

footer .footer-wrapper a:first-child {
  margin-left: 0;
  margin-right: 0;
}
footer .footer-wrapper a:last-child {
  margin-right: 0;
}
footer .footer-wrapper p {
  margin-bottom: 0;
  padding-left: 1rem;
}
footer .footer-icon {
  border-radius: 1rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 0;
  transition: box-shadow 0.3s ease-in-out;
}
footer a:hover .footer-icon {
  box-shadow: 3px 3px 10px -3px #000c;
}
footer .footer-wrapper .facebook-wrapper p {
}
@media only screen and (max-width: 1199.98px) {
  h2 {
    font-size: 2em;
  }
  h3,
  #content .box .desc-wrapper h3 {
    font-size: 1.25em;
  }
  #content .box .desc-wrapper h4 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  /*.grid-item.box { display:none; }*/
  #banner .banner .text1 {
    padding-top: 35vw;
  }
  header .issue {
    margin-top: auto;
    margin-left: 1rem;
  }
  header .box-bottom {
    margin-top: auto;
    margin-bottom: 1.5rem;
  }
  header .text a {
    margin-right: 0rem;
    text-align: end;
  }
  header .box-top img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  header .box-bottom .lang {
    margin-left: 1rem;
  }
  #banner .banner-bg::before {
    background-size: cover;
  }
  #banner .banner-bg-car {
    visibility: hidden;
  }
  header .header-right {
    width: 36%;
  }
  header .box-top img:first-child {
    width: 14.5vw;
  }
  header .box-top img:last-child {
    margin-left: 2vw;
    width: 11.5vw;
  }
  #cover .title-wrapper {
    height: 100%;
    padding: 2rem;
  }
  #cover .title-wrapper::before {
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  header .box-bottom .lang {
    font-size: 2vw;
  }
  header .size1 {
    font-size: 1.5vw;
    margin-left: 0;
  }
  header .size2 {
    font-size: 2vw;
  }
  header .size3 {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding-top: 1rem;
  }

  header .box-bottom {
    margin-bottom: 1rem;
    justify-content: flex-end;
  }
  header .box-bottom .lang {
    margin-left: 1rem !important;
    padding: 0;
  }
  header .box-bottom .lang:last-child {
    margin-left: 0.5rem !important;
  }
  header .box-bottom .lang {
    font-size: 2.25vw;
  }
  header .size1 {
    font-size: 1.75vw;
  }
  header .size2 {
    font-size: 2.25vw;
  }
  header .size3 {
    font-size: 2.75vw;
  }
  section,
  footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  footer .footer-wrapper {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 610px) {
  .desktop2 {
    display: none;
  }
  .articles {
    width: 50vw;
    left: 0;
    bottom: 0;
    top: auto;
  }
  .download {
    width: 50vw;
    right: 0;
    bottom: 0;
    top: auto;
    height: 120px;
  }
  .download img {
    max-height: 45px;
    margin-bottom: 0.5rem;
  }
  .download a {
    padding: 3%;
  }
  .articles .popup {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100vw;
    height: calc(100vh - 120px);
  }
  .articles .popup ul {
    max-height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 575.99px) {
  header .logo {
    width: 100%;
    max-width: 250px;
  }
  header .issue {
    margin-left: 0;
    margin-top: 1rem;
    max-width: 100px;
  }
  header .box-bottom {
    margin-top: auto;
  }
  header .text a {
    font-size: 0.75em;
    white-space: nowrap;
  }
  header .box-top img:first-child {
    width: 16.5vw;
  }
  header .box-top img:last-child {
    margin-left: 2vw;
    width: 13.5vw;
  }
  #banner .banner-bg::before {
    right: 99.6%;
    height: 63.8%;
    bottom: 0px;
  }

  footer .footer-wrapper img.footer-icon {
    width: 45px;
    height: 45px;
    border-radius: 0.5rem;
  }
  footer .footer-wrapper p {
    font-size: 1em;
  }
  .footer .contact p {
    font-size: initial;
  }
  footer .footer-wrapper .facebook-wrapper p {
    width: calc(100% - 40px);
  }
}

/* color */
footer {
  background-color: #e2f5fc;
}
