@font-face {
  font-family: "Items";
  src: url("/fonts/Items-Regular.woff2") format("woff2"), url("/fonts/Items-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/ABCDiatype-Medium.woff2") format("woff2"), url("/fonts/ABCDiatype-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/ABCDiatype-Light.woff2") format("woff2"), url("/fonts/ABCDiatype-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/ABCDiatype-Regular.woff2") format("woff2"), url("/fonts/ABCDiatype-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 90px;
  --light: #fff;
  --blue: #7964B9;
  --gray: #373737;
  --black: #000000;
  --white: #ffffff;
  --large: 120px;
  --medium: 90px;
  --small: 45px;
  --xsmall: 20px;
}

html {
  height: 100%;
}

body {
  font-family: "ABC Diatype";
  font-size: 16px;
  line-height: 1.5em;
  color: var(--light);
  margin: 0;
  padding: 0 0 0 0;
  height: 100vh;
  height: 100svh;
  font-weight: 300;
}

.flex-sb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex-hc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fullyvideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.dark {
  color: var(--gray);
}

.max-x {
  max-width: 500px;
}

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

.mb60 {
  margin-bottom: 4em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb40 {
  margin-bottom: 40px;
}

p.mb10 {
  margin-bottom: 5px;
}

.grid_3 {
  width: calc(25% - var(--small));
}

.grid_4 {
  width: calc(33.33% - 0.66 * var(--xsmall));
}

.grid_6 {
  width: calc(50% - 0.5 * var(--xsmall));
}

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

.middle-h {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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;
}

#background {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#logo {
  opacity: 0;
  transition: all 1s;
  width: 567px;
  max-width: calc(100% - 40px);
}
#logo.faded {
  opacity: 1;
}
#logo.slided {
  width: 240px;
  top: 55px;
  transform: translate(-50%, 0);
}

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

.toSlide {
  height: 1em;
  overflow: hidden;
}
.toSlide span {
  display: block;
  transform: translateY(110%);
  transition: transform 1s;
  line-height: 1;
}
.toSlide.animated span {
  transform: translateY(0%);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--xsmall);
  padding-right: var(--xsmall);
}
.container.medium {
  max-width: 760px;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

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

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

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

section {
  position: relative;
}

#landing {
  display: flex;
  padding: 60px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.7s;
  min-height: 620px;
  height: 100svh;
}
#landing.fadeOut {
  opacity: 0;
}

#discalimer {
  opacity: 0;
  padding: 60px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.7s;
  display: none;
  position: fixed;
  top: 0;
  padding: 30px 10px;
  overflow-y: scroll;
  height: 100%;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  z-index: 1000;
  background-color: var(--black);
}
#discalimer .inner {
  position: relative;
  width: 900px;
  margin: auto;
  max-width: 100%;
}
#discalimer .inner .close {
  top: -25px;
  right: 0px;
}
#discalimer h3 {
  color: #fff;
  margin-bottom: 10px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  width: 162px;
  font-weight: 400;
  text-transform: uppercase;
  height: 32px;
  text-align: center;
  color: var(--blue);
  background-color: rgba(121, 100, 185, 0.2);
  margin: 0 auto;
}

p {
  margin: 0;
  line-height: 1.5;
}
p.heading {
  font-weight: 500;
  text-transform: uppercase;
}

#p1 {
  max-width: 900px;
  margin: 0 auto 25px auto;
  text-align: center;
}

h1 {
  font-size: clamp(40px, 7vw, 100px);
  font-family: "Items";
  margin-bottom: 0.15em;
}

h2 {
  font-size: clamp(34px, 7vw, 100px);
  text-transform: uppercase;
}

h3 {
  font-family: "Items";
  font-size: clamp(18px, 3.5vw, 50px);
  color: var(--blue);
  line-height: 1;
}
h3.small {
  font-size: 20px;
}

h4 {
  font-size: 1.42em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.85em;
  color: var(--blue);
  margin-bottom: 1em;
  font-weight: 400;
}

/* Navigation */
header {
  position: fixed;
  padding: 0 var(--xsmall);
  background-color: var(--color-3);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  height: var(--header-height);
  position: relative;
}
#nav #ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding: 0;
  margin: 0;
}
#nav #ul li {
  list-style: none;
  position: relative;
}
#nav #ul li a {
  display: block;
  color: var(--color-2);
}

.logo {
  display: block;
  width: 150px;
}

nav {
  margin: 0 auto;
  padding: 0;
}

header .btn {
  position: absolute;
  right: var(--small);
  top: 55px;
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
header.start .btn {
  opacity: 1;
}

/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
#enquire {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
}

.register {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

#closeBg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: 2;
}

input,
select {
  margin: 0 auto 10px auto;
  font-size: 1.1em;
  padding: 15px 0 5px 0;
  color: var(--white);
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid;
  text-align: inherit;
  font-weight: 300;
  opacity: 0.5;
}

select {
  text-align-last: inherit;
  text-align: inherit;
  -ms-text-align-last: inherit;
  -moz-text-align-last: inherit;
  text-align-last: inherit;
  background-image: url(/images/buttons/arrow-down.svg);
  background-position: right center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
select option {
  color: #000;
  background: #fff;
}

.b_submit {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--light);
  line-height: 1;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: var(--medium) auto;
  font-size: 1em;
  opacity: 1;
}

.tel {
  font-size: 26px;
  color: var(--blue);
  margin-bottom: 30px;
  display: block;
  font-family: "Items";
}

.privacy {
  font-size: 10px;
}
.privacy a {
  font-weight: 500;
  text-decoration: underline;
}

.chk_holder {
  margin: 10px auto;
  position: relative;
}

#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;
  font-family: inherit;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  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;
  border-right: 2px solid;
  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 {
  width: 100%;
  padding: var(--large) var(--medium) 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  position: relative;
}
footer > * {
  width: 33.33%;
  display: flex;
  color: var(--white);
}
footer > *:nth-child(2) {
  justify-content: center;
}
footer > *:nth-child(3) {
  justify-content: flex-end;
}

.discalimer a {
  text-decoration: underline;
}

.deicorp {
  display: block;
  width: 137px;
}

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

ul.token-input-list-project li input {
  width: 100% !important;
}

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;
  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;
}

#background {
  width: 100%;
  height: 100%;
  background-image: url(/images/home/bannerV2.jpg?v3);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#background #layer2 {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.fully-bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-holder {
  padding: 0;
  overflow: hidden;
}

/* Define keyframes for the marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Apply the marquee animation to the .marquee elements */
.marquee {
  white-space: nowrap;
  overflow: hidden;
  /*Change10stoadjustthespeed*/
  animation: marquee 40s linear infinite;
  -webkit-animation: marquee 40s linear infinite;
}

.icons {
  height: 60px;
  margin: 0 auto auto;
}
.icons + p {
  padding-top: var(--xsmall);
  font-size: 12px;
}

.grid_3:has(.icons) {
  margin: 0 20px;
  justify-content: space-around;
}

#responsive .slides img {
  height: 70svh;
}
#responsive .slides .slides-content {
  box-sizing: border-box;
  display: none;
}

.content-holder {
  width: 500px;
  max-width: 100%;
  margin: auto;
  padding-top: var(--small);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-holder .slides-content {
  display: flex;
  flex-direction: column;
  display: none;
}
.content-holder .slides-content * {
  text-align: center;
}

.slides {
  position: relative;
}

.artist {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-transform: uppercase;
  z-index: 2;
  color: var(--white);
  font-size: 10px;
}

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  color: transparent;
  font-size: 0px;
  z-index: 2;
  cursor: pointer;
}

.slick-prev {
  border-top: 0;
  border-right: 0;
  left: 20px;
}

.slick-next {
  border-bottom: 0;
  border-left: 0;
  right: 43px;
  left: initial;
}

/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
.row {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-around;
}

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

.full-width {
  width: 100%;
}

.ptl {
  padding-top: var(--large);
}

.pbl {
  padding-bottom: var(--large);
}

.ptm {
  padding-top: var(--medium);
}

.pbm {
  padding-bottom: var(--medium);
}

.bts {
  padding-top: var(--small);
}

.pbs {
  padding-bottom: var(--small);
}

.pbxs {
  padding-bottom: var(--xsmall);
}

.bg-white {
  background-color: var(--white);
}

.gray {
  color: var(--gray);
}

.black {
  color: var(--black);
}

.white {
  color: var(--white);
}

.center-align {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  :root {
    --large: 80px;
    --medium: 60px;
    --small: 30px;
    --xsmall: 14px;
  }
  .just-desktop {
    display: none !important;
  }
  body {
    font-size: 12px;
  }
  #enquire {
    width: 100%;
    padding: 30px 20px;
    top: 0;
  }
  footer {
    text-align: center;
    display: block;
    flex-direction: column;
    padding: var(--medium) var(--xsmall);
  }
  footer > * {
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: var(--small) !important;
  }
  .deicorp {
    width: 120px;
    margin: 10px auto;
  }
  #landing {
    padding: 75px 20px 110px 20px;
  }
  #discalimer {
    font-size: 12px;
  }
  #h2 {
    margin-bottom: 1em;
  }
  .deicorp {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin: 0 auto 10px auto;
  }
  header .btn {
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    background-color: var(--white);
    color: var(--black);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .grid_3:has(.icons) {
    width: 100%;
    margin-bottom: var(--small);
  }
  .grid_3:has(.icons):last-child {
    margin: 0;
  }
  .slides-content {
    min-height: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #responsive .slides img {
    width: 100vw;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #responsive .slides img.object-fit-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  #responsive .slides img.object-fit-contain + .artist {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */