/* ------------------------------------------ */
/* Style naming basically follows BEM: http://getbem.com/ */
/* ------------------------------------------ */
@font-face {
  font-family: 'Roboto';
  src: url("../css/fonts/roboto/Roboto-Light.eot");
  src: url("../css/fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../css/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../css/fonts/roboto/Roboto-Light.woff") format("woff"), url("../css/fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../css/fonts/roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GothamBold';
  src: url("../css/fonts/gotham/GothamBold.eot");
  src: url("../css/fonts/gotham/GothamBold.eot?#iefix") format("embedded-opentype"), url("../css/fonts/gotham/GothamBold.woff2") format("woff2"), url("../css/fonts/gotham/GothamBold.woff") format("woff"), url("../css/fonts/gotham/GothamBold.ttf") format("truetype"), url("../css/fonts/gotham/GothamBold.svg#GothamBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GothamBook-italic';
  src: url("../css/fonts/gotham/GothamBook-Italic.eot");
  src: url("../css/fonts/gotham/GothamBook-Italic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/gotham/GothamBook-Italic.woff2") format("woff2"), url("../css/fonts/gotham/GothamBook-Italic.woff") format("woff"), url("../css/fonts/gotham/GothamBook-Italic.ttf") format("truetype"), url("../css/fonts/gotham/GothamBook-Italic.svg#GothamBook-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'GothamBook';
  src: url("../css/fonts/gotham/Gotham-Book.eot");
  src: url("../css/fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../css/fonts/gotham/Gotham-Book.woff2") format("woff2"), url("../css/fonts/gotham/Gotham-Book.woff") format("woff"), url("../css/fonts/gotham/Gotham-Book.ttf") format("truetype"), url("../css/fonts/gotham/Gotham-Book.svg#GothamBook-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.title--bg-txt-large {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 200px; }
  @media screen and (max-width: 768px) {
    .title--bg-txt-large {
      font-size: 72px; } }
.title--bg-txt {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 120px; }
  @media screen and (max-width: 768px) {
    .title--bg-txt {
      font-size: 50px; } }
.title--landing {
  font-family: "GothamBold", sans-serif;
  font-size: 80px; }
  @media screen and (max-width: 768px) {
    .title--landing {
      font-size: 50px; } }
.title--exlarge, .product-info h2 {
  font-size: 60px; }
  @media screen and (max-width: 768px) {
    .title--exlarge, .product-info h2 {
      font-size: 26px; } }
.title--large, .hero-banner .content-txt h2, .treasure-trove .desc h2 {
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    .title--large, .hero-banner .content-txt h2, .treasure-trove .desc h2 {
      font-size: 26px; } }
.title--medium-large, .provenance h2, .exclusive-zone h2, .treasure-trove h2, .foreign-exchange h2, .about-form h2, .product-details h2, .product-form h2 {
  font-size: 32px; }
  @media screen and (max-width: 768px) {
    .title--medium-large, .provenance h2, .exclusive-zone h2, .treasure-trove h2, .foreign-exchange h2, .about-form h2, .product-details h2, .product-form h2 {
      font-size: 26px; } }
.title--medium, .hero-banner .content-txt h3, .gallery .view-all, .gallery h2, .about-banner .content-txt h2, .about-service .content-txt h2, .list select {
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    .title--medium, .hero-banner .content-txt h3, .gallery .view-all, .gallery h2, .about-banner .content-txt h2, .about-service .content-txt h2, .list select {
      font-size: 18px; } }
.title--medium-small {
  font-family: "Roboto", sans-serif;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .title--medium-small {
      font-size: 18px; }
      .title--medium-small br {
        display: none; } }
.title--small, .product-info .small {
  font-family: "Roboto", sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .title--small, .product-info .small {
      font-size: 16px; } }

.content--common {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 25px;
  /*letter-spacing: 0.1em;*/ }
.content--menu {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  /*letter-spacing: 0.1em;*/ }
  @media screen and (max-width: 768px) {
    .content--menu {
      font-size: 48px; } }
.content--sm, .hero-banner .scroll {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/ }
.content--xsm {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  /*letter-spacing: 0.1em;*/ }

/* Style commonly used  */
/* ------------------------------------------ */
body,
body * {
  max-height: 1000000px; }

html {
  font-size: 18px;
  /*
  @media screen and (max-width:1580px) {
      font-size:15px;
  }
  @media screen and (max-width:991px) {
      font-size:14px;
  }
  @media screen and (max-width:767px) {
      font-size:13px;
  }
  */ }

body {
  font-size: 18px;
  /*
  @media screen and (max-width:1580px) {
      font-size:15px;
  }
  @media screen and (max-width:991px) {
      font-size:14px;
  }
  @media screen and (max-width:767px) {
      font-size:13px;
  }
  */
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 !important;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #000;
  line-height: 1.65em; }

.loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  background-image: url(../images/logo/loading.gif);
  background-size: 30% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100; }
  @media screen and (max-width: 640px) {
    .loading {
      background-size: 80% auto; } }

.dark-mode {
  background-color: #000; }
  .dark-mode #header {
    color: #FFF;
    background-color: #000; }
    .dark-mode #header .logo path {
      fill: #FFF; }
    .dark-mode #header .menu-btn:before, .dark-mode #header .menu-btn:after, .dark-mode #header .menu-btn span {
      background-color: #FFF; }
  .dark-mode .menu a {
    color: #FFF; }
  .dark-mode .menu .main-menu ul a {
    color: #FFF; }
  .dark-mode #footer {
    background-color: #FFF;
    color: #000; }
    .dark-mode #footer .txt-slide h2 {
      -webkit-text-stroke: 1px #000; }
      @media screen and (max-width: 640px) {
        .dark-mode #footer .txt-slide h2 {
          text-stroke: .5px #000;
          -webkit-text-stroke: .5px #000; } }
    .dark-mode #footer .info-holder .info h3 {
      color: #000; }
    .dark-mode #footer input {
      color: #000;
      border-bottom: solid 1px #000; }
    .dark-mode #footer .btn {
      background-image: url(../images/logo/arrow-b.svg); }
  .dark-mode #wrapper {
    background-color: #000; }

.blue-mode {
  background-color: #0025F4; }
  .blue-mode #header {
    color: #FFF; }
    .blue-mode #header .logo path {
      fill: #FFF; }
  .blue-mode .menu a {
    color: #FFF; }
  .blue-mode .menu .main-menu ul a {
    color: #FFF; }
  .blue-mode #wrapper {
    background-color: transparent; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: inherit;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  a:hover, a:active {
    text-decoration: none;
    opacity: .5; }
  a:focus {
    text-decoration: none;
    outline: none; }

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto; }

br {
  display: block;
  opacity: 0;
  font-family: "Arial", sans-serif !important;
  font-size: 0;
  color: transparent;
  line-height: 1em; }

p {
  margin-top: 0;
  margin-bottom: 1.65em; }
  p:last-child {
    margin-bottom: 0; }

.clearfix {
  content: '';
  display: table;
  width: 100%;
  height: 0;
  clear: both; }

.nowrap {
  overflow: hidden; }

.scroll-up-effect {
  opacity: 0;
  transform: translateY(20vh);
  /*visibility: hidden;*/ }
  .scroll-up-effect.animate {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }

#wrapper {
  position: relative;
  width: 100%;
  top: 0;
  left: 0px;
  min-height: 100vh;
  background-color: #f1f1f1;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
  #wrapper.active {
    left: -50%; }
    @media screen and (max-width: 640px) {
      #wrapper.active {
        left: -100%; } }
  #wrapper.last-slide {
    top: -40vh; }
  #wrapper.dark-mode {
    background-color: #000; }
  #wrapper.light-mode {
    background-color: #FFF; }

.block-size {
  position: relative; }
  .block-size--full-width {
    width: 100%; }
  .block-size--half-width {
    width: 50%; }
  .block-size--full-height {
    min-height: 100vh; }
  .block-size--full-fill {
    width: 100%;
    height: 100%; }

.btn {
  position: relative;
  display: inline-block; }
  .btn--overline:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 10%;
    top: 45%;
    left: -5%;
    background-color: #FFF; }
  .btn--overline:hover:after {
    width: 110%; }

.bg--blk {
  background-color: #000; }

.display--inline-block {
  display: inline-block; }

.display--block {
  display: inline-block; }

.display--inline {
  display: inline; }

.display--table {
  display: table; }

.display--table-cell {
  display: table-cell; }

.display--flex {
  display: flex; }

.align--hc {
  text-align: center; }
.align--hl {
  text-align: left; }
.align--hr {
  text-align: right; }
.align--vt {
  vertical-align: top; }
.align--vb {
  vertical-align: bottom; }
.align--vm {
  vertical-align: middle; }
.align--hvc {
  text-align: center;
  vertical-align: middle; }

.hidden-all {
  display: none !important; }

.overflow-hidden {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none; }

.prevent-click:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 30; }

#lightbox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 30; }
  #lightbox .lb-next {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 60px;
    background-image: url(../images/next.png);
    transform: translateY(-50%);
    cursor: pointer; }
  #lightbox .lb-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 30px;
    height: 60px;
    background-image: url(../images/prev.png);
    transform: translateY(-50%);
    cursor: pointer; }
  #lightbox .lb-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-image: url(../images/close.png);
    background-size: cover;
    cursor: pointer;
    z-index: 10; }
  #lightbox .holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #lightbox img {
    max-width: 500px; }
  #lightbox video {
    width: 80vw; }

/* END Style commonly used  */
/* ------------------------------------------ */
/* Style for menu */
/* ------------------------------------------ */
#header {
  position: absolute;
  width: 100%;
  top: 0px;
  padding: 60px 30px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  #header.min {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 30px; }
  @media screen and (max-width: 640px) {
    #header {
      position: fixed;
      height: auto;
      padding: 30px;
      z-index: 30; } }
  #header #search-form {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    display: none;
    transform: translateY(-100%);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    #header #search-form.active {
      transform: translateY(0%); }
    @media screen and (max-width: 640px) {
      #header #search-form {
        display: flex;
        align-items: center;
        justify-content: center; } }
    #header #search-form input {
      background-color: #FFF;
      border-radius: 0px;
      border: solid 1px #FFF;
      padding: 10px;
      height: 50px; }
    #header #search-form .search-btn {
      width: 50px;
      background-image: url(../images/logo/search.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-color: #000; }
    #header #search-form .close {
      width: 50px;
      height: 50px;
      background-image: url(../images/close.png);
      background-repeat: no-repeat;
      background-position: center;
      background-color: #000;
      background-size: 50%; }
  #header .lang {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    color: #FFF;
    font-weight: bold;
    display: none; }
    @media screen and (max-width: 640px) {
      #header .lang {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap; } }
  #header .search-btn {
    padding: 0px 10px; }
  #header .menu-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    height: 18px;
    transform: translate(0%, -50%);
    display: none; }
    @media screen and (max-width: 640px) {
      #header .menu-btn {
        display: block; } }
    #header .menu-btn.active span {
      width: 0px; }
    #header .menu-btn.active:before {
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    #header .menu-btn.active:after {
      top: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); }
    #header .menu-btn span {
      position: relative;
      top: 50%;
      left: 50%;
      width: 70%;
      height: 2px;
      background-color: #FFF;
      display: block;
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
    #header .menu-btn:before {
      content: '';
      position: absolute;
      top: 0%;
      left: 50%;
      width: 100%;
      height: 2px;
      background-color: #FFF;
      display: block;
      transform: translate(-50%, -50%);
      transform-origin: center;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
    #header .menu-btn:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      width: 100%;
      height: 2px;
      background-color: #FFF;
      display: block;
      transform: translate(-50%, -50%);
      transform-origin: center;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
  #header img {
    width: 100%;
    max-width: 315px; }
    @media screen and (max-width: 640px) {
      #header img {
        max-width: 180px; } }

.menu {
  position: fixed;
  width: 80px;
  height: 100vh;
  top: 0px;
  left: 0%;
  padding: 60px 0px;
  background: linear-gradient(180deg, #361807 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  border-right: solid 1px #FFF;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  color: #FFF;
  z-index: 20; }
  .menu.left {
    right: 100%;
    transform: translateX(100%);
    border-left: none;
    border-right: solid 1px #FFF; }
    @media screen and (max-width: 640px) {
      .menu.left {
        right: auto;
        transform: translateX(0%); } }
  .menu.home .btn:first-child {
    display: none; }
    @media screen and (max-width: 640px) {
      .menu.home .btn:first-child {
        display: block; } }
  .menu.home .clear {
    display: none; }
    @media screen and (max-width: 640px) {
      .menu.home .clear {
        display: block; } }
  .menu.about .btn:last-child {
    display: none; }
    @media screen and (max-width: 640px) {
      .menu.about .btn:last-child {
        display: block; } }
  .menu.about .clear {
    display: none; }
    @media screen and (max-width: 640px) {
      .menu.about .clear {
        display: block; } }
  .menu .search {
    position: relative; }
    @media screen and (max-width: 640px) {
      .menu .search {
        width: 100%;
        margin-bottom: 10px;
        display: none; } }
    .menu .search form {
      position: relative;
      top: 0px;
      left: -10px;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 640px) {
        .menu .search form {
          left: 0px; } }
    .menu .search input {
      border: none; }
    .menu .search .search-btn {
      width: 80px;
      background-image: url(../images/logo/search.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-color: transparent;
      padding: 15px 20px;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
      @media screen and (max-width: 640px) {
        .menu .search .search-btn {
          background-color: #bbb4ae;
          padding: 10px 10px; } }
    .menu .search .search-field {
      width: 0px;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
      @media screen and (max-width: 640px) {
        .menu .search .search-field {
          width: 200px;
          padding: 10px 10px; } }
    .menu .search:hover .search-btn {
      background-color: #bbb4ae; }
    .menu .search:hover .search-field {
      padding: 15px 20px;
      width: 200px; }
      @media screen and (max-width: 640px) {
        .menu .search:hover .search-field {
          padding: 10px 10px; } }
  .menu .nav {
    position: relative;
    width: 60px;
    text-align: center;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .menu .nav {
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        align-content: center; } }
  .menu .clear {
    width: 25px;
    border-bottom: solid 1px #FFF;
    margin: 1.5em auto; }
    @media screen and (max-width: 640px) {
      .menu .clear {
        width: 50%; } }
  .menu .btn {
    position: relative;
    writing-mode: vertical-rl;
    transform-origin: left center;
    display: inline-block;
    white-space: nowrap;
    line-height: 40px;
    text-transform: uppercase; }
    @media screen and (max-width: 640px) {
      .menu .btn {
        writing-mode: unset;
        width: 100%; } }
  .menu .lang {
    position: relative;
    width: 60px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      .menu .lang {
        width: 100%;
        height: 20%;
        justify-content: center; } }
    .menu .lang a {
      font-family: "GothamBold", sans-serif;
      width: 40px;
      text-align: center;
      display: inline-block;
      margin: .5em auto; }
      @media screen and (max-width: 640px) {
        .menu .lang a {
          margin: 10px; } }
      .menu .lang a img {
        width: 100%; }
    .menu .lang .lang-btn {
      padding-bottom: 1em;
      margin-bottom: 3em;
      border-bottom: solid 1px #FFF; }
      @media screen and (max-width: 640px) {
        .menu .lang .lang-btn {
          display: none; } }
  @media screen and (max-width: 640px) {
    .menu {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100vw;
      height: 100vh;
      padding: 30px;
      background: #000;
      align-content: center;
      visibility: hidden;
      opacity: 0; }
      .menu.active {
        visibility: visible;
        opacity: 1; } }

/* END Style menu  */
/* ------------------------------------------ */
/* Style for menu */
/* ------------------------------------------ */
#footer {
  position: relative;
  background-color: #000;
  text-align: left; }
  #footer .info-holder {
    position: relative;
    width: 100%;
    padding-bottom: 0px; }
    #footer .info-holder .info {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      background-color: #ECECEC;
      padding: 60px 100px;
      color: #000; }
      @media screen and (max-width: 640px) {
        #footer .info-holder .info {
          padding: 30px;
          text-align: center; } }
      #footer .info-holder .info img {
        width: 100%;
        max-width: 295px; }
        @media screen and (max-width: 640px) {
          #footer .info-holder .info img {
            max-width: 180px; } }
      #footer .info-holder .info > div {
        width: 50%; }
        @media screen and (max-width: 640px) {
          #footer .info-holder .info > div {
            width: 100%;
            margin: 30px 0px; } }
    #footer .info-holder .terms {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 30px 100px;
      color: #FFF; }
      @media screen and (max-width: 640px) {
        #footer .info-holder .terms {
          padding: 30px;
          text-align: center; } }
      #footer .info-holder .terms > div {
        width: 50%; }
        @media screen and (max-width: 640px) {
          #footer .info-holder .terms > div {
            width: 100%;
            margin: 10px 0px; } }
      #footer .info-holder .terms a {
        margin-right: 30px;
        text-decoration: underline; }
  #footer h2 {
    font-family: "GothamBold", sans-serif;
    margin-bottom: .5em; }
  #footer p {
    margin-bottom: .2em; }
    #footer p:last-child {
      margin-bottom: 0; }

/* END Style menu  */
/* ------------------------------------------ */
.title--bg-txt-large {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 200px; }
  @media screen and (max-width: 768px) {
    .title--bg-txt-large {
      font-size: 72px; } }
.title--bg-txt {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 120px; }
  @media screen and (max-width: 768px) {
    .title--bg-txt {
      font-size: 50px; } }
.title--landing {
  font-family: "GothamBold", sans-serif;
  font-size: 80px; }
  @media screen and (max-width: 768px) {
    .title--landing {
      font-size: 50px; } }
.title--exlarge, .product-info h2 {
  font-size: 60px; }
  @media screen and (max-width: 768px) {
    .title--exlarge, .product-info h2 {
      font-size: 26px; } }
.title--large, .hero-banner .content-txt h2, .treasure-trove .desc h2 {
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    .title--large, .hero-banner .content-txt h2, .treasure-trove .desc h2 {
      font-size: 26px; } }
.title--medium-large, .provenance h2, .exclusive-zone h2, .treasure-trove h2, .foreign-exchange h2, .about-form h2, .product-details h2, .product-form h2 {
  font-size: 32px; }
  @media screen and (max-width: 768px) {
    .title--medium-large, .provenance h2, .exclusive-zone h2, .treasure-trove h2, .foreign-exchange h2, .about-form h2, .product-details h2, .product-form h2 {
      font-size: 26px; } }
.title--medium, .hero-banner .content-txt h3, .gallery .view-all, .gallery h2, .about-banner .content-txt h2, .about-service .content-txt h2, .list select {
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    .title--medium, .hero-banner .content-txt h3, .gallery .view-all, .gallery h2, .about-banner .content-txt h2, .about-service .content-txt h2, .list select {
      font-size: 18px; } }
.title--medium-small {
  font-family: "Roboto", sans-serif;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .title--medium-small {
      font-size: 18px; }
      .title--medium-small br {
        display: none; } }
.title--small, .product-info .small {
  font-family: "Roboto", sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .title--small, .product-info .small {
      font-size: 16px; } }

.content--common {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 25px;
  /*letter-spacing: 0.1em;*/ }
.content--menu {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  /*letter-spacing: 0.1em;*/ }
  @media screen and (max-width: 768px) {
    .content--menu {
      font-size: 48px; } }
.content--sm, .hero-banner .scroll {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/ }
.content--xsm {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  /*letter-spacing: 0.1em;*/ }

/* ------------------------------------------ */
.intro {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 30;
  background-color: #000; }
  .intro video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.container {
  position: relative;
  width: 100vw;
  left: 0%; }
  .container.slide-in {
    position: absolute;
    top: 0px;
    left: 100%; }

.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh; }
  .hero-banner .img-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden; }
    .hero-banner .img-holder:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.7); }
    .hero-banner .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero-banner .btn {
    display: inline-block;
    padding: 5px 20px;
    border: solid 1px #FFF;
    margin-top: 3em; }
    .hero-banner .btn:hover {
      background-color: #000; }
  .hero-banner .swiper-wrapper {
    z-index: 0; }
  .hero-banner .swiper-button-prev {
    background-image: url(../images/logo/arrow-l.svg);
    left: 100px; }
    @media screen and (max-width: 640px) {
      .hero-banner .swiper-button-prev {
        display: none; } }
  .hero-banner .swiper-button-next {
    background-image: url(../images/logo/arrow-l.svg);
    transform: scale(-1);
    right: 100px; }
    @media screen and (max-width: 640px) {
      .hero-banner .swiper-button-next {
        display: none; } }
  .hero-banner .content-txt {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #FFF;
    text-align: center;
    transform: translateY(-10%); }
    @media screen and (max-width: 640px) {
      .hero-banner .content-txt {
        padding: 0px 30px; } }
    .hero-banner .content-txt h2 {
      font-family: "GothamBook", sans-serif;
      transform: translateY(50px);
      opacity: 0;
      -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      @media screen and (max-width: 640px) {
        .hero-banner .content-txt h2 {
          font-size: 90% !important; } }
    .hero-banner .content-txt h3 {
      font-family: "GothamBook", sans-serif;
      transform: translateY(50px);
      opacity: 0;
      -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      @media screen and (max-width: 640px) {
        .hero-banner .content-txt h3 {
          font-size: 90% !important; } }
    .hero-banner .content-txt .name {
      transform: translateY(50px);
      opacity: 0;
      -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
      -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
      -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
      transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s; }
      .hero-banner .content-txt .name:before {
        content: '';
        position: relative;
        width: 1px;
        height: 55px;
        background-color: #FFF;
        display: block;
        margin: 2em auto; }
    .hero-banner .content-txt.active h2, .hero-banner .content-txt.active h3, .hero-banner .content-txt.active .name {
      opacity: 1;
      transform: translateY(0px); }
  .hero-banner .scroll {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 60px;
    color: #FFF;
    text-align: center; }
    .hero-banner .scroll:before {
      content: '';
      position: relative;
      width: 30px;
      height: 30px;
      display: block;
      background-image: url(../images/logo/scroll.svg);
      background-size: cover;
      margin: 15px auto; }

.provenance {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/home/02.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .provenance .content-txt {
    position: relative;
    width: 80%;
    max-width: 600px; }
    @media screen and (max-width: 640px) {
      .provenance .content-txt {
        width: 100%;
        padding: 60px 30px; } }
    .provenance .content-txt:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90vh;
      height: 90vh;
      border-radius: 50%;
      border: solid 1px #FFF;
      transform: translate(-50%, -50%) scale(0);
      -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .provenance .content-txt.active * {
      transform: translateY(0px);
      opacity: 1; }
    .provenance .content-txt.active:before {
      transform: translate(-50%, -50%) scale(1); }
  .provenance h2 {
    font-family: "GothamBold", sans-serif;
    margin-bottom: 2em;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .provenance p {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }

.exclusive-zone {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .exclusive-zone {
      flex-direction: column-reverse; } }
  .exclusive-zone .block {
    width: 50%;
    color: #FFF;
    text-align: center;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      .exclusive-zone .block {
        width: 100%; } }
  .exclusive-zone .content-txt {
    width: 60%; }
    @media screen and (max-width: 640px) {
      .exclusive-zone .content-txt {
        width: 100%;
        padding: 60px 30px; } }
    .exclusive-zone .content-txt.active * {
      transform: translateY(0px);
      opacity: 1; }
  .exclusive-zone .swiper {
    position: relative;
    overflow: hidden; }
    .exclusive-zone .swiper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .exclusive-zone .swiper-container-horizontal > .swiper-pagination-progressbar {
    top: auto;
    height: 6px;
    bottom: 0px; }
  .exclusive-zone .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #C49A6C; }
  .exclusive-zone .swiper-button-prev {
    background-image: url(../images/logo/arrow-l.svg); }
  .exclusive-zone .swiper-button-next {
    background-image: url(../images/logo/arrow-l.svg);
    transform: scale(-1); }
  .exclusive-zone h2 {
    font-family: "GothamBold", sans-serif;
    margin-bottom: 2em;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .exclusive-zone p {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }

.treasure-trove {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .treasure-trove {
      flex-direction: column-reverse; } }
  .treasure-trove .block {
    position: relative;
    width: 50%;
    color: #FFF;
    text-align: center;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      .treasure-trove .block {
        width: 100%; } }
    .treasure-trove .block:nth-child(1) {
      background-image: url(../images/home/04.jpg);
      background-size: cover;
      background-position: center; }
    .treasure-trove .block:hover .desc::after {
      transform: rotate(90deg); }
  .treasure-trove .content-txt {
    width: 60%; }
    @media screen and (max-width: 640px) {
      .treasure-trove .content-txt {
        width: 100%;
        padding: 60px 30px; } }
    .treasure-trove .content-txt.active * {
      transform: translateY(0px);
      opacity: 1; }
  .treasure-trove .desc {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
    padding: 2em;
    padding-right: 8em;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .treasure-trove .desc {
        padding: 30px; } }
    .treasure-trove .desc:after {
      content: '';
      width: 60px;
      height: 60px;
      background-image: url(../images/logo/more.svg);
      background-size: cover;
      display: inline-block;
      -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .treasure-trove .desc h2 {
      font-family: "GothamBold", sans-serif;
      margin-bottom: 1em;
      transform: translateY(0px);
      opacity: 1; }
    .treasure-trove .desc p {
      margin-bottom: .2em;
      transform: translateY(0px);
      opacity: 1; }
      .treasure-trove .desc p:last-child {
        margin-bottom: 0px; }
  .treasure-trove img {
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
  .treasure-trove a {
    width: 100%;
    overflow: hidden; }
    .treasure-trove a:hover {
      opacity: 1; }
      .treasure-trove a:hover img {
        transform: scale(1.1); }
  .treasure-trove h2 {
    font-family: "GothamBold", sans-serif;
    margin-bottom: 2em;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .treasure-trove p {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }

.gallery {
  position: relative;
  width: 100%;
  padding: 60px 30px;
  padding-left: 100px;
  background-image: url(../images/home/06.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  color: #FFF; }
  @media screen and (max-width: 640px) {
    .gallery {
      padding-left: 30px; } }
  .gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20vh;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 70%);
    z-index: 1; }
    @media screen and (max-width: 640px) {
      .gallery:after {
        display: none; } }
  .gallery .swiper-slide {
    position: relative;
    width: 45%;
    height: 30vh;
    background-color: #000;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      .gallery .swiper-slide {
        width: 100%;
        height: auto;
        flex-direction: column-reverse; } }
    .gallery .swiper-slide:hover {
      opacity: 1; }
      .gallery .swiper-slide:hover img {
        transform: scale(1.1); }
  .gallery .swiper-button-prev {
    background-image: url(../images/logo/arrow-l.svg);
    left: 100px; }
    @media screen and (max-width: 640px) {
      .gallery .swiper-button-prev {
        display: none; } }
  .gallery .swiper-button-next {
    background-image: url(../images/logo/arrow-l.svg);
    transform: scale(-1);
    right: 100px; }
    @media screen and (max-width: 640px) {
      .gallery .swiper-button-next {
        display: none; } }
  .gallery .view-all {
    align-content: center;
    justify-content: center;
    border: solid 1px #FFF;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 640px) {
      .gallery .view-all {
        padding: 10px; } }
  .gallery .swiper-wrapper {
    height: 65vh;
    display: flex;
    flex-wrap: wrap;
    overflow-x: scroll;
    flex-direction: column;
    gap: 20px;
    border-bottom: solid 1px #FFF;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
    @media screen and (max-width: 640px) {
      .gallery .swiper-wrapper {
        height: auto;
        border-bottom: none; } }
  .gallery .swiper-wrapper::-webkit-scrollbar {
    height: 5px; }
  .gallery .swiper-wrapper::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0); }
  .gallery .swiper-wrapper::-webkit-scrollbar-thumb {
    background-color: #DCC9BE; }
  .gallery .info {
    position: relative;
    width: 50%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    @media screen and (max-width: 640px) {
      .gallery .info {
        width: 100%; } }
    .gallery .info .desc {
      width: 100%; }
  .gallery .visual {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .gallery .visual {
        width: 100%;
        height: 330px; } }
    .gallery .visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
      transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
  .gallery h2 {
    font-family: "GothamBold", sans-serif;
    margin-bottom: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .gallery h2 {
        margin-bottom: 1em; } }
  .gallery p {
    margin-bottom: .2em; }

.foreign-exchange {
  position: relative;
  width: 100%;
  padding: 60px 30px;
  background-image: url(../images/home/07.jpg);
  background-size: cover;
  background-position: center;
  color: #FFF; }
  @media screen and (max-width: 640px) {
    .foreign-exchange {
      padding: 60px 30px; } }
  .foreign-exchange .content-txt {
    width: 60%;
    margin: auto;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .foreign-exchange .content-txt {
        width: 100%; } }
    .foreign-exchange .content-txt.active * {
      transform: translateY(0px);
      opacity: 1; }
  .foreign-exchange h2 {
    font-family: "GothamBold", sans-serif;
    margin-bottom: 2em;
    margin-top: 1em;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .foreign-exchange p {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }
  .foreign-exchange .btn {
    display: inline-block;
    padding: 1em 3em;
    border: solid 1px #FFF;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 2em;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s; }

.hub {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .hub .block {
    position: relative;
    width: 50%;
    color: #FFF;
    text-align: center;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      .hub .block {
        width: 100%; } }
    .hub .block:nth-child(1) {
      background-image: url(../images/home/04.jpg);
      background-size: cover;
      background-position: center; }
  .hub .content-txt {
    width: 60%;
    padding: 50px 0px;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    @media screen and (max-width: 640px) {
      .hub .content-txt {
        width: 100%;
        padding: 30px; } }
    .hub .content-txt.active {
      transform: translateY(0px);
      opacity: 1; }
  .hub .appointment {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin: 3em auto; }
    .hub .appointment > div {
      width: 50%;
      max-width: 150px;
      padding: 0px 30px; }
      .hub .appointment > div:nth-child(1) {
        border-right: solid 1px #FFF; }
    .hub .appointment img {
      width: 100%; }
  .hub .desc {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
    padding: 2em; }
  .hub .line {
    border-bottom: solid 1px #FFF;
    margin: 3em 0; }
  .hub img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hub h2 {
    font-family: "GothamBold", sans-serif; }

/* END Style ring-design used  */
/* ------------------------------------------ */
.title--bg-txt-large {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 200px; }
  @media screen and (max-width: 768px) {
    .title--bg-txt-large {
      font-size: 72px; } }
.title--bg-txt {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 120px; }
  @media screen and (max-width: 768px) {
    .title--bg-txt {
      font-size: 50px; } }
.title--landing {
  font-family: "GothamBold", sans-serif;
  font-size: 80px; }
  @media screen and (max-width: 768px) {
    .title--landing {
      font-size: 50px; } }
.title--exlarge, .product-info h2 {
  font-size: 60px; }
  @media screen and (max-width: 768px) {
    .title--exlarge, .product-info h2 {
      font-size: 26px; } }
.title--large, .hero-banner .content-txt h2, .treasure-trove .desc h2 {
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    .title--large, .hero-banner .content-txt h2, .treasure-trove .desc h2 {
      font-size: 26px; } }
.title--medium-large, .provenance h2, .exclusive-zone h2, .treasure-trove h2, .foreign-exchange h2, .about-form h2, .product-details h2, .product-form h2 {
  font-size: 32px; }
  @media screen and (max-width: 768px) {
    .title--medium-large, .provenance h2, .exclusive-zone h2, .treasure-trove h2, .foreign-exchange h2, .about-form h2, .product-details h2, .product-form h2 {
      font-size: 26px; } }
.title--medium, .hero-banner .content-txt h3, .gallery .view-all, .gallery h2, .about-banner .content-txt h2, .about-service .content-txt h2, .list select {
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    .title--medium, .hero-banner .content-txt h3, .gallery .view-all, .gallery h2, .about-banner .content-txt h2, .about-service .content-txt h2, .list select {
      font-size: 18px; } }
.title--medium-small {
  font-family: "Roboto", sans-serif;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .title--medium-small {
      font-size: 18px; }
      .title--medium-small br {
        display: none; } }
.title--small, .product-info .small {
  font-family: "Roboto", sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .title--small, .product-info .small {
      font-size: 16px; } }

.content--common {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 25px;
  /*letter-spacing: 0.1em;*/ }
.content--menu {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  /*letter-spacing: 0.1em;*/ }
  @media screen and (max-width: 768px) {
    .content--menu {
      font-size: 48px; } }
.content--sm, .hero-banner .scroll {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/ }
.content--xsm {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  /*letter-spacing: 0.1em;*/ }

/* ------------------------------------------ */
.about-banner {
  position: relative;
  width: 100%;
  height: 100vh; }
  .about-banner .img-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .about-banner .img-holder {
        height: 100vh; } }
    .about-banner .img-holder:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, black 95%); }
      @media screen and (max-width: 640px) {
        .about-banner .img-holder:after {
          background-color: rgba(0, 0, 0, 0); } }
    .about-banner .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .about-banner .content-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    color: #FFF;
    text-align: center;
    padding: 0px 20vh;
    transform: translateY(-50%); }
    @media screen and (max-width: 640px) {
      .about-banner .content-txt {
        width: 100%;
        padding: 30px;
        transform: translate(-50%, -50%); } }
    .about-banner .content-txt h2 {
      font-family: "GothamBold", sans-serif;
      margin-bottom: 2em;
      transform: translateY(50px);
      opacity: 0;
      -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .about-banner .content-txt p {
      transform: translateY(50px);
      opacity: 0;
      -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
      -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
      -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
      transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }
  .about-banner.active .content-txt > * {
    transform: translateY(0px);
    opacity: 1; }

.about-info {
  position: relative;
  width: 100%;
  min-height: 60vh;
  padding: 60px 30px;
  background-color: #C49A6C;
  background-image: url(../images/about/pattern.svg);
  background-size: cover;
  background-position: center;
  color: #FFF;
  display: flex; }
  .about-info .content-txt {
    width: 60%;
    margin: auto;
    text-align: center;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    @media screen and (max-width: 640px) {
      .about-info .content-txt {
        width: 100%; } }
    .about-info .content-txt.active {
      transform: translateY(0px);
      opacity: 1; }

.about-gallery {
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  .about-gallery .swiper-slide {
    position: relative;
    overflow: hidden; }
    .about-gallery .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .about-gallery .swiper-2 {
    position: relative;
    width: 100%;
    height: 100%; }
  .about-gallery .swiper-button-prev {
    background-image: url(../images/logo/arrow-l.svg); }
  .about-gallery .swiper-button-next {
    background-image: url(../images/logo/arrow-l.svg);
    transform: scale(-1); }
  .about-gallery .swiper-container-horizontal > .swiper-pagination-progressbar {
    top: auto;
    bottom: 0px; }
  .about-gallery .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #C49A6C; }

.about-service {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  background-image: url(../images/about/02.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .about-service {
      flex-direction: column-reverse;
      height: auto; } }
  .about-service .feature-block {
    position: absolute;
    width: 35vw;
    height: 35vw;
    border: solid 1px #FFF;
    border-radius: 50%;
    background-image: url(../images/about/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(0) rotate(-180deg);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
    .about-service .feature-block.clone {
      visibility: hidden; }
    @media screen and (max-width: 640px) {
      .about-service .feature-block {
        position: absolute;
        top: 10vh;
        margin-left: -45vh;
        width: 70vh;
        height: 70vh;
        max-width: none;
        background-image: none; }
        .about-service .feature-block.clone {
          top: 100vh;
          margin-left: 45vh;
          visibility: visible; } }
    .about-service .feature-block.active {
      opacity: 1;
      transform: scale(1) rotate(0deg); }
      .about-service .feature-block.active .feature-holder {
        opacity: 1; }
  .about-service .feature-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .about-service .feature-holder:nth-child(1) {
      transform: rotate(30deg);
      opacity: 0;
      -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s;
      -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s;
      -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s;
      transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s; }
      .about-service .feature-holder:nth-child(1) .feature {
        transform: translate(-50%, -250%) rotate(-30deg); }
    .about-service .feature-holder:nth-child(2) {
      transform: rotate(90deg);
      opacity: 0;
      -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
      -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
      -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
      transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.5s; }
      .about-service .feature-holder:nth-child(2) .feature {
        transform: translate(-50%, -250%) rotate(-90deg); }
    .about-service .feature-holder:nth-child(3) {
      transform: rotate(150deg);
      opacity: 0;
      -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s;
      -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s;
      -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s;
      transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s; }
      .about-service .feature-holder:nth-child(3) .feature {
        transform: translate(-50%, -250%) rotate(-150deg); }
    .about-service .feature-holder:nth-child(4) {
      transform: rotate(210deg);
      opacity: 0;
      -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.5s;
      -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.5s;
      -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.5s;
      transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.5s; }
      @media screen and (max-width: 640px) {
        .about-service .feature-holder:nth-child(4) {
          -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s;
          -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s;
          -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s;
          transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s; } }
      .about-service .feature-holder:nth-child(4) .feature {
        transform: translate(-50%, -250%) rotate(-210deg); }
    .about-service .feature-holder:nth-child(5) {
      transform: rotate(270deg);
      opacity: 0;
      -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 3s;
      -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 3s;
      -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 3s;
      transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 3s; }
      @media screen and (max-width: 640px) {
        .about-service .feature-holder:nth-child(5) {
          -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
          -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
          -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
          transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.5s; } }
      .about-service .feature-holder:nth-child(5) .feature {
        transform: translate(-50%, -250%) rotate(-270deg); }
    .about-service .feature-holder:nth-child(6) {
      transform: rotate(330deg);
      opacity: 0;
      -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 3.5s;
      -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 3.5s;
      -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 3.5s;
      transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 3.5s; }
      @media screen and (max-width: 640px) {
        .about-service .feature-holder:nth-child(6) {
          -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s;
          -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s;
          -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s;
          transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2s; } }
      .about-service .feature-holder:nth-child(6) .feature {
        transform: translate(-50%, -250%) rotate(-330deg); }
  .about-service .feature {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #FFF;
    color: #A87942;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 1em; }
    .about-service .feature p {
      width: 100%;
      display: none; }
  .about-service .block {
    position: relative;
    width: 50%;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      .about-service .block {
        width: 100%;
        padding: 30px; } }
    .about-service .block:first-child {
      padding-left: 10vw; }
      @media screen and (max-width: 640px) {
        .about-service .block:first-child {
          height: 180vh; } }
  .about-service .content-txt {
    padding: 0px 20vh; }
    @media screen and (max-width: 640px) {
      .about-service .content-txt {
        padding: 0px; } }
    .about-service .content-txt h2 {
      font-family: "GothamBold", sans-serif;
      margin-bottom: 2em;
      transform: translateY(50px);
      opacity: 0;
      -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .about-service .content-txt p {
      transform: translateY(50px);
      opacity: 0;
      -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
      -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
      -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
      transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }
    .about-service .content-txt.active > * {
      transform: translateY(0px);
      opacity: 1; }

.about-form {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .about-form .block {
    width: 50%;
    color: #FFF;
    text-align: center;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px; }
    @media screen and (max-width: 640px) {
      .about-form .block {
        width: 100%;
        padding: 30px; } }
    @media screen and (max-width: 640px) {
      .about-form .block:nth-child(1) {
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.7); } }
    .about-form .block:nth-child(2) {
      background-image: url(../images/about/04-2.jpg);
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 640px) {
        .about-form .block:nth-child(2) {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          transform: translate(-50%, -50%); } }
  .about-form .content-txt {
    width: 60%;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    @media screen and (max-width: 640px) {
      .about-form .content-txt {
        width: 100%; } }
    .about-form .content-txt.active {
      transform: translateY(0px);
      opacity: 1; }
  .about-form input, .about-form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #FFF;
    padding: 10px 2px;
    color: #FFF;
    margin: 1em 0; }
    .about-form input.submit, .about-form textarea.submit {
      border: solid 1px #FFF;
      width: 50%;
      max-width: 150px; }
  .about-form textarea {
    height: 200px; }
  .about-form h2 {
    margin-bottom: 2em; }

/* END Style ring-design used  */
/* ------------------------------------------ */
.title--bg-txt-large {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 200px; }
  @media screen and (max-width: 768px) {
    .title--bg-txt-large {
      font-size: 72px; } }
.title--bg-txt {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 120px; }
  @media screen and (max-width: 768px) {
    .title--bg-txt {
      font-size: 50px; } }
.title--landing {
  font-family: "GothamBold", sans-serif;
  font-size: 80px; }
  @media screen and (max-width: 768px) {
    .title--landing {
      font-size: 50px; } }
.title--exlarge, .product-info h2 {
  font-size: 60px; }
  @media screen and (max-width: 768px) {
    .title--exlarge, .product-info h2 {
      font-size: 26px; } }
.title--large, .hero-banner .content-txt h2, .treasure-trove .desc h2 {
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    .title--large, .hero-banner .content-txt h2, .treasure-trove .desc h2 {
      font-size: 26px; } }
.title--medium-large, .provenance h2, .exclusive-zone h2, .treasure-trove h2, .foreign-exchange h2, .about-form h2, .product-details h2, .product-form h2 {
  font-size: 32px; }
  @media screen and (max-width: 768px) {
    .title--medium-large, .provenance h2, .exclusive-zone h2, .treasure-trove h2, .foreign-exchange h2, .about-form h2, .product-details h2, .product-form h2 {
      font-size: 26px; } }
.title--medium, .hero-banner .content-txt h3, .gallery .view-all, .gallery h2, .about-banner .content-txt h2, .about-service .content-txt h2, .list select {
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    .title--medium, .hero-banner .content-txt h3, .gallery .view-all, .gallery h2, .about-banner .content-txt h2, .about-service .content-txt h2, .list select {
      font-size: 18px; } }
.title--medium-small {
  font-family: "Roboto", sans-serif;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .title--medium-small {
      font-size: 18px; }
      .title--medium-small br {
        display: none; } }
.title--small, .product-info .small {
  font-family: "Roboto", sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .title--small, .product-info .small {
      font-size: 16px; } }

.content--common {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 25px;
  /*letter-spacing: 0.1em;*/ }
.content--menu {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  /*letter-spacing: 0.1em;*/ }
  @media screen and (max-width: 768px) {
    .content--menu {
      font-size: 48px; } }
.content--sm, .hero-banner .scroll {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/ }
.content--xsm {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  /*letter-spacing: 0.1em;*/ }

/* ------------------------------------------ */
.product-info {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30vh;
  align-content: flex-end;
  overflow: hidden; }
  .product-info .content-txt {
    width: 100%;
    text-align: center;
    color: #FFF;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .product-info .swiper-3 {
    position: relative;
    width: 80%;
    height: 50vh;
    margin: 3em auto;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }
    .product-info .swiper-3 a {
      width: 100%;
      height: 100%; }
    .product-info .swiper-3 img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-info.active > * {
    transform: translateY(0px);
    opacity: 1; }
  .product-info .swiper-container-horizontal > .swiper-pagination-progressbar {
    top: auto;
    bottom: -30px; }
  .product-info .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #C49A6C; }
  .product-info .swiper-slide {
    border: solid 1px #FFF;
    overflow: hidden;
    border-radius: 20px; }
  .product-info h2 {
    font-family: "GothamBold", sans-serif;
    width: 80%;
    line-height: normal;
    margin: auto;
    margin-bottom: 1em; }
  .product-info p {
    padding: 0px 30px;
    max-width: 1100px;
    margin: 1em auto; }

.product-details {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #FFF; }
  .product-details .block {
    position: relative;
    width: 100%;
    background-color: #000; }
    @media screen and (max-width: 640px) {
      .product-details .block {
        width: 100%;
        padding: 30px; } }
    .product-details .block:last-child {
      max-height: 80vh; }
  .product-details .content-txt {
    position: relative;
    width: 100%;
    padding: 2em 20vh;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    @media screen and (max-width: 640px) {
      .product-details .content-txt {
        padding: 0px;
        height: auto; } }
    .product-details .content-txt.active {
      transform: translateY(0px);
      opacity: 1; }
    .product-details .content-txt .line {
      width: 100%;
      margin: 2em auto; }
      .product-details .content-txt .line:before {
        content: '';
        width: 100%;
        max-width: 500px;
        border-top: solid 1px #FFF;
        margin: auto;
        display: block; }
  .product-details .delivery {
    position: relative;
    width: 100%;
    border-top: solid 1px #FFF;
    padding: 4em 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      .product-details .delivery {
        margin-top: 2em; } }
    .product-details .delivery:before {
      content: '';
      width: 70px;
      height: 70px;
      background-image: url(../images/details/icon.svg);
      background-size: cover;
      display: block; }
    .product-details .delivery p {
      border-top: solid 3px #FFF;
      border-bottom: solid 3px #FFF;
      padding: .5em 2em;
      margin: 0 1.5em; }
      @media screen and (max-width: 640px) {
        .product-details .delivery p {
          padding: .5em 0em; } }
  .product-details .enquiry {
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0%;
    left: 0%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      .product-details .enquiry {
        bottom: 30px; } }
    .product-details .enquiry a {
      background-color: #FFF;
      color: #000;
      padding: .5em 2em;
      display: flex;
      align-items: center;
      border-radius: 5px; }
      .product-details .enquiry a:after {
        content: '';
        width: 18px;
        height: 18px;
        background-image: url(../images/logo/play.svg);
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5px; }
  .product-details img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .product-details h2 {
    font-family: "GothamBold", sans-serif;
    margin-bottom: 1em; }

.product-form {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; }
  .product-form .block {
    width: 50%;
    color: #FFF;
    text-align: center;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px; }
    @media screen and (max-width: 640px) {
      .product-form .block {
        width: 100%;
        padding: 30px; } }
    @media screen and (max-width: 640px) {
      .product-form .block:nth-child(1) {
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.7); } }
    .product-form .block:nth-child(2) {
      background-image: url(../images/about/04.jpg);
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 640px) {
        .product-form .block:nth-child(2) {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          transform: translate(-50%, -50%); } }
  .product-form .content-txt {
    width: 60%;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    @media screen and (max-width: 640px) {
      .product-form .content-txt {
        width: 100%; } }
    .product-form .content-txt.active {
      transform: translateY(0px);
      opacity: 1; }
  .product-form input, .product-form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #FFF;
    padding: 10px 2px;
    color: #FFF;
    margin: 1em 0; }
    .product-form input.submit, .product-form textarea.submit {
      border: solid 1px #FFF;
      width: 50%;
      max-width: 150px; }
  .product-form textarea {
    height: 200px; }
  .product-form h2 {
    font-family: "GothamBold", sans-serif;
    margin-bottom: 2em; }

.list {
  position: relative;
  width: 100%;
  padding: 80px 30px;
  background-color: #361807; }
  .list--holder {
    position: relative;
    margin: auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    @media screen and (max-width: 640px) {
      .list--holder {
        grid-template-columns: repeat(2, 1fr); } }
  .list select {
    position: relative;
    margin: auto;
    margin-bottom: 3em;
    display: block;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url(../images/logo/dropdown.svg);
    background-repeat: no-repeat;
    background-position: right center;
    color: #FFF;
    border: none;
    border-bottom: solid 1px #FFF;
    line-height: 2em;
    padding: 0px 5px;
    padding-right: 35px; }
    .list select option {
      background: rgba(0, 0, 0, 0.3);
      color: #fff; }
  .list .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #000;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .list .swiper-slide img {
      -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .list .swiper-slide.hide {
      display: none; }
    .list .swiper-slide:hover {
      opacity: 1; }
      .list .swiper-slide:hover img {
        transform: scale(1.2); }
  .list .info {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    color: #FFF;
    padding: 30px;
    z-index: 1; }
  .list .visual {
    position: relative;
    width: 100%;
    height: 330px; }
    .list .visual img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.whatsapp-enquiy {
  positoin: relative;
  background-color: #A8825B;
  color: #FFF;
  padding: 70px 0px;
  text-align: center; }
  .whatsapp-enquiy img {
    width: 50px; }
  .whatsapp-enquiy .sns-btn {
    border: solid 1px #FFF;
    padding: 5px 10px;
    margin-top: 20px; }

/* END Style ring-design used  */
/* ------------------------------------------ */

/*# sourceMappingURL=style.css.map */
