@import url("https://p.typekit.net/p.css?s=1&k=whu4efg&ht=tk&f=53891.53892.53893.53895&a=214435133&app=typekit&e=css");

@font-face {
font-family:"the-seasons";
src:url("https://use.typekit.net/af/f7edd5/00000000000000007750b302/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/f7edd5/00000000000000007750b302/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/f7edd5/00000000000000007750b302/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"the-seasons";
src:url("https://use.typekit.net/af/cd6931/00000000000000007750b301/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/cd6931/00000000000000007750b301/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/cd6931/00000000000000007750b301/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"the-seasons";
src:url("https://use.typekit.net/af/0726c3/00000000000000007758a678/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/0726c3/00000000000000007758a678/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/0726c3/00000000000000007758a678/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"the-seasons";
src:url("https://use.typekit.net/af/2a403e/00000000000000007758a67a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2a403e/00000000000000007758a67a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2a403e/00000000000000007758a67a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
  font-family: 'Alta';
  src: url('/fonts/Alta_regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.tk-the-seasons { font-family: "the-seasons",sans-serif; }

.alta-font {
  font-family: "Alta",sans-serif;
}


.login-register-section {
  color: #b09c88;
  border: none;
  min-width: 10px;
}
  
.login-custom-height {
  height: 250px;

}

body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.navbar-collapse {
  max-height: 100vh;
  overflow-y: auto;
}

#navbarCollapseLeft {
  -webkit-overflow-scrolling: touch;
}

.nav-bar-bg {
  background-color: #e3dfd6;
  color: #000;
}

.page-banner-custom-height {
  height: 300px;
}

.no-overflow-x {
  overflow-x: hidden;
  width: 100%;
}

.nav-bar-size {
  height: auto;
}

.bespokenav {
  width: 100%;
  justify-content: space-around;
}

.pagination-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 1rem;
}

.pagination {
  white-space: nowrap;
}

.customer-gallery {
  max-width: 800px;
  line-height: 40px;
  width:90%;
}

.homePnlImg {
  position: relative;
  width: 100%;
  background-size: cover; 
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 80%; 
  height: 0;
}

.homePnlImg > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.homePnlImg a:hover {
  color: white;
  text-decoration: none;
}

.homePnlImg .limitwidth p {
  max-width: 800px;
  text-align: justify;
}

.bannerImg {
  background-image: url(/images/home/homePageBanner.asp);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .bannerImg {
      height: calc(100vh - 60px);
      margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .bannerImg {
      height: 33vh;
      margin-top: 19vh;
  }
}

.homeBannerLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.about-us-img {
  background-image: url(/images/home/timeless-pieces.jpg);
  width: 100%;
  padding-top: 37%;
}

.login-register-img {
  background-image: url(/images/home/login-or-register.jpg);
  width: 100%;
  padding-top: 27%;
}

.hero-heading {
  margin-top: 11rem;
}

/* mobile version */

@media (max-width: 400px) {
  .owl-carousel .owl-stage-outer {
      margin-left: 0;
  }
}

@media (max-width: 400px) {
  .row-cols-2 .product-tile {
    height: 150px;
  }
}

@media (max-width: 270px) {
  .product-tile {
    height: 110px;
}
}


@media (min-width: 768px ) {
  .login-custom-height {
      height: 300px;

  }
  .page-banner-custom-height {
    height: 500px;
  }
}

@media(min-width: 1024px) {
  .page-banner-custom-height {
      height: 90vh;
  }

  .home-timeless {
    height: 30rem;
}
}
    
@media (min-width: 992px) {
    .image-wrapper {
        padding-bottom: 0;
        height: 450px;
    }
    .login-custom-height {
        height: 400px;
    }
}

/* hospitality */

.hospitalityMargintop {
  margin-top: 145px;
}

.facilities-container .col-4 img {
  height: 100%;
}

.background-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hospitalityBanner {
  width: 100%;
  background-image: url(/hospitality/images/hospitalityBanner.jpg);
  padding-top: 43%;
}

.astleyZhongshan {
  width: 75%;
  background-image: url(/hospitality/images/astleyZhongshan.jpg);
  padding-top: 100%;
}

.registerImg1 {
  width: 100%;
  background-image: url(/hospitality/images/Register-Image-1.jpg);
  padding-top: 67%;
}

.registerImg2 {
  width: 100%;
  background-image: url(/hospitality/images/Register-Image-2.jpg);
  padding-top: 67%;
}

.registerImg3 {
  width: 100%;
  background-image: url(/hospitality/images/Register-Image-3.jpg);
  padding-top: 67%;
}

.registerImg4 {
  width: 100%;
  background-image: url(/hospitality/images/Register-Image-4.jpg);
  padding-top: 67%;
}

.register-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 39%;
  padding-top: 7%;
  background-image: url(/hospitality/images/registerForTradeButton.jpg);
  z-index: 10;
}

.specSheetSymbol {
  width: 11%;
  background-image: url(/hospitality/images/Spec-Sheet-Symbol.jpg);
  padding-top: 12%;
  margin: 2vw;
}

.calendarSymbol {
  width: 11%;
  background-image: url(/hospitality/images/Calendar-Symbol.jpg);
  padding-top: 11%;
  margin: 2vw;

}

.buildingSymbol {
  width: 11%;
  background-image: url(/hospitality/images/Building-Symbol.jpg);
  padding-top: 11%;
  margin: 2vw;

}

.deliveryVanSymbol {
  width: 17%;
  background-image: url(/hospitality/images/Delivery-Van-Symbol.jpg);
  padding-top: 11%;
  margin: 2vw;

}

.facilities-title {
  color: #000;
  font-size: 3vw;
}

.zhongshan-title {
  color: #000;
  font-size: 3vw;
}

.hospitality-paragraph {
  font-size: 1.3vw;
}

.howItWorksTitle {
  color: #898075;
  margin-top: 12vw;
}

.deliveryContainer {
  width: 75%
}

.startProjectContainer {
  background: #e3dfd6;
  background-color: #e3dfd6;
  color: #898075;
  width: 70vw;
  padding: 1vw;
  margin-bottom: 9vw;

}

.startProjectContainer h1 {
  font-size: 3rem; 
}

#projectGallery {
  height:auto;
}

@media (max-width: 576px) {
  .startProjectContainer h1 {
    font-size: 1rem;
  }
}

.am-bespoke {
  background-image: url(/hospitality/images/facilities1.jpg);
  padding-top:100%;
  position: absolute;
 
}

.facilities-second-img{
  background-image: url(/hospitality/images/facilities2.jpg);
  padding-top:100%;
}

.bespoke-text-bg {
  position: absolute;
  bottom: calc(10.7% - 3.4vw);
  left: 30%;
  transform: translateX(-50%);
  background-color: rgba(227, 223, 214, 0.8);
  width: 60%;
  font-size: clamp(1rem, 6vw, 8rem);
  line-height: 0.8;
  padding: clamp(4px, 1vw, 12px);
  margin: 0;
  color: #000;
}

@media (max-width: 767px) {
  .bespoke-text-bg {
    bottom: 10.7%;
    left: 32.5%;
    width: 65%;
  }
}

.how-it-works-row {
  width: 60%;
}

.astleyZhongshanFirstPicture {
  background-image: url(/hospitality/images/astleyZhongshanLight.jpg);
  padding-top: 150%;
  width: 100%;
  margin-top: 1.5rem;
}

.astleyZhongshanContainer {
  background-color: #e3dfd6;
  align-items:center;
  height: 51vw;
}

.astleyZhongshanSecondPicture {
  background-image: url(/hospitality/images/astleyZhongshanFactory.jpg);
  padding-top: 96%;
  width: 90%;
}

.zhongshan-second-column {
  height: 80%;
}
.zhongshan-paragraph {
  font-size: 1.23vw;
}

@media (max-width: 991px) {
  .astleyZhongshanFirstPicture {
    width: 100%;
    padding-top: 215%;
    margin-top: 3rem;
  }
  .astleyZhongshanSecondPicture {
    width: 100%;
    padding-top: 110%;
    margin-top: 1.5rem;
  }

  .zhongshan-second-column {
    height: 100%;
  }

  .register-button-overlay {
    width: 62%;
    padding-top: 12%;
  }

  .astleyZhongshanContainer {
    height: 145vw;
  }

  .zhongshan-paragraph {
    font-size: 3.5vw;
    margin-bottom: 0%;
  }

  .hospitality-paragraph {
    font-size: 4vw;
  }

  .how-it-works-row {
    width: 90%;
  }

  .howItWorksTitle,
  .facilities-title {
   font-size: 6vw;
  }

  .zhongshan-title {
    font-size: 8vw;
  }

  .about-us-img {
    background-image: url(/images/home/aboutUsMobile.jpg);
    width: 100%;
    padding-top: 82.04%;
  }

  .login-register-img {
    background-image: url(/images/home/loginOrRegisterMobile.jpg);
    width: 100%;
    padding-top: 27%;
  }
}

.hospitality-banner-text {
  padding: 1rem;
}

.startProjectContainer a {
  text-decoration: none;
}

.startProjectContainer a:hover {
  text-decoration: none;
}