:root {
  --header-height: 90px;
  --gap: 30px;
  --pad: 20vh;
  --red: #8e453f;
  --creame: #EFECE4;
  --baseMargin: 34px;
}

body {
  font-family: "indivisible", sans-serif;
  color: var(--creame);
  background: var(--red);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0;
  padding: 0;
}
body.active-pop-up {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img-holder {
  position: absolute;
  z-index: 5;
  height: 100vh;
  top: 0;
  width: 698px;
  max-width: calc(100% - 80px);
  margin: auto;
  left: 0;
  right: 0;
}

#logo {
  width: 100%;
  margin-top: -30px;
}

section {
  position: relative;
  background: var(--red);
  overflow: hidden;
}

.full-h {
  height: 100vh;
  background-size: cover;
  position: relative;
}

.container {
  width: calc(100% - var(--gap) - var(--gap));
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.w1280 {
  max-width: 1280px;
}

.middle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-b {
  max-width: calc(100% - 60px);
}

.w480 {
  max-width: 480px;
}

.w560 {
  max-width: 560px;
}

.w520 {
  max-width: 500px;
}

.w320 {
  max-width: 320px;
}

#ticker {
  position: fixed;
  bottom: 0;
  z-index: 5;
  color: var(--red);
  font-family: "grad", serif;
  background-color: var(--creame);
  padding: 8px 0;
  text-align: left;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ticker linear 40s infinite;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flex.s-top {
  align-items: flex-start;
}

.full-video {
  width: 100%;
  height: auto;
}

.tel {
  position: fixed;
  top: var(--gap);
  left: var(--gap);
  font-family: Grad;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.15em;
  z-index: 5;
}

.artist::after {
  content: "Artist Impression";
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: var(--creame);
  font-size: 10px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 2;
}

.btn {
  width: 170px;
  height: 30px;
  border: 1px solid;
  color: var(--red);
  font-family: "grad", serif;
  background-color: var(--creame);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1;
  cursor: pointer;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

#loader {
  height: 100%;
}

.l-slide {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  opacity: 0;
}
.l-slide .inner {
  height: 100%;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-slide .inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.l-slide .inner.half {
  width: 50%;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .inner video {
    height: 100% !important;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .inner video {
    width: 100% !important;
  }
}
.f-end {
  justify-content: flex-end;
}

.f-start {
  justify-content: flex-start;
}

.pad-top {
  padding-top: var(--pad);
}

.pad-bottom {
  padding-bottom: var(--pad);
}

.mb20 {
  margin-bottom: 20px;
}

.mb {
  margin-bottom: var(--baseMargin);
}

.mb2 {
  margin-bottom: calc(2 * var(--baseMargin));
}

.mb3 {
  margin-bottom: calc(3 * var(--baseMargin));
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
  padding-top: 5px;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

#mainslide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 320%;
  -moz-column-gap: 25px;
       column-gap: 25px;
  justify-content: space-between;
  animation: slide linear 30s infinite;
}

.slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 10px);
  flex-wrap: nowrap;
}
.slider img {
  display: block;
  width: calc(14.28% - 25px);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 12.5px));
  }
}
/* General */
.img {
  width: 100%;
  margin: 0;
  display: block;
}

.pt30 {
  padding-bottom: var(--gap);
}

.border-b {
  border-bottom: 1px solid;
}

.c1 {
  width: 206px;
  right: 20px;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 2;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: "grad", serif;
  margin: 0;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}

p {
  margin: 0;
}

h1,
h2 {
  font-size: 50px;
  text-transform: uppercase;
}

h2.big {
  font-size: 60px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

.team-logo {
  display: block;
}
.team-logo .turner {
  padding-bottom: var(--baseMargin);
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.7s;
}
.fadeIn.animated {
  opacity: 1;
}

/* Navigation */
header {
  height: var(--header-height);
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  display: flex;
  background-color: rgba(142, 69, 63, 0);
  transition: background 0.5s;
}
header.fixed {
  border-bottom: 1px solid var(--creame);
  background-color: rgb(142, 69, 63);
}
header .logo {
  margin: 0 auto;
  display: block;
}

.enq {
  position: fixed;
  top: var(--gap);
  right: var(--gap);
}

.call {
  font-family: Grad;
  font-size: 16px;
  line-height: 22px;
  display: block;
  letter-spacing: 0.1em;
}

/* enquiry */
.register {
  position: relative;
}

.c2150 {
  position: absolute;
  top: 120px;
  display: block;
  right: 0;
  transform: translateX(125%);
  width: 190px;
}

input,
select {
  font-size: 12px;
  margin: 0 auto;
  padding: 10px 10px 13px 10px;
  width: 100%;
  color: inherit;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #ab7770;
  text-align: center;
  letter-spacing: 0.03em;
}

select {
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

select option {
  background: #000;
  color: #fff;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.b_submit {
  padding: 0;
  margin: 20px auto 0 auto;
  width: 106px;
}

.deicorp {
  display: block;
}

.disc {
  font-size: 12px;
  padding-bottom: var(--gap);
  margin: auto auto 50px;
  text-decoration: underline;
  display: flex;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  text-transform: capitalize;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #546670;
  font-size: 18px;
  letter-spacing: 3px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #546670;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #546670;
  border-right: 2px solid #546670;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*footer*/
footer {
  border-top: 1px solid;
  padding: var(--gap) 0 70px 0;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.pop-up-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: var(--red);
  z-index: 100;
}
.pop-up-container .pop-up-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  height: 84vh;
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 100px;
}
.pop-up-container .close-pop-up {
  color: var(--creame);
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  display: flex;
}

@media screen and (max-width: 1000px) {
  :root {
    --header-height: 60px;
    --gap: 20px;
    --baseMargin: 20px;
  }
  h1,
  h2 {
    font-size: 32px;
    text-transform: uppercase;
  }
  h3 {
    font-size: 19px;
  }
  h2.big {
    font-size: 40px;
  }
  .logo {
    width: 150px;
  }
  .grid_4 {
    width: 450px;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .flex .grid_4:last-child {
    margin-bottom: 0;
  }
  .c1 {
    width: 60px;
    right: 20px;
    bottom: 20px;
  }
  .iCIRT img {
    width: 90px;
  }
  .call {
    font-size: 15px;
  }
  #mainslide {
    width: 600%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .slider {
    width: calc(50% - 10px);
  }
  .slider img {
    display: block;
  }
  .l-slide {
    flex-direction: column;
  }
  .l-slide .inner.half {
    width: 100%;
    height: 50%;
  }
  .btn,
  #ticker {
    font-size: 13px;
  }
  .svh100 {
    max-height: calc(100svh - 60px) !important;
  }
  .enq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    top: auto;
    width: 100%;
  }
  #ticker {
    height: 30px;
    padding: 0;
    align-items: center;
    bottom: 30px;
  }
  .tel {
    font-size: 12px;
  }
  .c2150 {
    position: relative;
    top: auto;
    display: block;
    right: 0;
    transform: none;
    width: 190px;
    margin: 0 auto 20px auto;
  }
}/*# sourceMappingURL=style.css.map */