/* font-family: 'Circe', sans-serif;
font-family: 'Circe Extra Light', sans-serif;
font-family: 'Circe Light', sans-serif;
font-family: 'Circe Bold', sans-serif; */

body, html {background: #333;}

#page-container {
	background:#fff;
	max-width:500px;
	margin:0 auto;
	box-shadow: 0 0 100px #0007;
}

@media screen and (max-width: 500px) {
	#page-container {
        width: 100%;
        max-width: unset;
		margin:0;
		box-shadow:none;
	}
}

.hero {
  background-image: url("../img/hero__img01.jpg");
  background-size: cover;
  height: 760px;
}
.hero__logo {
  margin: 0 auto;
  padding-top: 23px;
  display: flex;
  justify-content: center;
}
.hero__title {
  padding-top: 521px;
  display: flex;
  justify-content: center;
}

.about__title {
  font-weight: 200;
  font-size: 28px;
  text-align: center;
  width: 100%;
  max-width: 374px;
  margin: 0 auto;
  padding-top: 50px;
  color: #9a886c;
  text-transform: uppercase;
  line-height: 39px;
  font-family: "Circe Light", sans-serif;
}

.about__content {
  margin: 0 auto;
  padding-top: 35px;
  color: #343434;
  font-size: 20px;
  max-width: 328px;
  line-height: 120%;
  font-family: "Circe Light", sans-serif;
  padding-bottom: 70px;
  text-align: justify;
}
.about__content-second {
  margin-top: -135px;
}
.about__divider {
  margin-top: -5px;
  height: 35px;
  background-color: #0b0b0b;
}
.about__img img {
  width: 100%;
}
.about__content-second p {
  margin: 0 auto;
  text-indent: 140px;
  color: #d9d9d9;
  font-family: "Circe Light", sans-serif;
  padding-top: 95px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 328px;
  letter-spacing: 2px;
  line-height: 120%;
}
.about__content-second p span {
  color: #ffffff;
  font-family: "Circe", sans-serif;
}
.black-bg {
  background-color: #000000;
}
.limited__title {
  font-weight: 200;
  font-size: 28px;
  text-align: center;
  width: 100%;
  max-width: 284px;
  margin: 0 auto;
  padding-top: 50px;
  color: #9a886c;
  text-transform: uppercase;
  line-height: 39px;
  font-family: "Circe Light", sans-serif;
}
.limited__image {
  width: 100%;
}
.limited__content {
  margin: 0 auto;
  padding-top: 35px;
  color: #343434;
  font-size: 20px;
  max-width: 328px;
  line-height: 120%;
  font-family: "Circe Light", sans-serif;
  padding-bottom: 30px;
  text-align: justify;
}
.mb-150 {
  margin-bottom: 150px;
}
.mt-100 {
  padding-top: 100px;
}
.limited__button {
    margin: 0 20px;
    padding: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a0a0a0;
    color: #9a886c;
    font-family: "Circe Bold", sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
}

.limited__text {
  width: 100%;
  margin: 0 auto;
  margin-top: -5px;
  font-size: 20px;
  line-height: 39px;
  text-transform: uppercase;
  background-color: #000000;
  color: #aaaaaa;
  text-align: center;
  font-family: "Circe Light", sans-serif;
}
.watches {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #000000;
}
.watch__item img {
  width: 100%;
}
.watch__desc01 {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  margin-top: -55px;
  color: #9a886c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.watch__desc02 {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  color: #9a886c;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.watch__desc01 span {
  border-radius: 5px;
  width: fit-content;
  background-color: #9a886c;
  color: #d9d9d9;
  font-family: "Circe Bold", sans-serif;
  font-size: 12px;
  padding: 4px 12px;
}
.watch__desc02 span {
  border-radius: 5px;
  width: fit-content;
  background-color: #9a886c;
  color: #d9d9d9;
  font-family: "Circe Bold", sans-serif;
  font-size: 12px;
  padding: 4px 12px;
}
.watch__image02 {
  margin-top: -42px;
}
.watches__title {
  font-family: "Circe Light", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 39px;
  max-width: 328px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #aaaaaa;
  background-color: #000000;
  text-align: center;
  margin: 0 auto;
}
.img-holder img {max-width:100%;}
.watches__gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	justify-content: center;
	margin-top: 20px;
}
.watches .gallery-big {
  width: 100%;
}
.handiwork {
  margin: 0 auto;
  background-color: #b2b1b1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 62px;
}
.handi__logo {
  width: 100%;
  max-width: 260px;
  margin-bottom: 35px;
}
.handiwork__content {
  color: #343434;
  font-family: "Circe Light", sans-serif;
  font-size: 20px;
  line-height: 120%;
  max-width: 328px;
  margin-bottom: 50px;
  text-align: justify;
}
.handiwork .watches__gallery {
  gap: 0px;
}
.handiwork .watches__gallery img {
  width: 100%;
}
.warranty__title {
  margin: 0 auto;
  font-size: 28px;
  color: #9a886c;
  line-height: 136%;
  max-width: 320px;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: center;
}
.warranty__image {
  width: 100%;
  margin: 0 auto;
  max-width: 374px;
}
.whyus__title {
  color: #5696be;
  font-family: "Circe Light", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
}
.whyus__item {
  margin: 0 auto;
  max-width: 350px;
  margin-bottom: 20px;
}
.whyus__item .item__title {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  max-width: 350px;
  font-family: "Circe Bold", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.whyus__item .item__content {
  font-family: "Circe Light", sans-serif;
  color: #000000;
  font-size: 20px;
}
.whyus__item .item__divider {
  margin-top: 20px;
  background-color: #000000;
  height: 0.5px;
}
.persons {
  margin-top: 105px;
  background-color: #000000;
  padding-bottom: 40px;
}
.persons .persons__title img {
  width: 100%;
}
.person__item {
  margin-top: 60px;
}
.person__item img {
  width: 100%;
}
.person__name {
  font-size: 28px;
  color: #9a886c;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}
.person__job {
  font-size: 20px;
  color: #b2b1b1;
  text-align: center;
  width: 100%;
  margin-top: 8px;
}
.form-container {
  background: #1e1c1a;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
}

.form-container h2 {
  font-size: 24px;
  color: #9a886c;
  margin-bottom: 20px;
}

select,
input,
textarea {
  width: 100%;
  font-family: "Circe", sans-serif;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px 0;
  background: #000;
  border: 1px solid transparent;
  color: #c2a87e;
  font-size: 16px;
  outline: none;
}

input:focus,
textarea:focus { border-color:#c2a87e; }

textarea {
  height: 80px;
  resize:vertical;
}

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 10px 0;
  margin-top: 0px;
  color: #fff;
}
.checkbox-container a {
  color: #c2a87e;
  text-decoration: none;
  margin-left: 5px;
}
.checkbox-container input {
  margin-right: 10px;
}

button {
  background: none;
  border: 1px solid #c2a87e;
  color: #c2a87e;
  padding: 10px;
  width: 100%;
  font-size: 20px;
  cursor: pointer;
  margin-top: 20px;
}

button:hover {
  background: #c2a87e;
  color: #1e1c1a;
}
.checkbox {
  width: 30px;
}
.info-text {
  font-size:10px;
  color: #868686;
  margin: 20px 0;
}
.footer {
  background-color: #020202;
}
.footer__divider {
  height: 24px;
  background-color: #0b0b0b;
}
.footer__button {
  background-color: #252525;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.footer__button-item {
  background-color: #9a886c;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 29px;
  margin-top: 24px;
  font-family: "Circe", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration:none;
  border: 1px solid #c2a87e;
  padding: 10px;
  text-align:center;
}
.footer-content {
  max-width: 328px;
  margin: 0 auto;
  background-color: #020202;
  font-family: "Circe Extra Light", sans-serif;
}
.footer-content h3 {
  color: #ccc;
  margin-bottom: 10px;
  color: #a0a0a0;
  opacity: 0.7;
  padding-top: 50px;
}
.footer-content a {
  color: #ccc;
  text-decoration: none;
  margin-top: 10px;
  letter-spacing: 2px;
  border-bottom:1px solid #ccc;
}

.footer-content p {
  color: #ccc;
  text-decoration: none;
  max-width: 328px;
  width: 100%;
    margin: 0 auto 20px;
  padding-bottom: 10px;
  color: #a0a0a0;
  opacity: 0.7;
  letter-spacing: 1.5px;
}
.footer-icons {
  display: flex;
  max-width: 328px;
  margin: 0 auto;
  justify-content: space-between;
  background-color: #020202;
  margin: 0 auto;
  gap: 20px;
  padding-bottom: 42px;
  background-color: #020202;
}
.footer-icons a {
  display: block;
  height: 30px;
}
.footer-icons a img {
  height: 30px;
}
.footer-logo {display:block;}

.agreement {color: #fff; font-size: 14px;}
.agreement a { color: #c2a87e; text-decoration:none;}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  color: #fff;
}

.checkbox + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
.checkbox + label:before {
  content: '';
  position: absolute;
  left: 0;
  line-height:15px;
  height:15px;
  width: 15px;
  font-size:18px;
  background: #111;
  color:#B94;
  border:1px solid #B94;
  transition: .2s;
}
.checkbox.error + label:before {border:1px solid #F33;}
.checkbox:checked + label:before {
	content: "\2713";
}

.row:after {content:''; display:block; width:100%; clear:both;}

.col-1 {width:100%;}
.col-1-2 {width:50%;}

.col-1-3 {width:33.33%;}
.col-2-3 {width:66.66%;}

.col-1-4 {width:25%;}
.col-2-4 {width:50%;}
.col-3-4 {width:75%;}

.col-1-5 {width:20%;}
.col-2-5 {width:40%;}
.col-3-5 {width:60%;}
.col-4-5 {width:80%;}

.col-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-2-4, .col-3-4, .col-1-5, .col-2-5, .col-3-5, .col-4-5 {position:relative;}

.dsp-flex {display:flex;}
.grow { flex-grow: 1; flex-shrink: 0;}

.gap-5 {gap:5px;}
.gap-10 {gap:10px;}
.gap-20 {gap:20px;}
.gap-30 {gap:30px;}
.gap-40 {gap:40px;}
.gap-50 {gap:50px;}


.splash {
    position: fixed;
    top: 0;
    left: 0;
    background: #0007;
    color: #777;
    z-index: 1000000;
    width: 100vw;
    height: 100vh;
}

.splash-wrap {
    background: #111111F7;
    padding: 30px;
    margin: 0 10px 20px;
    position: absolute;
    bottom: 0;
}

.splash .button {
    display: block;
    padding: 10px 15px;
    background: #574a36;
    color: #000000;
    text-align: center;
    cursor: pointer;
    text-transform:uppercase;
    margin: 20px 0 0;
}

.splash .button:hover {
	background:#a28f6f;
}

.splash p { margin:0 0 20px; }

.splash .scroll-text {
    max-height: 30vh;
    padding-right:10px;
}
.splash .text-fader:after {
	background:linear-gradient(to top, #111111F7, transparent);
	width:calc(100% - 5px);
}

.scroll-text {
	position:relative;
	overflow-y: scroll;
	max-height: 50%;
	scrollbar-width: thin;
	scrollbar-color: #574A36;
}

.text-fader { position:relative; }
.text-fader:after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:50px;
	width:100%;
	background:linear-gradient(to top, #000, transparent);
}

.scroll-text::-webkit-scrollbar {
	width: 5px;
}

.scroll-text::-webkit-scrollbar-track {
	background:#0007;
}

.scroll-text::-webkit-scrollbar-thumb {
	background:#574a36;
}
.scroll-text::-webkit-scrollbar-thumb:hover  {
	cursor:pointer;
	background:#a28f6f;
}