@font-face {
  font-family: "ARMY RUST";
  src: url("../font2/ARMY RUST.eot");
  src: url("../font2/ARMY RUST.eot?#iefix") format("embedded-opentype"), url("../font2/ARMY RUST.woff2") format("woff2"), url("../font2/ARMY RUST.woff") format("woff"), url("../font2/ARMY RUST.svg#ARMY RUST") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-007A;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins Bold.eot");
  src: url("../font/Poppins Bold.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Bold.woff2") format("woff2"), url("../font/Poppins Bold.woff") format("woff"), url("../font/Poppins Bold.svg#Poppins Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins Regular.eot");
  src: url("../font/Poppins Regular.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Regular.woff2") format("woff2"), url("../font/Poppins Regular.woff") format("woff"), url("../font/Poppins Regular.svg#Poppins Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../font/Poppins Medium.eot");
  src: url("../font/Poppins Medium.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Medium.woff2") format("woff2"), url("../font/Poppins Medium.woff") format("woff"), url("../font/Poppins Medium.svg#Poppins Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Poppins";
  color: #fff;
  background-color: #6b705c;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.p-v-70 {
  padding: 70px 0;
}

.p-v-80 {
  padding: 80px 0;
}

.p-v-60 {
  padding: 60px 0;
}

.p-v-90 {
  padding: 90px 0;
}

.p-v-100 {
  padding: 100px 0;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

h2 {
  font-size: 50px;
  font-weight: 700;
}

.relative {
  position: relative;
}

.btn-button2 {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.btn-button {
  padding: 11px 42px;
  display: inline-block;
  background-color: #a0522d;
  color: #fff;
  font-weight: 600;
  gap: 8px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  font-size: 13px;
  font-family: "Poppins Medium";
  border: 2px solid #a0522d;
}

.btn-button::before {
  width: 100%;
  height: 130px;
  position: absolute;
  content: "";
  background-color: #22201c;
  border-radius: 50%;
  left: -100%;
  top: 0;
  transition-duration: 0.3s;
}

.btn-button:hover span {
  z-index: 2;
  color: #fff;
  position: relative;
}

.btn-button:hover::before {
  transition-duration: 0.3s;
  transform: translate(100%, -50%);
  border-radius: 0;
}

.btn-button:active {
  transform: translate(5px, 5px);
  transition-duration: 0.3s;
}

header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 15px 0;
}
header .stellarnav > ul > li > a {
  padding: 20px 5px;
  color: #fff;
  font-weight: 700;
  transition: all 0.4s;
}
header .stellarnav > ul > li > a:hover {
  color: #a0522d;
}
header .right-sidebar {
  display: flex;
  gap: 12px;
  justify-content: end;
}
header .right-sidebar i {
  color: #fff;
  font-size: 23px;
}
header .right-sidebar button {
  border: 0;
  background-color: transparent;
}
header .phone-search {
  display: none;
}
header .phone-logo {
  display: none;
}

.search-bar {
  background-color: rgb(232, 232, 232);
  /* arrow-icon*/
}
.search-bar .offcanvas-body {
  padding: 1rem 22rem;
}
.search-bar .form {
  --input-bg: #fff;
  --padding: 1.5em;
  --rotate: 80deg;
  --gap: 2em;
  --icon-change-color: #15a986;
  --height: 58px;
  width: 100%;
  padding-inline-end: 1em;
  background: #fff;
  position: relative;
  border-radius: 4px;
}
.search-bar .form label {
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--height);
}
.search-bar .form input {
  width: 100%;
  padding-inline-start: calc(var(--padding) + var(--gap));
  outline: none;
  background: none;
  border: 0;
  line-height: 41px;
}
.search-bar .form svg {
  color: #111;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  height: 15px;
}
.search-bar .icon {
  position: absolute;
  left: var(--padding);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-bar .swap-off {
  transform: rotate(-80deg);
  opacity: 0;
  visibility: hidden;
}
.search-bar .close-btn {
  background: none;
  border: none;
  right: calc(var(--padding) - var(--gap));
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  padding: 0.1em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
}
.search-bar .form input:focus ~ .icon {
  transform: rotate(var(--rotate)) scale(1.3);
}
.search-bar .form input:focus ~ .icon .swap-off {
  opacity: 1;
  transform: rotate(-80deg);
  visibility: visible;
  color: #a0522d;
}
.search-bar .form input:focus ~ .icon .swap-on {
  opacity: 0;
  visibility: visible;
}
.search-bar .form input:valid ~ .icon {
  transform: scale(1.3) rotate(var(--rotate));
}
.search-bar .form input:valid ~ .icon .swap-off {
  opacity: 1;
  visibility: visible;
  color: #a0522d;
}
.search-bar .form input:valid ~ .icon .swap-on {
  opacity: 0;
  visibility: visible;
}
.search-bar .form input:valid ~ .close-btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 0s;
}

.banner {
  padding-bottom: 130px;
}
.banner h1 {
  font-family: "ARMY RUST";
  font-size: 103px;
  text-align: center;
  line-height: 0.7;
}
.banner .button-box {
  gap: 21px;
  margin-top: 40px;
}
.banner .btn-button2 {
  background-color: transparent;
  border: 1px solid #fff;
}
.banner .image2 {
  position: absolute;
  bottom: -127px;
  right: 0;
}
.banner .video-part {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .video-part video {
  width: 100%;
  opacity: 0.4;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -47%);
  width: 100%;
  text-align: center;
}
.banner .btn-button {
  width: 240px;
}

.home-about {
  padding-top: 100px;
  margin-top: -58px;
}
.home-about .wrap-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 68px;
}
.home-about .wrap-box img {
  border-radius: 78.65px;
  margin-bottom: 17px;
}
.home-about .wrap-box .text {
  text-align: center;
}
.home-about .wrap-box .text h6 {
  font-size: 16px;
  font-weight: 600;
}
.home-about .wrap-box .text p {
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 11px 0 17px;
}
.home-about .series {
  padding: 34px 50px 36px;
  margin-top: 156px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-about .series img {
  width: 100%;
}
.home-about .series h6 {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.home-about .series p {
  font-size: 12px;
  margin-top: 10px;
}

.home-series {
  padding: 50px 0 0;
  z-index: 1;
}
.home-series .text-box {
  background-color: #ddd5c7;
  width: 370px;
  min-height: 184px;
  padding: 27px 45px;
  text-align: start;
  margin-top: 12px;
}
.home-series .text-box h5 {
  color: #050505;
  font-weight: 600;
  font-size: 17px;
}
.home-series .text-box p {
  color: #050505;
  font-size: 12px;
  font-weight: 400;
}
.home-series .series-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.home-series .col-lg-8 .series-box {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.home-series .home-book-image {
  height: 759px;
  width: 100%;
}
.home-series .home-book-image img {
  height: 759px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.home-series .wrap-text {
  margin-bottom: 56px;
}
.home-series .button-group {
  position: absolute;
  top: 278px;
  left: 254px;
}

footer .top-footer {
  background-color: #2f2c27;
  padding: 50px 0 50px;
}
footer .top-footer h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 17px;
}
footer .top-footer p {
  font-size: 15px;
  font-weight: 400;
}
footer .top-footer ul li a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  transition: all 0.4s;
}
footer .top-footer ul li a:hover {
  color: #a0522d;
}
footer .top-footer .newsletter {
  background-color: #3a362f;
  padding: 29px;
}
footer .bottom-footer {
  background-color: #22201c;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .bottom-footer p {
  margin-bottom: 0;
  color: #9c9c9c;
  font-weight: 500;
  font-size: 16px;
}
footer .bottom-footer a {
  color: #9c9c9c;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.4s;
}
footer .bottom-footer a:hover {
  color: #a0522d;
}

.form-control {
  line-height: 26px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #616161;
  color: #fff !important;
  padding-left: 0;
  padding-bottom: 10px;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #a0522d;
}
.form-control::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.form-control::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 80px 0;
  background-size: cover;
}
.inner-banner h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.8;
}
.inner-banner form {
  margin-top: 13px;
}
.inner-banner form .form-control {
  background-color: #b1946c;
  color: #fff;
  padding-left: 19px;
  padding-top: 11px;
  border-bottom: 0;
  height: 59px;
}
.inner-banner form textarea {
  resize: none;
  height: 138px !important;
}
.inner-banner .swiper-slide img {
  width: 100%;
}
.inner-banner .imageslider,
.inner-banner .swiper,
.inner-banner .swiper-slide {
  height: 500px; /* Or use 100vh for full screen */
}
.inner-banner .image-split {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.inner-banner .slice {
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(100%);
}
.inner-banner .imageslider {
  padding: 9px 0 69px;
}
.inner-banner .swiper-pagination-bullet-active {
  background: #fff !important;
}
.inner-banner .swiper-pagination-bullet {
  background: #787878;
}

.image-box-slider .swiper-button-next:after,
.image-box-slider .swiper-button-prev:after {
  color: #fff;
  font-size: 19px;
  background: #000;
  padding: 11px;
}
.image-box-slider .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -38px);
}
.image-box-slider .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -38px);
}

header.inner-header {
  background-color: #2a2c22;
  padding: 15px 0;
  position: relative;
}

.collection-page .box {
  background-color: #b1946c;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.collection-page .boxInner {
  padding: 0 50px 0 139px;
}
.collection-page .box::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-image: url(../image/collection/1.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 48%;
  height: 44%;
  z-index: -1;
}
.collection-page .box .side-image {
  position: absolute;
  top: 46px;
  left: -95px;
  z-index: 1;
}
.collection-page .box .side-image img {
  width: 214px;
  height: 326px;
}
.collection-page .box h4 {
  font-size: 24px;
  font-weight: bold;
}
.collection-page .box .btn-button {
  padding: 11px 9px;
}
.collection-page .box .name {
  font-size: 18px;
  font-family: "Poppins Medium";
  margin-bottom: 8px;
}
.collection-page .box .name span {
  color: #333429;
}
.collection-page .box .text {
  font-size: 15px;
}
.collection-page .box .name-box {
  margin: 73px 0 55px;
  border: 2px solid #fff;
  padding: 29px 29px 29px 41px;
  gap: 24px;
}
.collection-page .box .name-box img {
  border-radius: 78.5px;
}
.collection-page .box .name-box .image-box {
  text-align: center;
  width: 130px;
  margin-top: -83px;
  position: relative;
  z-index: 1;
  flex: 0 0 130px;
}
.collection-page .box .name-box .image-box h6 {
  font-size: 12px;
  font-family: "Poppins Medium";
  margin-top: 8px;
  line-height: 1.3;
}
.collection-page .box .name-box .image-box h6 span {
  color: #333429;
}
.collection-page .box .name-box p {
  width: 100%;
}
.collection-page .box iframe {
  width: 100%;
  /* min-height: 760px !important; */
}
.collection-page .head h4 {
  width: 100%;
  max-width: 295px;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header .desktop {
  margin-top: 0 !important;
}

#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #2a2c22;
}

.captcha-img {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}/*# sourceMappingURL=style.css.map */