footer {
  overflow: hidden;
}
#wrapper.animInited footer {
  overflow: visible;
}
#content {
  position: relative;
}
#logoWrap,
#toolLangs,
#toolFontsize,
#mmenuCtrl {
  opacity: 0;
  transform: translateY(-100px);
}
#scrollMainPanels {
  position: relative;
}
#scrollMainPanels section {
  position: absolute;
}
section {
  width: 100%;
  height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #introSection {
  opacity: 1;
} */
section:not(#heroSection) {
  /* opacity: 0; */
}
section .sectionWrap,
section .sectionPanel {
  /* position: absolute; */
  /* will-change: transform; */
  width: 100%;
  height: 100%;
  position: relative;
}
#scrollMainPanels {
  width: 100%;
  height: 100svh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
#scrollMainPanels section:not(.active):not(:first-child) {
  /* opacity: 0; */
}
section .sectionInner {
  opacity: 1;
  transform: scale(1);
  height: 100%;
  container-type: inline-size;
  container-name: sectionInner;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1680px;
}
#mainSloganWrap {
  position: relative;
  width: 40%;
  aspect-ratio: 890 / 470;
  z-index: 10;
  transform-origin: left center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.5);
  transform-origin: center center;
}

#mainSlogan {
  line-height: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
#btnScrollDown {
  position: absolute;
  width: 30px;
  height: 62px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

main canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.maskPhotoWrap {
  /* position: absolute; */
  overflow: hidden;
  width: 0;
  aspect-ratio: 980 / 740;
  transition: width 0.3s ease 0s;
}

.maskPhotoWrap > div {
  line-height: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.maskPhotoWrap > div canvas {
}

.maskPhotoWrap > div canvas + div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#heroSection {
  /* overflow: hidden; */
}
#heroIntro {
  position: relative;
}
section .mountains {
  width: 100%;
  position: absolute;
  height: 100%;
  pointer-events: none;
}
.mountainbg {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../images/home/mountain-bg.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
section .mountains > div.mountain {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: 50% 0;
  /* overflow: hidden; */
}

section .mountains > div.mountain > div {
  position: absolute;
  line-height: 0;
  opacity: 0;
}

section .mountains .mountain1 {
  left: 0;
  width: 211px;
  aspect-ratio: 211 / 253;
  bottom: -20px;
}

section .mountains .mountain2 {
  left: 6%;
  width: 197px;
  aspect-ratio: 197 / 206;
  bottom: 0;
}

section .mountains .mountain3 {
  left: 11%;
  width: 170px;
  aspect-ratio: 170 / 302;
  bottom: 0;
}

section .mountains .mountain4 {
  left: 16%;
  width: 407px;
  aspect-ratio: 407 / 257;
  bottom: 0;
}

section .mountains .mountain5 {
  left: 38%;
  width: 617px;
  aspect-ratio: 617 / 193;
  bottom: 0;
}

section .mountains .mountain6 {
  left: 66%;
  width: 617px;
  aspect-ratio: 617 / 193;
  bottom: 0;
}

section .mountains .mountain7 {
  left: 92%;
  width: 321px;
  aspect-ratio: 321 / 281;
  bottom: 0;
}
#heroSection .mountain2,
#introSection .mountain2 {
  bottom: -50px;
}
#heroSection .mountain3,
#introSection .mountain3 {
  bottom: -30px;
}
#heroSection .mountain4,
#introSection .mountain4 {
  bottom: -100px;
}
#heroSection .mountain5,
#introSection .mountain5 {
  bottom: -20px;
}
#heroSection .mountain6,
#introSection .mountain6 {
  bottom: -50px;
}
#heroSection .mountain7,
#introSection .mountain7 {
  right: -5%;
  left: auto;
  bottom: -100px;
}
#thesiegeSection .mountain5 {
  left: 30%;
  bottom: -20px;
}
#thesiegeSection .mountain3 {
  left: 62%;
  bottom: -150px;
}
#thesiegeSection .mountain3 img {
  scale: 0.8;
}
#thesiegeSection .mountain7 {
  left: 70%;
  bottom: -100px;
}
#thesiegeSection .mountain4 {
  right: -160px;
  left: auto;
}
#thesiegeSection .mountain4 img {
}
#landraidSection .mountain3 {
  left: 0;
}
#landraidSection .mountain7 {
  left: 5%;
  bottom: -100px;
}
#landraidSection .mountain1 {
  left: 18%;
  bottom: -100px;
}
#landraidSection .mountain4 {
  left: 45%;
  bottom: -40px;
}
#landraidSection .mountain2 {
  left: 60%;
  bottom: -100px;
}
#landraidSection .mountain5 {
  left: auto;
  right: 0;
}
#occupationSection .mountain7 {
  left: -2%;
  bottom: -100px;
}
#occupationSection .mountain5 {
  left: 14%;
  bottom: -50px;
}
#occupationSection .mountain1 {
  left: 40%;
  bottom: -120px;
}
#occupationSection .mountain3 {
  left: 65%;
  bottom: -140px;
}
#occupationSection .mountain2 {
  left: 72%;
  bottom: -100px;
}
#occupationSection .mountain4 {
  left: auto;
  right: -2%;
  bottom: -50px;
}
#memoriesSection .mountain4 {
  left: -6%;
  bottom: -60px;
}
#memoriesSection .mountain1 {
  left: 22%;
  bottom: -150px;
}
#memoriesSection .mountain7 {
  left: 28%;
  bottom: -100px;
}
#memoriesSection .mountain5 {
  left: 52%;
  bottom: -40px;
}
#memoriesSection .mountain2 {
  left: 82%;
  bottom: -60px;
}
#memoriesSection .mountain3 {
  left: auto;
  right: 0;
  bottom: -100px;
}
#defyingSection .mountain7 {
  left: 0;
  bottom: -100px;
}
#defyingSection .mountain5 {
  left: 16%;
  bottom: -40px;
}
#defyingSection .mountain3 {
  left: 46%;
  bottom: -200px;
}
#defyingSection .mountain4 {
  left: 50%;
  bottom: -120px;
}
#defyingSection .mountain1 {
  left: 84%;
  bottom: -120px;
}
#defyingSection .mountain1 img {
  scale: 1.5;
}
#defyingSection .mountain2 {
  left: auto;
  right: -2%;
  bottom: -40px;
}
#eventsSection .mountain1 {
  bottom: -70px;
}
#eventsSection .mountain1 img {
  scale: 1.3;
}
#eventsSection .mountain5 {
  left: 18%;
  bottom: -50px;
}
#eventsSection .mountain4 {
  left: 60%;
  bottom: -50px;
}
#eventsSection .mountain7 {
  left: 80%;
  bottom: -100px;
}
#eventsSection .mountain3 {
  left: auto;
  right: -2%;
  bottom: -50px;
}
.secTrigger .chi,
.secTrigger .en,
.secTrigger .hill,
section .secContent {
  opacity: 0;
}
.loadsvg {
  position: relative;
}
.loadsvg svg {
  overflow: visible;
}
#heroBird {
  width: calc((259 / 890) * 100%);
  aspect-ratio: 259 / 179;
  position: absolute;
  left: 15%;
  top: -15%;
}
#bird1,
#bird2,
#bird3,
#bird4,
#bird5,
#bird6,
#bird7,
#bird8 {
  opacity: 0;
}
#introSection .secHeading,
#eventsSection .secHeading {
  position: relative;
}
#introSection .secHeading {
  width: 390px;
  aspect-ratio: 390 / 214;
  margin: 0 auto 30px;
}

#introSection .sectionMain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: justify;
  line-height: 1.8em;
}
.photoContentWrap .secContent .splittxt {
  text-align: justify;
}
#introSection .sectionMain .introTxt {
  margin-top: 30px;
}
#introSection .sectionMain .introTxt .word {
  opacity: 0;
}
#thesiegeSection .secHeading {
  width: 62%;
  max-width: 554px;
  aspect-ratio: 554 / 430;
}

#landraidSection .secHeading {
  width: 67%;
  max-width: 590px;
  aspect-ratio: 590 / 420;
}

#occupationSection .secHeading {
  width: 94%;
  max-width: 928px;
  aspect-ratio: 928 / 354;
}

#memoriesSection .secHeading {
  width: 91%;
  max-width: 776px;
  aspect-ratio: 776 / 434;
}

#defyingSection .secHeading {
  width: 100%;
  max-width: 846px;
  aspect-ratio: 846 / 438;
}

#eventsSection .secHeading {
  width: 590px;
  aspect-ratio: 590 / 420;
}

section .secHeading {
  position: absolute;
  z-index: 10;
}
section .btnWrap {
  opacity: 0;
  transition: opacity 0.3s;
}
section .btnWrap.a-right {
  text-align: right;
}
section .btnWrap > a {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 11px 60px 11px 30px;
  color: #fff;
  border: 1px solid transparent;
  background-color: var(--primary-color);
}
section .btnWrap > a:before {
  content: "\e901";
  color: currentColor;
  font-family: icomoon;
  display: block;
  position: absolute;
  font-size: 1em;
  line-height: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
section .btnWrap > a:hover,
section .btnWrap > a:focus-within {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: #fff;
}
.photoContentWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.photoContentWrap .secPhoto {
  width: 50%;
  position: relative;
  pointer-events: none;
}
.photoContentWrap .secContent {
  max-width: 640px;
  flex: 1;
  line-height: 1.8em;
}
.photoContentWrap .maskPhotoWrap {
  width: 100%;
}
.photoContentWrap .secContent .splittxtWrap {
  max-height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 30px;
  padding-right: 20px;
}
html.firefox .photoContentWrap .secContent .splittxtWrap {
  scrollbar-face-color: #fff;
  scrollbar-track-color: var(--scrollbar-color);
  scrollbar-color: var(--scrollbar-color) transparent;
  scrollbar-width: thin;
}
.photoContentWrap .secContent .splittxtWrap::-webkit-scrollbar {
  width: 6px;
}
.photoContentWrap .secContent .splittxtWrap::-webkit-scrollbar-track {
  background: transparent;
}
.photoContentWrap .secContent .splittxtWrap::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color);
  border-radius: 10px;
}
.photoContentWrap .secContent .splittxtWrap::-webkit-scrollbar-thumb:hover {
  background: #a72126;
}
#bgAnimeWrap .secHeading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#bgAnimeWrap {
  position: relative;
  width: 900px;
  aspect-ratio: 900 / 320;
}
#eventTitleBg {
  opacity: 0;
  line-height: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  #landraidSection .secContent {
    padding-right: 62px;
  }
  #memoriesSection .secContent {
    padding-right: 57px;
  }
  #thesiegeSection .secContent,
  #occupationSection .secContent,
  #defyingSection .secContent {
    padding-left: 61px;
  }
}
@media screen and (max-width: 1599.98px) {
  .secHeading {
  }
  #landraidSection .secContent,
  #memoriesSection .secContent {
    padding-right: 40px;
  }
  #thesiegeSection .secContent,
  #occupationSection .secContent,
  #defyingSection .secContent {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #thesiegeSection .secContent,
  #defyingSection .secContent {
    /* margin-top: -5%; */
  }
}
@media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  section .sectionInner {
    padding: 0 30px;
  }
  .photoContentWrap .secContent .splittxtWrap {
    /* max-height: 360px; */
  }
  /* #landraidSection .secContent, */
  #landraidSection .secContent,
  #memoriesSection .secContent {
    padding-right: 30px;
  }
  #thesiegeSection .secContent,
  #occupationSection .secContent,
  #defyingSection .secContent {
    padding-left: 30px;
  }
  /* #landraidSection .secContent {
    padding-top: 8%;
  } */
  .photoContentWrap .secPhoto {
    width: 38%;
  }
}
@media screen and (min-width: 992px) {
  #memoriesSection .btnWrap {
    text-align: right;
  }
  #heroSection .sectionInner {
    column-gap: 3%;
  }

  #introSection .sectionMain {
    margin-top: -10%;
  }
  .photoContentWrap .secPhoto {
    padding: 40px 0;
  }
  #maskPhoto1 {
    position: relative;
    /* right: 60px; */
    width: 0;
    opacity: 0;
  }
  #thesiegeSection .secHeading {
    top: -10%;
    right: -22%;
    /* width: 62%; */
  }
  #thesiegeSection .photoContentWrap {
    /* padding-top: 7%; */
  }
  #landraidSection .secHeading {
    top: -15%;
    left: -12%;
    /* width: 67%; */
  }
  #landraidSection .photoContentWrap {
    padding-top: 10%;
  }
  #occupationSection .secHeading {
    bottom: -3%;
    left: -2%;
    /* width: 100%; */
  }
  #occupationSection .photoContentWrap {
    padding-bottom: 6%;
  }
  #memoriesSection .secHeading {
    top: -18%;
    left: -18%;
    /* width: 91%; */
  }
  #memoriesSection .photoContentWrap {
    padding-top: 8%;
  }
  #defyingSection .secHeading {
    top: -10%;
    left: 55%;
    width: 90%;
  }
  #defyingSection .photoContentWrap {
    /* padding-top: 5%; */
  }
  #defyingSection .photoContentWrap,
  #thesiegeSection .photoContentWrap {
    align-items: flex-start;
  }
  #defyingSection .secContent,
  #thesiegeSection .secContent {
    padding-top: 8%;
  }
  #thesiegeSection .secPhoto {
    /* width: 56%; */
  }
  #landraidSection .secPhoto {
    /* width: 52%; */
  }
  #occupationSection .secPhoto {
    /* width: 56%; */
    padding-bottom: 50px;
  }
  #memoriesSection .secPhoto {
    /* width: 54%; */
  }
  #defyingSection .secPhoto {
    /* width: 53%; */
  }
}
@media screen and (max-width: 991.98px) {
  /* #thesiegeSection .secPhoto {
    width: 62%;
  }   */
  #introSection .sectionMain,
  .photoContentWrap .secContent {
    line-height: 1.5em;
  }
  section .photoContentWrap .secContent .btnWrap {
    text-align: center;
  }
  section .sectionInner {
    flex-flow: column;
  }
  #bgAnimeWrap {
    width: calc(100vw - 40px);
  }
  #mainSloganWrap {
    width: 90%;
    transform-origin: center center;
    transform: scale(1.2);
    position: relative;
  }

  .maskPhotoWrap {
    position: relative;
  }

  #maskPhoto1 {
    max-width: 90%;
  }
  .photoContentWrap {
    flex-flow: column;
  }
  .photoContentWrap .secPhoto {
    order: 1;
  }
  .photoContentWrap .secContent {
    padding: 0 !important;
    order: 2;
    max-width: inherit;
  }
  #thesiegeSection .secHeading {
    /* width: 60%; */
    right: 20px;
    top: 0;
  }
  #landraidSection .secHeading {
    /* width: 60%; */
    left: 20px;
    top: 0;
  }
  #occupationSection .photoContentWrap {
    row-gap: 60px;
    /* padding: 20px 20px 60px; */
  }
  #occupationSection .photoContentWrap .secPhoto {
    padding-top: 0;
  }
  #occupationSection .secHeading {
    /* width: 100%; */
    bottom: -50px;
  }
  #memoriesSection .secHeading {
    /* width: 80%; */
    left: 20px;
    top: 0;
  }
  #defyingSection .secHeading {
    /* width: 80%; */
    left: 20px;
    top: 0;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  .photoContentWrap .secPhoto {
    padding-top: 15%;
    width: 65%;
  }
  #defyingSection .photoContentWrap .secPhoto,
  #memoriesSection .photoContentWrap .secPhoto {
    padding-top: 22%;
  }
}
@media screen and (min-width: 768px) {
  #landraidSection .mountain4 img {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 767.98px) {
  /* body {
    font-size: 16px;
  } */
  section .sectionInner {
    padding: 0 20px;
  }
  section .btnWrap > a {
    padding: 7px 50px 7px 25px;
  }
  section .btnWrap > a:before {
    right: 25px;
  }
  #introSection .sectionMain,
  .photoContentWrap .secContent {
    line-height: 1.625em;
  }
  .photoContentWrap .secPhoto {
    padding-top: 20%;
    width: 75%;
  }
  #introSection .secHeading {
    width: 180px;
  }
  #eventsSection .secHeading {
    width: 320px;
  }
  .photoContentWrap .secContent {
    padding: 0 !important;
  }
  section .mountains > div.mountain > div img {
    transform: scale(0.65);
    transform-origin: 0% 100%;
  }
  #heroSection .mountain7 img,
  #introSection .mountain7 img,
  #thesiegeSection .mountain4 img,
  #landraidSection .mountain5 img,
  #occupationSection .mountain4 img,
  #memoriesSection .mountain3 img,
  #defyingSection .mountain2 img,
  #eventsSection .mountain3 img {
    transform-origin: 100% 100%;
  }
  #thesiegeSection .mountain5 {
    left: 20%;
  }
  #introSection .secHeading {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 479.98px) {
  .photoContentWrap .secContent .splittxtWrap {
    max-height: 256px;
  }
  .photoContentWrap .secPhoto {
    padding-top: 16%;
    width: 65%;
  }
  section .mountains > div.mountain > div img {
    transform: scale(0.55);
  }
  #heroSection .mountain4,
  #introSection .mountain4,
  #heroSection .mountain6,
  #introSection .mountain6 {
    bottom: 0;
  }
  #heroSection .mountain7,
  #introSection .mountain7 {
    bottom: -25px;
  }
  #thesiegeSection .mountain4 {
  }
  #thesiegeSection .mountain5 {
    bottom: 0;
  }
  #thesiegeSection .mountain3 {
    bottom: -10px;
  }
  #thesiegeSection .mountain7 {
    bottom: 0;
  }
  #memoriesSection .mountain4 {
    bottom: -20px;
  }
  #memoriesSection .mountain1 {
    bottom: -20px;
    left: 40%;
  }
  #memoriesSection .mountain7 {
    bottom: -20px;
  }
  #memoriesSection .mountain7 img {
    transform-origin: 50% 100%;
  }
  #memoriesSection .mountain2 {
    bottom: 0;
  }
  #memoriesSection .mountain2 img {
    transform: scale(0.65);
    transform-origin: 100% 100%;
  }
  #defyingSection .mountain7 {
    bottom: -30px;
  }
  #defyingSection .mountain5 {
    bottom: 0;
  }
  #defyingSection .mountain3 {
    bottom: -20px;
    left: 50%;
  }
  #defyingSection .mountain1 {
    bottom: 0;
    left: 60%;
  }
  #eventsSection .mountain5 {
    bottom: 0;
  }
  #eventsSection .mountain4 {
    left: 40%;
    bottom: 0;
  }
  #eventsSection .mountain7 {
    left: 60%;
    bottom: 0;
    transform: scale(0.65);
  }
}
